Pino Toscano
085bdae8a3
specify better file names for TIFFClientOpen
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=855852
18 years ago
Pino Toscano
3709ecd71e
Consider the orientation of TIFF documents.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=855846
18 years ago
Pino Toscano
1157e86d84
SVN_SILENT do not issue unuseful compile warnings when using poppler <= 0.8.x
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=852081
18 years ago
Pino Toscano
a8fab80008
read the showControls and playMode properties of movies (always with poppler head)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=851903
18 years ago
Pino Toscano
03147a158b
convert the movie objects and annotations from the poppler equivalents i added about 10 minutes ago
...
(thus available in the next poppler version, 0.9.0)
svn path=/trunk/KDE/kdegraphics/okular/; revision=851147
18 years ago
Pino Toscano
0ac1b55589
fill the rendering image only where needed
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=850680
18 years ago
Pino Toscano
86169f7558
SVN_SILENT remove old code
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=850199
18 years ago
Pino Toscano
730e1f665b
Take into account relative links in pages, and resolve them correctly.
...
CCBUG: 169001
svn path=/trunk/KDE/kdegraphics/okular/; revision=850145
18 years ago
Pino Toscano
a7a17d4833
Be sure to close the temporary PS file before sending it to lpr, so it is all flushed.
...
BUG: 160860
svn path=/trunk/KDE/kdegraphics/okular/; revision=849949
18 years ago
Pino Toscano
53e989f76d
add brackets for the body of the if()
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=847496
18 years ago
Pino Toscano
751d15bbe2
add the possibility to read the form actions, using poppler of around 5 minutes ago
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=845793
18 years ago
Pino Toscano
0960b00b95
un-static-ize createLinkFromPopplerLink()
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=845788
18 years ago
Pino Toscano
d51be3729b
add a way to disable the internal page cache, and disable it by default in the generator
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=843095
18 years ago
Pino Toscano
a9227aff93
SVN_SILENT bump version, update copyright notice and slightly improve the description
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=843089
18 years ago
Pino Toscano
2f12a3a3d6
allocate less temporary buffers; this should make the backend use less memory when rendering
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=843088
18 years ago
Pino Toscano
16b864fe24
statically allocate the format mask instead of creating+deleting
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=843087
18 years ago
Pino Toscano
27fc7f9144
Apply workaround as suggested by DjVuLibre's maintainer Leon Bottou to avoid a potential crash in rare situations.
...
The real fix should be applied already in DjVuLibre's CVS.
Thanks Leon!
BUG: 168030
svn path=/trunk/KDE/kdegraphics/okular/; revision=842846
18 years ago
Pino Toscano
9308f9b1af
SVN_SILENT i feel to have contributed in a significant way, so add me too
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=841468
18 years ago
Pino Toscano
2eb4dd8147
- extract the painter-based paint procedure of the XpsPage in an own method
...
- add printing support for the XPS backend
svn path=/trunk/KDE/kdegraphics/okular/; revision=841450
18 years ago
Pino Toscano
9748b1e6a7
update all the configuration (not just the AA settings) each time a document is open
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=841347
18 years ago
Albert Astals Cid
61964b930f
And now okular coupled with poppler from 5 minutes ago has the hability to let you save to file fonts embedded into a pdf file
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=840789
18 years ago
Pino Toscano
2329f93b84
more qreal/double mismatches
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=839972
18 years ago
Pino Toscano
fbeff5ae7c
do not assume there is always a configuration dialog around (eg, when doing a print preview)
...
BUG: 167734
svn path=/trunk/KDE/kdegraphics/okular/; revision=839616
18 years ago
Albert Astals Cid
87d361282d
Repeat with me, it's image/jp2, not image/jpeg2000
...
And now i can see jp2 images in okular and gwenview :-)
svn path=/trunk/KDE/kdegraphics/okular/; revision=839378
18 years ago
Script Kiddy
9830f4e2aa
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=839175
18 years ago
Albert Astals Cid
a56c456bf8
delete pdfConv
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=837829
18 years ago
Pino Toscano
dab65cd4fd
properly keep a reference to the print option widget, and create it only when necessary
...
BUG: 167353
svn path=/trunk/KDE/kdegraphics/okular/; revision=837341
18 years ago
Pino Toscano
67e7823b46
it uses QDom*, so link to QtXml
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=836123
18 years ago
Luigi Toscano
66d2f6be65
Correctly intercept standard output.
...
Thanks, Pino!
BUG: 164900
svn path=/trunk/KDE/kdegraphics/okular/; revision=832543
18 years ago
Dirk Mueller
41afd26ba3
link all direct dependencies
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=829219
18 years ago
Pino Toscano
83350dc0d6
On UNIX, make use of a pty process instead of a normal process, as unrar opens pty connections for getting passwords.
...
In other cases, when getting password requests via stderr, just kill the process and return with a failure code:
the proper solution would be handling the password request, but this is a non-trivial task that require some more work.
Thus, for now, just do not allow password-protected RARs to be opened.
BUG: 165596
svn path=/trunk/KDE/kdegraphics/okular/; revision=828998
18 years ago
Pino Toscano
64617bd429
implement the PolyQuadraticBezierSegment
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825763
18 years ago
Pino Toscano
674c8536d3
read and apply the opacity for canvas
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825717
18 years ago
Pino Toscano
73c67b1822
read and apply the clipping for glyphs
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825710
18 years ago
Pino Toscano
4225aac69e
Read and apply the transformations of <PathGeometry> and <Canvas> elements.
...
Now lots more document (of the test suite) display better, yay! :)
(although, there are regressions in very few documents, but that is due to other unhandled stuff in them.)
svn path=/trunk/KDE/kdegraphics/okular/; revision=825707
18 years ago
Pino Toscano
dc827f1ff3
start reading the geometries child of the Path element;
...
introduce ah-hoc structores for handling them;
so far, read PolyLineSegment and PolyBezierSegment only
svn path=/trunk/KDE/kdegraphics/okular/; revision=825705
18 years ago
Pino Toscano
a2d22d791b
SVN_SILENT update comments
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825482
18 years ago
Pino Toscano
075f0302cd
consider also the Stroke child of Path elements
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825466
18 years ago
Pino Toscano
76af0c2c40
add a method to load entries from the archive, also in a case-insensitive way, and apply it for image and font loading
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825457
18 years ago
Pino Toscano
b81251ead3
I feel worth bumping the version to 0.2, after all the work that has been done for Okular0.7/KDE 4.1.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825378
18 years ago
Pino Toscano
aa0ceffea3
SVN_SILENT unused includes
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825377
18 years ago
Pino Toscano
018045758f
do not draw text in some situations the XPS spec tell us to not do that:
...
- missing Fill attribute and Glyphs.Fill child element
- brush color with alpha == 0
- Opacity attribute explicitely 0
svn path=/trunk/KDE/kdegraphics/okular/; revision=825375
18 years ago
Pino Toscano
046637703b
slightly refactor absolutePath(), and optionally un-percent-encode if the path contains any '%' char
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825370
18 years ago
Pino Toscano
0e86eef685
the document relationship file can be splitted too, so take care of that
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825362
18 years ago
Pino Toscano
fdd5704f8f
do not draw text with fontsize of 0 (as the specs say)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825360
18 years ago
Pino Toscano
47b8d5ab9c
fix gradient stop reading conditions
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825354
18 years ago
Pino Toscano
a6b1f61a02
read and set the spread style of gradients
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825349
18 years ago
Pino Toscano
68a539c394
first try at reading the style simulation of a font
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825335
18 years ago
Pino Toscano
fbab823b45
read the join style and the miter limit of strokes
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825313
18 years ago
Pino Toscano
8e417e7bc8
first try at reading dash pattern, dash offset, and cap style of strokes
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825305
18 years ago