Rev |
Age |
Author |
Path |
Log message |
Diff |
3673 |
6318d 18h |
cbradney |
/ |
-More work on item conversion code. Changed some functions like MoveItemI in View to take an item pointer instead of Doc Item Number along the way.
-Most conversions should be working.
-To Path text kind of works, From path text - untested, bezier2poly from editing frames - not done yet. |
|
3672 |
6319d 03h |
subik |
/ |
fixed broken monochromatic colors |
|
3671 |
6319d 14h |
craig |
/ |
Improve compression quality tooltip (and fix <qt> tags); note stroke
only available for outlines in stroke tooltip. |
|
3670 |
6319d 17h |
cbradney |
/ |
-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 :) |
|
3669 |
6319d 18h |
cbradney |
/ |
Disable undo in old item convert method |
|
3668 |
6319d 18h |
cbradney |
/ |
Some minor code reductions or speed improvements |
|
3667 |
6320d 04h |
mrdocs |
/ |
update the date |
|
3666 |
6320d 04h |
mrdocs |
/ |
resolves # 2744 |
|
3665 |
6320d 04h |
mrdocs |
/ |
resolves #2744 - Add a tooltip about spot colors |
|
3664 |
6320d 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 |
6320d 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 |
6320d 06h |
cbradney |
/ |
Fix oops in round corners speedup changes for negative values. |
|
3661 |
6320d 07h |
craig |
/ |
Minor UI label and tooltip tweaks to make compression options clearer.
Fixes #2746. |
|
3660 |
6320d 07h |
subik |
/ |
setCornerRadius() fixed |
|
3659 |
6320d 08h |
subik |
/ |
#2666: Color names are not translated if i merge colors from the color wheel plugin |
|
3658 |
6320d 10h |
subik |
/ |
#2711 |
|
3657 |
6320d 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 |
6321d 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 |
6322d 00h |
mrdocs |
/ |
resolves # 2732 |
|
3654 |
6322d 11h |
subik |
/ |
newDocument() backported into 1.2cvs |
|