Rev |
Age |
Author |
Path |
Log message |
Diff |
4197 |
6026d 19h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
First part of fixing Bugs #273 and #1993. |
|
4184 |
6029d 01h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Fixed Bug #2756. |
|
4084 |
6043d 21h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Move the pageitem's annotation members into a class. |
|
4081 |
6043d 23h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Fixed problem with Flate compression of images when exporting PDF with target "Printer" |
|
4073 |
6046d 10h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.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. |
|
4061 |
6047d 06h |
craig |
/branches/Version13x/Scribus/scribus/pdflib.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 |
|
4037 |
6051d 12h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Create printing progress dialog with print cancel ability (while the PS file is being created). |
|
4030 |
6052d 20h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Show export item % per page on pdf export. Remove access to the main window progress bar. |
|
4029 |
6052d 21h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Close progress dialog after use |
|
4028 |
6052d 21h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
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 |
6052d 22h |
craig |
/branches/Version13x/Scribus/scribus/pdflib.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. |
|
4017 |
6053d 23h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Fixed Bug #2892. |
|
4016 |
6054d 02h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Fixed Bug #2894 |
|
4007 |
6054d 23h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Fixed Bug #2888 |
|
3988 |
6059d 01h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Protect PageItems oldRot, Reverse, Extra, RExtra, TExtra, BExtra members. |
|
3985 |
6059d 03h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.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. |
|
3963 |
6060d 23h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
The PDF-Exporter exports now CMYK-JPG files conforming to Adobe. |
|
3955 |
6061d 23h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
PDF-Export: CMYK jpg files are no longer recompressed if the output should be in CMYK |
|
3934 |
6065d 11h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.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. |
|
3904 |
6069d 01h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Fixed Bug #2848 |
|