Rev 3361 |
Rev 3375 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
/***************************************************************************
scribus.cpp - description
-------------------
begin : Fre Apr 6 21:09:31 CEST 2001
copyright : (C) 2001 by Franz Schmid
email : Franz.Schmid@altmuehlnet.de
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#include <qaccel.h>
#include <qapplication.h>
#include <qeventloop.h>
#include <qcolordialog.h>
#include <qcolor.h>
#include <qiconset.h>
#include <qtextstream.h>
#include <qstylefactory.h>
#include <qregexp.h>
#include <qtextcodec.h>
#include <qcursor.h>
#include <qvbox.h>
#include <qpixmap.h>
#include <qkeysequence.h>
#include <cstdio>
#include <cstdlib>
#include <cmath>
#include "scconfig.h"
#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <iostream>
#include <signal.h>
#include <string>
#include "scribusapp.h"
#include "scribus.h"
#include "scribus.moc"
#include "newfile.h"
#include "page.h"
#include "query.h"
#include "mdup.h"
#include "docinfo.h"
#include "reformdoc.h"
#include "serializer.h"
#include "aligndistribute.h"
#include "fmitem.h"
#include "fontprefs.h"
#include "prefs.h"
#include "prefscontext.h"
#include "prefstable.h"
#include "pdfopts.h"
#include "pdflib.h"
#include "inspage.h"
#include "delpages.h"
#include "movepage.h"
#include "helpbrowser.h"
#include "scribusXml.h"
#include "about.h"
#include "aboutplugins.h"
#include "pslib.h"
#include "druck.h"
#include "editformats.h"
#include "muster.h"
#include "newtemp.h"
#include "applytemplatedialog.h"
#include "picstatus.h"
#include "customfdialog.h"
#include "cmsprefs.h"
#include "annot.h"
#include "annota.h"
#include "javadocs.h"
#include "colorm.h"
#include "mpalette.h"
#include "bookpalette.h"
#include "seiten.h"
#include "layers.h"
#include "frameedit.h"
#include "splash.h"
#include "measurements.h"
#include "gtgettext.h"
#include "fileloader.h"
#include "arrowchooser.h"
#include "tabtypography.h"
#include "tabguides.h"
#include "tabtools.h"
#include "undogui.h"
#include "filewatcher.h"
#include "charselect.h"
#include "checkDocument.h"
#include "tabcheckdoc.h"
#include "tabpdfoptions.h"
#include "docitemattrprefs.h"
#include "pageitemattributes.h"
#include "tocindexprefs.h"
#include "tocgenerator.h"
#include "collect4output.h"
#include "fpoint.h"
#include "fpointarray.h"
#include "hysettings.h"
#include "guidemanager.h"
#include "keymanager.h"
#include "mergedoc.h"
#include "lineformats.h"
#include "story.h"
#include "autoform.h"
#include "tabmanager.h"
#include "search.h"
#include "fontcombo.h"
#include "prefsfile.h"
#include "undomanager.h"
#include "polygonwidget.h"
#include "werktoolb.h"
#include "units.h"
#include "hruler.h"
#include "vruler.h"
#include "pageselector.h"
#include "scraction.h"
#include "menumanager.h"
#include "undostate.h"
#include "tree.h"
#include "scrap.h"
#include "pluginmanager.h"
#include "scpaths.h"
#include "pdfoptions.h"
#include "actionmanager.h"
#include "documentinformation.h"
#include "effectsdialog.h"
#include "documentchecker.h"
#include "util.h"
#include "pagesize.h"
#include "loremipsum.h"
#include "marginWidget.h"
#include "margindialog.h"
#include "prefsmanager.h"
#include "pagelayout.h"
#include "commonstrings.h"
#include "preview.h"
#include "scribuswin.h"
#include "hyphenator.h"
using namespace std;
#ifdef HAVE_CMS
cmsHPROFILE CMSoutputProf;
cmsHPROFILE CMSprinterProf;
cmsHTRANSFORM stdTransG;
cmsHTRANSFORM stdProofG;
cmsHTRANSFORM stdTransImgG;
cmsHTRANSFORM stdProofImgG;
cmsHTRANSFORM stdTransCMYKG;
cmsHTRANSFORM stdProofCMYKG;
cmsHTRANSFORM stdTransRGBG;
cmsHTRANSFORM stdProofGCG;
cmsHTRANSFORM stdProofCMYKGCG;
bool BlackPoint;
bool SoftProofing;
bool Gamut;
bool SCRIBUS_API CMSuse;
int IntentMonitor;
int IntentPrinter;
#endif
bool CMSavail;
bool previewDinUse;
bool printDinUse;
QString DocDir;
extern ScribusQApp* ScQApp;
extern bool emergencyActivated;
ScribusApp::ScribusApp()
{
scribusInitialized=false;
actionManager=NULL;
scrMenuMgr=NULL;
undoManager=NULL;
prefsManager=NULL;
} // ScribusApp::ScribusApp()
/*
* retval 0 - ok, 1 - no fonts, ...
*/
int ScribusApp::initScribus(bool showSplash, bool showFontInfo, const QString newGuiLanguage)
{
CommonStrings::languageChange();
noneString = tr("None");
int retVal=0;
ExternalApp = 0;
previewDinUse = false;
printDinUse = false;
guiLanguage = newGuiLanguage;
initSplash(showSplash);
setUsesBigPixmaps(true);
CurrStED = NULL;
setCaption( tr("Scribus " VERSION));
setKeyCompression(false);
setIcon(loadIcon("AppIcon.png"));
scrActionGroups.clear();
scrActionGroups.setAutoDelete(true);
scrActions.clear();
scrRecentFileActions.clear();
scrWindowsActions.clear();
scrLayersActions.clear();
scrMenuMgr = new MenuManager(this->menuBar());
prefsManager = PrefsManager::instance();
prefsManager->setup();
PrefsPfad = prefsManager->preferencesLocation();
undoManager = UndoManager::instance();
objectSpecificUndo = false;
pluginManager = new PluginManager();
tocGenerator = new TOCGenerator();
initDefaultValues();
actionManager = new ActionManager(this, "actionManager");
initMenuBar();
initStatusBar();
initToolBars();
qApp->processEvents();
BuFromApp = false;
bool haveFonts=initFonts(showFontInfo);
if (!haveFonts)
retVal=1;
else
{
buildFontMenu();
prefsManager->initDefaults();
prefsManager->initDefaultGUIFont(qApp->font());
prefsManager->initArrowStyles();
resize(610, 600);
QVBox* vb = new QVBox( this );
vb->setFrameStyle( QFrame::StyledPanel | QFrame::Sunken );
wsp = new QWorkspace( vb );
setCentralWidget( vb );
connect(wsp, SIGNAL(windowActivated(QWidget *)), this, SLOT(newActWin(QWidget *)));
//Connect windows cascade and tile actions to the workspace after its created. Only depends on wsp created.
connect( scrActions["windowsCascade"], SIGNAL(activated()) , wsp, SLOT(cascade()) );
connect( scrActions["windowsTile"], SIGNAL(activated()) , wsp, SLOT(tile()) );
initPalettes();
fileWatcher = new FileWatcher(this);
setSplashStatus( tr("Initializing Plugins") );
pluginManager->initPlugs();
setSplashStatus( tr("Initializing Keyboard Shortcuts") );
initKeyboardShortcuts();
setSplashStatus( tr("Reading Preferences") );
prefsManager->ReadPrefs();
setSplashStatus( tr("Initializing Story Editor") );
storyEditor = new StoryEditor(this);
#ifndef _WIN32
HaveGS = system(prefsManager->ghostscriptExecutable()+" -h > /dev/null 2>&1");
HavePngAlpha = system(prefsManager->ghostscriptExecutable()+" -sDEVICE=pngalpha -c quit > /dev/null 2>&1");
HaveTiffSep = system(prefsManager->ghostscriptExecutable()+" -sDEVICE=tiffsep -c quit > /dev/null 2>&1");
#else
HaveGS = system(getShortPathName(prefsManager->ghostscriptExecutable())+" -h >NUL");
HavePngAlpha = system(getShortPathName(prefsManager->ghostscriptExecutable())+" -sDEVICE=pngalpha -c quit >NUL");
HaveTiffSep = system(getShortPathName(prefsManager->ghostscriptExecutable())+" -sDEVICE=tiffsep -c quit >NUL");
#endif
DocDir = prefsManager->documentDir();
setSplashStatus( tr("Reading ICC Profiles") );
CMSavail = false;
GetCMSProfiles();
initCMS();
setSplashStatus( tr("Initializing Hyphenator") );
QString preLang = prefsManager->appPrefs.Language;
initHyphenator();
if (Sprachen.contains(preLang))
prefsManager->appPrefs.Language = preLang;
setSplashStatus( tr("Reading Scrapbook") );
initScrapbook();
setSplashStatus( tr("Setting up Shortcuts") );
SetShortCut();
emit prefsChanged();
connect(fileWatcher, SIGNAL(fileDeleted(QString )), this, SLOT(removeRecent(QString)));
connect(this, SIGNAL(TextIFont(QString)), this, SLOT(AdjustFontMenu(QString)));
connect(this, SIGNAL(TextISize(int)), this, SLOT(setFSizeMenu(int)));
connect(this, SIGNAL(TextISize(int)), propertiesPalette, SLOT(setSize(int)));
connect(this, SIGNAL(TextUSval(int)), propertiesPalette, SLOT(setExtra(int)));
connect(this, SIGNAL(TextStil(int)), propertiesPalette, SLOT(setStil(int)));
connect(this, SIGNAL(TextScale(int)), propertiesPalette, SLOT(setTScale(int)));
connect(this, SIGNAL(TextScaleV(int)), propertiesPalette, SLOT(setTScaleV(int)));
connect(this, SIGNAL(TextBase(int)), propertiesPalette, SLOT(setTBase(int)));
connect(this, SIGNAL(TextShadow(int, int )), propertiesPalette, SLOT(setShadowOffs(int, int )));
connect(this, SIGNAL(TextOutline(int)), propertiesPalette, SLOT(setOutlineW(int)));
connect(this, SIGNAL(TextUnderline(int, int)), propertiesPalette, SLOT(setUnderline(int, int)));
connect(this, SIGNAL(TextStrike(int, int)), propertiesPalette, SLOT(setStrike(int, int)));
connect(this, SIGNAL(TextFarben(QString, QString, int, int)), propertiesPalette, SLOT(setActFarben(QString, QString, int, int)));
}
closeSplash();
scribusInitialized=true;
//pluginManager->languageChange();
return retVal;
}
void ScribusApp::initSplash(bool showSplash)
{
if (showSplash)
{
splashScreen = new SplashScreen();
setSplashStatus(QObject::tr("Initializing..."));
}
else
splashScreen = NULL;
}
void ScribusApp::setSplashStatus(const QString& newText)
{
if (splashScreen != NULL)
splashScreen->setStatus( newText );
qApp->processEvents();
}
void ScribusApp::showSplash(bool shown)
{
if (splashScreen!=NULL && shown!=splashScreen->isShown())
splashScreen->setShown(shown);
}
bool ScribusApp::splashShowing() const
{
if (splashScreen != NULL)
return splashScreen->isShown();
return false;
}
void ScribusApp::closeSplash()
{
if (splashScreen!=NULL)
{
splashScreen->close();
delete splashScreen;
splashScreen = NULL;
}
}
void ScribusApp::initToolBars()
{
fileToolBar = new QToolBar( tr("File"), this);
scrActions["fileNew"]->addTo(fileToolBar);
scrActions["fileOpen"]->addTo(fileToolBar);
scrMenuMgr->addMenuToWidgetOfAction("FileOpenRecent", scrActions["fileOpen"]);
scrActions["fileSave"]->addTo(fileToolBar);
scrActions["fileClose"]->addTo(fileToolBar);
scrActions["filePrint"]->addTo(fileToolBar);
scrActions["toolsPreflightVerifier"]->addTo(fileToolBar);
scrActions["fileExportAsPDF"]->addTo(fileToolBar);
editToolBar = new QToolBar( tr("Edit"), this);
UndoWidget* uWidget = new UndoWidget(editToolBar, "uWidget");
undoManager->registerGui(uWidget);
mainToolBar = new WerkToolB(this);
setDockEnabled(mainToolBar, DockLeft, false);
setDockEnabled(mainToolBar, DockRight, false);
mainToolBar->Sichtbar = true;
mainToolBar->setEnabled(false);
pdfToolBar = new WerkToolBP(this);
setDockEnabled(pdfToolBar, DockLeft, false);
setDockEnabled(pdfToolBar, DockRight, false);
pdfToolBar->setEnabled(false);
pdfToolBar->Sichtbar = true;
connect(mainToolBar, SIGNAL(Schliessen()), this, SLOT(ToggleTools()));
connect(pdfToolBar, SIGNAL(NewMode(int)), this, SLOT(setAppMode(int)));
connect(pdfToolBar, SIGNAL(Schliessen()), this, SLOT(TogglePDFTools()));
}
//Returns false when there are no fonts
const bool ScribusApp::initFonts(bool showFontInfo)
{
setSplashStatus( tr("Searching for Fonts") );
bool haveFonts=prefsManager->GetAllFonts(showFontInfo);
if (!haveFonts)
{
if (splashScreen!=NULL)
splashScreen->close(); // 10/10/2004 pv fix #1200
QString mess = tr("There are no fonts found on your system.");
mess += "\n" + tr("Exiting now.");
QMessageBox::critical(this, tr("Fatal Error"), mess, 1, 0, 0);
}
else
setSplashStatus( tr("Font System Initialized") );
return haveFonts;
}
void ScribusApp::initDefaultValues()
{
dirs = prefsManager->prefsFile->getContext("dirs");
HaveDoc = false;
singleClose = false;
ScriptRunning = false;
view = NULL;
doc = NULL;
Buffer2 = "";
unicodeTextEditMode = false;
unicodeInputCount = 0;
unicodeInputString = "";
DispX = 10;
DispY = 10;
DocNr = 1;
PrinterUsed = false;
PDef.Pname = "";
PDef.Dname = "";
PDef.Command = "";
keyrep = false;
_arrowKeyDown = false;
ClipB = QApplication::clipboard();
PalettesStat[0] = false;
GuidesStat[0] = false;
connect(ClipB, SIGNAL(dataChanged()), this, SLOT(ClipChange()));
}
void ScribusApp::initKeyboardShortcuts()
{
for( QMap<QString, QGuardedPtr<ScrAction> >::Iterator it = scrActions.begin(); it!=scrActions.end(); ++it )
{
if ((ScrAction*)(it.data())!=NULL)
{
QString accelerator=it.data()->accel();
prefsManager->setKeyEntry(it.key(), it.data()->cleanMenuText(), accelerator,0);
}
//else
// qDebug(it.key());
//qDebug(QString("|-\n|%1||%2||%3").arg(it.key()).arg(it.data()->cleanMenuText()).arg(QString(it.data()->accel())));
}
}
void ScribusApp::initPalettes()
{
//CB TODO hide the publicly available members of some palettes
// these must be filtered too as they take control of the palettes events
outlinePalette = new Tree(this, this);
connect( scrActions["toolsOutline"], SIGNAL(toggled(bool)) , outlinePalette, SLOT(setPaletteShown(bool)) );
connect( outlinePalette, SIGNAL(paletteShown(bool)), scrActions["toolsOutline"], SLOT(setOn(bool)));
outlinePalette->setPrefsContext("OutlinePalette");
outlinePalette->reportDisplay->installEventFilter(this);
propertiesPalette = new Mpalette(this);
connect( scrActions["toolsProperties"], SIGNAL(toggled(bool)) , propertiesPalette, SLOT(setPaletteShown(bool)) );
connect( propertiesPalette, SIGNAL(paletteShown(bool)), scrActions["toolsProperties"], SLOT(setOn(bool)));
propertiesPalette->setPrefsContext("PropertiesPalette");
propertiesPalette->Cpal->SetColors(prefsManager->colorSet());
propertiesPalette->Cpal->UseTrans(true);
propertiesPalette->Fonts->RebuildList(0);
propertiesPalette->installEventFilter(this);
nodePalette = new NodePalette(this);
nodePalette->setPrefsContext("NodePalette");
nodePalette->installEventFilter(this);
layerPalette = new LayerPalette(this);
connect( scrActions["toolsLayers"], SIGNAL(toggled(bool)) , layerPalette, SLOT(setPaletteShown(bool)) );
connect( layerPalette, SIGNAL(paletteShown(bool)), scrActions["toolsLayers"], SLOT(setOn(bool)));
layerPalette->setPrefsContext("LayerPalette");
layerPalette->installEventFilter(this);
layerPalette->Table->installEventFilter(this);
scrapbookPalette = new Biblio(this);
connect( scrActions["toolsScrapbook"], SIGNAL(toggled(bool)) , scrapbookPalette, SLOT(setPaletteShown(bool)) );
connect( scrapbookPalette, SIGNAL(paletteShown(bool)), scrActions["toolsScrapbook"], SLOT(setOn(bool)));
scrapbookPalette->setPrefsContext("ScrapbookPalette");
scrapbookPalette->installEventFilter(this);
pagePalette = new SeitenPal(this);
connect( scrActions["toolsPages"], SIGNAL(toggled(bool)) , pagePalette, SLOT(setPaletteShown(bool)) );
connect( scrActions["toolsPages"], SIGNAL(toggled(bool)) , this, SLOT(setPagePalette(bool)) );
connect( pagePalette, SIGNAL(paletteShown(bool)), scrActions["toolsPages"], SLOT(setOn(bool)));
pagePalette->setPrefsContext("PagePalette");
pagePalette->installEventFilter(this);
bookmarkPalette = new BookPalette(this);
connect( scrActions["toolsBookmarks"], SIGNAL(toggled(bool)) , bookmarkPalette, SLOT(setPaletteShown(bool)) );
connect( bookmarkPalette, SIGNAL(paletteShown(bool)), scrActions["toolsBookmarks"], SLOT(setOn(bool)));
bookmarkPalette->setPrefsContext("BookmarkPalette");
bookmarkPalette->installEventFilter(this);
measurementPalette = new Measurements(this);
connect( scrActions["toolsMeasurements"], SIGNAL(toggled(bool)) , measurementPalette, SLOT(setPaletteShown(bool)) );
connect( scrActions["toolsMeasurements"], SIGNAL(toggledData(bool, int)) , this, SLOT(setAppModeByToggle(bool, int)) );
connect( measurementPalette, SIGNAL(paletteShown(bool)), scrActions["toolsMeasurements"], SLOT(setOn(bool)));
measurementPalette->setPrefsContext("MeasurementPalette");
measurementPalette->installEventFilter(this);
measurementPalette->hide();
docCheckerPalette = new CheckDocument(this, false);
connect( scrActions["toolsPreflightVerifier"], SIGNAL(toggled(bool)) , docCheckerPalette, SLOT(setPaletteShown(bool)) );
connect( docCheckerPalette, SIGNAL(paletteShown(bool)), scrActions["toolsPreflightVerifier"], SLOT(setOn(bool)));
connect( docCheckerPalette, SIGNAL(paletteShown(bool)), this, SLOT(docCheckToggle(bool)));
docCheckerPalette->setPrefsContext("DocCheckerPalette");
docCheckerPalette->installEventFilter(this);
docCheckerPalette->hide();
alignDistributePalette = new AlignDistributePalette(this, "AlignDistributePalette", false);
connect( scrActions["toolsAlignDistribute"], SIGNAL(toggled(bool)) , alignDistributePalette, SLOT(setPaletteShown(bool)) );
connect( alignDistributePalette, SIGNAL(paletteShown(bool)), scrActions["toolsAlignDistribute"], SLOT(setOn(bool)));
connect( alignDistributePalette, SIGNAL(documentChanged()), this, SLOT(slotDocCh()));
alignDistributePalette->setPrefsContext("AlignDistributePalette");
alignDistributePalette->installEventFilter(this);
alignDistributePalette->hide();
undoPalette = new UndoPalette(this, "undoPalette");
undoPalette->installEventFilter(this);
undoManager->registerGui(undoPalette);
connect(undoPalette, SIGNAL(paletteShown(bool)), this, SLOT(setUndoPalette(bool)));
connect(undoPalette, SIGNAL(objectMode(bool)), this, SLOT(setUndoMode(bool)));
connect(propertiesPalette, SIGNAL(DocChanged()), this, SLOT(slotDocCh()));
connect(propertiesPalette, SIGNAL(NewAbStyle(int)), this, SLOT(setNewAbStyle(int)));
connect(propertiesPalette, SIGNAL(Stellung(int)), this, SLOT(setItemHoch(int)));
connect(propertiesPalette, SIGNAL(EditCL()), this, SLOT(ToggleFrameEdit()));
connect(propertiesPalette, SIGNAL(NewTF(const QString&)), this, SLOT(SetNewFont(const QString&)));
connect(propertiesPalette, SIGNAL(UpdtGui(int)), this, SLOT(HaveNewSel(int)));
connect(propertiesPalette->Cpal, SIGNAL(NewPen(QString)), this, SLOT(setPenFarbe(QString)));
connect(propertiesPalette->Cpal, SIGNAL(NewBrush(QString)), this, SLOT(setBrushFarbe(QString)));
connect(propertiesPalette->Cpal, SIGNAL(NewPenShade(int)), this, SLOT(setPenShade(int)));
connect(propertiesPalette->Cpal, SIGNAL(NewBrushShade(int)), this, SLOT(setBrushShade(int)));
connect(propertiesPalette->Cpal, SIGNAL(NewTrans(double)), this, SLOT(setItemFillTransparency(double)));
connect(propertiesPalette->Cpal, SIGNAL(NewTransS(double)), this, SLOT(setItemLineTransparency(double)));
connect(propertiesPalette->Cpal, SIGNAL(NewGradient(int)), this, SLOT(setGradFill(int)));
connect(propertiesPalette->Cpal->gradEdit->Preview, SIGNAL(gradientChanged()), this, SLOT(updtGradFill()));
connect(propertiesPalette->Cpal, SIGNAL(gradientChanged()), this, SLOT(updtGradFill()));
connect(propertiesPalette->Cpal, SIGNAL(QueryItem()), this, SLOT(GetBrushPen()));
connect(docCheckerPalette, SIGNAL(selectElement(int, int)), this, SLOT(selectItemsFromOutlines(int, int)));
connect(docCheckerPalette, SIGNAL(selectPage(int)), this, SLOT(selectPagesFromOutlines(int)));
connect(docCheckerPalette, SIGNAL(selectMasterPage(QString)), this, SLOT(manageMasterPages(QString)));
connect(outlinePalette, SIGNAL(selectElement(int, int, bool)), this, SLOT(selectItemsFromOutlines(int, int, bool)));
connect(outlinePalette, SIGNAL(selectPage(int)), this, SLOT(selectPagesFromOutlines(int)));
connect(outlinePalette, SIGNAL(selectMasterPage(QString)), this, SLOT(manageMasterPages(QString)));
connect(propertiesPalette->Spal, SIGNAL(newStyle(int)), this, SLOT(setNewAbStyle(int)));
connect(propertiesPalette, SIGNAL(EditLSt()), this, SLOT(slotEditLineStyles()));
connect(nodePalette, SIGNAL(Schliessen()), this, SLOT(NoFrameEdit()));
connect(layerPalette, SIGNAL(LayerChanged()), this, SLOT(showLayer()));
connect(pagePalette, SIGNAL(EditTemp(QString)), this, SLOT(manageMasterPages(QString)));
connect(pagePalette->PageView, SIGNAL(UseTemp(QString, int)), this, SLOT(Apply_MasterPage(QString, int)));
connect(pagePalette->PageView, SIGNAL(NewPage(int, QString)), this, SLOT(slotNewPageP(int, QString)));
connect(pagePalette->Trash, SIGNAL(DelPage(int)), this, SLOT(DeletePage2(int)));
connect(pagePalette, SIGNAL(GotoSeite(int)), this, SLOT(selectPagesFromOutlines(int)));
connect(bookmarkPalette->BView, SIGNAL(MarkMoved()), this, SLOT(StoreBookmarks()));
connect(bookmarkPalette->BView, SIGNAL(ChangeBMNr(int, int, int)), this, SLOT(ChBookmarks(int, int, int)));
connect(bookmarkPalette->BView, SIGNAL(SelectElement(int, int)), this, SLOT(selectItemsFromOutlines(int, int)));
}
void ScribusApp::initScrapbook()
{
QString scrapbookFile = QDir::convertSeparators(PrefsPfad+"/scrap13.scs");
QFileInfo scrapbookFileInfo = QFileInfo(scrapbookFile);
if (scrapbookFileInfo.exists())
scrapbookPalette->readContents(scrapbookFile);
scrapbookPalette->setScrapbookFileName(scrapbookFile);
scrapbookPalette->AdjustMenu();
}
const QString ScribusApp::getGuiLanguage()
{
return guiLanguage;
}
bool ScribusApp::warningVersion(QWidget *parent)
{
bool retval = false;
int t = QMessageBox::warning(parent, QObject::tr("Scribus Development Version"), "<qt>" +
QObject::tr("You are running a development version of Scribus 1.3.x. The current document you are working with was originally created in Scribus 1.2.2 or lower. The process of saving will make this file unusable again in Scribus 1.2.2 unless you use File->Save As. Are you sure you wish to proceed with this operation?") + "</qt>",
CommonStrings::tr_Cancel, QObject::tr("&Proceed"), "", 1, 0);
if (t == 1)
retval = true;
return retval;
}
void ScribusApp::initMenuBar()
{
QFont tmp;
RecentDocs.clear();
scrMenuMgr->createMenu("File", tr("&File"));
scrMenuMgr->addMenuItem(scrActions["fileNew"], "File");
scrMenuMgr->addMenuItem(scrActions["fileOpen"], "File");
recentFileMenuName="FileOpenRecent";
scrMenuMgr->createMenu(recentFileMenuName, tr("Open &Recent"), "File");
scrMenuMgr->addMenuSeparator("File");
scrMenuMgr->addMenuItem(scrActions["fileClose"], "File");
scrMenuMgr->addMenuItem(scrActions["fileSave"], "File");
scrMenuMgr->addMenuItem(scrActions["fileSaveAs"], "File");
scrMenuMgr->addMenuItem(scrActions["fileRevert"], "File");
scrMenuMgr->addMenuItem(scrActions["fileCollect"], "File");
scrMenuMgr->addMenuSeparator("File");
scrMenuMgr->createMenu("FileImport", tr("&Import"), "File");
scrMenuMgr->addMenuItem(scrActions["fileImportText"], "FileImport");
scrMenuMgr->addMenuItem(scrActions["fileImportAppendText"], "FileImport");
scrMenuMgr->addMenuItem(scrActions["fileImportImage"], "FileImport");
scrMenuMgr->createMenu("FileExport", tr("&Export"), "File");
scrMenuMgr->addMenuItem(scrActions["fileExportText"], "FileExport");
scrMenuMgr->addMenuItem(scrActions["fileExportAsEPS"], "FileExport");
scrMenuMgr->addMenuItem(scrActions["fileExportAsPDF"], "FileExport");
scrMenuMgr->addMenuSeparator("File");
scrMenuMgr->addMenuItem(scrActions["fileDocSetup"], "File");
scrMenuMgr->addMenuItem(scrActions["filePrint"], "File");
scrMenuMgr->addMenuItem(scrActions["PrintPreview"], "File");
scrMenuMgr->addMenuSeparator("File");
scrMenuMgr->addMenuItem(scrActions["fileQuit"], "File");
scrActions["fileClose"]->setEnabled(false);
scrActions["fileSave"]->setEnabled(false);
scrActions["fileSaveAs"]->setEnabled(false);
scrActions["fileRevert"]->setEnabled(false);
scrActions["fileCollect"]->setEnabled(false);
scrActions["fileImportText"]->setEnabled(false);
scrActions["fileImportImage"]->setEnabled(false);
scrActions["fileImportAppendText"]->setEnabled(false);
scrActions["pageImport"]->setEnabled(false);
scrActions["fileExportText"]->setEnabled(false);
scrActions["fileExportAsEPS"]->setEnabled(false);
scrActions["fileExportAsPDF"]->setEnabled(false);
scrMenuMgr->setMenuEnabled("FileExport", false);
scrActions["fileDocSetup"]->setEnabled(false);
scrActions["filePrint"]->setEnabled(false);
scrActions["PrintPreview"]->setEnabled(false);
scrMenuMgr->createMenu("Edit", tr("&Edit"));
scrMenuMgr->addMenuItem(scrActions["editUndoAction"], "Edit");
scrMenuMgr->addMenuItem(scrActions["editRedoAction"], "Edit");
scrMenuMgr->addMenuItem(scrActions["editActionMode"], "Edit");
scrMenuMgr->addMenuSeparator("Edit");
scrMenuMgr->addMenuItem(scrActions["editCut"], "Edit");
scrMenuMgr->addMenuItem(scrActions["editCopy"], "Edit");
scrMenuMgr->addMenuItem(scrActions["editPaste"], "Edit");
scrMenuMgr->addMenuItem(scrActions["editClearContents"], "Edit");
scrMenuMgr->addMenuItem(scrActions["editSelectAll"], "Edit");
scrMenuMgr->addMenuItem(scrActions["editDeselectAll"], "Edit");
scrMenuMgr->addMenuSeparator("Edit");
scrMenuMgr->addMenuItem(scrActions["editSearchReplace"], "Edit");
scrMenuMgr->addMenuItem(scrActions["toolsEditWithStoryEditor"], "Edit");
scrMenuMgr->addMenuItem(scrActions["editEditWithImageEditor"], "Edit");
scrMenuMgr->addMenuSeparator("Edit");
scrMenuMgr->addMenuItem(scrActions["editColors"], "Edit");
scrMenuMgr->addMenuItem(scrActions["editParaStyles"], "Edit");
scrMenuMgr->addMenuItem(scrActions["editLineStyles"], "Edit");
scrMenuMgr->addMenuItem(scrActions["editMasterPages"], "Edit");
scrMenuMgr->addMenuItem(scrActions["editJavascripts"], "Edit");
scrMenuMgr->addMenuSeparator("Edit");
scrMenuMgr->addMenuItem(scrActions["editPreferences"], "Edit");
scrActions["editUndoAction"]->setEnabled(false);
scrActions["editRedoAction"]->setEnabled(false);
scrActions["editActionMode"]->setEnabled(true);
scrActions["editCut"]->setEnabled(false);
scrActions["editCopy"]->setEnabled(false);
scrActions["editPaste"]->setEnabled(false);
scrActions["editClearContents"]->setEnabled(false);
scrActions["editSelectAll"]->setEnabled(false);
scrActions["editDeselectAll"]->setEnabled(false);
scrActions["editSearchReplace"]->setEnabled(false);
scrActions["editParaStyles"]->setEnabled(false);
scrActions["editLineStyles"]->setEnabled(false);
scrActions["editMasterPages"]->setEnabled(false);
scrActions["editJavascripts"]->setEnabled(false);
scrActions["toolsEditWithStoryEditor"]->setEnabled(false);
scrActions["editEditWithImageEditor"]->setEnabled(false);
//Style Menu
scrMenuMgr->createMenu("Style", tr("St&yle"));
//Color menu
// CB TODO
scrMenuMgr->createMenu("Color", tr("&Color"));
ColorMenC = new QComboBox(false);
ColorMenC->setEditable(false);
scrMenuMgr->addMenuItem(ColorMenC, "Color");
//Text size menu
scrMenuMgr->createMenu("FontSize", tr("&Size"));
scrActionGroups["fontSize"]->addTo(scrMenuMgr->getLocalPopupMenu("FontSize"));
//Shade menu
scrMenuMgr->createMenu("Shade", tr("&Shade"));
scrActionGroups["shade"]->addTo(scrMenuMgr->getLocalPopupMenu("Shade"));
//Font menu
scrMenuMgr->createMenu("Font", tr("&Font"));
FontMenu = scrMenuMgr->getLocalPopupMenu("Font");
//Type style menu
scrMenuMgr->createMenu("TypeEffects", tr("&Effects"));
scrActionGroups["typeEffects"]->addTo(scrMenuMgr->getLocalPopupMenu("TypeEffects"));
//Item Menu
scrMenuMgr->createMenu("Item", tr("&Item"));
scrMenuMgr->addMenuItem(scrActions["itemDuplicate"], "Item");
scrMenuMgr->addMenuItem(scrActions["itemMulDuplicate"], "Item");
scrMenuMgr->addMenuItem(scrActions["itemDelete"], "Item");
scrMenuMgr->addMenuSeparator("Item");
scrMenuMgr->addMenuItem(scrActions["itemGroup"], "Item");
scrMenuMgr->addMenuItem(scrActions["itemUngroup"], "Item");
scrMenuMgr->addMenuItem(scrActions["itemLock"], "Item");
scrMenuMgr->addMenuItem(scrActions["itemLockSize"], "Item");
scrMenuMgr->addMenuSeparator("Item");
scrMenuMgr->addMenuItem(scrActions["itemImageIsVisible"], "Item");
scrMenuMgr->addMenuItem(scrActions["itemUpdateImage"], "Item");
scrMenuMgr->addMenuItem(scrActions["itemAdjustFrameToImage"], "Item");
scrMenuMgr->addMenuItem(scrActions["itemExtendedImageProperties"], "Item");
scrMenuMgr->createMenu("ItemPreviewSettings", tr("Preview Settings"), "Item");
scrMenuMgr->addMenuItem(scrActions["itemPreviewLow"], "ItemPreviewSettings");
scrMenuMgr->addMenuItem(scrActions["itemPreviewNormal"], "ItemPreviewSettings");
scrMenuMgr->addMenuItem(scrActions["itemPreviewFull"], "ItemPreviewSettings");
scrMenuMgr->addMenuSeparator("Item");
scrMenuMgr->createMenu("ItemLevel", tr("Level"));
scrMenuMgr->addMenuToMenu("ItemLevel", "Item");
scrMenuMgr->addMenuItem(scrActions["itemRaise"], "ItemLevel");
scrMenuMgr->addMenuItem(scrActions["itemLower"], "ItemLevel");
scrMenuMgr->addMenuItem(scrActions["itemRaiseToTop"], "ItemLevel");
scrMenuMgr->addMenuItem(scrActions["itemLowerToBottom"], "ItemLevel");
scrMenuMgr->createMenu("ItemLayer", tr("Send to La&yer"));
scrMenuMgr->addMenuToMenu("ItemLayer", "Item");
layerMenuName="ItemLayer";
scrMenuMgr->addMenuItem(scrActions["itemSendToScrapbook"], "Item");
scrMenuMgr->addMenuSeparator("Item");
scrMenuMgr->addMenuItem(scrActions["itemAttributes"], "Item");
scrMenuMgr->createMenu("ItemPDFOptions", tr("&PDF Options"));
scrMenuMgr->addMenuToMenu("ItemPDFOptions", "Item");
scrMenuMgr->addMenuItem(scrActions["itemPDFIsAnnotation"], "ItemPDFOptions");
scrMenuMgr->addMenuItem(scrActions["itemPDFIsBookmark"], "ItemPDFOptions");
scrMenuMgr->addMenuItem(scrActions["itemPDFAnnotationProps"], "ItemPDFOptions");
scrMenuMgr->addMenuItem(scrActions["itemPDFFieldProps"], "ItemPDFOptions");
scrMenuMgr->createMenu("ItemShapes", tr("&Shape"), "Item");
// CB TODO
//Shape menu
SCustom = new Autoforms(0);
scrMenuMgr->addMenuItem(SCustom, "ItemShapes");
connect(SCustom, SIGNAL(FormSel(int, int, double *)), this, SLOT(MakeFrame(int, int, double *)));
scrMenuMgr->addMenuItem(scrActions["itemShapeEdit"], "ItemShapes");
scrMenuMgr->createMenu("ItemConvertTo", tr("C&onvert To"));
scrMenuMgr->addMenuToMenu("ItemConvertTo", "Item");
scrMenuMgr->addMenuItem(scrActions["itemConvertToBezierCurve"], "ItemConvertTo");
scrMenuMgr->addMenuItem(scrActions["itemConvertToImageFrame"], "ItemConvertTo");
scrMenuMgr->addMenuItem(scrActions["itemConvertToOutlines"], "ItemConvertTo");
scrMenuMgr->addMenuItem(scrActions["itemConvertToPolygon"], "ItemConvertTo");
scrMenuMgr->addMenuItem(scrActions["itemConvertToTextFrame"], "ItemConvertTo");
scrMenuMgr->addMenuItem(scrActions["itemAttachTextToPath"], "Item");
scrMenuMgr->addMenuItem(scrActions["itemDetachTextFromPath"], "Item");
scrMenuMgr->addMenuItem(scrActions["itemCombinePolygons"], "Item");
scrMenuMgr->addMenuItem(scrActions["itemSplitPolygons"], "Item");
scrMenuMgr->setMenuEnabled("ItemShapes", false);
scrActions["itemGroup"]->setEnabled(false);
scrActions["itemUngroup"]->setEnabled(false);
scrActions["itemAttachTextToPath"]->setEnabled(false);
scrActions["itemDetachTextFromPath"]->setEnabled(false);
scrActions["itemCombinePolygons"]->setEnabled(false);
scrActions["itemSplitPolygons"]->setEnabled(false);
scrActions["itemLock"]->setEnabled(false);
scrActions["itemLockSize"]->setEnabled(false);
scrActions["itemImageIsVisible"]->setEnabled(false);
scrMenuMgr->setMenuEnabled("ItemConvertTo", false);
scrActions["itemConvertToBezierCurve"]->setEnabled(false);
scrActions["itemConvertToImageFrame"]->setEnabled(false);
scrActions["itemConvertToOutlines"]->setEnabled(false);
scrActions["itemConvertToPolygon"]->setEnabled(false);
scrActions["itemConvertToTextFrame"]->setEnabled(false);
//Insert menu
scrMenuMgr->createMenu("Insert", tr("I&nsert"));
scrMenuMgr->addMenuItem(scrActions["toolsInsertTextFrame"], "Insert");
scrMenuMgr->addMenuItem(scrActions["toolsInsertImageFrame"], "Insert");
scrMenuMgr->addMenuItem(scrActions["toolsInsertTableFrame"], "Insert");
scrMenuMgr->addMenuItem(scrActions["toolsInsertShape"], "Insert");
scrMenuMgr->addMenuItem(scrActions["toolsInsertPolygon"], "Insert");
scrMenuMgr->addMenuItem(scrActions["toolsInsertLine"], "Insert");
scrMenuMgr->addMenuItem(scrActions["toolsInsertBezier"], "Insert");
scrMenuMgr->addMenuItem(scrActions["toolsInsertFreehandLine"], "Insert");
scrMenuMgr->addMenuSeparator("Insert");
scrMenuMgr->addMenuItem(scrActions["insertGlyph"], "Insert");
scrMenuMgr->createMenu("InsertChar", tr("Character"), "Insert");
//scrMenuMgr->addMenuToMenu("InsertChar", "Insert");
scrMenuMgr->addMenuItem(scrActions["specialPageNumber"], "InsertChar");
scrMenuMgr->addMenuItem(scrActions["specialSmartHyphen"], "InsertChar");
scrMenuMgr->addMenuItem(scrActions["specialNonBreakingHyphen"], "InsertChar");
scrMenuMgr->addMenuSeparator("InsertChar");
scrMenuMgr->addMenuItem(scrActions["specialCopyRight"], "InsertChar");
scrMenuMgr->addMenuItem(scrActions["specialRegdTM"], "InsertChar");
scrMenuMgr->addMenuItem(scrActions["specialTM"], "InsertChar");
scrMenuMgr->addMenuItem(scrActions["specialBullet"], "InsertChar");
scrMenuMgr->addMenuSeparator("InsertChar");
scrMenuMgr->addMenuItem(scrActions["specialDashEm"], "InsertChar");
scrMenuMgr->addMenuItem(scrActions["specialDashEn"], "InsertChar");
scrMenuMgr->addMenuItem(scrActions["specialDashFigure"], "InsertChar");
scrMenuMgr->addMenuItem(scrActions["specialDashQuotation"], "InsertChar");
scrMenuMgr->createMenu("InsertQuote", tr("Quote"), "Insert");
//scrMenuMgr->addMenuToMenu("InsertQuote", "Insert");
scrMenuMgr->addMenuItem(scrActions["specialQuoteApostrophe"], "InsertQuote");
scrMenuMgr->addMenuItem(scrActions["specialQuoteStraight"], "InsertQuote");
scrMenuMgr->addMenuSeparator("InsertQuote");
scrMenuMgr->addMenuItem(scrActions["specialQuoteSingleLeft"], "InsertQuote");
scrMenuMgr->addMenuItem(scrActions["specialQuoteSingleRight"], "InsertQuote");
scrMenuMgr->addMenuItem(scrActions["specialQuoteDoubleLeft"], "InsertQuote");
scrMenuMgr->addMenuItem(scrActions["specialQuoteDoubleRight"], "InsertQuote");
scrMenuMgr->addMenuSeparator("InsertQuote");
scrMenuMgr->addMenuItem(scrActions["specialQuoteSingleReversed"], "InsertQuote");
scrMenuMgr->addMenuItem(scrActions["specialQuoteDoubleReversed"], "InsertQuote");
scrMenuMgr->addMenuSeparator("InsertQuote");
scrMenuMgr->addMenuItem(scrActions["specialQuoteSingleLeftGuillemet"], "InsertQuote");
scrMenuMgr->addMenuItem(scrActions["specialQuoteSingleRightGuillemet"], "InsertQuote");
scrMenuMgr->addMenuItem(scrActions["specialQuoteDoubleLeftGuillemet"], "InsertQuote");
scrMenuMgr->addMenuItem(scrActions["specialQuoteDoubleRightGuillemet"], "InsertQuote");
scrMenuMgr->addMenuSeparator("InsertQuote");
scrMenuMgr->addMenuItem(scrActions["specialQuoteLowSingleComma"], "InsertQuote");
scrMenuMgr->addMenuItem(scrActions["specialQuoteLowDoubleComma"], "InsertQuote");
scrMenuMgr->addMenuItem(scrActions["specialQuoteDoubleTurnedComma"], "InsertQuote");
scrMenuMgr->addMenuSeparator("InsertQuote");
scrMenuMgr->addMenuItem(scrActions["specialQuoteCJKSingleLeft"], "InsertQuote");
scrMenuMgr->addMenuItem(scrActions["specialQuoteCJKSingleRight"], "InsertQuote");
scrMenuMgr->addMenuItem(scrActions["specialQuoteCJKDoubleLeft"], "InsertQuote");
scrMenuMgr->addMenuItem(scrActions["specialQuoteCJKDoubleRight"], "InsertQuote");
scrMenuMgr->createMenu("InsertSpace", tr("Space"), "Insert");
//scrMenuMgr->addMenuToMenu("InsertSpace", "Insert");
scrMenuMgr->addMenuItem(scrActions["specialNonBreakingSpace"], "InsertSpace");
scrMenuMgr->addMenuItem(scrActions["specialNewLine"], "InsertSpace");
scrMenuMgr->addMenuItem(scrActions["specialFrameBreak"], "InsertSpace");
scrMenuMgr->addMenuItem(scrActions["specialColumnBreak"], "InsertSpace");
scrMenuMgr->addMenuSeparator("Insert");
scrMenuMgr->addMenuItem(scrActions["insertSampleText"], "Insert");
scrActions["insertGlyph"]->setEnabled(false);
//Page menu
scrMenuMgr->createMenu("Page", tr("&Page"));
scrMenuMgr->addMenuItem(scrActions["pageInsert"], "Page");
scrMenuMgr->addMenuItem(scrActions["pageImport"], "Page");
scrMenuMgr->addMenuItem(scrActions["pageDelete"], "Page");
scrMenuMgr->addMenuItem(scrActions["pageCopy"], "Page");
scrMenuMgr->addMenuItem(scrActions["pageMove"], "Page");
scrMenuMgr->addMenuItem(scrActions["pageApplyMasterPage"], "Page");
scrMenuMgr->addMenuItem(scrActions["pageCopyToMasterPage"], "Page");
scrMenuMgr->addMenuItem(scrActions["pageManageGuides"], "Page");
scrMenuMgr->addMenuItem(scrActions["pageManageMargins"], "Page");
scrMenuMgr->addMenuSeparator("Page");
scrMenuMgr->addMenuItem(scrActions["viewSnapToGrid"], "Page");
scrMenuMgr->addMenuItem(scrActions["viewSnapToGuides"], "Page");
scrActions["pageDelete"]->setEnabled(false);
scrActions["pageMove"]->setEnabled(false);
//View menu
scrMenuMgr->createMenu("View", tr("&View"));
scrMenuMgr->addMenuItem(scrActions["viewFitInWindow"], "View");
scrMenuMgr->addMenuItem(scrActions["viewFit50"], "View");
scrMenuMgr->addMenuItem(scrActions["viewFit75"], "View");
scrMenuMgr->addMenuItem(scrActions["viewFit100"], "View");
scrMenuMgr->addMenuItem(scrActions["viewFit200"], "View");
scrMenuMgr->addMenuItem(scrActions["viewFit20"], "View");
scrMenuMgr->addMenuSeparator("View");
scrMenuMgr->addMenuItem(scrActions["viewShowMargins"], "View");
scrMenuMgr->addMenuItem(scrActions["viewShowFrames"], "View");
scrMenuMgr->addMenuItem(scrActions["viewShowImages"], "View");
scrMenuMgr->addMenuItem(scrActions["viewShowGrid"], "View");
scrMenuMgr->addMenuItem(scrActions["viewShowGuides"], "View");
scrMenuMgr->addMenuItem(scrActions["viewShowBaseline"], "View");
scrMenuMgr->addMenuItem(scrActions["viewShowTextChain"], "View");
scrMenuMgr->addMenuItem(scrActions["viewShowTextControls"], "View");
scrMenuMgr->addMenuItem(scrActions["viewRulerMode"], "View");
//CB If this is viewNewView imeplemented, it should be on the windows menu
// scrMenuMgr->addMenuItem(scrActions["viewNewView"], "View");
//Tool menu
/*
scrMenuMgr->createMenu("Tools", tr("&Tools"));
scrMenuMgr->addMenuItem(scrActions["toolsProperties"], "Tools");
scrMenuMgr->addMenuItem(scrActions["toolsOutline"], "Tools");
scrMenuMgr->addMenuItem(scrActions["toolsScrapbook"], "Tools");
scrMenuMgr->addMenuItem(scrActions["toolsLayers"], "Tools");
scrMenuMgr->addMenuItem(scrActions["toolsPages"], "Tools");
scrMenuMgr->addMenuItem(scrActions["toolsBookmarks"], "Tools");
scrMenuMgr->addMenuItem(scrActions["toolsMeasurements"], "Tools");
scrMenuMgr->addMenuItem(scrActions["toolsActionHistory"], "Tools");
scrMenuMgr->addMenuItem(scrActions["toolsPreflightVerifier"], "Tools");
scrMenuMgr->addMenuItem(scrActions["toolsAlignDistribute"], "Tools");
scrMenuMgr->addMenuSeparator("Tools");
scrMenuMgr->addMenuItem(scrActions["toolsToolbarTools"], "Tools");
scrMenuMgr->addMenuItem(scrActions["toolsToolbarPDF"], "Tools");
//scrActions["toolsPreflightVerifier"]->setEnabled(false);*/
//Extra menu
scrMenuMgr->createMenu("Extras", tr("E&xtras"));
scrMenuMgr->addMenuItem(scrActions["extrasManagePictures"], "Extras");
scrMenuMgr->addMenuItem(scrActions["extrasHyphenateText"], "Extras");
scrMenuMgr->addMenuItem(scrActions["extrasDeHyphenateText"], "Extras");
scrMenuMgr->addMenuItem(scrActions["extrasGenerateTableOfContents"], "Extras");
scrMenuMgr->setMenuEnabled("Extras", false);
scrActions["extrasHyphenateText"]->setEnabled(false);
scrActions["extrasDeHyphenateText"]->setEnabled(false);
//Window menu
scrMenuMgr->createMenu("Windows", tr("&Windows"));
connect(scrMenuMgr->getLocalPopupMenu("Windows"), SIGNAL(aboutToShow()), this, SLOT(windowsMenuAboutToShow()));
addDefaultWindowMenuItems();
//Help menu
scrMenuMgr->createMenu("Help", tr("&Help"));
scrMenuMgr->addMenuItem(scrActions["helpAboutScribus"], "Help");
scrMenuMgr->addMenuItem(scrActions["helpAboutPlugins"], "Help");
scrMenuMgr->addMenuItem(scrActions["helpAboutQt"], "Help");
scrMenuMgr->addMenuSeparator("Help");
scrMenuMgr->addMenuItem(scrActions["helpTooltips"], "Help");
scrMenuMgr->addMenuItem(scrActions["helpManual"], "Help");
scrMenuMgr->addMenuToMenuBar("File");
scrMenuMgr->addMenuToMenuBar("Edit");
scrMenuMgr->addMenuToMenuBar("Style");
scrMenuMgr->setMenuEnabled("Style", false);
scrMenuMgr->addMenuToMenuBar("Item");
scrMenuMgr->setMenuEnabled("Item", false);
scrMenuMgr->addMenuToMenuBar("Insert");
scrMenuMgr->setMenuEnabled("Insert", false);
scrMenuMgr->addMenuToMenuBar("Page");
scrMenuMgr->setMenuEnabled("Page", false);
scrMenuMgr->addMenuToMenuBar("View");
scrMenuMgr->setMenuEnabled("View", false);
//scrMenuMgr->addMenuToMenuBar("Tools");
scrMenuMgr->addMenuToMenuBar("Extras");
scrMenuMgr->setMenuEnabled("Extras", false);
scrMenuMgr->addMenuToMenuBar("Windows");
//scrMenuMgr->setMenuEnabled("Windows", false);
menuBar()->insertSeparator();
scrMenuMgr->addMenuToMenuBar("Help");
//Alignment menu
scrMenuMgr->createMenu("Alignment", tr("&Alignment"));
scrMenuMgr->addMenuItem(scrActions["alignLeft"], "Alignment");
scrMenuMgr->addMenuItem(scrActions["alignCenter"], "Alignment");
scrMenuMgr->addMenuItem(scrActions["alignRight"], "Alignment");
scrMenuMgr->addMenuItem(scrActions["alignBlock"], "Alignment");
scrMenuMgr->addMenuItem(scrActions["alignForced"], "Alignment");
connect(ColorMenC, SIGNAL(activated(int)), this, SLOT(setItemFarbe(int)));
connect(FontMenu, SIGNAL(activated(int)), this, SLOT(setItemFont(int)));
}
void ScribusApp::addDefaultWindowMenuItems()
{
scrMenuMgr->clearMenu("Windows");
scrMenuMgr->addMenuItem(scrActions["windowsCascade"], "Windows");
scrMenuMgr->addMenuItem(scrActions["windowsTile"], "Windows");
scrMenuMgr->addMenuSeparator("Windows");
scrMenuMgr->addMenuItem(scrActions["toolsProperties"], "Windows");
scrMenuMgr->addMenuItem(scrActions["toolsOutline"], "Windows");
scrMenuMgr->addMenuItem(scrActions["toolsScrapbook"], "Windows");
scrMenuMgr->addMenuItem(scrActions["toolsLayers"], "Windows");
scrMenuMgr->addMenuItem(scrActions["toolsPages"], "Windows");
scrMenuMgr->addMenuItem(scrActions["toolsBookmarks"], "Windows");
scrMenuMgr->addMenuItem(scrActions["toolsMeasurements"], "Windows");
scrMenuMgr->addMenuItem(scrActions["toolsActionHistory"], "Windows");
scrMenuMgr->addMenuItem(scrActions["toolsPreflightVerifier"], "Windows");
scrMenuMgr->addMenuItem(scrActions["toolsAlignDistribute"], "Windows");
scrMenuMgr->addMenuSeparator("Windows");
scrMenuMgr->addMenuItem(scrActions["toolsToolbarTools"], "Windows");
scrMenuMgr->addMenuItem(scrActions["toolsToolbarPDF"], "Windows");
}
void ScribusApp::initStatusBar()
{
mainWindowStatusLabel = new QLabel( " ", statusBar(), "ft");
mainWindowProgressBar = new QProgressBar(statusBar(), "p");
mainWindowProgressBar->setCenterIndicator(true);
mainWindowProgressBar->setFixedWidth( 100 );
mainWindowProgressBar->reset();
mainWindowXPosLabel = new QLabel( "X-Pos:", statusBar(), "xt");
mainWindowYPosLabel = new QLabel( "Y-Pos:", statusBar(), "yt");
mainWindowXPosDataLabel = new QLabel( " ", statusBar(), "dt");
mainWindowYPosDataLabel = new QLabel( " ", statusBar(), "ydt");
statusBar()->addWidget(mainWindowStatusLabel, 3, true);
statusBar()->addWidget(mainWindowProgressBar, 0, true);
statusBar()->addWidget(mainWindowXPosLabel, 0, true);
statusBar()->addWidget(mainWindowXPosDataLabel, 1, true);
statusBar()->addWidget(mainWindowYPosLabel, 0, true);
statusBar()->addWidget(mainWindowYPosDataLabel, 1, true);
}
void ScribusApp::setMousePositionOnStatusBar(double xp, double yp)
{
double xn = xp;
double yn = yp;
if (doc->guidesSettings.rulerMode)
{
xn -= doc->currentPage->xOffset();
yn -= doc->currentPage->yOffset();
}
xn -= doc->rulerXoffset;
yn -= doc->rulerYoffset;
QString suffix=unitGetSuffixFromIndex(doc->unitIndex());
int multiplier=unitGetDecimalsFromIndex(doc->unitIndex());
double divisor=static_cast<double>(multiplier);
int precision=unitGetPrecisionFromIndex(doc->unitIndex());
QString tmp;
mainWindowXPosDataLabel->setText(tmp.setNum(qRound(xn*doc->unitRatio() * multiplier) / divisor, 'f', precision) + suffix);
mainWindowYPosDataLabel->setText(tmp.setNum(qRound(yn*doc->unitRatio() * multiplier) / divisor, 'f', precision) + suffix);
}
void ScribusApp::deleteSelectedTextFromFrame(PageItem *currItem)
{
int firstSelection = 0;
bool first = false;
for (ScText *it = currItem->itemText.first(); it != 0; it = currItem->itemText.next())
{
if (it->cselect)
{
first = true;
if ((it->ch == QChar(25)) && (it->cembedded != 0))
{
doc->FrameItems.remove(it->cembedded);
delete it->cembedded;
}
currItem->itemText.remove();
it = currItem->itemText.prev();
if (it == 0)
it = currItem->itemText.first();
}
if (!first)
firstSelection++;
}
if (currItem->itemText.count() != 0)
{
if (currItem->itemText.first()->cselect)
{
currItem->itemText.remove();
currItem->CPos = 0;
}
else
currItem->CPos = firstSelection;
}
else
currItem->CPos = 0;
currItem->HasSel = false;
for (uint a = 0; a < doc->FrameItems.count(); ++a)
{
doc->FrameItems.at(a)->ItemNr = a;
}
DisableTxEdit();
}
void ScribusApp::setTBvals(PageItem *currItem)
{
if (currItem->itemText.count() != 0)
{
int ChPos = QMIN(currItem->CPos, static_cast<int>(currItem->itemText.count()-1));
doc->CurrentStyle = currItem->itemText.at(ChPos)->cstyle & 1919;
doc->currentParaStyle = currItem->itemText.at(ChPos)->cab;
setAbsValue(doc->currentParaStyle);
propertiesPalette->setAli(doc->currentParaStyle);
doc->CurrFont = currItem->itemText.at(ChPos)->cfont->SCName;
doc->CurrFontSize = currItem->itemText.at(ChPos)->csize;
doc->CurrTextFill = currItem->itemText.at(ChPos)->ccolor;
doc->CurrTextFillSh = currItem->itemText.at(ChPos)->cshade;
doc->CurrTextStroke = currItem->itemText.at(ChPos)->cstroke;
doc->CurrTextStrokeSh = currItem->itemText.at(ChPos)->cshade2;
doc->CurrTextScale = currItem->itemText.at(ChPos)->cscale;
doc->CurrTextScaleV = currItem->itemText.at(ChPos)->cscalev;
doc->CurrTextBase = currItem->itemText.at(ChPos)->cbase;
doc->CurrTextShadowX = currItem->itemText.at(ChPos)->cshadowx;
doc->CurrTextShadowY = currItem->itemText.at(ChPos)->cshadowy;
doc->CurrTextOutline = currItem->itemText.at(ChPos)->coutline;
doc->CurrTextUnderPos = currItem->itemText.at(ChPos)->cunderpos;
doc->CurrTextUnderWidth = currItem->itemText.at(ChPos)->cunderwidth;
doc->CurrTextStrikePos = currItem->itemText.at(ChPos)->cstrikepos;
doc->CurrTextStrikeWidth = currItem->itemText.at(ChPos)->cstrikewidth;
emit TextUnderline(doc->CurrTextUnderPos, doc->CurrTextUnderWidth);
emit TextStrike(doc->CurrTextStrikePos, doc->CurrTextStrikeWidth);
emit TextShadow(doc->CurrTextShadowX, doc->CurrTextShadowY);
emit TextFarben(doc->CurrTextStroke, doc->CurrTextFill, doc->CurrTextStrokeSh, doc->CurrTextFillSh);
emit TextIFont(doc->CurrFont);
emit TextISize(doc->CurrFontSize);
emit TextUSval(currItem->itemText.at(ChPos)->cextra);
emit TextStil(doc->CurrentStyle);
emit TextScale(doc->CurrTextScale);
emit TextScaleV(doc->CurrTextScaleV);
emit TextBase(doc->CurrTextBase);
emit TextOutline(doc->CurrTextOutline);
}
}
void ScribusApp::wheelEvent(QWheelEvent *w)
{
if (HaveDoc)
{
int wheelVal=prefsManager->mouseWheelValue();
if ((w->orientation() != Qt::Vertical) || ( w->state() & ShiftButton ))
{
if (w->delta() < 0)
view->scrollBy(wheelVal, 0);
else
view->scrollBy(-wheelVal, 0);
}
else
{
if (w->delta() < 0)
view->scrollBy(0, wheelVal);
else
view->scrollBy(0, -wheelVal);
}
w->accept();
}
}
//Special keys assigned to actions are stolen by the action and not passed to
//keyPressEvent so process them here.
void ScribusApp::specialActionKeyEvent(QString actionName, int unicodevalue)
{
if (HaveDoc)
{
if (doc->appMode==modeEdit)
{
if (view->SelItem.count() == 1)
{
struct ScText *hg = new ScText;
PageItem *currItem = view->SelItem.at(0);
if (unicodevalue!=-1)
{
hg->ch = QString(QChar(unicodevalue));
doc->setScTextDefaultsFromDoc(hg);
hg->cselect = false;
hg->cextra = 0;
hg->xp = 0;
hg->yp = 0;
hg->PRot = 0;
hg->PtransX = 0;
hg->PtransY = 0;
hg->cembedded = 0;
currItem->itemText.insert(currItem->CPos, hg);
currItem->CPos += 1;
currItem->Tinput = true;
view->RefreshItem(currItem);
}
else if (actionName=="specialSmartHyphen") //ignore the char as we use an attribute if the text item, for now.
{
currItem->itemText.at(QMAX(currItem->CPos-1,0))->cstyle ^= 128;
currItem->Tinput = true;
view->RefreshItem(currItem);
}
}
}
}
}
/*!
\brief Receive key events from palettes such as palette hiding events. Possibly eaier way but this is cleaner than before. No need to modify all those palettes and each new one in future.
*/
bool ScribusApp::eventFilter( QObject */*o*/, QEvent *e )
{
bool retVal;
if ( e->type() == QEvent::KeyPress ) {
QKeyEvent *k = (QKeyEvent *)e;
int keyMod=0;
if (k->state() & ShiftButton)
keyMod |= SHIFT;
if (k->state() & ControlButton)
keyMod |= CTRL;
if (k->state() & AltButton)
keyMod |= ALT;
QKeySequence currKeySeq = QKeySequence(k->key() | keyMod);
if (QString(currKeySeq).isNull())
return false;
retVal=true;
//Palette actions
if (currKeySeq == scrActions["specialToggleAllPalettes"]->accel())
scrActions["specialToggleAllPalettes"]->activate();
else
if (currKeySeq == scrActions["toolsProperties"]->accel())
scrActions["toolsProperties"]->toggle();
else
if (currKeySeq == scrActions["toolsOutline"]->accel())
scrActions["toolsOutline"]->toggle();
else
if (currKeySeq == scrActions["toolsScrapbook"]->accel())
scrActions["toolsScrapbook"]->toggle();
else
if (currKeySeq == scrActions["toolsLayers"]->accel())
scrActions["toolsLayers"]->toggle();
else
if (currKeySeq == scrActions["toolsPages"]->accel())
scrActions["toolsPages"]->toggle();
else
if (currKeySeq == scrActions["toolsBookmarks"]->accel())
scrActions["toolsBookmarks"]->toggle();
else
if (currKeySeq == scrActions["toolsActionHistory"]->accel())
scrActions["toolsActionHistory"]->toggle();
else
if (currKeySeq == scrActions["toolsPreflightVerifier"]->accel())
scrActions["toolsPreflightVerifier"]->toggle();
else
if (currKeySeq == scrActions["toolsAlignDistribute"]->accel())
scrActions["toolsAlignDistribute"]->toggle();
else
//Undo actions
if (currKeySeq == scrActions["editUndoAction"]->accel() && scrActions["editUndoAction"]->isEnabled())
scrActions["editUndoAction"]->activate();
else
if (currKeySeq == scrActions["editRedoAction"]->accel() && scrActions["editRedoAction"]->isEnabled())
scrActions["editRedoAction"]->activate();
else
//Other actions
if (currKeySeq == scrActions["fileQuit"]->accel())
scrActions["fileQuit"]->activate();
else
retVal=false;
}
else
retVal=false;
//Return false to pass event to object
return retVal;
}
void ScribusApp::keyPressEvent(QKeyEvent *k)
{
QWidgetList windows;
QWidget* w = NULL;
struct ScText *hg;
int kk = k->key();
int as = k->ascii();
double altx, alty;
QString uc = k->text();
QString cr, Tcha, Twort;
uint Tcoun;
int len, pos, c;
if (keyrep)
return;
keyrep = true;
switch (k->state())
{
case ShiftButton:
KeyMod = SHIFT;
break;
case AltButton:
KeyMod = ALT;
break;
case ControlButton:
KeyMod = CTRL;
break;
default:
KeyMod = 0;
break;
}
if ((kk == Key_Escape) && (HaveDoc))
{
keyrep = false;
PageItem *currItem;
if ((view->SelItem.count() != 0))
{
currItem = view->SelItem.at(0);
switch (doc->appMode)
{
case modeNormal:
currItem->Sizing = false;
if (doc->SubMode != -1)
{
view->Deselect(false);
doc->Items.remove(currItem->ItemNr);
}
break;
case modeLinkFrames:
case modeUnlinkFrames:
case modeEdit:
case modeRotation:
view->Deselect(false);
case modePanning:
break;
case modeDrawBezierLine:
currItem->PoLine.resize(currItem->PoLine.size()-2);
if (currItem->PoLine.size() < 4)
{
view->Deselect(false);
doc->Items.remove(currItem->ItemNr);
}
else
{
view->SizeItem(currItem->PoLine.WidthHeight().x(), currItem->PoLine.WidthHeight().y(), currItem->ItemNr, false, false);
view->SetPolyClip(currItem, qRound(QMAX(currItem->Pwidth / 2, 1)));
view->AdjustItemSize(currItem);
currItem->ContourLine = currItem->PoLine.copy();
currItem->ClipEdited = true;
currItem->FrameType = 3;
slotDocCh();
}
view->FirstPoly = true;
break;
default:
view->Deselect(false);
doc->Items.remove(currItem->ItemNr);
break;
}
}
view->Mpressed = false;
doc->DragP = false;
doc->leaveDrag = false;
view->Imoved = false;
view->mCG = false;
view->MidButt = false;
doc->SubMode = -1;
doc->ElemToLink = NULL;
NoFrameEdit();
slotSelect();
return;
}
ButtonState buttonState = k->state();
if ((HaveDoc) && (!view->zoomSpinBox->hasFocus()) && (!view->pageSelector->focused()))
{
if ((doc->appMode != modeEdit) && (view->SelItem.count() == 0))
{
switch (kk)
{
case Key_Space:
keyrep = false;
if (doc->appMode == modePanning)
setAppMode(modeNormal);
else
{
setAppMode(modePanning);
qApp->setOverrideCursor(QCursor(loadIcon("HandC.xpm")), true);
}
return;
break;
case Key_Prior:
view->scrollBy(0, -prefsManager->mouseWheelValue());
keyrep = false;
return;
break;
case Key_Next:
view->scrollBy(0, prefsManager->mouseWheelValue());
keyrep = false;
return;
break;
case Key_Tab:
keyrep = false;
windows = wsp->windowList();
if (windows.count() > 1)
{
for (int i = 0; i < static_cast<int>(windows.count()); ++i)
{
if (wsp->activeWindow() == windows.at(i))
{
if (i == static_cast<int>(windows.count()-1))
w = windows.at(0);
else
w = windows.at(i+1);
break;
}
}
doc->OpenNodes = outlinePalette->buildReopenVals();
docCheckerPalette->clearErrorList();
if ( w )
w->showNormal();
newActWin(w);
}
return;
break;
}
}
if (view->SelItem.count() != 0)
{
PageItem *currItem = view->SelItem.at(0);
switch (doc->appMode)
{
case modeNormal:
switch (kk)
{
case Key_Backspace:
case Key_Delete:
if (!doc->EditClip)
{
view->DeleteItem();
slotDocCh();
}
break;
case Key_Prior:
if (!currItem->locked())
{
view->RaiseItem();
slotDocCh();
}
break;
case Key_Next:
if (!currItem->locked())
{
view->LowerItem();
slotDocCh();
}
break;
case Key_Left:
if (!currItem->locked())
{
if ((doc->EditClip) && (view->ClRe != -1))
{
FPoint np;
if (view->EditContour)
np = currItem->ContourLine.point(view->ClRe);
else
np = currItem->PoLine.point(view->ClRe);
if ( buttonState & ShiftButton )
np = np - FPoint(10.0, 0);
else if ( buttonState & ControlButton )
np = np - FPoint(0.1, 0);
else
np = np - FPoint(1.0, 0);
view->MoveClipPoint(currItem, np);
}
else
{
if ( buttonState & ShiftButton )
view->moveGroup(-10, 0);
else if ( buttonState & ControlButton )
view->moveGroup(-0.1, 0);
else
view->moveGroup(-1, 0);
}
slotDocCh();
}
break;
case Key_Right:
if (!currItem->locked())
{
if ((doc->EditClip) && (view->ClRe != -1))
{
FPoint np;
if (view->EditContour)
np = currItem->ContourLine.point(view->ClRe);
else
np = currItem->PoLine.point(view->ClRe);
if ( buttonState & ShiftButton )
np = np + FPoint(10.0, 0);
else if ( buttonState & ControlButton )
np = np + FPoint(0.1, 0);
else
np = np + FPoint(1.0, 0);
view->MoveClipPoint(currItem, np);
}
else
{
if ( buttonState & ShiftButton )
view->moveGroup(10, 0);
else if ( buttonState & ControlButton )
view->moveGroup(0.1, 0);
else
view->moveGroup(1, 0);
}
slotDocCh();
}
break;
case Key_Up:
if (!currItem->locked())
{
if ((doc->EditClip) && (view->ClRe != -1))
{
FPoint np;
if (view->EditContour)
np = currItem->ContourLine.point(view->ClRe);
else
np = currItem->PoLine.point(view->ClRe);
if ( buttonState & ShiftButton )
np = np - FPoint(0, 10.0);
else if ( buttonState & ControlButton )
np = np - FPoint(0, 0.1);
else
np = np - FPoint(0, 1.0);
view->MoveClipPoint(currItem, np);
}
else
{
if ( buttonState & ShiftButton )
view->moveGroup(0, -10);
else if ( buttonState & ControlButton )
view->moveGroup(0, -0.1);
else
view->moveGroup(0, -1);
}
slotDocCh();
}
break;
case Key_Down:
if (!currItem->locked())
{
if ((doc->EditClip) && (view->ClRe != -1))
{
FPoint np;
if (view->EditContour)
np = currItem->ContourLine.point(view->ClRe);
else
np = currItem->PoLine.point(view->ClRe);
if ( buttonState & ShiftButton )
np = np + FPoint(0, 10.0);
else if ( buttonState & ControlButton )
np = np + FPoint(0, 0.1);
else
np = np + FPoint(0, 1.0);
view->MoveClipPoint(currItem, np);
}
else
{
if ( buttonState & ShiftButton )
view->moveGroup(0, 10);
else if ( buttonState & ControlButton )
view->moveGroup(0, 0.1);
else
view->moveGroup(0, 1);
}
slotDocCh();
}
break;
default:
break;
}
break;
case modeEdit:
int oldPos = currItem->CPos; // 15-mar-2004 jjsa for cursor movement with Shift + Arrow key
view->oldCp = currItem->CPos;
if (currItem->itemType() == PageItem::ImageFrame)
{
switch (kk)
{
case Key_Left:
if (!currItem->locked())
{
if ( buttonState & ShiftButton )
view->MoveItemI(-10, 0, currItem->ItemNr, true);
else if ( buttonState & ControlButton )
view->MoveItemI(-0.1, 0, currItem->ItemNr, true);
else
view->MoveItemI(-1, 0, currItem->ItemNr, true);
}
break;
case Key_Right:
if (!currItem->locked())
{
if ( buttonState & ShiftButton )
view->MoveItemI(10, 0, currItem->ItemNr, true);
else if ( buttonState & ControlButton )
view->MoveItemI(0.1, 0, currItem->ItemNr, true);
else
view->MoveItemI(1, 0, currItem->ItemNr, true);
}
break;
case Key_Up:
if (!currItem->locked())
{
if ( buttonState & ShiftButton )
view->MoveItemI(0, -10, currItem->ItemNr, true);
else if ( buttonState & ControlButton )
view->MoveItemI(0, -0.1, currItem->ItemNr, true);
else
view->MoveItemI(0, -1, currItem->ItemNr, true);
}
break;
case Key_Down:
if (!currItem->locked())
{
if ( buttonState & ShiftButton )
view->MoveItemI(0, 10, currItem->ItemNr, true);
else if ( buttonState & ControlButton )
view->MoveItemI(0, 0.1, currItem->ItemNr, true);
else
view->MoveItemI(0, 1, currItem->ItemNr, true);
}
break;
}
}
if (currItem->itemType() == PageItem::TextFrame)
{
view->slotDoCurs(false);
switch (kk)
{
case Key_Prior:
case Key_Next:
case Key_End:
case Key_Home:
case Key_Right:
case Key_Left:
case Key_Up:
case Key_Down:
if ( (buttonState & ShiftButton) == 0 )
view->deselectAll(currItem);
}
/* ISO 14755
if ((buttonState & ControlButton) && (buttonState & ShiftButton))
{
if (!unicodeTextEditMode)
{
unicodeTextEditMode=true;
unicodeInputCount = 0;
unicodeInputString = "";
keyrep = false;
}
qDebug(QString("%1 %2 %3 %4 %5").arg("uni").arg("c+s").arg(uc).arg(kk).arg(as));
}
*/
if (unicodeTextEditMode)
{
int conv = 0;
bool ok = false;
unicodeInputString += uc;
conv = unicodeInputString.toInt(&ok, 16);
if (!ok)
{
unicodeTextEditMode = false;
unicodeInputCount = 0;
unicodeInputString = "";
keyrep = false;
return;
}
unicodeInputCount++;
if (unicodeInputCount == 4)
{
unicodeTextEditMode = false;
unicodeInputCount = 0;
unicodeInputString = "";
if (ok)
{
if (currItem->HasSel)
deleteSelectedTextFromFrame(currItem);
if (conv < 31)
conv = 32;
hg = new ScText;
hg->ch = QString(QChar(conv));
doc->setScTextDefaultsFromDoc(hg);
hg->cselect = false;
hg->cextra = 0;
hg->xp = 0;
hg->yp = 0;
hg->PRot = 0;
hg->PtransX = 0;
hg->PtransY = 0;
hg->cembedded = 0;
currItem->itemText.insert(currItem->CPos, hg);
currItem->CPos += 1;
currItem->Tinput = true;
setTBvals(currItem);
view->RefreshItem(currItem);
keyrep = false;
return;
}
}
else
{
keyrep = false;
return;
}
}
switch (kk)
{
case Key_F12:
unicodeTextEditMode = true;
unicodeInputCount = 0;
unicodeInputString = "";
keyrep = false;
return;
break;
case Key_Home:
// go to begin of line
if ( (pos = currItem->CPos) == 0 )
break; // at begin of frame
len = static_cast<int>(currItem->itemText.count());
if ( pos == len )
pos--;
if ( (buttonState & ControlButton) == 0 )
{
alty = currItem->itemText.at(pos)->yp;
c = currItem->itemText.at(pos)->ch.at(0).latin1();
if ( c == 13 ) // new line, position is wrong
if ( --pos > 0 )
alty = currItem->itemText.at(pos)->yp;
// check for yp at actual position
if ( pos < len )
{
altx = currItem->itemText.at(pos)->yp;
if ( altx > alty )
{
// we was at begin of line
break;
}
}
while ( pos > 0 && currItem->itemText.at(pos-1)->yp == alty )
--pos;
if ( currItem->itemText.at(pos)->ch.at(0).latin1() == 13 )
++pos;
}
else
{
// paragraph begin
if ( pos < len &&
currItem->itemText.at(pos)->ch.at(0).latin1() == 13 )
--pos;
while(pos > 0 )
if ( currItem->itemText.at(pos)->ch.at(0).latin1() == 13 )
{
++pos;
break;
}
else
--pos;
}
currItem->CPos = pos;
if ( buttonState & ShiftButton )
view->ExpandSel(currItem, -1, oldPos);
break;
case Key_End:
// go to end of line
len = static_cast<int>(currItem->itemText.count());
if ( currItem->CPos >= len )
break; // at end of frame
if ( (buttonState & ControlButton) == 0 )
{
if ((currItem->CPos < len) && ((currItem->itemText.at(currItem->CPos)->ch.at(0).latin1() == 13) || (currItem->itemText.at(currItem->CPos)->ch.at(0).latin1() == 28)))
{
// at end of paragraph and therefore line
break;
}
QString nextCh = currItem->itemText.at(currItem->CPos)->ch;
int nextChs = currItem->itemText.at(currItem->CPos)->csize;
alty = currItem->itemText.at(currItem->CPos)->yp - currItem->SetZeichAttr(currItem->itemText.at(currItem->CPos), &nextChs, &nextCh);
double nextY;
while (currItem->CPos < len-1)
{
nextCh = currItem->itemText.at(currItem->CPos+1)->ch;
nextChs = currItem->itemText.at(currItem->CPos+1)->csize;
nextY = currItem->itemText.at(currItem->CPos+1)->yp - currItem->SetZeichAttr(currItem->itemText.at(currItem->CPos+1), &nextChs, &nextCh);
if (fabs(nextY - alty) > 1.0)
break;
currItem->CPos++;
if ( currItem->CPos == len-1)
break;
}
if ( currItem->CPos < len -1 )
c = currItem->itemText.at(currItem->CPos+1)->ch.at(0).latin1();
else if ( currItem->CPos == len - 1 )
c = 13;
else
c = 0;
if (( c == 13 ) || (c = 28))
currItem->CPos++;
}
else
{
// go to end of paragraph
if ( currItem->itemText.at(currItem->CPos)->ch.at(0).latin1() == 13 )
{
break;
}
pos = currItem->CPos;
while ( pos < len )
{
if ( currItem->itemText.at(pos)->ch.at(0).latin1() == 13 )
break;
else
++pos;
}
currItem->CPos = pos;
}
if ( buttonState & ShiftButton )
view->ExpandSel(currItem, 1, oldPos);
break;
case Key_Down:
if (currItem->CPos != static_cast<int>(currItem->itemText.count()))
{
alty = currItem->itemText.at(currItem->CPos)->yp;
altx = currItem->itemText.at(currItem->CPos)->xp;
do
{
currItem->CPos += 1;
if (currItem->CPos == static_cast<int>(currItem->itemText.count()))
break;
if (currItem->itemText.at(currItem->CPos)->yp > alty)
{
if (currItem->itemText.at(currItem->CPos)->xp >= altx)
break;
}
}
while (currItem->CPos < static_cast<int>(currItem->itemText.count()));
if ( buttonState & ShiftButton )
{
if ( buttonState & AltButton )
currItem->CPos = currItem->itemText.count();
view->ExpandSel(currItem, 1, oldPos);
}
else
if (currItem->CPos == static_cast<int>(currItem->itemText.count()))
if (currItem->NextBox != 0)
{
if (currItem->NextBox->itemText.count() != 0)
{
view->Deselect(true);
currItem->NextBox->CPos = 0;
view->SelectItemNr(currItem->NextBox->ItemNr);
currItem = currItem->NextBox;
}
}
}
else
{
if (currItem->NextBox != 0)
{
if (currItem->NextBox->itemText.count() != 0)
{
view->Deselect(true);
currItem->NextBox->CPos = 0;
view->SelectItemNr(currItem->NextBox->ItemNr);
currItem = currItem->NextBox;
}
}
}
if ( currItem->HasSel )
view->RefreshItem(currItem);
setTBvals(currItem);
break;
case Key_Up:
if (currItem->CPos > 0)
{
if (currItem->CPos == static_cast<int>(currItem->itemText.count()))
--currItem->CPos;
alty = currItem->itemText.at(currItem->CPos)->yp;
altx = currItem->itemText.at(currItem->CPos)->xp;
if (currItem->CPos > 0)
{
do
{
--currItem->CPos;
if (currItem->CPos == 0)
break;
if ( currItem->itemText.at(currItem->CPos)->ch.at(0).latin1() == 13 )
break;
if (currItem->itemText.at(currItem->CPos)->yp < alty)
{
if (currItem->itemText.at(currItem->CPos)->xp <= altx)
break;
}
}
while (currItem->CPos > 0);
}
if ( buttonState & ShiftButton )
{
if ( buttonState & AltButton )
currItem->CPos = 0;
view->ExpandSel(currItem, -1, oldPos);
}
else
if (currItem->CPos == 0)
{
if (currItem->BackBox != 0)
{
view->Deselect(true);
currItem->BackBox->CPos = currItem->BackBox->itemText.count();
view->SelectItemNr(currItem->BackBox->ItemNr);
currItem = currItem->BackBox;
}
}
}
else
{
currItem->CPos = 0;
if (currItem->BackBox != 0)
{
view->Deselect(true);
currItem->BackBox->CPos = currItem->BackBox->itemText.count();
view->SelectItemNr(currItem->BackBox->ItemNr);
currItem = currItem->BackBox;
}
}
if ( currItem->HasSel )
view->RefreshItem(currItem);
setTBvals(currItem);
break;
case Key_Prior:
currItem->CPos = 0;
if ( buttonState & ShiftButton )
view->ExpandSel(currItem, -1, oldPos);
setTBvals(currItem);
break;
case Key_Next:
currItem->CPos = static_cast<int>(currItem->itemText.count());
if ( buttonState & ShiftButton )
view->ExpandSel(currItem, 1, oldPos);
setTBvals(currItem);
break;
case Key_Left:
if ( buttonState & ControlButton )
{
view->setNewPos(currItem, oldPos, currItem->itemText.count(),-1);
if ( buttonState & ShiftButton )
view->ExpandSel(currItem, -1, oldPos);
}
else if ( buttonState & ShiftButton )
{
--currItem->CPos;
if ( currItem->CPos < 0 )
currItem->CPos = 0;
else
view->ExpandSel(currItem, -1, oldPos);
}
else
{
--currItem->CPos;
if (currItem->CPos < 0)
{
currItem->CPos = 0;
if (currItem->BackBox != 0)
{
view->Deselect(true);
currItem->BackBox->CPos = currItem->BackBox->itemText.count();
view->SelectItemNr(currItem->BackBox->ItemNr);
currItem = currItem->BackBox;
}
}
}
if ((currItem->CPos > 0) && (currItem->CPos == static_cast<int>(currItem->itemText.count())))
{
if (currItem->itemText.at(currItem->CPos-1)->cstyle & 4096)
{
--currItem->CPos;
while ((currItem->CPos > 0) && (currItem->itemText.at(currItem->CPos)->cstyle & 4096))
{
--currItem->CPos;
if (currItem->CPos == 0)
break;
}
}
}
else
{
while ((currItem->CPos > 0) && (currItem->itemText.at(currItem->CPos)->cstyle & 4096))
{
--currItem->CPos;
if (currItem->CPos == 0)
break;
}
}
if ( currItem->HasSel )
view->RefreshItem(currItem);
setTBvals(currItem);
break;
case Key_Right:
if ( buttonState & ControlButton )
{
view->setNewPos(currItem, oldPos, currItem->itemText.count(),1);
if ( buttonState & ShiftButton )
view->ExpandSel(currItem, 1, oldPos);
}
else if ( buttonState & ShiftButton )
{
++currItem->CPos;
if ( currItem->CPos > static_cast<int>(currItem->itemText.count()) )
--currItem->CPos;
else
view->ExpandSel(currItem, 1, oldPos);
}
else
{
++currItem->CPos; // new position within text ?
if (currItem->CPos > static_cast<int>(currItem->itemText.count()))
{
--currItem->CPos;
if (currItem->NextBox != 0)
{
if (currItem->NextBox->itemText.count() != 0)
{
view->Deselect(true);
currItem->NextBox->CPos = 0;
view->SelectItemNr(currItem->NextBox->ItemNr);
currItem = currItem->NextBox;
}
}
}
}
if ( currItem->HasSel )
view->RefreshItem(currItem);
setTBvals(currItem);
break;
case Key_Delete:
if (currItem->CPos == static_cast<int>(currItem->itemText.count()))
{
if (currItem->HasSel)
{
deleteSelectedTextFromFrame(currItem);
setTBvals(currItem);
view->RefreshItem(currItem);
}
keyrep = false;
return;
}
if (currItem->itemText.count() == 0)
{
keyrep = false;
return;
}
cr = currItem->itemText.at(currItem->CPos)->ch;
if (!currItem->HasSel)
currItem->itemText.at(currItem->CPos)->cselect = true;
deleteSelectedTextFromFrame(currItem);
currItem->Tinput = false;
if ((cr == QChar(13)) && (currItem->itemText.count() != 0))
{
view->chAbStyle(currItem, currItem->itemText.at(QMAX(currItem->CPos-1,0))->cab);
currItem->Tinput = false;
}
setTBvals(currItem);
view->RefreshItem(currItem);
break;
case Key_Backspace:
if (currItem->CPos == 0)
{
if (currItem->HasSel)
{
deleteSelectedTextFromFrame(currItem);
setTBvals(currItem);
view->RefreshItem(currItem);
}
break;
}
if (currItem->itemText.count() == 0)
break;
cr = currItem->itemText.at(QMAX(currItem->CPos-1,0))->ch;
if (!currItem->HasSel)
{
--currItem->CPos;
currItem->itemText.at(currItem->CPos)->cselect = true;
}
deleteSelectedTextFromFrame(currItem);
currItem->Tinput = false;
if ((cr == QChar(13)) && (currItem->itemText.count() != 0))
{
view->chAbStyle(currItem, currItem->itemText.at(QMAX(currItem->CPos-1,0))->cab);
currItem->Tinput = false;
}
setTBvals(currItem);
view->RefreshItem(currItem);
break;
default:
if ((currItem->HasSel) && (kk < 0x1000))
deleteSelectedTextFromFrame(currItem);
// if ((kk == Key_Tab) || ((kk == Key_Return) && (buttonState & ShiftButton)))
if (kk == Key_Tab)
{
hg = new ScText;
// if (kk == Key_Return)
// hg->ch = QString(QChar(28));
if (kk == Key_Tab)
hg->ch = QString(QChar(9));
doc->setScTextDefaultsFromDoc(hg);
hg->cselect = false;
hg->cextra = 0;
hg->xp = 0;
hg->yp = 0;
hg->PRot = 0;
hg->PtransX = 0;
hg->PtransY = 0;
hg->cembedded = 0;
currItem->itemText.insert(currItem->CPos, hg);
currItem->CPos += 1;
currItem->Tinput = true;
view->RefreshItem(currItem);
break;
}
if (((uc[0] > QChar(31)) || (as == 13) || (as == 30)) && ((*doc->AllFonts)[doc->CurrFont]->CharWidth.contains(uc[0].unicode())))
{
hg = new ScText;
hg->ch = uc;
doc->setScTextDefaultsFromDoc(hg);
hg->cextra = 0;
hg->cselect = false;
hg->xp = 0;
hg->yp = 0;
hg->PRot = 0;
hg->PtransX = 0;
hg->PtransY = 0;
hg->cembedded = 0;
currItem->itemText.insert(currItem->CPos, hg);
currItem->CPos += 1;
if ((doc->docHyphenator->AutoCheck) && (currItem->CPos > 1))
{
Twort = "";
Tcoun = 0;
for (int hych = currItem->CPos-1; hych > -1; hych--)
{
Tcha = currItem->itemText.at(hych)->ch;
if (Tcha == " ")
{
Tcoun = hych+1;
break;
}
Twort.prepend(Tcha);
}
if (!Twort.isEmpty())
{
if (doc->docHyphenator->Language != currItem->Language)
doc->docHyphenator->slotNewDict(currItem->Language);
doc->docHyphenator->slotHyphenateWord(currItem, Twort, Tcoun);
}
}
currItem->Tinput = true;
view->RefreshItem(currItem);
}
break;
}
view->slotDoCurs(true);
if ((kk == Key_Left) || (kk == Key_Right) || (kk == Key_Up) || (kk == Key_Down))
{
keyrep = false;
return;
}
}
slotDocCh(false);
break;
}
}
}
switch(kk)
{
case Key_Left:
case Key_Right:
case Key_Up:
case Key_Down:
_arrowKeyDown = true;
}
keyrep = false;
}
void ScribusApp::keyReleaseEvent(QKeyEvent *k)
{
if (k->isAutoRepeat() || !_arrowKeyDown)
return;
switch(k->key())
{
case Key_Left:
case Key_Right:
case Key_Up:
case Key_Down:
_arrowKeyDown = false;
if ((HaveDoc) && (!view->zoomSpinBox->hasFocus()) && (!view->pageSelector->focused()))
{
if ((view->SelItem.count() != 0) && (doc->appMode == modeNormal) && (doc->EditClip) && (view->ClRe != -1))
view->updateContents();
for (uint i = 0; i < view->SelItem.count(); ++i)
view->SelItem.at(i)->checkChanges(true);
if (view->SelItem.count() > 1 && view->groupTransactionStarted())
undoManager->commit();
}
}
}
void ScribusApp::closeEvent(QCloseEvent *ce)
{
QWidgetList windows = wsp->windowList();
ScribusWin* tw;
if (!windows.isEmpty())
{
singleClose = true;
for ( int i = 0; i < static_cast<int>(windows.count()); ++i )
{
newActWin(windows.at(i));
tw = ActWin;
ActWin->close();
if (tw == ActWin)
{
ce->ignore();
singleClose = false;
return;
}
}
}
propertiesPalette->hide();
outlinePalette->hide();
scrapbookPalette->hide();
bookmarkPalette->hide();
layerPalette->hide();
pagePalette->hide();
measurementPalette->hide();
docCheckerPalette->hide();
// Clean up plugins, THEN save prefs to disk
pluginManager->cleanupPlugins();
if (!emergencyActivated)
prefsManager->SavePrefs();
UndoManager::deleteInstance();
if ((prefsManager->appPrefs.SaveAtQ) && (scrapbookPalette->changed()))
{
if (scrapbookPalette->getScrapbookFileName().isEmpty())
scrapbookPalette->setScrapbookFileName(PrefsPfad+"/scrap13.scs");
scrapbookPalette->Save();
}
if (scrapbookPalette->objectCount() == 0)
unlink(PrefsPfad+"/scrap13.scs");
qApp->setOverrideCursor(QCursor(ArrowCursor), true);
exit(0);
}
/////////////////////////////////////////////////////////////////////
// SLOT IMPLEMENTATION
/////////////////////////////////////////////////////////////////////
void ScribusApp::parsePagesString(QString pages, std::vector<int>* pageNs, int sourcePageCount)
{
QString tmp = pages;
QString token;
int from, to, pageNr;
do
{
if (tmp.find(",") == -1)
{
token = tmp;
tmp = "";
}
else
{
token = tmp.left(tmp.find(","));
tmp = tmp.right(tmp.length() - tmp.find(",") - 1);
}
token = token.stripWhiteSpace();
if (token == "*") // Import all source doc pages
{
for (int i = 1; i <= sourcePageCount; ++i)
pageNs->push_back(i);
}
else if (token.find("-") != -1) // import a range of source doc pages
{
from = QString(token.left(token.find("-"))).toInt();
to = QString(token.right(token.length() - token.find("-") - 1)).toInt();
if ((from != 0) && (to != 0))
{
if (from > sourcePageCount)
from = sourcePageCount;
if (to > sourcePageCount)
to = sourcePageCount;
if (from == to)
pageNs->push_back(to);
else if (from < to)
{
for (int i = from; i <= to; ++i)
pageNs->push_back(i);
}
else
{
for (int i = from; i >= to; --i)
pageNs->push_back(i);
}
}
}
else // import single source doc page
{
pageNr = token.toInt();
if ((pageNr > 0) && (pageNr <= sourcePageCount))
pageNs->push_back(pageNr);
}
} while (!tmp.isEmpty());
}
bool ScribusApp::arrowKeyDown()
{
return _arrowKeyDown;
}
void ScribusApp::startUpDialog()
{
QString fileName("");
PrefsContext* docContext = prefsManager->prefsFile->getContext("docdirs", false);
NewDoc* dia = new NewDoc(this, true);
if (dia->exec())
{
if (dia->tabSelected == 0)
{
int facingPages = dia->choosenLayout;
int firstPage = dia->docLayout->firstPage->currentItem();
double topMargin = dia->GroupRand->RandT;
double bottomMargin = dia->GroupRand->RandB;
double leftMargin = dia->GroupRand->RandL;
double rightMargin = dia->GroupRand->RandR;
double columnDistance = dia->Dist;
double pageWidth = dia->Pagebr;
double pageHeight = dia->Pageho;
double numberCols = dia->SpinBox10->value();
bool autoframes = dia->AutoFrame->isChecked();
int orientation = dia->Orient;
PageSize *ps2 = new PageSize(dia->ComboBox1->currentText());
QString pagesize = ps2->getPageName();
doFileNew(pageWidth, pageHeight, topMargin, leftMargin, rightMargin, bottomMargin, columnDistance, numberCols, autoframes, facingPages, dia->ComboBox3->currentItem(),
firstPage, orientation, dia->PgNr->value(), pagesize);
doc->pageSets[facingPages].FirstPage = firstPage;
if (dia->PgNum->value() > 1)
{
view->hide();
for (int pg = 1; pg < dia->PgNum->value(); pg++)
{
slotNewPage(pg);
applyNewMaster( tr("Normal"));
doc->DocPages = doc->Pages;
}
outlinePalette->BuildTree(doc);
pagePalette->RebuildPage();
view->show();
view->GotoPage(0);
}
delete ps2;
}
else
{
if (dia->tabSelected == 1)
{
fileName = dia->fileDialog->selectedFile();
if (!fileName.isEmpty())
{
docContext->set("docsopen", fileName.left(fileName.findRev("/")));
loadDoc(fileName);
}
}
else
{
fileName = dia->recentDocList->currentText();
if (!fileName.isEmpty())
loadRecent(fileName);
}
}
}
prefsManager->setShowStartupDialog(!dia->startUpDialog->isChecked());
delete dia;
windowsMenuAboutToShow();
mainWindowStatusLabel->setText( tr("Ready"));
}
bool ScribusApp::slotFileNew()
{
bool retVal;
NewDoc* dia = new NewDoc(this);
if (dia->exec())
{
int facingPages = dia->choosenLayout;
int firstPage = dia->docLayout->firstPage->currentItem();
double topMargin = dia->GroupRand->RandT;
double bottomMargin = dia->GroupRand->RandB;
double leftMargin = dia->GroupRand->RandL;
double rightMargin = dia->GroupRand->RandR;
double columnDistance = dia->Dist;
double pageWidth = dia->Pagebr;
double pageHeight = dia->Pageho;
double numberCols = dia->SpinBox10->value();
bool autoframes = dia->AutoFrame->isChecked();
int orientation = dia->Orient;
PageSize *ps2 = new PageSize(dia->ComboBox1->currentText());
QString pagesize = ps2->getPageName();
retVal = doFileNew(pageWidth, pageHeight, topMargin, leftMargin, rightMargin, bottomMargin, columnDistance, numberCols, autoframes, facingPages, dia->ComboBox3->currentItem(),
firstPage, orientation, dia->PgNr->value(), pagesize);
doc->pageSets[facingPages].FirstPage = firstPage;
if (dia->PgNum->value() > 1)
{
view->hide();
for (int pg = 1; pg < dia->PgNum->value(); pg++)
{
slotNewPage(pg);
applyNewMaster( tr("Normal"));
doc->DocPages = doc->Pages;
}
outlinePalette->BuildTree(doc);
pagePalette->RebuildPage();
view->show();
view->GotoPage(0);
}
mainWindowStatusLabel->setText( tr("Ready"));
delete ps2;
}
else
retVal = false;
delete dia;
windowsMenuAboutToShow();
return retVal;
}
bool ScribusApp::doFileNew(double width, double h, double tpr, double lr, double rr, double br, double ab, double sp,
bool atf, int fp, int einh, int firstleft, int Ori, int SNr, const QString& defaultPageSize)
{
QString cc;
if (HaveDoc)
doc->OpenNodes = outlinePalette->buildReopenVals();
doc = new ScribusDoc();
doc->setLoading(true);
doc->setup(einh, fp, firstleft, Ori, SNr, defaultPageSize, doc->DocName+cc.setNum(DocNr));
docCheckerPalette->clearErrorList();
HaveDoc++;
DocNr++;
ScribusWin* w = new ScribusWin(wsp, doc);
if (view!=NULL)
{
actionManager->disconnectNewViewActions();
disconnect(view, SIGNAL(signalGuideInformation(int, double)), alignDistributePalette, SLOT(setGuide(int, double)));
}
view = new ScribusView(w, doc);
view->setScale(prefsManager->displayScale());
actionManager->connectNewViewActions(view);
alignDistributePalette->setView(view);
w->setView(view);
ActWin = w;
doc->WinHan = w;
w->setCentralWidget(view);
connect(undoManager, SIGNAL(undoRedoDone()), view, SLOT(DrawNew()));
connect(w, SIGNAL(Schliessen()), this, SLOT(DoFileClose()));
connect(view, SIGNAL(signalGuideInformation(int, double)), alignDistributePalette, SLOT(setGuide(int, double)));
// connect(w, SIGNAL(SaveAndClose()), this, SLOT(DoSaveClose()));
if ((CMSavail) && (doc->CMSSettings.CMSinUse))
recalcColors();
doc->setPage(width, h, tpr, lr, rr, br, sp, ab, atf, fp);
doc->setLoading(false);
slotNewPage(0);
doc->setLoading(true);
HaveNewDoc();
doc->DocPages = doc->Pages;
doc->Pages = doc->MasterPages;
doc->pageCount = doc->MasterPages.count();
bool atfb = doc->PageAT;
doc->PageAT = false;
doc->masterPageMode = true;
slotNewPage(0);
doc->PageAT = atfb;
doc->MasterNames["Normal"] = 0;
doc->Pages.at(0)->setPageName("Normal");
doc->MasterPages = doc->Pages;
doc->pageCount = doc->DocPages.count();
doc->Pages = doc->DocPages;
doc->masterPageMode = false;
doc->Pages.at(0)->MPageNam = "Normal";
doc->setModified(false);
doc->setLoading(false);
doc->DocItems = doc->Items;
doc->currentPage = doc->Pages.at(0);
doc->OpenNodes.clear();
//Independent finishing tasks after doc setup
outlinePalette->BuildTree(doc);
pagePalette->Rebuild();
bookmarkPalette->BView->clear();
if ( wsp->windowList().isEmpty() )
w->showMaximized();
else
w->show();
view->show();
connect(doc->autoSaveTimer, SIGNAL(timeout()), w, SLOT(slotAutoSave()));
connect(w, SIGNAL(AutoSaved()), this, SLOT(slotAutoSaved()));
connect(fileWatcher, SIGNAL(fileChanged(QString)), view, SLOT(updatePict(QString)));
connect(fileWatcher, SIGNAL(fileDeleted(QString)), view, SLOT(removePict(QString)));
doc->AutoSave = prefsManager->appPrefs.AutoSave;
doc->AutoSaveTime = prefsManager->appPrefs.AutoSaveTime;
if (doc->AutoSave)
doc->autoSaveTimer->start(doc->AutoSaveTime);
scrActions["fileSave"]->setEnabled(false);
undoManager->switchStack(doc->DocName);
tocGenerator->setDoc(doc);
return true;
}
void ScribusApp::newView()
{
ScribusWin* w = new ScribusWin(wsp, doc);
view = new ScribusView(w, doc);
view->setScale(prefsManager->displayScale());
w->setView(view);
ActWin = w;
w->setCentralWidget(view);
alignDistributePalette->setView(view);
connect(undoManager, SIGNAL(undoRedoDone()), view, SLOT(DrawNew()));
connect(w, SIGNAL(Schliessen()), this, SLOT(DoFileClose()));
}
bool ScribusApp::DoSaveClose()
{
return slotFileSave();
}
void ScribusApp::windowsMenuAboutToShow()
{
for( QMap<QString, QGuardedPtr<ScrAction> >::Iterator it = scrWindowsActions.begin(); it!=scrWindowsActions.end(); ++it )
scrMenuMgr->removeMenuItem((*it), "Windows");
scrWindowsActions.clear();
addDefaultWindowMenuItems();
QWidgetList windows = wsp->windowList();
bool windowsListNotEmpty=!windows.isEmpty();
scrActions["windowsCascade"]->setEnabled(windowsListNotEmpty);
scrActions["windowsTile"]->setEnabled(windowsListNotEmpty);
if (windowsListNotEmpty)
{
scrMenuMgr->addMenuSeparator("Windows");
int windowCount=static_cast<int>(windows.count());
for ( int i = 0; i < windowCount; ++i )
{
QString docInWindow=windows.at(i)->caption();
scrWindowsActions.insert(docInWindow, new ScrAction( ScrAction::Window, QIconSet(), docInWindow, QKeySequence(), this, docInWindow, i));
scrWindowsActions[docInWindow]->setToggleAction(true);
connect( scrWindowsActions[docInWindow], SIGNAL(activatedData(int)), this, SLOT(windowsMenuActivated(int)) );
scrMenuMgr->addMenuItem(scrWindowsActions[docInWindow], "Windows");
scrWindowsActions[docInWindow]->setOn(wsp->activeWindow() == windows.at(i));
}
}
}
void ScribusApp::newActWin(QWidget *w)
{
if (w == NULL)
{
ActWin = NULL;
return;
}
QString oldDocName = "";
if (ActWin && ActWin->doc)
oldDocName = ActWin->doc->DocName;
ActWin = (ScribusWin*)w;
/* if (doc != NULL)
{
if ((HaveDoc) && (doc != ActWin->doc))
doc->OpenNodes = outlinePalette->buildReopenVals();
} */
docCheckerPalette->clearErrorList();
QString newDocName = "";
if (ActWin && ActWin->doc)
newDocName = ActWin->doc->DocName;
if (oldDocName != newDocName)
undoManager->switchStack(newDocName);
if (view!=NULL)
{
actionManager->disconnectNewViewActions();
disconnect(view, SIGNAL(signalGuideInformation(int, double)), alignDistributePalette, SLOT(setGuide(int, double)));
}
doc = ActWin->doc;
view = ActWin->view;
actionManager->connectNewViewActions(view);
connect(view, SIGNAL(signalGuideInformation(int, double)), alignDistributePalette, SLOT(setGuide(int, double)));
pagePalette->SetView(view);
alignDistributePalette->setView(view);
ScribusWin* swin;
if (!doc->isLoading())
{
scanDocument();
docCheckerPalette->buildErrorList(doc);
SwitchWin();
QWidgetList windows = wsp->windowList();
for ( int i = 0; i < static_cast<int>(windows.count()); ++i )
{
swin = (ScribusWin*)windows.at(i);
if (swin->muster != NULL)
swin->muster->hide();
}
if (doc->masterPageMode)
ActWin->muster->show();
setAppMode(doc->appMode);
}
w->setFocus();
wsp->setScrollBarsEnabled(!(w->isMaximized()));
scrActions["viewShowMargins"]->setOn(doc->guidesSettings.marginsShown);
scrActions["viewShowFrames"]->setOn(doc->guidesSettings.framesShown);
scrActions["viewShowGrid"]->setOn(doc->guidesSettings.gridShown);
scrActions["viewShowGuides"]->setOn(doc->guidesSettings.guidesShown);
scrActions["viewShowBaseline"]->setOn(doc->guidesSettings.baseShown);
scrActions["viewShowImages"]->setOn(doc->guidesSettings.showPic);
scrActions["viewShowTextChain"]->setOn(doc->guidesSettings.linkShown);
scrActions["viewShowTextControls"]->setOn(doc->guidesSettings.showControls);
scrActions["viewRulerMode"]->setOn(doc->guidesSettings.rulerMode);
if (!doc->masterPageMode)
pagePalette->Rebuild();
outlinePalette->BuildTree(doc);
// outlinePalette->reopenTree(doc->OpenNodes);
/* bookmarkPalette->BView->NrItems = doc->NrItems;
bookmarkPalette->BView->First = doc->First;
bookmarkPalette->BView->Last = doc->Last; */
RestoreBookMarks();
if (!doc->isLoading())
{
if (view->SelItem.count() != 0)
{
HaveNewSel(view->SelItem.at(0)->itemType());
view->EmitValues(view->SelItem.at(0));
}
else
HaveNewSel(-1);
}
tocGenerator->setDoc(doc);
}
void ScribusApp::windowsMenuActivated( int id )
{
if (HaveDoc)
doc->OpenNodes = outlinePalette->buildReopenVals();
QWidget* windowWidget = wsp->windowList().at( id );
if ( windowWidget )
windowWidget->showNormal();
newActWin(windowWidget);
}
bool ScribusApp::SetupDoc()
{
bool ret = false;
if (doc->masterPageMode)
doc->MasterItems = doc->Items;
else
doc->DocItems = doc->Items;
ReformDoc* dia = new ReformDoc(this, doc);
if (dia->exec())
{
slotChangeUnit(dia->getSelectedUnit(), false);
dia->updateDocumentSettings();
if (dia->imageResolutionChanged())
view->RecalcPicturesRes();
FontSub->RebuildList(doc);
propertiesPalette->Fonts->RebuildList(doc);
scrActions["viewShowMargins"]->setOn(doc->guidesSettings.marginsShown);
scrActions["viewShowFrames"]->setOn(doc->guidesSettings.framesShown);
scrActions["viewShowGrid"]->setOn(doc->guidesSettings.gridShown);
scrActions["viewShowGuides"]->setOn(doc->guidesSettings.guidesShown);
scrActions["viewShowBaseline"]->setOn(doc->guidesSettings.baseShown);
scrActions["viewShowImages"]->setOn(doc->guidesSettings.showPic);
scrActions["viewShowTextChain"]->setOn(doc->guidesSettings.linkShown);
scrActions["viewShowTextControls"]->setOn(doc->guidesSettings.showControls);
scrActions["viewRulerMode"]->setOn(doc->guidesSettings.rulerMode);
view->reformPages();
view->GotoPage(doc->currentPage->pageNr());
view->DrawNew();
propertiesPalette->ShowCMS();
pagePalette->RebuildPage();
slotDocCh();
ret = true;
}
delete dia;
return ret;
}
void ScribusApp::SwitchWin()
{
updateColorMenu();
buildFontMenu();
#ifdef HAVE_CMS
SoftProofing = doc->SoftProofing;
Gamut = doc->Gamut;
IntentPrinter = doc->IntentPrinter;
IntentMonitor = doc->IntentMonitor;
stdProofG = doc->stdProof;
stdTransG = doc->stdTrans;
stdProofImgG = doc->stdProofImg;
stdTransImgG = doc->stdTransImg;
stdProofCMYKG = doc->stdProofCMYK;
stdTransCMYKG = doc->stdTransCMYK;
stdTransRGBG = doc->stdTransRGB;
stdProofGCG = doc->stdProofGC;
stdProofCMYKGCG = doc->stdProofCMYKGC;
CMSoutputProf = doc->DocOutputProf;
CMSprinterProf = doc->DocPrinterProf;
CMSuse = doc->CMSSettings.CMSinUse;
#endif
propertiesPalette->Cpal->SetColors(doc->PageColors);
propertiesPalette->Cpal->ChooseGrad(0);
ActWin->setCaption(doc->DocName);
scrActions["shade100"]->setOn(true);
//ShadeMenu->setItemChecked(ShadeMenu->idAt(11), true);
propertiesPalette->SetDoc(doc);
propertiesPalette->updateCList();
pagePalette->SetView(view);
propertiesPalette->Spal->setFormats(doc);
propertiesPalette->SetLineFormats(doc);
propertiesPalette->startArrow->rebuildList(&doc->arrowStyles);
propertiesPalette->endArrow->rebuildList(&doc->arrowStyles);
FontSub->RebuildList(doc);
propertiesPalette->Fonts->RebuildList(doc);
layerPalette->setLayers(&doc->Layers, doc->activeLayer());
rebuildLayersList();
view->updateLayerMenu();
view->setLayerMenuText(doc->activeLayerName());
doc->currentParaStyle = 0;
slotChangeUnit(doc->unitIndex(), false);
if (doc->EditClip)
{
doc->EditClip = !doc->EditClip;
ToggleFrameEdit();
}
scrActions["fileClose"]->setEnabled(true);
if (doc->masterPageMode)
{
scrActions["pageInsert"]->setEnabled(false);
scrActions["pageDelete"]->setEnabled(false);
scrActions["pageCopy"]->setEnabled(false);
scrActions["pageMove"]->setEnabled(false);
scrActions["pageApplyMasterPage"]->setEnabled(false);
scrActions["pageCopyToMasterPage"]->setEnabled(false);
scrActions["editMasterPages"]->setEnabled(false);
scrActions["fileNew"]->setEnabled(false);
scrActions["fileSave"]->setEnabled(doc->isModified());
scrActions["fileOpen"]->setEnabled(false);
scrActions["fileClose"]->setEnabled(false);
scrActions["fileRevert"]->setEnabled(false);
scrMenuMgr->setMenuEnabled("FileOpenRecent", false);
pagePalette->DisablePal();
}
else
{
scrMenuMgr->setMenuEnabled("Page", true);
scrActions["editMasterPages"]->setEnabled(true);
scrActions["fileNew"]->setEnabled(true);
scrActions["fileOpen"]->setEnabled(true);
scrActions["fileClose"]->setEnabled(true);
scrActions["fileSave"]->setEnabled(doc->isModified());
//CB TODO Huh? Why different to the above?, fileMenu->setItemEnabled(M_FileSave, ActWin->MenuStat[2]);
scrActions["fileSaveAs"]->setEnabled(ActWin->MenuStat[3]);
scrActions["fileCollect"]->setEnabled(ActWin->MenuStat[3]);
scrActions["fileRevert"]->setEnabled(false);
scrMenuMgr->setMenuEnabled("FileOpenRecent", true);
bool setter = doc->Pages.count() > 1 ? true : false;
scrActions["pageDelete"]->setEnabled(setter);
scrActions["pageMove"]->setEnabled(setter);
if (doc->isModified())
slotDocCh(false);
scrActions["fileSaveAs"]->setEnabled(true);
scrActions["fileCollect"]->setEnabled(true);
pagePalette->EnablePal();
}
}
void ScribusApp::HaveNewDoc()
{
scrActions["filePrint"]->setEnabled(true);
scrActions["fileSave"]->setEnabled(false);
scrActions["fileClose"]->setEnabled(true);
scrActions["fileDocSetup"]->setEnabled(true);
scrActions["fileRevert"]->setEnabled(false);
scrActions["fileCollect"]->setEnabled(true);
scrActions["fileSaveAs"]->setEnabled(true);
scrMenuMgr->setMenuEnabled("FileExport", true);
scrActions["fileExportAsEPS"]->setEnabled(true);
scrActions["fileExportAsPDF"]->setEnabled(true);
scrActions["pageImport"]->setEnabled(true);
//scrActions["toolsPreflightVerifier"]->setEnabled(true);
if (HaveGS==0)
scrActions["PrintPreview"]->setEnabled(true);
if (scrActions["SaveAsDocumentTemplate"])
scrActions["SaveAsDocumentTemplate"]->setEnabled(true);
scrActions["editCut"]->setEnabled(false);
scrActions["editCopy"]->setEnabled(false);
scrActions["editPaste"]->setEnabled(!Buffer2.isEmpty());
scrActions["editSelectAll"]->setEnabled(true);
scrActions["editDeselectAll"]->setEnabled(false);
scrActions["editParaStyles"]->setEnabled(true);
scrActions["editLineStyles"]->setEnabled(true);
scrActions["editMasterPages"]->setEnabled(true);
scrActions["editJavascripts"]->setEnabled(true);
scrMenuMgr->setMenuEnabled("View", true);
scrActions["viewSnapToGrid"]->setOn(doc->useRaster);
scrActions["viewSnapToGuides"]->setOn(doc->SnapGuides);
scrMenuMgr->setMenuEnabled("Insert", true);
//scrMenuMgr->setMenuEnabled("Windows", true);
scrMenuMgr->setMenuEnabled("Page", true);
scrMenuMgr->setMenuEnabled("Extras", true);
mainToolBar->setEnabled(true);
pdfToolBar->setEnabled(true);
bool setter = doc->Pages.count() > 1 ? true : false;
scrActions["pageDelete"]->setEnabled(setter);
scrActions["pageMove"]->setEnabled(setter);
updateColorMenu();
propertiesPalette->Cpal->SetColors(doc->PageColors);
propertiesPalette->Cpal->ChooseGrad(0);
ActWin->setCaption(doc->DocName);
scrActions["shade100"]->setOn(true);
propertiesPalette->SetDoc(doc);
propertiesPalette->updateCList();
pagePalette->SetView(view);
propertiesPalette->Spal->setFormats(doc);
propertiesPalette->SetLineFormats(doc);
propertiesPalette->startArrow->rebuildList(&doc->arrowStyles);
propertiesPalette->endArrow->rebuildList(&doc->arrowStyles);
layerPalette->setLayers(&doc->Layers, doc->activeLayer());
rebuildLayersList();
view->updateLayerMenu();
view->setLayerMenuText(doc->activeLayerName());
doc->currentParaStyle = 0;
slotChangeUnit(doc->unitIndex());
doc->docHyphenator = new Hyphenator(this, doc, this);
buildFontMenu();
connect(view, SIGNAL(changeUN(int)), this, SLOT(slotChangeUnit(int)));
connect(view, SIGNAL(changeLA(int)), layerPalette, SLOT(markActiveLayer(int)));
connect(view->horizRuler, SIGNAL(MarkerMoved(double, double)), this, SLOT(setMousePositionOnStatusBar(double, double)));
connect(view->horizRuler, SIGNAL(DocChanged(bool)), this, SLOT(slotDocCh(bool)));
connect(view, SIGNAL(ClipPo(double, double)), nodePalette, SLOT(SetXY(double, double)));
connect(view, SIGNAL(PolyOpen()), nodePalette, SLOT(IsOpen()));
connect(view, SIGNAL(PStatus(int, uint)), nodePalette, SLOT(PolyStatus(int, uint)));
connect(view, SIGNAL(ItemPos(double, double)), propertiesPalette, SLOT(setXY(double, double)));
connect(view, SIGNAL(ItemGeom(double, double)), propertiesPalette, SLOT(setBH(double, double)));
connect(view, SIGNAL(ChBMText(PageItem *)), this, SLOT(BookMarkTxT(PageItem *)));
connect(view, SIGNAL(NewBMNr(int, int)), bookmarkPalette->BView, SLOT(ChangeItem(int, int)));
connect(view, SIGNAL(HaveSel(int)), this, SLOT(HaveNewSel(int)));
connect(view, SIGNAL(SetAngle(double)), propertiesPalette, SLOT(setR(double)));
connect(view, SIGNAL(SetSizeValue(double)), propertiesPalette, SLOT(setSvalue(double)));
connect(view, SIGNAL(SetLocalValues(double, double, double, double)), propertiesPalette, SLOT(setLvalue(double, double, double, double)));
connect(view, SIGNAL(SetLineArt(PenStyle, PenCapStyle, PenJoinStyle)), propertiesPalette, SLOT( setLIvalue(PenStyle, PenCapStyle, PenJoinStyle)));
connect(view, SIGNAL(ItemFarben(QString, QString, int, int)), this, SLOT(setCSMenu(QString, QString, int, int)));
connect(view, SIGNAL(ItemFarben(QString, QString, int, int)), propertiesPalette->Cpal, SLOT(setActFarben(QString, QString, int, int)));
connect(view, SIGNAL(ItemGradient(int)), propertiesPalette->Cpal, SLOT(setActGradient(int)));
connect(view, SIGNAL(ItemTrans(double, double)), propertiesPalette->Cpal, SLOT(setActTrans(double, double)));
connect(view, SIGNAL(ItemTextAttr(double)), propertiesPalette, SLOT(setLsp(double)));
connect(view, SIGNAL(ItemTextUSval(int)), propertiesPalette, SLOT(setExtra(int)));
// connect(view, SIGNAL(ItemTextCols(int, double)), propertiesPalette, SLOT(setCols(int, double)));
connect(view, SIGNAL(SetDistValues(double, double, double, double)), propertiesPalette, SLOT(setDvals(double, double, double, double)));
connect(view, SIGNAL(ItemTextAbs(int)), propertiesPalette, SLOT(setAli(int)));
connect(view, SIGNAL(ItemTextFont(QString)), this, SLOT(AdjustFontMenu(QString)));
connect(view, SIGNAL(ItemTextSize(int)), propertiesPalette, SLOT(setSize(int)));
connect(view, SIGNAL(ItemRadius(double)), propertiesPalette, SLOT(setRR(double)));
connect(view, SIGNAL(Amode(int)), this, SLOT(setAppMode(int)));
connect(view, SIGNAL(PaintingDone()), this, SLOT(slotSelect()));
connect(view, SIGNAL(DocChanged()), this, SLOT(slotDocCh()));
connect(view, SIGNAL(HavePoint(bool, bool)), nodePalette, SLOT(HaveNode(bool, bool)));
connect(view, SIGNAL(MousePos(double, double)), this, SLOT(setMousePositionOnStatusBar(double, double)));
connect(view, SIGNAL(ItemRadius(double)), propertiesPalette, SLOT(setRR(double)));
connect(view, SIGNAL(ItemTextStil(int)), propertiesPalette, SLOT(setStil(int)));
connect(view, SIGNAL(ItemTextSca(int)), propertiesPalette, SLOT(setTScale(int)));
connect(view, SIGNAL(ItemTextScaV(int)), propertiesPalette, SLOT(setTScaleV(int)));
connect(view, SIGNAL(ItemTextBase(int)), propertiesPalette, SLOT(setTBase(int)));
connect(view, SIGNAL(ItemTextShadow(int, int )), propertiesPalette, SLOT(setShadowOffs(int, int )));
connect(view, SIGNAL(ItemTextUnderline(int, int)), propertiesPalette, SLOT(setUnderline(int, int)));
connect(view, SIGNAL(ItemTextStrike(int, int)), propertiesPalette, SLOT(setStrike(int, int)));
connect(view, SIGNAL(ItemTextOutline(int)), propertiesPalette, SLOT(setOutlineW(int)));
connect(view, SIGNAL(ItemTextSize(int)), this, SLOT(setFSizeMenu(int)));
connect(view, SIGNAL(ItemTextStil(int)), this, SLOT(setStilvalue(int)));
connect(view, SIGNAL(ItemTextAbs(int)), this, SLOT(setAbsValue(int)));
connect(view, SIGNAL(ItemTextFarben(QString, QString, int, int)), propertiesPalette, SLOT(setActFarben(QString, QString, int, int)));
connect(view, SIGNAL(HasTextSel()), this, SLOT(EnableTxEdit()));
connect(view, SIGNAL(HasNoTextSel()), this, SLOT(DisableTxEdit()));
connect(view, SIGNAL(CopyItem()), this, SLOT(slotEditCopy()));
connect(view, SIGNAL(CutItem()), this, SLOT(slotEditCut()));
connect(view, SIGNAL(LoadPic()), this, SLOT(slotFileOpen()));
connect(view, SIGNAL(AppendText()), this, SLOT(slotFileAppend()));
connect(view, SIGNAL(AnnotProps()), this, SLOT(ModifyAnnot()));
connect(view, SIGNAL(EditGuides()), this, SLOT(ManageGuides()));
connect(view, SIGNAL(LoadElem(QString, int ,int, bool, bool, ScribusDoc *, ScribusView*)), this, SLOT(slotElemRead(QString, int, int, bool, bool, ScribusDoc *, ScribusView*)));
connect(view, SIGNAL(AddBM(PageItem *)), this, SLOT(AddBookMark(PageItem *)));
connect(view, SIGNAL(DelBM(PageItem *)), this, SLOT(DelBookMark(PageItem *)));
connect(view, SIGNAL(RasterPic(bool)), this, SLOT(HaveRaster(bool)));
connect(view, SIGNAL(DoGroup()), this, SLOT(GroupObj()));
connect(view, SIGNAL(EndNodeEdit()), this, SLOT(ToggleFrameEdit()));
connect(view, SIGNAL(LevelChanged(uint )), propertiesPalette, SLOT(setLevel(uint)));
connect(view, SIGNAL(callGimp()), this, SLOT(callImageEditor()));
connect(view, SIGNAL(UpdtObj(uint, uint)), outlinePalette, SLOT(slotUpdateElement(uint, uint)));
connect(view, SIGNAL(AddObj(PageItem *)), outlinePalette, SLOT(slotAddElement(PageItem *)));
/* if (!doc->masterPageMode)
{
connect(doc->currentPage, SIGNAL(DelObj(uint, uint)), outlinePalette, SLOT(slotRemoveElement(uint, uint)));
connect(doc->currentPage, SIGNAL(AddObj(uint, uint)), outlinePalette, SLOT(slotAddElement(uint, uint)));
connect(doc->currentPage, SIGNAL(UpdtObj(uint, uint)), outlinePalette, SLOT(slotUpdateElement(uint, uint)));
connect(doc->currentPage, SIGNAL(MoveObj(uint, uint, uint)), outlinePalette, SLOT(slotMoveElement(uint, uint, uint)));
} */
doc->PDF_Options.BleedBottom = doc->pageMargins.Bottom;
doc->PDF_Options.BleedTop = doc->pageMargins.Top;
doc->PDF_Options.BleedLeft = doc->pageMargins.Left;
doc->PDF_Options.BleedRight = doc->pageMargins.Right;
doc->CurTimer = NULL;
}
void ScribusApp::HaveNewSel(int Nr)
{
PageItem *currItem = NULL;
if (Nr != -1)
{
if (view->SelItem.count() != 0)
{
currItem = view->SelItem.at(0);
if (!currItem)
Nr=-1;
}
else
Nr = -1;
}
actionManager->disconnectNewSelectionActions();
scrActions["editDeselectAll"]->setEnabled(Nr!=-1);
scrActions["itemDetachTextFromPath"]->setEnabled(false);
scrActions["insertGlyph"]->setEnabled(false);
scrActions["itemImageIsVisible"]->setEnabled(Nr==PageItem::ImageFrame);
scrActions["itemUpdateImage"]->setEnabled(Nr==PageItem::ImageFrame && currItem->PicAvail);
scrActions["itemAdjustFrameToImage"]->setEnabled(Nr==PageItem::ImageFrame && currItem->PicAvail && !currItem->isTableItem);
scrActions["itemExtendedImageProperties"]->setEnabled(Nr==PageItem::ImageFrame && currItem->PicAvail && currItem->pixm.imgInfo.valid);
scrActions["itemPreviewLow"]->setEnabled(Nr==PageItem::ImageFrame);
scrActions["itemPreviewNormal"]->setEnabled(Nr==PageItem::ImageFrame);
scrActions["itemPreviewFull"]->setEnabled(Nr==PageItem::ImageFrame);
scrActions["editEditWithImageEditor"]->setEnabled(Nr==PageItem::ImageFrame && currItem->PicAvail && currItem->isRaster);
if (Nr!=PageItem::ImageFrame)
{
scrActions["itemImageIsVisible"]->setOn(false);
scrActions["itemPreviewLow"]->setOn(false);
scrActions["itemPreviewNormal"]->setOn(false);
scrActions["itemPreviewFull"]->setOn(false);
}
if ((Nr==-1) || (Nr!=-1 && currItem->itemType()!=PageItem::TextFrame))
actionManager->enableUnicodeActions(false);
scrActions["insertSampleText"]->setEnabled(false);
view->horizRuler->ItemPosValid = false;
view->horizRuler->repaint();
switch (Nr)
{
case -1: // None
scrActions["fileImportText"]->setEnabled(false);
scrActions["fileImportImage"]->setEnabled(false);
scrActions["fileImportAppendText"]->setEnabled(false);
scrActions["fileExportText"]->setEnabled(false);
scrMenuMgr->setMenuEnabled("Style", false);
scrMenuMgr->setMenuEnabled("Item", false);
scrMenuMgr->setMenuEnabled("ItemShapes", false);
scrMenuMgr->setMenuEnabled("ItemConvertTo", false);
scrActions["itemConvertToBezierCurve"]->setEnabled(false);
scrActions["itemConvertToImageFrame"]->setEnabled(false);
scrActions["itemConvertToOutlines"]->setEnabled(false);
scrActions["itemConvertToPolygon"]->setEnabled(false);
scrActions["itemConvertToTextFrame"]->setEnabled(false);
scrActions["itemLock"]->setEnabled(false);
scrActions["itemLockSize"]->setEnabled(false);
scrActions["editCut"]->setEnabled(false);
scrActions["editCopy"]->setEnabled(false);
scrActions["editClearContents"]->setEnabled(false);
scrActions["editSearchReplace"]->setEnabled(false);
scrActions["extrasHyphenateText"]->setEnabled(false);
scrActions["extrasDeHyphenateText"]->setEnabled(false);
scrMenuMgr->clearMenu("Style");
scrActions["toolsUnlinkTextFrame"]->setEnabled(false);
scrActions["toolsLinkTextFrame"]->setEnabled(false);
scrActions["toolsEditContents"]->setEnabled(false);
scrActions["toolsEditWithStoryEditor"]->setEnabled(false);
scrActions["toolsRotate"]->setEnabled(false);
scrActions["toolsCopyProperties"]->setEnabled(false);
propertiesPalette->Cpal->gradientQCombo->setCurrentItem(0);
outlinePalette->slotShowSelect(doc->currentPage->pageNr(), -1);
break;
case PageItem::ImageFrame: //Image Frame
scrActions["fileImportAppendText"]->setEnabled(false);
scrActions["fileImportText"]->setEnabled(false);
scrActions["fileImportImage"]->setEnabled(true);
scrActions["editCut"]->setEnabled(true);
scrActions["editCopy"]->setEnabled(true);
scrActions["editClearContents"]->setEnabled(true);
scrActions["editSearchReplace"]->setEnabled(false);
scrActions["extrasHyphenateText"]->setEnabled(false);
scrActions["extrasDeHyphenateText"]->setEnabled(false);
scrMenuMgr->setMenuEnabled("Style", true);
scrMenuMgr->setMenuEnabled("Item", true);
scrMenuMgr->setMenuEnabled("ItemShapes", !(currItem->isTableItem && currItem->isSingleSel));
scrMenuMgr->setMenuEnabled("ItemConvertTo", true);
scrActions["itemConvertToBezierCurve"]->setEnabled(false);
scrActions["itemConvertToImageFrame"]->setEnabled(false);
scrActions["itemConvertToOutlines"]->setEnabled(false);
scrActions["itemConvertToPolygon"]->setEnabled(!currItem->isTableItem && doc->appMode != modeEdit);
scrActions["itemConvertToTextFrame"]->setEnabled(doc->appMode != modeEdit);
scrMenuMgr->clearMenu("Style");
scrMenuMgr->addMenuToMenu("Color","Style");
if (currItem->isRaster)
scrMenuMgr->addMenuItem(scrActions["styleInvertPict"], "Style");
scrActions["toolsUnlinkTextFrame"]->setEnabled(false);
scrActions["toolsLinkTextFrame"]->setEnabled(false);
scrActions["toolsEditContents"]->setEnabled(currItem->ScaleType);
scrActions["toolsEditWithStoryEditor"]->setEnabled(false);
scrActions["toolsRotate"]->setEnabled(true);
scrActions["toolsCopyProperties"]->setEnabled(true);
scrActions["itemImageIsVisible"]->setOn(currItem->PicArt);
scrActions["itemPreviewLow"]->setOn(currItem->pixm.imgInfo.lowResType==scrActions["itemPreviewLow"]->actionInt());
scrActions["itemPreviewNormal"]->setOn(currItem->pixm.imgInfo.lowResType==scrActions["itemPreviewNormal"]->actionInt());
scrActions["itemPreviewFull"]->setOn(currItem->pixm.imgInfo.lowResType==scrActions["itemPreviewFull"]->actionInt());
break;
case PageItem::TextFrame: //Text Frame
scrActions["fileImportText"]->setEnabled(true);
scrActions["fileImportImage"]->setEnabled(false);
scrActions["fileImportAppendText"]->setEnabled(true);
scrActions["fileExportText"]->setEnabled(true);
scrActions["editCut"]->setEnabled(true);
scrActions["editCopy"]->setEnabled(true);
scrActions["editClearContents"]->setEnabled(true);
scrActions["editSearchReplace"]->setEnabled(currItem->itemText.count() != 0);
scrActions["extrasHyphenateText"]->setEnabled(true);
scrActions["extrasDeHyphenateText"]->setEnabled(true);
scrMenuMgr->setMenuEnabled("Style", true);
scrMenuMgr->setMenuEnabled("Item", true);
scrMenuMgr->setMenuEnabled("ItemShapes", !(currItem->isTableItem && currItem->isSingleSel));
scrMenuMgr->setMenuEnabled("ItemConvertTo", true);
scrActions["itemConvertToBezierCurve"]->setEnabled(false);
scrActions["itemConvertToImageFrame"]->setEnabled(doc->appMode != modeEdit);
scrActions["itemConvertToOutlines"]->setEnabled(!currItem->isTableItem && doc->appMode != modeEdit);
scrActions["itemConvertToPolygon"]->setEnabled(!currItem->isTableItem && doc->appMode != modeEdit);
scrActions["itemConvertToTextFrame"]->setEnabled(false);
scrMenuMgr->clearMenu("Style");
scrMenuMgr->addMenuToMenu("Font","Style");
scrMenuMgr->addMenuToMenu("FontSize","Style");
scrMenuMgr->addMenuToMenu("TypeEffects","Style");
scrMenuMgr->addMenuToMenu("Alignment","Style");
scrMenuMgr->addMenuToMenu("Color","Style");
scrMenuMgr->addMenuToMenu("Shade","Style");
scrMenuMgr->addMenuItem(scrActions["styleTabulators"], "Style");
scrActions["toolsRotate"]->setEnabled(true);
scrActions["toolsCopyProperties"]->setEnabled(true);
scrActions["toolsEditWithStoryEditor"]->setEnabled(true);
scrActions["insertSampleText"]->setEnabled(true);
if ((currItem->NextBox != 0) || (currItem->BackBox != 0))
{
scrActions["toolsUnlinkTextFrame"]->setEnabled(true);
if ((currItem->BackBox != 0) && (currItem->itemText.count() == 0))
scrActions["toolsEditContents"]->setEnabled(false);
else
scrActions["toolsEditContents"]->setEnabled(true);
}
else
scrActions["toolsEditContents"]->setEnabled(true);
if (currItem->NextBox == 0)
scrActions["toolsLinkTextFrame"]->setEnabled(true);
if (doc->masterPageMode)
scrActions["toolsLinkTextFrame"]->setEnabled(false);
if (doc->appMode == modeEdit)
{
setTBvals(currItem);
scrActions["editSelectAll"]->setEnabled(true);
scrActions["insertGlyph"]->setEnabled(true);
if (currItem->itemType()==PageItem::TextFrame)
actionManager->enableUnicodeActions(true);
view->horizRuler->setItemPosition(currItem->Xpos, currItem->Width);
if (currItem->lineColor() != "None")
view->horizRuler->lineCorr = currItem->Pwidth / 2.0;
else
view->horizRuler->lineCorr = 0;
view->horizRuler->ColGap = currItem->ColGap;
view->horizRuler->Cols = currItem->Cols;
view->horizRuler->Extra = currItem->Extra;
view->horizRuler->RExtra = currItem->RExtra;
view->horizRuler->First = doc->docParagraphStyles[doc->currentParaStyle].First;
view->horizRuler->Indent = doc->docParagraphStyles[doc->currentParaStyle].Indent;
if (currItem->imageFlippedH() || (currItem->Reverse))
view->horizRuler->Revers = true;
else
view->horizRuler->Revers = false;
view->horizRuler->ItemPosValid = true;
if (doc->currentParaStyle < 5)
view->horizRuler->TabValues = currItem->TabValues;
else
view->horizRuler->TabValues = doc->docParagraphStyles[doc->currentParaStyle].TabValues;
view->horizRuler->repaint();
}
else
{
doc->CurrFont = currItem->IFont;
doc->CurrFontSize = currItem->ISize;
doc->CurrTextFill = currItem->TxtFill;
doc->CurrTextStroke = currItem->TxtStroke;
doc->CurrTextStrokeSh = currItem->ShTxtStroke;
doc->CurrTextFillSh = currItem->ShTxtFill;
doc->CurrTextScale = currItem->TxtScale;
doc->CurrTextScaleV = currItem->TxtScaleV;
doc->CurrTextBase = currItem->TxtBase;
doc->CurrTextShadowX = currItem->TxtShadowX;
doc->CurrTextShadowY = currItem->TxtShadowY;
doc->CurrTextOutline = currItem->TxtOutline;
doc->CurrTextUnderPos = currItem->TxtUnderPos;
doc->CurrTextUnderWidth = currItem->TxtUnderWidth;
doc->CurrTextStrikePos = currItem->TxtStrikePos;
doc->CurrTextStrikeWidth = currItem->TxtStrikeWi