Albert Astals Cid
667e07a343
setAttribute with doubles is evil as it uses the current locale and we don't want that, use QString::number
...
BUGS: 211990
svn path=/trunk/KDE/kdegraphics/okular/; revision=1050633
17 years ago
Albert Astals Cid
b9d749bc0d
Commit "Document information" patch by Luigi Toscano, 8 months without a nack from any devel and i like it, so let's commit it
...
Luigi's mail says
********
The attached patch changes a bit the handling of document informations
and the informations shown in the info page.
- document path is added to the information and a button allows you to
toggle between to file name (default) and the complete path;
- the number of the page is added to the information set by
documentInfo() and not by the properties dialog (so the latter will not
modify datas);
- the order of the information shown is the fixed now (see
orderedProperties).
*********
Then there are a few things of my own since some const here and there and adding three values to Key enum
Also it fixes wish 208999
BUGS: 208999
svn path=/trunk/KDE/kdegraphics/okular/; revision=1049872
17 years ago
Albert Astals Cid
8f045d06a7
add a text() function that returns characters not containing any pixel inside the given area but the center pixel of the char rectangle
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1048193
17 years ago
Albert Astals Cid
81d255bafb
add a function that returns the center of a given normalized rect
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1048191
17 years ago
Albert Astals Cid
4041eb7f5b
empty the pixmaps queue stack before doing the loop waiting for executing pixmap requests to empty, otherwise a single shot timed call to sendGeneratorRequest can kick us in the back cause bad things to happen, ranging from crashes to the app waiting forever in the loop
...
Patch provided by pino and tested by me
BUG: 212066
svn path=/trunk/KDE/kdegraphics/okular/; revision=1047671
17 years ago
Albert Astals Cid
a79fe451fd
check the search we are doing is still alive, otherwise doesn't make sense to keep on doing it and even more doing so might make us crash
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1045410
17 years ago
Albert Astals Cid
0b1124c4a8
do not accept new pixmap requests if we are shutting down
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1041420
17 years ago
Albert Astals Cid
10ba02cbd5
in case we have a new enough poppler give a better error message when we can't save files with /Encrypt
...
BUGS: 208119
svn path=/trunk/KDE/kdegraphics/okular/; revision=1037771
17 years ago
Pino Toscano
90074bef90
check the actual mime type names and not their pointers
...
BUG: 210882
svn path=/trunk/KDE/kdegraphics/okular/; revision=1037414
17 years ago
Script Kiddy
fd6072ae69
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1034715
17 years ago
Albert Astals Cid
27830a988e
Add a [hidden] config option to set hinting to fonts
...
Defaults to disabled
Made the dvi and pdf backends honor the hinting setting
svn path=/trunk/KDE/kdegraphics/okular/; revision=1032936
17 years ago
Script Kiddy
309a641160
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1024784
17 years ago
Script Kiddy
3d403bc66b
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1020829
17 years ago
Albert Astals Cid
b55024cfd7
Do not start a search if it's already running
...
BUGS: 203142
svn path=/trunk/KDE/kdegraphics/okular/; revision=1009822
17 years ago
Albert Astals Cid
bdfcd6e337
typos -= 2
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1003103
17 years ago
Armin Berres
555cb3c9a1
add synctex support for pdf files
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1003016
17 years ago
Pino Toscano
b5f76c6af8
Add "Lyx client" as predefined editor.
...
Thanks to Juergen Spitzmueller for his lyx command line invocation!
BUG: 195348
svn path=/trunk/KDE/kdegraphics/okular/; revision=992401
17 years ago
Pino Toscano
df230edd3a
fix signal/slot connection
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=990840
17 years ago
Pino Toscano
b2472bef0d
check that the rotation page notification really refers to a page of a document
...
fixes crash when rotating documents opened in one of more than one okular tabs in konqueror
svn path=/trunk/KDE/kdegraphics/okular/; revision=989681
17 years ago
Pino Toscano
881c914878
bump development version to 0.9.80
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=986783
17 years ago
Pino Toscano
401b928bdb
bump to 0.8.90 for kde 4.3rc1
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=985876
17 years ago
Script Kiddy
c6101baa9e
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=985259
17 years ago
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