Rev |
Age |
Author |
Path |
Log message |
Diff |
4084 |
6082d 03h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Move the pageitem's annotation members into a class. |
|
4081 |
6082d 04h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Fixed problem with Flate compression of images when exporting PDF with target "Printer" |
|
4073 |
6084d 15h |
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 |
6085d 12h |
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 |
6089d 17h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Create printing progress dialog with print cancel ability (while the PS file is being created). |
|
4030 |
6091d 01h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Show export item % per page on pdf export. Remove access to the main window progress bar. |
|
4029 |
6091d 02h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Close progress dialog after use |
|
4028 |
6091d 02h |
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 |
6091d 04h |
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 |
6092d 05h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Fixed Bug #2892. |
|
4016 |
6092d 07h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Fixed Bug #2894 |
|
4007 |
6093d 04h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Fixed Bug #2888 |
|
3988 |
6097d 06h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Protect PageItems oldRot, Reverse, Extra, RExtra, TExtra, BExtra members. |
|
3985 |
6097d 08h |
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 |
6099d 04h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
The PDF-Exporter exports now CMYK-JPG files conforming to Adobe. |
|
3955 |
6100d 04h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
PDF-Export: CMYK jpg files are no longer recompressed if the output should be in CMYK |
|
3934 |
6103d 16h |
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 |
6107d 07h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Fixed Bug #2848 |
|
3903 |
6107d 15h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Add beginnings of Selection class, currently unused. Protect PageItem::Xpos and Ypos and update affected classes. Implemented xPos(), yPos(), setXPos(), setYPos() and move(,) |
|
3829 |
6118d 19h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Move the text frame key input code from scribus.cpp into pageitem_textframe.cpp. Have left in the old code commented out for now. |
|