Rev |
Age |
Author |
Path |
Log message |
Diff |
4197 |
6026d 19h |
fschmid |
/branches/Version13x/Scribus/scribus/scribusXml.cpp |
First part of fixing Bugs #273 and #1993. |
|
4130 |
6038d 17h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusXml.cpp |
Migrate Selection class to be single selection.
Possibly finally fix the invalid splash image load crash that can reappear still. |
|
4097 |
6043d 10h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusXml.cpp |
#2738: Fix precision on line spacing |
|
4084 |
6043d 21h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusXml.cpp |
Move the pageitem's annotation members into a class. |
|
4073 |
6046d 09h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusXml.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 |
6046d 21h |
craig |
/branches/Version13x/Scribus/scribus/scribusXml.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 |
6047d 06h |
craig |
/branches/Version13x/Scribus/scribus/scribusXml.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 |
|
4055 |
6047d 22h |
fschmid |
/branches/Version13x/Scribus/scribus/scribusXml.cpp |
Fixed Bug #2910 |
|
4049 |
6048d 14h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusXml.cpp |
Use the selection group indicators in selection class and remove groupsel from the view. Emit from the selection class when theres a multiple selection and the gui needs to disable or enable something because of a multiple selection. |
|
4026 |
6052d 22h |
craig |
/branches/Version13x/Scribus/scribus/scribusXml.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. |
|
3989 |
6058d 21h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusXml.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 |
6059d 01h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusXml.cpp |
Protect PageItems oldRot, Reverse, Extra, RExtra, TExtra, BExtra members. |
|
3985 |
6059d 03h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusXml.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. |
|
3972 |
6059d 23h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusXml.cpp |
#2860: Dont apply the master page until after all the pages are loaded. |
|
3967 |
6060d 14h |
craig |
/branches/Version13x/Scribus/scribus/scribusXml.cpp |
Fix assert mentioned in #2860 by only setting active layer after we've made
sure that at least a background layer exists. |
|
3934 |
6065d 11h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusXml.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. |
|
3903 |
6069d 09h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusXml.cpp |
Add beginnings of Selection class, currently unused. Protect PageItem::Xpos and Ypos and update affected classes. Implemented xPos(), yPos(), setXPos(), setYPos() and move(,) |
|
3820 |
6081d 10h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusXml.cpp |
Remove seemingly unnecessary savedOwnPage member from PageItem.. shout if its wrong or breaks something. docs seem ok here. |
|
3817 |
6081d 14h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusXml.cpp |
#2282: Allow 1.3.x to load the linuxlingam tutorial again. Problem was applying a master page when not in master page mode I think. Old old bug, so its before the great breakage. |
|
3805 |
6082d 10h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusXml.cpp |
Set the OwnPage of items in 1.2.x docs from the current page and dont call OnPage after loading anymore. |
|