Subversion Repositories Scribus

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4078 6497 d 11 h fschmid /branches/Version13x/Scribus/ Fixed Bugs #2914 and #2915  
4073 6499 d 18 h cbradney /branches/Version13x/Scribus/scribus/ 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.
 
4061 6500 d 14 h craig /branches/Version13x/Scribus/scribus/ - 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
 
4049 6501 d 22 h cbradney /branches/Version13x/Scribus/scribus/ 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 6506 d 6 h craig /branches/Version13x/Scribus/scribus/ 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.
 
3992 6512 d 2 h cbradney /branches/Version13x/Scribus/scribus/ Use MSpinBox's setValues once instead of multiple calls to set minx, max, value, decimals. Set minimum corner radius value when setting the maximum or it gets stuck on 3pt... wth uses pt anyway?  
3989 6512 d 5 h cbradney /branches/Version13x/Scribus/scribus/ 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 6512 d 9 h cbradney /branches/Version13x/Scribus/scribus/ Protect PageItems oldRot, Reverse, Extra, RExtra, TExtra, BExtra members.  
3985 6512 d 11 h cbradney /branches/Version13x/Scribus/scribus/ 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.  
3934 6518 d 19 h cbradney /branches/Version13x/Scribus/scribus/ 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.  
3919 6521 d 6 h fschmid /branches/Version13x/Scribus/scribus/ Fixed bug #2813  
3903 6522 d 17 h cbradney /branches/Version13x/Scribus/scribus/ Add beginnings of Selection class, currently unused. Protect PageItem::Xpos and Ypos and update affected classes. Implemented xPos(), yPos(), setXPos(), setYPos() and move(,)  
3894 6524 d 18 h cbradney /branches/Version13x/Scribus/scribus/ Remove the calls to set the item fill and line QColors after every call to the set functions and move them in there. Add helper functions as appropriate.  
3759 6540 d 21 h cbradney /branches/Version13x/Scribus/scribus/ Various message box, string and other minor cleanups  
3727 6543 d 18 h cbradney /branches/Version13x/Scribus/scribus/ 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.  
3691 6548 d 20 h cbradney /branches/Version13x/Scribus/scribus/ Add outline palette setDoc/unsetDoc functions and stop passing the doc pointer around. Rename mpalette setDoc/unsetDoc functions. Reorganise some of tree.h to hide some members.  
3680 6549 d 21 h cbradney /branches/Version13x/Scribus/scribus/ -Move some clip functions from the view to item as they dont require the view at all.
-Stop creating comboboxes editable and then setting them non editable.
 
3671 6551 d 14 h craig /branches/Version13x/Scribus/scribus/ Improve compression quality tooltip (and fix <qt> tags); note stroke
only available for outlines in stroke tooltip.
 
3663 6552 d 6 h cbradney /branches/Version13x/Scribus/scribus/ #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.  
3650 6554 d 20 h cbradney /branches/Version13x/Scribus/scribus/ 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.
 

Show All