Rev |
Age |
Author |
Path |
Log message |
Diff |
4197 |
6026d 21h |
fschmid |
/branches/Version13x/Scribus/scribus/reformdoc.cpp |
First part of fixing Bugs #273 and #1993. |
|
4026 |
6053d 00h |
craig |
/branches/Version13x/Scribus/scribus/reformdoc.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. |
|
3942 |
6063d 16h |
cbradney |
/branches/Version13x/Scribus/scribus/reformdoc.cpp |
Move the align objects and recalc pictures functions to the doc now they no longer depend on the view. Rename some functions to be clearer on functionality. Comment out now unneeded function calls and emits due to new selection code. |
|
3841 |
6079d 13h |
cbradney |
/branches/Version13x/Scribus/scribus/reformdoc.cpp |
Remove a one use only function call that just calls another. |
|
3796 |
6083d 02h |
cbradney |
/branches/Version13x/Scribus/scribus/reformdoc.cpp |
Dont set or update from the unused pageNumber control |
|
3795 |
6083d 10h |
cbradney |
/branches/Version13x/Scribus/scribus/reformdoc.cpp |
Move the Apply All options to the page/margin sections. For margins, added it to marginWidget. Removed Options section and the First Page Number section from Doc Setup as this is now replaced by the sections tab. The new file dialog keeps this option as this is applied to the first section when the doc is created. |
|
3770 |
6086d 16h |
cbradney |
/branches/Version13x/Scribus/scribus/reformdoc.cpp |
Remove dependendy on ScribusDoc for sections management |
|
3757 |
6087d 15h |
cbradney |
/branches/Version13x/Scribus/scribus/reformdoc.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. |
|
3749 |
6088d 22h |
fschmid |
/branches/Version13x/Scribus/scribus/reformdoc.cpp |
Fixed Bug #2775 |
|
3727 |
6090d 12h |
cbradney |
/branches/Version13x/Scribus/scribus/reformdoc.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. |
|
3724 |
6091d 00h |
cbradney |
/branches/Version13x/Scribus/scribus/reformdoc.cpp |
Convert ScribusDoc::Pages to a pointer rather than a copy of the DocPages or MasterPages. Adjust everywhere as necessary. Should be faster in various places now. Next on the target list is the Items copy of MasterItems/DocItems |
|
3670 |
6098d 10h |
cbradney |
/branches/Version13x/Scribus/scribus/reformdoc.cpp |
-Remove page.h from scribusview.h as its not needed there.
-Implement new conversion to image frames, and undo functionality, with new functions in ScribusDoc and Page.
-Go to sleep at stupid time, hope it compiles everywhere else too :) |
|
3560 |
6111d 00h |
fschmid |
/branches/Version13x/Scribus/scribus/reformdoc.cpp |
Fixed Bug #2616 |
|
3544 |
6112d 01h |
avox |
/branches/Version13x/Scribus/scribus/reformdoc.cpp |
Work on Foi API: replace SCName, Family, Effect with accessors, Drop QFont attribute |
|
3413 |
6122d 01h |
cbradney |
/branches/Version13x/Scribus/scribus/reformdoc.cpp |
Revert old change to 100,000 maximum for the spinbox. This value pushes the maximum too high for it to handle. We need the Qt4 decimal spinboxes I guess. |
|
3411 |
6122d 12h |
fschmid |
/branches/Version13x/Scribus/scribus/reformdoc.cpp |
Fixed bug #2614. |
|
3389 |
6124d 04h |
fschmid |
/branches/Version13x/Scribus/scribus/reformdoc.cpp |
Fixed Bug #2607 |
|
3356 |
6128d 15h |
fschmid |
/branches/Version13x/Scribus/scribus/reformdoc.cpp |
Fixed issues with the colour settings when switching CMS on or off |
|
3333 |
6130d 17h |
avox |
/branches/Version13x/Scribus/scribus/reformdoc.cpp |
Improving QPixmap handling -- esp. caching color pixmap |
|
3252 |
6137d 14h |
craig |
/branches/Version13x/Scribus/scribus/reformdoc.cpp |
More header dependency cleanups |
|