Pino Toscano
10c3399786
bump okular version to 0.8.4
...
svn path=/branches/KDE/4.2/kdegraphics/okular/; revision=973396
17 years ago
Script Kiddy
aa13647e97
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdegraphics/okular/; revision=972060
17 years ago
Pino Toscano
2deb3fc4c4
bump version to 0.8.3
...
svn path=/branches/KDE/4.2/kdegraphics/okular/; revision=960736
17 years ago
Script Kiddy
5a11a82539
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdegraphics/okular/; revision=944172
17 years ago
Pino Toscano
bd961c7ee2
bump version to 0.8.2
...
svn path=/branches/KDE/4.2/kdegraphics/okular/; revision=943980
17 years ago
Pino Toscano
d02ca45ef4
backport the improvements to inverse search:
...
- handle relative file names in source reference links correctly
- read correctly the destination file name for non-grouped items in pdfsync links
- 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
- improve the source reference picking by looking for the nearest object in case there's none right under the mouse
- use -1 to indicate an unspecified coordinate now (in dvi links)
svn path=/branches/KDE/4.2/kdegraphics/okular/; revision=943106
17 years ago
Script Kiddy
bab2dd49a7
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdegraphics/okular/; revision=939961
17 years ago
Script Kiddy
c53b899dd1
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdegraphics/okular/; revision=939195
17 years ago
Script Kiddy
caf23379ee
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdegraphics/okular/; revision=938064
17 years ago
Script Kiddy
f98600303a
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdegraphics/okular/; revision=935770
17 years ago
Script Kiddy
f7d754a53c
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdegraphics/okular/; revision=935441
17 years ago
Pino Toscano
f230f4f114
bump to 0.8.1 for kde 4.2.1
...
svn path=/branches/KDE/4.2/kdegraphics/okular/; revision=931168
17 years ago
Patrick Spendrin
44d7cfb039
fix crash in okular - I am not sure why this didn't happen before (the fix comes from msdn http://msdn.microsoft.com/en-us/library/aa366589.aspx - look at the example)
...
svn path=/branches/KDE/4.2/kdegraphics/okular/; revision=923029
17 years ago
Pino Toscano
a366b6bd8d
backport: 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=/branches/KDE/4.2/kdegraphics/okular/; revision=923021
17 years ago
Script Kiddy
5b47479bd9
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdegraphics/okular/; revision=915639
17 years ago
Pino Toscano
b59906cf55
backport: make "standard threaded" backend use the right async setting
...
CCBUG: 181390
svn path=/branches/KDE/4.2/kdegraphics/okular/; revision=914068
17 years ago
Pino Toscano
8af7778a88
bump versions
...
svn path=/branches/KDE/4.2/kdegraphics/okular/; revision=907917
17 years ago
Script Kiddy
aacf98c7b2
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdegraphics/okular/; revision=907142
17 years ago
Pino Toscano
05c871f532
bump version to 0.7.90 for kde 4.2rc1
...
svn path=/branches/KDE/4.2/kdegraphics/okular/; revision=906785
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
18 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
Pino Toscano
b3cb7ec971
make DocumentPrivate access to it, too
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=881956
18 years ago
Enrique Matías Sánchez
a8ea861f36
SVN_SILENT Fix typos in kdegraphics
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=875357
18 years ago
Pino Toscano
5542445f04
replace the home-made placeholder replacements with KMacroExpander+KShell, and use KProcess
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=873601
18 years ago
Pino Toscano
4e927f01f8
Add Kile as possible editor.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=873571
18 years ago
Pino Toscano
4da5b7a105
Add a configuration page for the text editor used for source references links (that is, the ones used also for inverse search).
...
Factor out the editor commands structure.
svn path=/trunk/KDE/kdegraphics/okular/; revision=873570
18 years ago
Pino Toscano
97335bf267
simple optimization in the Google-like search: split the search terms just once
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=873283
18 years ago