Rev |
Age |
Author |
Path |
Log message |
Diff |
5363 |
5859d 15h |
cbradney |
/branches/Version13x/Scribus/scribus/margindialog.cpp |
#3534: Set page size in cups printer margin widget |
|
5087 |
5884d 21h |
subik |
/branches/Version13x/Scribus/scribus/margindialog.cpp |
new guides system |
|
4984 |
5897d 20h |
cbradney |
/branches/Version13x/Scribus/scribus/margindialog.cpp |
#3496: When editing page location of master pages, use the translated string in the gui. |
|
4853 |
5912d 23h |
cbradney |
/branches/Version13x/Scribus/scribus/margindialog.cpp |
#3362: Use Margins not initial margins in manage page properties dialog |
|
4840 |
5913d 15h |
cbradney |
/branches/Version13x/Scribus/scribus/margindialog.cpp |
#3211: Initialise the Link variable to 0 and test for null instead of using it blindly. Lucky we havent had a crash here. |
|
4638 |
5934d 15h |
subik |
/branches/Version13x/Scribus/scribus/margindialog.cpp |
#2716: Standard layout only be available if it makes sense + I made a lots of related attrs and structs private + new needed methods + doxygen docs |
|
4485 |
5950d 21h |
cbradney |
/branches/Version13x/Scribus/scribus/margindialog.cpp |
Add in ability to import the margins from the CUPS printer (jghali will add in Windows option).
Clean MarginWidget constructor to pass in unitIndex not suffix, decimals etc etc.
Add in PrinterUtil class and copy druck.cpp's getPrinterNames to this class (TODO, make function static, remove from druck.cpp) |
|
4430 |
5957d 12h |
cbradney |
/branches/Version13x/Scribus/scribus/margindialog.cpp |
#2661: Prepend GPL+exception->see COPYING file notice to all CPP/H files. |
|
4122 |
5992d 11h |
cbradney |
/branches/Version13x/Scribus/scribus/margindialog.cpp |
-#2711: Implement a ScribusDoc::locationOfPage(int) to find if a page's location is left, middle(without caring for various middle options at this point) or right.
-Move some page structs to the pagestructs.h include. |
|
3724 |
6043d 23h |
cbradney |
/branches/Version13x/Scribus/scribus/margindialog.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 |
|
3411 |
6075d 11h |
fschmid |
/branches/Version13x/Scribus/scribus/margindialog.cpp |
Fixed bug #2614. |
|
3200 |
6094d 22h |
cbradney |
/branches/Version13x/Scribus/scribus/margindialog.cpp |
Privatise the Page's width,height, initial width and height, canvas X & Y Offset, page number. Fix the align distribute code to handle current page location possibilities. Add in copy page to master page function to scribusdoc in preparation for move from scribus.cpp. |
|
3035 |
6114d 11h |
fschmid |
/branches/Version13x/Scribus/scribus/margindialog.cpp |
Added the possiblilite to change the type of the Master Page (e.g left or right) after the creation. Reenabled page size changing. |
|
3032 |
6115d 11h |
fschmid |
/branches/Version13x/Scribus/scribus/margindialog.cpp |
Fixed Bug #2413 and renamed ScribusDoc::PageFP to ScribusDoc::currentPageLayout |
|
2966 |
6123d 12h |
fschmid |
/branches/Version13x/Scribus/scribus/margindialog.cpp |
Fixed Bugs #2347, #2370 and #2374 |
|
2965 |
6123d 13h |
cbradney |
/branches/Version13x/Scribus/scribus/margindialog.cpp |
Move scribusdoc's docUnitIndex and unitRatio to protected. Rename unitRatio to docUnitRatio. Provide member functions unitIndex(), unitRatio(), setUnitIndex() (which also sets docUnitRatio, hence no setUnitRatio).
Move the bulk of scribus.cpp's ReformDoc () into reformdoc.cpp's new updateDocumentSettings().
scribus.cpp is now less than 10k lines :=) |
|
2952 |
6126d 12h |
cbradney |
/branches/Version13x/Scribus/scribus/margindialog.cpp |
Implement a CommonStrings class. Set up some strings, include &OK and &Cancel. Update occurences of those two. Update en_GB translation and DE translation for testing. About 75 strings saved. Must be careful with context! |
|
2923 |
6130d 13h |
fschmid |
/branches/Version13x/Scribus/scribus/margindialog.cpp |
Fixed Bug #2337 |
|
2908 |
6132d 15h |
fschmid |
/branches/Version13x/Scribus/scribus/margindialog.cpp |
Enabled 3-fold and 4-fold Layouts |
|
2894 |
6133d 23h |
fschmid |
/branches/Version13x/Scribus/scribus/margindialog.cpp |
Added an emum for the page layout modes to scribusstructs.h, converted doc->PageFP to an int holding the current page layout mode.
Fixed issues caused by moving around translation depending code. |
|