Rev |
Age |
Author |
Path |
Log message |
Diff |
4197 |
6473 d 7 h |
fschmid |
/branches/Version13x/Scribus/scribus/ |
First part of fixing Bugs #273 and #1993. |
|
4184 |
6475 d 12 h |
fschmid |
/branches/Version13x/Scribus/scribus/ |
Fixed Bug #2756. |
|
4084 |
6490 d 9 h |
cbradney |
/branches/Version13x/Scribus/scribus/ |
Move the pageitem's annotation members into a class. |
|
4081 |
6490 d 10 h |
fschmid |
/branches/Version13x/Scribus/scribus/ |
Fixed problem with Flate compression of images when exporting PDF with target "Printer" |
|
4073 |
6492 d 21 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 |
6493 d 18 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 |
|
4037 |
6498 d 0 h |
cbradney |
/branches/Version13x/Scribus/scribus/ |
Create printing progress dialog with print cancel ability (while the PS file is being created). |
|
4030 |
6499 d 8 h |
cbradney |
/branches/Version13x/Scribus/scribus/ |
Show export item % per page on pdf export. Remove access to the main window progress bar. |
|
4029 |
6499 d 8 h |
cbradney |
/branches/Version13x/Scribus/scribus/ |
Close progress dialog after use |
|
4028 |
6499 d 8 h |
cbradney |
/branches/Version13x/Scribus/scribus/ |
Implement a multi progress bar dialog box. Use it in PDF lib (more data on progress dialog to come here). Enable PDF export to be cancelled. |
|
4026 |
6499 d 10 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. |
|
4017 |
6500 d 11 h |
fschmid |
/branches/Version13x/Scribus/scribus/ |
Fixed Bug #2892. |
|
4016 |
6500 d 13 h |
fschmid |
/branches/Version13x/Scribus/scribus/ |
Fixed Bug #2894 |
|
4007 |
6501 d 11 h |
fschmid |
/branches/Version13x/Scribus/scribus/ |
Fixed Bug #2888 |
|
3988 |
6505 d 13 h |
cbradney |
/branches/Version13x/Scribus/scribus/ |
Protect PageItems oldRot, Reverse, Extra, RExtra, TExtra, BExtra members. |
|
3985 |
6505 d 14 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. |
|
3963 |
6507 d 10 h |
fschmid |
/branches/Version13x/Scribus/scribus/ |
The PDF-Exporter exports now CMYK-JPG files conforming to Adobe. |
|
3955 |
6508 d 11 h |
fschmid |
/branches/Version13x/Scribus/scribus/ |
PDF-Export: CMYK jpg files are no longer recompressed if the output should be in CMYK |
|
3934 |
6511 d 23 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. |
|
3904 |
6515 d 13 h |
fschmid |
/branches/Version13x/Scribus/scribus/ |
Fixed Bug #2848 |
|