Burkhard Lück
02833bfbb3
screenshot update
...
svn path=/trunk/KDE/kdegraphics/doc/okular/; revision=971576
17 years ago
Burkhard Lück
73d3d1d94a
update date+releaseinfo, add missing config listitem
...
svn path=/trunk/KDE/kdegraphics/doc/okular/; revision=971573
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
37403a031a
Small rework on the system used to pass parameters of the document:
...
- on command line, properly read the URL ref ('#foobar' at the end), avoiding a KCmdLineArgs behaviour which encodes it as part of the file name
- pass what was specified as ref or the page (as specified with -p/--page) to the kpart
- make the okularpart take out the ref from the URL it opens and then:
a) if it is a number, assume it is the destination page number
b) otherwise, use that string as named destination
CCMAIL: okular-devel@kde.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=969227
17 years ago
Pino Toscano
6e6ea57068
check whether normalized values of viewport targets are in the proper [0,1] range, and use a default value if not
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=969017
17 years ago
Pino Toscano
32ca783be8
add named viewport resolution
...
the destination are source specials anchors
svn path=/trunk/KDE/kdegraphics/okular/; revision=968860
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
aea558050e
make use of the very recent new poppler api to create named destination actions
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=967521
17 years ago
Pino Toscano
3f47351217
add detection for poppler 0.11 (development version of poppler 0.12)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=967387
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
Pino Toscano
16db4f6a0d
use the width and heightof the view, it seems to slightly improve the placement of the text areas
...
(although the problem is not solved yet)
also, skip text nodes with a null area (we wouldn't be able to place them anywhere, anyway)
svn path=/trunk/KDE/kdegraphics/okular/; revision=966802
17 years ago
Pino Toscano
3aeb12fe1e
use the right values of width/height for the x/y scale when getting the links of each page
...
fix the position of the links, mostly
svn path=/trunk/KDE/kdegraphics/okular/; revision=966651
17 years ago
Script Kiddy
81e3526dab
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=966631
17 years ago
Pino Toscano
002ea53f97
QVector<bool> -> QBitArray
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=966611
17 years ago
Pino Toscano
455b535ab6
Switch from the sync API to the async one.
...
Protected the potentially concurred methods using the user mutex.
Removed the manual 'ready' flag and the calculation of the bounding box, as both are done in the core.
This should avoid the block when rendering pages and extracting text from them, and reduce the "slow" feeling esp when invoking external Ghostscript.
BUG: 192284
CCBUG: 162643
svn path=/trunk/KDE/kdegraphics/okular/; revision=966599
17 years ago
Pino Toscano
e75b76545c
convert and set the links only *once* per page
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=966553
17 years ago
Script Kiddy
4b5f6aa2fc
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=965702
17 years ago
Pino Toscano
c6c0a69cbc
SVN_SILENT
...
silent some debug output
svn path=/trunk/KDE/kdegraphics/okular/; revision=965466
17 years ago
Pino Toscano
a84db251c4
Instead of directly closing the find bar with Esc, check whether a search is running from it.
...
In case it is, then cancel it, otherwise just close the find bar.
This make it possible to cancel a running search in the find bar without waiting for it to find some match and stop.
svn path=/trunk/KDE/kdegraphics/okular/; revision=965461
17 years ago
Pino Toscano
3a31169487
search line edit:
...
- save and get wether a search is running
- add a method to cancel a running one
svn path=/trunk/KDE/kdegraphics/okular/; revision=965457
17 years ago
Pino Toscano
23f93e3a71
Save & restore the value of "case sensitivity" and "from current page" options of the find bar.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=965341
17 years ago
Pino Toscano
ff9c6a6ab5
do not leak the dvi renderer when the loading fails
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=965081
17 years ago
Pino Toscano
f1455f14b5
remove the rc.cpp-like file once xgettext is done
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=964891
17 years ago
Pino Toscano
793a8fc9b6
do not hardcode the maximum number of digits of the pages line edit to 4
...
actually, do not hardcode it at all, as the validator will do the job just fine
CCBUG: 191859
svn path=/trunk/KDE/kdegraphics/okular/; revision=964588
17 years ago
Pino Toscano
1b84b3fb4a
raise the typing timeout from 500ms to 700ms
...
it does not seem too slow, and it allows slightly more time for "not too fast" typers
svn path=/trunk/KDE/kdegraphics/okular/; revision=964098
17 years ago
Jakub Stachowski
9931d3cc99
Do not blindly assume that contents are HTML file.
...
It is also can be plain text - AportisDoc format.
I don't think many of those are still around but it is simpler to make them display properly
than tweak mime rules to make sure that they will be ignored by Okular.
svn path=/trunk/KDE/kdegraphics/okular/; revision=962670
17 years ago
Pino Toscano
0599270e40
take the reading of the X/Y dpi values out of the for loop
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=962293
17 years ago
Pino Toscano
2f61233ab2
export the actual page numbers, instead of the page count
...
BUG: 191223
svn path=/trunk/KDE/kdegraphics/okular/; revision=961994
17 years ago
Laurent Montel
26e33dfc8d
add missing i18n
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=958064
17 years ago
Albert Astals Cid
d796459fb6
Add some userMutex to remove some helgrind warnings
...
May or may not fix bug 190336
Please try once KDE 4.2.3 is out if this still crashes for you
CCBUG: 190336
svn path=/trunk/KDE/kdegraphics/okular/; revision=957819
17 years ago
Christoph Feck
1f812e3e46
SVN_SILENT Cleanup .ui files
...
This removes (as discussed on k-c-d)
* obsolete <pixmapfunction>
* deprecated <layoutdefault>
* empty <author>, <comment>, <exportmacro>
svn path=/trunk/KDE/kdegraphics/okular/; revision=957378
17 years ago
Pino Toscano
9a4b23d866
force the sidebar widget to not be transparent
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=957332
17 years ago
Script Kiddy
8a04e58248
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=956741
17 years ago
Pino Toscano
9190c9224d
raise a bit the tolerance
...
Thomas, what do you think?
CCBUG: 157336
svn path=/trunk/KDE/kdegraphics/okular/; revision=956361
17 years ago
Sascha Peilicke
f806e7cb53
Reverted wrong poppler build check removal.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=956061
17 years ago
Sascha Peilicke
3cc3c5b969
Remove check HAVE_POPPLER_08 for now, this breaks build for later versions. The poppler-qt4 generator does version checks itself.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=956051
17 years ago
Pino Toscano
93953ef2c0
use the kde toolbar font for the text in the sidebar
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=955952
17 years ago
Script Kiddy
8a6422f66e
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=954907
17 years ago
Andrew Coles
372c8bd0a6
SVN_SILENT
...
Added missing period.
svn path=/trunk/KDE/kdegraphics/okular/; revision=952406
17 years ago
Albert Astals Cid
87a00c3fdc
use the new kfiledialog:/// variant that let's you both specify a keyword and a filename
...
ok'ed by pino
svn path=/trunk/KDE/kdegraphics/okular/; revision=951941
17 years ago
Andrew Coles
9f3163ee61
Extracting missing strings from .kcfg files.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=951704
17 years ago
Script Kiddy
1fc8693c81
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=951139
17 years ago
André Wöbbeking
3e7626447a
finish old todo: completed KAboutData to enable "About Backend" action
...
I hoped to see the mimetype icon but there is no icon for x-dvi :-(
svn path=/trunk/KDE/kdegraphics/okular/; revision=946999
17 years ago
Pino Toscano
512ad01b14
PS print dialog: open with a non-lilliputian size, and remember its size across invocations
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=945138
17 years ago
Script Kiddy
fa136bc6db
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=944478
17 years ago
André Wöbbeking
d99acec0f2
forwardport of rev. 943375 by woebbe:
...
slotAboutBackend(): use the document's mimetype to get an icon instead of the unknown icon.
this way you don't have to specify redundant icon names yourself.
svn path=/trunk/KDE/kdegraphics/okular/; revision=943494
17 years ago
Pino Toscano
bb73bf347c
detect when we are embedded in KHTML
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=943271
17 years ago
Pino Toscano
f0066c8212
use -1 to indicate an unspecified coordinate now
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=943102
17 years ago
Pino Toscano
212e8a6417
improve the source reference picking by looking for the nearest object in case there's none right under the mouse
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=943101
17 years ago