Rev |
Age |
Author |
Path |
Log message |
Diff |
4017 |
6100d 20h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Fixed Bug #2892. |
|
4016 |
6100d 23h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Fixed Bug #2894 |
|
4007 |
6101d 20h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Fixed Bug #2888 |
|
3988 |
6105d 22h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Protect PageItems oldRot, Reverse, Extra, RExtra, TExtra, BExtra members. |
|
3985 |
6106d 00h |
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 |
6107d 20h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
The PDF-Exporter exports now CMYK-JPG files conforming to Adobe. |
|
3955 |
6108d 20h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
PDF-Export: CMYK jpg files are no longer recompressed if the output should be in CMYK |
|
3934 |
6112d 08h |
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 |
6115d 22h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Fixed Bug #2848 |
|
3903 |
6116d 06h |
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 |
6127d 11h |
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. |
|
3761 |
6134d 07h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.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 |
6137d 07h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.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 |
6137d 19h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.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 |
6141d 11h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Change and add some class declarations and includes. |
|
3670 |
6145d 06h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.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 |
6153d 18h |
avox |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
pageitem: use PageItem::asXY in many places, first try at transfomring pageitems |
|
3557 |
6157d 22h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Fixed bug #2690 |
|
3544 |
6158d 21h |
avox |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Work on Foi API: replace SCName, Family, Effect with accessors, Drop QFont attribute |
|
3440 |
6166d 12h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Repalced the replace( QRegExp("[\\s\\/\\{\\[\\]\\}\\<\\>\\(\\)\\%]"), "" ) command with
replace( QRegExp("[\\s\\/\\{\\[\\]\\}\\<\\>\\(\\)\\%]"), "_" ) to ensure that you can use
Names like Test(1)b and Test 1 b for spot colours and master pages |
|