Rev |
Age |
Author |
Path |
Log message |
Diff |
18194 |
2959d 17h |
fschmid |
/trunk/Scribus/scribus/scimgdataloader_pdf.cpp |
Port to Qt5:
To enable building against Qt5 use the new commandline options:
-DUSE_QT5=1
-DQT_PREFIX="path _to_your_Qt5_installation"
when calling cmake
Only thing that does't work is the upgradechecker class as it depends on deprecated Qt4 classes, and needs a complete rewrite.
Default for building is still Qt4, so a normal cmake call without the options above still results in a build against
Qt4. |
|
17882 |
3072d 05h |
fschmid |
/trunk/Scribus/scribus/scimgdataloader_pdf.cpp |
Fixed Bug #8159: Importing cropped PDF do not show the proper size. |
|
17031 |
3429d 21h |
jghali |
/trunk/Scribus/scribus/scimgdataloader_pdf.cpp |
fix a few warnings reported by gcc |
|
16577 |
3654d 16h |
craig |
/trunk/Scribus/scribus/scimgdataloader_pdf.cpp |
Stop using obsolete QDir::convertSeparators, replace with QDir::toNativeSeparators |
|
15128 |
3976d 22h |
jghali |
/trunk/Scribus/scribus/scimgdataloader_pdf.cpp |
- start using color space classes in image loading code, did basic testing, more testing needed tho
- necessary change for enable use of lcms2, especially remove use of cmsChageBufferFormat as such thing is not supported by lcms2. CMake stuff related to lcms2 is still to be done tho |
|
14776 |
4074d 13h |
jghali |
/trunk/Scribus/scribus/scimgdataloader_pdf.cpp |
pdf image loader : check page number when loading pdf so as not to load a non existing page |
|
13805 |
4275d 23h |
jghali |
/trunk/Scribus/scribus/scimgdataloader_pdf.cpp |
#8308 (unload unused images from RAM) : commit the file interdependency part of the patch |
|
13015 |
4484d 18h |
cbradney |
/trunk/Scribus/scribus/scimgdataloader_pdf.cpp |
Enable building with PoDoFo <0.7.0 |
|
13012 |
4485d 05h |
fschmid |
/trunk/Scribus/scribus/scimgdataloader_pdf.cpp |
Silenced PoDoFo's debugging output. |
|
12393 |
4656d 21h |
fschmid |
/trunk/Scribus/scribus/scimgdataloader_pdf.cpp |
Fixed compile issue with the new podofo-0.6.0 |
|
12141 |
4710d 01h |
avox |
/trunk/Scribus/scribus/scimgdataloader_pdf.cpp |
add switch to disable/enable PDF embedding in pdfopts
allow pages > 1 for imageframes with PS/PDF images |
|
12080 |
4721d 18h |
avox |
/trunk/Scribus/scribus/scimgdataloader_pdf.cpp |
first part of pdf embedding |
|
11468 |
4839d 21h |
fschmid |
/trunk/Scribus/scribus/scimgdataloader_pdf.cpp |
Applied Patch from Jean Ghali for better handling of alpha channels. |
|
11331 |
4856d 14h |
jghali |
/trunk/Scribus/scribus/scimgdataloader_pdf.cpp |
replace colorspace and image type descriptors by proper enums |
|
10830 |
4942d 20h |
fschmid |
/trunk/Scribus/scribus/scimgdataloader_pdf.cpp |
Use havePNGAlpha() correct. |
|
10561 |
4973d 23h |
fschmid |
/trunk/Scribus/scribus/scimgdataloader_pdf.cpp |
First part of files starting with "s" converted to full Qt-4 compliance. |
|
10398 |
4989d 18h |
cbradney |
/trunk/Scribus/scribus/scimgdataloader_pdf.cpp |
Third commit of replacing qt3support apis with new ones. Convert most QImage smoothScale calls, many QMap .data() calls, QDir static function calls, etc. |
|
10223 |
5016d 16h |
cbradney |
/trunk/Scribus/scribus/scimgdataloader_pdf.cpp |
Final Qt4 style include conversion
Builds here, please adjust if it doesnt build there |
|
10212 |
5019d 16h |
cbradney |
/trunk/Scribus/scribus/scimgdataloader_pdf.cpp |
Rename some more basic util files, adjust as required. |
|
9672 |
5073d 05h |
root |
/trunk/Scribus/scribus/scimgdataloader_pdf.cpp |
move Version135x cvs branch to svn trunk |
|