Rev |
Age |
Author |
Path |
Log message |
Diff |
10469 |
4975d 19h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.cpp |
More qt3support api removal |
|
10404 |
4982d 04h |
subik |
/trunk/Scribus/scribus/pdflib_core.cpp |
first part of Book* classes qt4 port |
|
10398 |
4984d 21h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.cpp |
Third commit of replacing qt3support apis with new ones. Convert most QImage smoothScale calls, many QMap .data() calls, QDir static function calls, etc. |
|
10394 |
4985d 18h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.cpp |
First commit of replacing qt3support apis with new ones. Nothing major in terms of functionality changes here. |
|
10322 |
4995d 21h |
jghali |
/trunk/Scribus/scribus/pdflib_core.cpp |
fix #5977 : exported PDFs produce "invalid restore" error message in Acrobat Reader |
|
10282 |
5002d 07h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Applied the patch from Jean for Bug #6051 |
|
10228 |
5010d 07h |
avox |
/trunk/Scribus/scribus/pdflib_core.cpp |
Herm's GSoC work on latexframes |
|
10223 |
5011d 19h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.cpp |
Final Qt4 style include conversion
Builds here, please adjust if it doesnt build there |
|
10212 |
5014d 19h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.cpp |
Rename some more basic util files, adjust as required. |
|
10203 |
5015d 20h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.cpp |
Split out math functions from util.cpp to new util_math.cpp
Rename colorutil.* util_color.*
Adjust accordingly |
|
10141 |
5028d 21h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.cpp |
More format detection changes |
|
10140 |
5028d 21h |
jghali |
/trunk/Scribus/scribus/pdflib_core.cpp |
first bricks of a new layer api |
|
10136 |
5029d 20h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.cpp |
Increate format detection capability in formatutils and use in many places |
|
10056 |
5037d 23h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Fixed Bug #5953 |
|
10054 |
5038d 12h |
craig |
/trunk/Scribus/scribus/pdflib_core.cpp |
Hide implementation details of PDF export behind private implementation wrapper class.
This will simplify testing different PDF engines side by side, eg in podofo work and when testing
big changes to PDF export.
- Move pdflib.{cpp,h} to pdflib_core.{cpp,h}
- Write new core pdflib.{cpp,h} that provides a public interface for PDF export.
This code creates a PDFLibCore behind the scenes and passes requests to it, but
that is not visible from the rest of the app.
- Remove SCRIBUS_API from PDFLibCore since it does not need to be visible in the
symbol table.
It is now simple to add support for runtime switching between PDF implementations when you're
testing alternate versions of PDF export support. |
|
10019 |
5041d 08h |
fschmid |
/trunk/Scribus/scribus/pdflib.cpp |
Found some more unneeded #include's |
|
10018 |
5041d 08h |
fschmid |
/trunk/Scribus/scribus/pdflib.cpp |
Did a little cleaning work: removed unneeded #includes and fixed some compiler warnings. |
|
10009 |
5041d 23h |
jghali |
/trunk/Scribus/scribus/pdflib.cpp |
remove QVector from VGradient |
|
10004 |
5042d 07h |
fschmid |
/trunk/Scribus/scribus/pdflib.cpp |
Removed a lot of Q3TextStream uses. |
|
9996 |
5042d 11h |
jghali |
/trunk/Scribus/scribus/pdflib.cpp |
fix potential crash by assert with qt debug lib |
|