Albert Astals Cid
267f8c8ea3
some KUIT
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=840780
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
Pino Toscano
4d1a48cddb
when saving the internal xml, be sure to save it as utf-8, and to advertize the encoding in the main processing instruction
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=839566
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
Pino Toscano
bd833bdd5c
hopefully make it compile and work also where qreal is not double but float
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=837842
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
8bad2a8629
& is different than |
...
fix a condition that made the view loading and saving vanish into the hyperspace
BUG: 167220
svn path=/trunk/KDE/kdegraphics/okular/; revision=836658
18 years ago
Albert Astals Cid
c8485c5bf2
fix two typos detected by Yuri Chornoivan
...
svn path=/trunk/KDE/kdegraphics/doc/okular/; revision=836220
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
Laurent Montel
3d3e63ce0e
Fix mem leak
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=831766
18 years ago
Pino Toscano
7b76ec7e67
bump development version to 0.7.80
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=830498
18 years ago
Dirk Mueller
41afd26ba3
link all direct dependencies
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=829219
18 years ago
Pino Toscano
a656adee13
bump version to 0.6.90
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=829004
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
Pino Toscano
4eb6413e37
pages can be interleaved in multiple files as well (10.1.2 in the specs)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825291
18 years ago
Pino Toscano
5c91487bbc
do not crash when requesting to load fonts we cannot load
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825287
18 years ago
Pino Toscano
af05a86e04
In case an image is not found, try uppercasing its extension and looking for it again.
...
(yay for case-insensitive contexts!)
svn path=/trunk/KDE/kdegraphics/okular/; revision=825261
18 years ago
Pino Toscano
f817bde307
Properly manage the gradient stops as the specs say;
...
parse the radial gradients.
svn path=/trunk/KDE/kdegraphics/okular/; revision=825253
18 years ago
Pino Toscano
0ff4a4a7a9
fix the H and V path operators
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825251
18 years ago
Pino Toscano
9ca9f0c791
do not crash when an image is not found in the archive
...
leave a TODO for different casing of requested vs existing file name
svn path=/trunk/KDE/kdegraphics/okular/; revision=825230
18 years ago
Pino Toscano
26b35e0fce
do not convert an image texture for brush to pixmap
...
try to activate threaded rendering for qt >= 4.2.2 [see notes]
svn path=/trunk/KDE/kdegraphics/okular/; revision=825099
18 years ago
Pino Toscano
0154ff9893
Parse and show linear gradients of brushes.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825088
18 years ago
Pino Toscano
90a664dba3
i think the viewport should be used here as well; fixed image y-alignment
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825067
18 years ago
Laurent Montel
64c0aa80e3
Tag as devel component
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825027
18 years ago
Pino Toscano
b8db72e6d9
Width and height of a page can be real values, not just integer.
...
BUG: 164822
svn path=/trunk/KDE/kdegraphics/okular/; revision=824976
18 years ago
Pino Toscano
3f2f754dab
when reading a table, do not assume there are only <table-row> elements as children of <table>; in case, read inside <table-header-rows>
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=824835
18 years ago
Pino Toscano
5fc4a2cf2f
forgot the argument for the error message
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=823118
18 years ago