Pino Toscano
ab23a54823
select all text is done
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=708125
19 years ago
Pino Toscano
969bc7b908
Ctrl+A to select all the text in the document.
...
Implements KPDF bug #109346 .
svn path=/trunk/KDE/kdegraphics/okular/; revision=708124
19 years ago
Troy Unrau
6b6e0a8dc4
Fixed zoom factor issue. When zooming out at 100%, you would end up at 80%,
...
but zooming in from 80% would give you 90%. Zoom levels are now
symmetrical when using toolbar zoom or CTRL+scrollmouse.
Thanks to pinotree to pointing out the appropriate code for me to fix.
svn path=/trunk/KDE/kdegraphics/okular/; revision=708122
19 years ago
Pino Toscano
323411021a
SVN_SILENT i can consider the text selection mostly done
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=708104
19 years ago
Pino Toscano
351f66a9b4
remove TextPage::transform() from the public API, and make the Page change the TextPage transformation easily
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=708085
19 years ago
Pino Toscano
1bd879c240
extract the definition of the private class of TextPage to an own file, and rename it to TextPagePrivate
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=708084
19 years ago
Pino Toscano
d66f6b8f4a
better check before starting searching on a NULL text page...
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=708081
19 years ago
Pino Toscano
490cf6fc67
Add a new text selection algo that should be a bit more reliable than the current one (just commented out), especially if the backend does not provide text areas in the logical order. Drawback: slightly slower.
...
Adapt both the algo's to work on untransformed text areas, but to return transformed areas.
svn path=/trunk/KDE/kdegraphics/okular/; revision=708078
19 years ago
Pino Toscano
9a1b575ac0
properly rotate/transform the text page and the highlight areas
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=708054
19 years ago
Pino Toscano
4913076ee9
extract in an own static function te calculation of a rotation matrix from both source and destination rotations
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=708049
19 years ago
Pino Toscano
0d7db7513b
save the url of the document to its xml metadata file
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=708039
19 years ago
Pino Toscano
37870961b7
disable by default the "review" and "bookmarks" sidebar items, and re-enable them only if we're not in dummy mode
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=708029
19 years ago
Pino Toscano
1d40b13d2b
SVN_SILENT exclude more private stuff from the apidox
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=707467
19 years ago
Tobias Koenig
f764604bb6
Remove the EventLoop hack which causes crashes when you close the
...
application during loading
svn path=/trunk/KDE/kdegraphics/okular/; revision=706608
19 years ago
Tobias Koenig
ae2247f207
Fixed possible crash... never code after 18:00
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=706607
19 years ago
Tobias Koenig
7e16285d28
Add a new helper functions which allow sorting of strings which
...
contains numbers in natural order
svn path=/trunk/KDE/kdegraphics/okular/; revision=706529
19 years ago
Tobias Koenig
cde58f48ba
* Check for Landscape or Portrait mode (patch by Pino)
...
* Fixed bug by clearing the page map on opening
svn path=/trunk/KDE/kdegraphics/okular/; revision=706496
19 years ago
Pino Toscano
d96bb9e9a4
find the print preview "placeholder" correctly
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=706138
19 years ago
Pino Toscano
218b630460
port to the new library loading stuff
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=706132
19 years ago
Pino Toscano
eec1e88373
comment out the MovieAction, unexported and unimplemented
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=706091
19 years ago
Pino Toscano
cb8d37821c
properly disable the "about backend" action at empty window startup
...
(and remove some unused includes)
svn path=/trunk/KDE/kdegraphics/okular/; revision=706086
19 years ago
Pino Toscano
a61d4b430a
bump the version to 0.5.91
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=705945
19 years ago
Pino Toscano
48b2cad049
fixed wrong example in the apidox, and all the code that was done by copy&paste from it, basically...
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=705935
19 years ago
Pino Toscano
ea48a1b7f4
Provide an example (disabled, of course) of usage of the "new" GuiInterface in the KImageIO backend.
...
Add also an about data.
svn path=/trunk/KDE/kdegraphics/okular/; revision=705934
19 years ago
Pino Toscano
a8d747745f
Cleanup a bit the GuiInterface, and making it work.
...
Instead of manually requestion actions and other stuff, we just make the interface as gui client, requesting and integrating it in the part gui.
Also, rename the Generator's componentData() to ownComponentData() to avoid clashing with KXMLGUIClient.
svn path=/trunk/KDE/kdegraphics/okular/; revision=705933
19 years ago
Pino Toscano
17e6bdfcfd
make the bookmark tree showing its contents with no document open;
...
use a kdelibs method to save 7+ lines
svn path=/trunk/KDE/kdegraphics/okular/; revision=705780
19 years ago
Pino Toscano
0416e07a37
make some view actions disabled by default, so they are not enabled when opening a new empty window
...
(and little fix for my yesterday's commit, so the preview mode should work again...)
svn path=/trunk/KDE/kdegraphics/okular/; revision=705713
19 years ago
Script Kiddy
a550d8c0d4
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=705612
19 years ago
Pino Toscano
24c387a84b
first (and i hope last) attempt to exclude the internal area functions from the apidox
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=705433
19 years ago
Pino Toscano
8b0a80ba4b
Start making the annotation system DRM-aware. In case the document does not want changes to its annotations (and okular is set to obey),
...
- disable the review toolbar
- make the annotation prioerties dialog read-only
- disable the removal
svn path=/trunk/KDE/kdegraphics/okular/; revision=705415
19 years ago
Pino Toscano
b480fc0670
do nothing if we have no form fields for a page, but form saved data for it are there anyway
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=705035
19 years ago
Pino Toscano
35a51a9d06
stupid me, don't increment the end() iterator ;(
...
also, check that the index in the local save file refers to an existent form field
svn path=/trunk/KDE/kdegraphics/okular/; revision=705003
19 years ago
Albert Astals Cid
e147022703
fordwardport fix for 148026
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=704883
19 years ago
Pino Toscano
a4dada31bb
Remember if the text is shown for the sidebar items.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=704629
19 years ago
Pino Toscano
cb2475cbab
properly set the current index, so the first click does not give a flicker
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=704627
19 years ago
Pino Toscano
21a8ebbe1e
simply a bit its layout, making it coherent with the other sidebar panes
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=704288
19 years ago
Pino Toscano
dac41f84ad
give the thumbnail list, the toc and the bookmark list a coherent look
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=704267
19 years ago
Pino Toscano
0b0a33d347
it does not need to be a toolbar, a widget + layout is more than enough
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=704260
19 years ago
Pino Toscano
223c0ba6a0
fix the TOC icon in RtL mode
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=704022
19 years ago
Pino Toscano
0ecdc5b3c6
add the searchId to the searchFinished() signal of the Document, so each search line edit can ignore any search not started by itself
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=704015
19 years ago
Pino Toscano
78d7cb27a3
improve the support of searching when in presentation mode:
...
- don't complain about "new" pages to be setup, if the document is the same
- when there's a change in a page (or a page switching) due to the search, ignore any transition
svn path=/trunk/KDE/kdegraphics/okular/; revision=704005
19 years ago
Pino Toscano
531b8abff5
change the global sidebar "visibility" only when needed (saves some troubles)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=703874
19 years ago
Pino Toscano
5d4df04811
manually add the <qt>...</qt> markers, as it seems the only way to make that text recognized as rich text (albeit the format forced as Qt::RichText...)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=703799
19 years ago
Pino Toscano
424fedf876
typo in the description
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=703796
19 years ago
Pino Toscano
ffdbac71c6
hopefully fix the keyboard navigation
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=703795
19 years ago
Pino Toscano
01ec727681
add a "Find:" text in the find bar
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=703785
19 years ago
Pino Toscano
2127a46eeb
really draw the text of selected and hover items with the highlighted text color; micro-fix of the selection change
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=703781
19 years ago
Pino Toscano
42754c2215
update the TODO about kpdf -> okular config/data conversion
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=703111
19 years ago
Pino Toscano
1b0d81fbd4
(finally!) rename the okular configuration to okularpartrc, and make okular copy the old kpdf config if found (to preserve all the user settings)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=703108
19 years ago
Laurent Montel
177f99bb0f
Minor fix
...
Use FIND_PACKAGE_HANDLE_STANDARD_ARGS
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=702793
19 years ago