Pino Toscano
99ef0cdf46
bump versions
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=863717
18 years ago
Pino Toscano
b3bd5e0818
- make sure to properly unregister all the observers before the Document gets destroyed
...
- keep ownership of the "export as" menu, and check before manipulating its child widgets: avoid crashes in case the part widget is destroyed before the part is
both the problems discovered and debugged with the precious help of Armin Berres, thanks!
CCMAIL: trigger@space-based.de
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=863714
18 years ago
Pino Toscano
5e6c2feae4
do not use the specified widget as parent for the Document, but just keep it
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=863256
18 years ago
Pino Toscano
fb79991ef8
backport: read-only text fields should be read-only, not disabled
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=863236
18 years ago
Pino Toscano
6d8a4dc8d4
Make "fit to width" the default zoom level for new documents.
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=859446
18 years ago
Pino Toscano
677db64087
Backport: use the size as specified by the images, not a fake one.
...
CCBUG: 169592
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=855908
18 years ago
Pino Toscano
988de8f3cc
Backport: consider the orientation of TIFF documents.
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=855847
18 years ago
Rafael Fernández López
bf350c12fa
Backport rev 855382
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=855384
18 years ago
Burkhard Lück
1a989240e3
documentation backport fron trunk
...
svn path=/branches/KDE/4.1/kdegraphics/doc/okular/; revision=854903
18 years ago
Script Kiddy
6cea95eed2
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=854233
18 years ago
Rafael Fernández López
2cdb8ad6a5
Backport of rev 853433. Call to setupGUI after createGUI has been called
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=853444
18 years ago
Pino Toscano
ca66beaf48
bump versions
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=851326
18 years ago
Pino Toscano
dcb87dd97f
Backport: take into account relative links in pages, and resolve them correctly.
...
CCBUG: 169001
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=850146
18 years ago
Pino Toscano
b998667208
Backport: be sure to close the temporary PS file before sending it to lpr, so it is all flushed.
...
Will be in KDE 4.1.1.
CCBUG: 160860
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=849951
18 years ago
Script Kiddy
e8487347fa
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=847713
18 years ago
Albert Astals Cid
42b14de45b
Backport r844880 okular/trunk/KDE/kdegraphics/okular/ui/pageview.cpp:
...
If we are cancelling move, make sure we are where we should be
BUG: 165809
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=844887
18 years ago
Pino Toscano
02646424fa
Backport workaround Leon Bottou's workaround for DjVuLibre crash.
...
Will be in KDE 4.1.1.
CCBUG: 168030
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=842847
18 years ago
Pino Toscano
b5e3c1a36a
Backport: correctly get the filename from the original url, not from the local file name of the real file being open.
...
Will be in KDE 4.1.1.
CCBUG: 168068
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=842325
18 years ago
Pino Toscano
b9f13d219a
Backport: enable the text-to-speech actions only when there is a document loaded (other than KTTS being present, of course).
...
This will be in KDE 4.1.1.
CCBUG: 168310
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=841925
18 years ago
Pino Toscano
5b649b50b2
backport: update all the configuration (not just the AA settings) each time a document is open
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=841348
18 years ago
Pino Toscano
efeefc9e0f
backport: more qreal/double mismatches
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=839973
18 years ago
Pino Toscano
fe664e082a
backport: do not assume there is always a configuration dialog around (eg, when doing a print preview)
...
CCBUG: 167734
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=839617
18 years ago
Pino Toscano
e593c8b078
backport: 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=/branches/KDE/4.1/kdegraphics/okular/; revision=839567
18 years ago
Albert Astals Cid
c8934f4bac
Backport r839378
...
Repeat with me, it's image/jp2, not image/jpeg2000
And now i can see jp2 images in okular and gwenview :-)
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=839381
18 years ago
Pino Toscano
9e10e0b134
backport: hopefully make it compile and work also where qreal is not double but float
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=837843
18 years ago
Albert Astals Cid
3e52859e08
Backport r837829 okular/trunk/KDE/kdegraphics/okular/generators/poppler/generator_pdf.cpp: delete pdfConv
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=837831
18 years ago
Pino Toscano
564392f93a
backport: properly keep a reference to the print option widget, and create it only when necessary
...
CCBUG: 167353
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=837342
18 years ago
Pino Toscano
18311b9f02
backport: fix the condition for loading and saving the view(s)
...
CCBUG: 167220
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=836661
18 years ago
Pino Toscano
aaa56a404d
it uses QDom*, so link to QtXml
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=836124
18 years ago
Script Kiddy
e3533e0901
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=835901
18 years ago
Script Kiddy
97b5ad1981
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=834228
18 years ago
Luigi Toscano
60b0f7ee98
Backport of r832543
...
Correctly intercept standard output.
Thanks, Pino!
CCBUG: 164900
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=832544
18 years ago
Laurent Montel
b93921de40
Backport:
...
Fix mem leak
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=831767
18 years ago
Script Kiddy
8120b33152
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=831630
18 years ago
Pino Toscano
6560a836e2
bump version to 0.7 for the final kde 4.1 release
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=830496
18 years ago
Script Kiddy
bebd45ba1d
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=830279
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