Rev |
Age |
Author |
Path |
Log message |
Diff |
4029 |
5612d 08h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.cpp |
Close progress dialog after use |
|
4028 |
5612d 08h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.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 |
5612d 10h |
craig |
/trunk/Scribus/scribus/pdflib_core.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 |
5613d 11h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Fixed Bug #2892. |
|
4016 |
5613d 13h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Fixed Bug #2894 |
|
4007 |
5614d 10h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Fixed Bug #2888 |
|
3988 |
5618d 12h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.cpp |
Protect PageItems oldRot, Reverse, Extra, RExtra, TExtra, BExtra members. |
|
3985 |
5618d 14h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.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 |
5620d 10h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
The PDF-Exporter exports now CMYK-JPG files conforming to Adobe. |
|
3955 |
5621d 10h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
PDF-Export: CMYK jpg files are no longer recompressed if the output should be in CMYK |
|
3934 |
5624d 22h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.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 |
5628d 13h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Fixed Bug #2848 |
|
3903 |
5628d 20h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.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 |
5640d 01h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.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. |
|
3761 |
5646d 21h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.cpp |
Enable PDF and PS export with the new pag numbering system. Change the glyph storage routine in ScribusDoc::getUsedFonts for page numbers so we know all the glyphs we need for PDF export. |
|
3727 |
5649d 22h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.cpp |
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. |
|
3724 |
5650d 09h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.cpp |
Convert ScribusDoc::Pages to a pointer rather than a copy of the DocPages or MasterPages. Adjust everywhere as necessary. Should be faster in various places now. Next on the target list is the Items copy of MasterItems/DocItems |
|
3699 |
5654d 02h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.cpp |
Change and add some class declarations and includes. |
|
3670 |
5657d 20h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.cpp |
-Remove page.h from scribusview.h as its not needed there.
-Implement new conversion to image frames, and undo functionality, with new functions in ScribusDoc and Page.
-Go to sleep at stupid time, hope it compiles everywhere else too :) |
|
3625 |
5666d 08h |
avox |
/trunk/Scribus/scribus/pdflib_core.cpp |
pageitem: use PageItem::asXY in many places, first try at transfomring pageitems |
|