Rev |
Age |
Author |
Path |
Log message |
Diff |
4197 |
6028d 15h |
fschmid |
/branches/Version13x/Scribus/scribus/fileloader.cpp |
First part of fixing Bugs #273 and #1993. |
|
4084 |
6045d 17h |
cbradney |
/branches/Version13x/Scribus/scribus/fileloader.cpp |
Move the pageitem's annotation members into a class. |
|
4073 |
6048d 05h |
cbradney |
/branches/Version13x/Scribus/scribus/fileloader.cpp |
Fix missing line in ScMW::slotStoryEditor.
Protect PageItem's font and fontsize members. Remove link between ScMW::AdjustItemFont and resetting the font on prop pal. emit from the PageItem's setFont and setFontSize members. |
|
4069 |
6048d 17h |
craig |
/branches/Version13x/Scribus/scribus/fileloader.cpp |
Remove PageItem::pageCount . It's not necessary for efficiency since the
Qt collections' ::count() methods are inline-able one-liners, and it gets
rid of some real uglyness.
Also splits ScribusDoc::deletePage(...) into ::deletePage(...) and
::deleteMasterPage(...) . |
|
4061 |
6049d 02h |
craig |
/branches/Version13x/Scribus/scribus/fileloader.cpp |
- Convert PageItem::startArrowIndex and PageItem::endArrowIndex to protected
members
- Make get accessors in PageItem inlineable
- Make all PageItem get accessors `const' methods
- Add beginnings of master page editing to scripter |
|
4026 |
6054d 18h |
craig |
/branches/Version13x/Scribus/scribus/fileloader.cpp |
Some bulk S&R changes:
- Renames after IRC discussion:
ScribusApp -> ScribusMainWindow
ScribusApp* ScApp -> ScribusMainWindow* ScMW
- Replace QStoInt and QStodouble with the built-in QString::toInt() and
QString::toDouble() now that those return 0 on failure as required. |
|
4024 |
6054d 19h |
craig |
/branches/Version13x/Scribus/scribus/fileloader.cpp |
Fix #2800 - next stage of FileLoader work, including fix for incorrect
dynamic_cast<> due to changed inheritance. |
|
3989 |
6060d 17h |
cbradney |
/branches/Version13x/Scribus/scribus/fileloader.cpp |
Protect the corner radius member, remove the signals from the view and stop emitting them when dragging an item. Clean a little in text rendering. |
|
3988 |
6060d 21h |
cbradney |
/branches/Version13x/Scribus/scribus/fileloader.cpp |
Protect PageItems oldRot, Reverse, Extra, RExtra, TExtra, BExtra members. |
|
3985 |
6060d 22h |
cbradney |
/branches/Version13x/Scribus/scribus/fileloader.cpp |
Convert PageItem's LocalX, LocalY, LocalScX, LocalScY Image offset and scale variables to protected and provide getters and setters. Clean away some unneeded const on returns. |
|
3968 |
6062d 10h |
craig |
/branches/Version13x/Scribus/scribus/fileloader.cpp |
Much more efficient decompression code with minimised reallocations fixes #2764 |
|
3934 |
6067d 06h |
cbradney |
/branches/Version13x/Scribus/scribus/fileloader.cpp |
Remove ScribusView::SelItem and replace with ScribusDoc->selection. Protect PageItem:: Xpos, Ypos, Width, Height, Rot, Selected and provide functions to access. Implement many of the old view's signals in the page item. Fix offset on canvas bug when canvas has been resized by a drag op. Adjust all code as appropriate. Fix up raise and lower operations. Reduction of calls to PageItem new member functions to come, old code left in commented out for now. Part of the new selection class is to connect the first selected item's signals to properties palette. This is not yet finished but will reduce emissions of those old view signals to one per selection. |
|
3918 |
6069d 18h |
fschmid |
/branches/Version13x/Scribus/scribus/fileloader.cpp |
Fixed bug #2813 |
|
3903 |
6071d 05h |
cbradney |
/branches/Version13x/Scribus/scribus/fileloader.cpp |
Add beginnings of Selection class, currently unused. Protect PageItem::Xpos and Ypos and update affected classes. Implemented xPos(), yPos(), setXPos(), setYPos() and move(,) |
|
3894 |
6073d 05h |
cbradney |
/branches/Version13x/Scribus/scribus/fileloader.cpp |
Remove the calls to set the item fill and line QColors after every call to the set functions and move them in there. Add helper functions as appropriate. |
|
3855 |
6079d 09h |
cbradney |
/branches/Version13x/Scribus/scribus/fileloader.cpp |
Change the way active layers are set because if LAYERS are read after the header, the active layer will not be set if its not 0 as the layers dont exist yet. |
|
3827 |
6082d 10h |
cbradney |
/branches/Version13x/Scribus/scribus/fileloader.cpp |
Include the moc file now we include Q_OBJECT macro |
|
3757 |
6089d 09h |
cbradney |
/branches/Version13x/Scribus/scribus/fileloader.cpp |
Implement section based numbering. Currently available: 1,2,3, i,ii,iii, I,II,III, a,b,c, A,B,C. Automatically adds a set to old docs. Saves and loads the sections. No management within prefs GUI of ranges or when pages are added or deleted yet. |
|
3747 |
6090d 19h |
craig |
/branches/Version13x/Scribus/scribus/fileloader.cpp |
Note bug #2764 with a FIXME in case some other poor bugger comes looking for
the problem before I can fix it. |
|
3727 |
6092d 06h |
cbradney |
/branches/Version13x/Scribus/scribus/fileloader.cpp |
Convert ScribusDoc::Items to a pointer to DocItems or MasterPageItems. Adjust code as necessary. Fix bug in ScribusDoc::copyPageToMasterPage. Fix sig11 in align distribute palette with currDoc!=NULL after the last doc has closed. |
|