Rev |
Age |
Author |
Path |
Log message |
Diff |
3665 |
6318d 04h |
mrdocs |
/ |
resolves #2744 - Add a tooltip about spot colors |
|
3664 |
6318d 06h |
cbradney |
/ |
Add in some convenience functions from the doc to get the x/y offset for the pages. Could also handle canvas offset in the future. |
|
3663 |
6318d 06h |
cbradney |
/ |
#2743: Make basepoint switching know about the page offset. This is, however wrong for when in absolute canvas measurement mode and for when the ruler has been displaced. |
|
3662 |
6318d 06h |
cbradney |
/ |
Fix oops in round corners speedup changes for negative values. |
|
3661 |
6318d 06h |
craig |
/ |
Minor UI label and tooltip tweaks to make compression options clearer.
Fixes #2746. |
|
3660 |
6318d 07h |
subik |
/ |
setCornerRadius() fixed |
|
3659 |
6318d 08h |
subik |
/ |
#2666: Color names are not translated if i merge colors from the color wheel plugin |
|
3658 |
6318d 09h |
subik |
/ |
#2711 |
|
3657 |
6318d 21h |
cbradney |
/ |
Move some more functions around, specifically ones like the View's OnPage where it doesnt use a View function, but only a Doc function. For some of these changes, the decision to use the view or doc's version needs to be made by the programmer, though this will be cleaner in the future. With these changes, the 1.3.x loader functions dont need to access the view at all anymore. |
|
3656 |
6319d 20h |
cbradney |
/ |
Move the canvas size calculation out of the main 1.3.x file loader code loop and to the recently implemented postload function. This should decrease the time to read thru the loading items and cause only one canvas size operation. |
|
3655 |
6319d 23h |
mrdocs |
/ |
resolves # 2732 |
|
3654 |
6320d 11h |
subik |
/ |
newDocument() backported into 1.2cvs |
|
3653 |
6320d 12h |
fschmid |
/ |
Fixed bug #2720.
Fixed issues when deleting more than one colour and thereby deleting a replacement colour. |
|
3652 |
6320d 19h |
cbradney |
/ |
Reset currentPage after copy page to master page, tho I dont think we need to change current page in this case anyway. To check. Fixes sig11. Return and Q_ASSERT if copyPageToMasterPage is called from masterpage mode. Remove 2 qdebugs. |
|
3651 |
6320d 20h |
cbradney |
/ |
Make a major attempt at removing ScribusView access within the 1.3 FileLoader code. More to be done here, certainly achievable.
Moved ScribusView->AdjustPictScale to PageItem (might move to a more specific frame type later). Moved ScribusView loadPict and LoadPict to the Doc. Fixed an oops in code move in copyPageToMasterPage and fix a sig11 in the same function. |
|
3650 |
6320d 20h |
cbradney |
/ |
Make a major attempt at removing ScribusView access within the 1.3 FileLoader code. More to be done here, certainly achievable.
Moved ScribusView->AdjustPictScale to PageItem (might move to a more specific frame type later). Moved ScribusView loadPict and LoadPict to the Doc. Fixed an oops in code move in copyPageToMasterPage and fix a sig11 in the same function. |
|
3649 |
6321d 00h |
mrdocs |
/ |
minor addition |
|
3648 |
6321d 22h |
cbradney |
/ |
Move the automatic text frames to protected. WHY is this set on and off before a slotNewPage()? This shouldnt be needed!
Stop emitting to or calling ScApp's slotNewPage when a doc is loaded! When the doc is loaded, we have no gui for it, and we should not rely on one. For <=1.2.x docs, we still call view->addPage as theres code there that makes these docs end up in the correct place. This needs to move into the 1.2 loader and then we can stop calling the view! ARGH! |
|
3647 |
6322d 00h |
subik |
/ |
newDocument for scripter (new doc/pages relation) |
|
3646 |
6322d 01h |
craig |
/ |
Fix #2728 - use encoding-correct loadRawText(...) for reading in documents
Also:
- use the same doc loading routine for ScribusXml and FileLoader.
- fix some encoding issues with old .sla files to the file
This gets us a little closer to the file plugin separation. |
|