Pino Toscano
cd9a4f248b
SVN_SILENT fix doxygen @since tag
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=979130
17 years ago
Pino Toscano
399f64beef
Introduce realDpi{X,Y}(), that (on X11) can return the ral DPI values w/o any Xrdb setting.
...
Otherwise, they return the same as dpi{X,Y}().
svn path=/trunk/KDE/kdegraphics/okular/; revision=979128
17 years ago
Script Kiddy
9f0d409189
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=972275
17 years ago
Tobias Koenig
911f8eaeca
tab -> whitespace fixes
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=971089
17 years ago
Script Kiddy
af1302e36b
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=969584
17 years ago
Pino Toscano
dc7583eb8b
Add the concept of "next destination" next to the "next viewport" one.
...
This allows a resolution, if set, of that named destination when opening a document.
CCBUG: 192032
svn path=/trunk/KDE/kdegraphics/okular/; revision=967542
17 years ago
Pino Toscano
5b1276dc57
Add for GotoAction the possibility to represent a named destination, instead of a viewport.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=967385
17 years ago
Script Kiddy
fa136bc6db
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=944478
17 years ago
Pino Toscano
6d0241e5d2
add functions to get the nearest object rect to a point in a page, and return its distance, and the accessor functions for object rects
...
based on an patch by Luigi Toscano, thanks!
CCMAIL: luigi.toscano@tiscali.it
svn path=/trunk/KDE/kdegraphics/okular/; revision=943099
17 years ago
Pino Toscano
42afd676d9
handle relative file names in source reference links correctly
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=942963
17 years ago
Script Kiddy
9a426d8fde
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=939261
17 years ago
Script Kiddy
febf292a6f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=936841
17 years ago
Script Kiddy
6b8fe9fc29
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=936377
17 years ago
Script Kiddy
5d813f6de2
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=934678
17 years ago
Pino Toscano
4d48c59a34
now that we have a small "progress" animation next to the search line edit in the find bar, there's no need for the "searching for ..." dialog
...
feedback about this new "notification" is much welcome
CCBUG: 155858
svn path=/trunk/KDE/kdegraphics/okular/; revision=926301
17 years ago
Script Kiddy
048e7daded
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=923252
17 years ago
Patrick Spendrin
3330a5f992
fix crash in okular - forward port r923029
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=923031
17 years ago
Pino Toscano
e449fd1ef0
on document closing, clear the fifo with allocated text pages
...
(fixes potential crash because of references to potentially non-existing pages in the next open document)
svn path=/trunk/KDE/kdegraphics/okular/; revision=923020
17 years ago
Script Kiddy
878fce954f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=917792
17 years ago
Pino Toscano
e52672e720
SVN_SILENT slightly improve the debug output of PixmapRequest
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=914231
17 years ago
Pino Toscano
4501a3afbe
make "standard threaded" backend use the right async setting
...
BUG: 181390
svn path=/trunk/KDE/kdegraphics/okular/; revision=914065
17 years ago
Laurent Montel
d9fa1358fa
Pedantic
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=908742
17 years ago
Pino Toscano
3b905e3cf4
undefine the internal macros at the end
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=908738
17 years ago
Pino Toscano
0761b20be2
turn the internal class Utils (with just static members) into a TextDocumentUtils namespace
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=908736
17 years ago
Pino Toscano
fa480249ad
bump the development version to 0.8.80
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=906756
17 years ago
Pino Toscano
46a2bb5273
When the loaded document is empty, consider its loading as failed.
...
(Added a TODO for a proper UI message.)
BUG: 179447
svn path=/trunk/KDE/kdegraphics/okular/; revision=904821
17 years ago
Albert Astals Cid
d40bec4671
Normalize the rect, after all is called normalized rect, no?
...
Fixes first pdf of bug 161327
Pino, should i backport this to 4.1.4?
CCBUG: 161327
svn path=/trunk/KDE/kdegraphics/okular/; revision=902306
17 years ago
Script Kiddy
fdf4e64fae
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=899359
17 years ago
Script Kiddy
2eecd577ed
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=898588
17 years ago
John Layt
cc45ce4a1e
Fix Print to File output by using Ghostscript ps2pdf to convert ps print file
...
into pdf format and save that. Only enabled in PDF, DVI, and DJVU generators
if ps2pdf is found in the path. Ghostscript is almost always guaranteed to
be installed given many parts of the printing stack depends on it.
Note that resulting PDF or PS file will have the page size as set in the print
dialog and not the page size of the original document, i.e. if an A5 booklet
is printed but the dialog page size is set to A4 then the resulting file will
be A4 and not A5.
svn path=/trunk/KDE/kdegraphics/okular/; revision=897000
18 years ago
Pino Toscano
40d96b9cdd
remove the mapping when the playback of a sound is done
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=896747
18 years ago
Pino Toscano
cba63bd669
Pass the plugin keyword when creating generators.
...
This should make the Ruby binding work again.
BUG: 177537
svn path=/trunk/KDE/kdegraphics/okular/; revision=895926
18 years ago
John Layt
2550898805
Fixes to FilePrinter for Qt 4.4:
...
1) detectCupsService() finally works because QTCPSocket finally works.
Assumes Cups is on localhost:631 which is a compromise as Qt won't
even tell us if it is using Cups, let alone where Cups is.
2) Duplex printing obeys user selected option from dialog rather than
just guessing.
3) If custom page margins set then respect these
svn path=/trunk/KDE/kdegraphics/okular/; revision=895905
18 years ago
Script Kiddy
7ac43b7aa5
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=891618
18 years ago
Pino Toscano
090d1ec8a1
SVN_SILENT update apidox of DocumentSynopsis
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=890893
18 years ago
Pino Toscano
769a70956f
add more checks against invalid viewports
...
fix crash when activating some of the toc items in the testcase of #176513 (still it would be nice to know why they are "void" items"...)
svn path=/trunk/KDE/kdegraphics/okular/; revision=890803
18 years ago
Pino Toscano
52a666f073
When starting an incremental search, do not consider the start page "done" if there was a match in it.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=890800
18 years ago
Brad Hards
3cb0e7575f
Improve handling of document synopsis with
...
strange entry ordering.
CCBUG:168678
svn path=/trunk/KDE/kdegraphics/okular/; revision=890398
18 years ago
Brad Hards
bfa53df1ec
Don't crash when setting up the document synopsis for
...
ODTs with strange heading ordering.
This may still cause the synopsis to look different
to the way the user expected. Will take another
look at that.
BUG: 168678
svn path=/trunk/KDE/kdegraphics/okular/; revision=890395
18 years ago
Patrick Spendrin
d7c9bcb596
under windows there is no gid yet
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=885793
18 years ago
Pino Toscano
e5b13e2d5b
claim support for application/vnd.kde.okular-archive in the correct way, ie via .desktop files
...
thanks Albert for waking me up
svn path=/trunk/KDE/kdegraphics/okular/; revision=884982
18 years ago
Pino Toscano
938ed4acfa
claim support of the new application/vnd.kde.okular-archive mimetype, and check it where appropriate
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=884851
18 years ago
Pino Toscano
b6c5ba1bc8
Add API to load and save "document archives", ie an .okular archive with document and metadata (currently annotations).
...
Few missing to be done in it:
- more checks when saving
- make it use a proper mimetype
CCBUG: 151614
svn path=/trunk/KDE/kdegraphics/okular/; revision=884597
18 years ago
Pino Toscano
cd6f369fc1
add an internal function to "pump" to the content of a QIODevice to another one
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=884563
18 years ago
Pino Toscano
acab77c691
add a loadDocumentInfo() variant that takes the file name to read stuff from, and make the non-parameters one calling the new one
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=884461
18 years ago
Pino Toscano
a5252a9115
add flags to selectively choose the page parts to serialize
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=884438
18 years ago
Laurent Montel
c2fc9836e8
Fix iterator
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=882957
18 years ago
Script Kiddy
59ebe1b6b4
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=882522
18 years ago
Pino Toscano
065ab69e8b
Add Emacs client as text editor.
...
Courtesy of Jochen Trumpf, thanks!
svn path=/trunk/KDE/kdegraphics/okular/; revision=882065
18 years ago
Pino Toscano
9d8c52b5eb
Shuffle a bit the way documents are opened:
...
- when there are no backends for handling the document mimetype, try harder using the mimetype from the file content only
- when the backend fails loading, try again with the backend that handles the mimetype of the file content
BUG: 166034
svn path=/trunk/KDE/kdegraphics/okular/; revision=881991
18 years ago