Pino Toscano
c51c412057
ok, let's sdo it seriously now: use the right precision for the page duration that a PDF can give us
...
svn path=/trunk/playground/graphics/okular/; revision=618194
19 years ago
Pino Toscano
88779aa7d2
SVN_SILENT give the items IDs
...
svn path=/trunk/playground/graphics/okular/; revision=618144
19 years ago
Pino Toscano
f72521f6bb
SVN_SILENT no margin, like the other pages
...
svn path=/trunk/playground/graphics/okular/; revision=618137
19 years ago
Pino Toscano
5083655c11
Implement the page duration in presentation mode, and read the info from PDF documents.
...
svn path=/trunk/playground/graphics/okular/; revision=618136
19 years ago
Leandro Emanuel López
5f60f757a7
Let's use KTemporaryFile instead of K3TempFile
...
svn path=/trunk/playground/graphics/okular/; revision=618017
19 years ago
Tobias Koenig
777877f2d2
Refactor the RMB menu for annotations, so we can use the menu for
...
the PageView and the SideReview.
BUGS: 137722
svn path=/trunk/playground/graphics/okular/; revision=617807
19 years ago
Tobias Koenig
4fe8bdce53
Fixed free text selection for rotated pages
...
svn path=/trunk/playground/graphics/okular/; revision=617621
19 years ago
Albert Astals Cid
486095425b
Master pino wants me to commit this
...
svn path=/trunk/playground/graphics/okular/; revision=617564
19 years ago
Pino Toscano
b6fdedc810
spell checking
...
svn path=/trunk/playground/graphics/okular/; revision=617287
20 years ago
Pino Toscano
feeeb50a73
QString -> const QString&
...
svn path=/trunk/playground/graphics/okular/; revision=617286
20 years ago
Pino Toscano
94c9ffa3d7
do not explicitely include document.h in generator.h
...
svn path=/trunk/playground/graphics/okular/; revision=617283
20 years ago
Pino Toscano
017c98a5a9
improve EmbeddedFile apidox
...
svn path=/trunk/playground/graphics/okular/; revision=617282
20 years ago
Pino Toscano
ff029376ce
simplify
...
svn path=/trunk/playground/graphics/okular/; revision=617271
20 years ago
Pino Toscano
936ee20de5
old and unused files from the SoC
...
svn path=/trunk/playground/graphics/okular/; revision=617259
20 years ago
Pino Toscano
451e99ece0
use the cached value, and put copyrights
...
Albert Astals Cide agreed on relicensing it as BSD.
svn path=/trunk/playground/graphics/cmake/modules/; revision=617214
20 years ago
Pino Toscano
021b3079b0
make it use the cached values, and put copyright
...
svn path=/trunk/playground/graphics/cmake/modules/; revision=617213
20 years ago
Pino Toscano
ea071caf9d
Improve the way we get the contents of an annotation; dynamically change the tooltip of the annotation item in the side review pane.
...
svn path=/trunk/playground/graphics/okular/; revision=617106
20 years ago
Pino Toscano
48a772be4b
move the ui-related utils functions for annotations in an own utils class
...
svn path=/trunk/playground/graphics/okular/; revision=617097
20 years ago
Pino Toscano
8add3d7863
really disable the active tool when hiding the annotating toolbar, thanks Bart for pointing that out
...
svn path=/trunk/playground/graphics/okular/; revision=617023
20 years ago
Pino Toscano
0594e78bdc
make it compile correctly everywhere
...
svn path=/trunk/playground/graphics/okular/; revision=616997
20 years ago
Pino Toscano
846dbf7cb9
don't shadow a class member
...
svn path=/trunk/playground/graphics/okular/; revision=616996
20 years ago
Pino Toscano
bbb55280d5
Simplify the auxiliary functions used within RegularArea<>, patch by André Wöbbeking.
...
Make the return value of RegularArea::geometry a simple list instead of a pointer, as suggested by André.
CCMAIL: Woebbeking@kde.org
svn path=/trunk/playground/graphics/okular/; revision=616994
20 years ago
Pino Toscano
c248956942
better use HTML ref instead of ref, otherwise we'll have "encoding" problems
...
svn path=/trunk/playground/graphics/okular/; revision=616993
20 years ago
Pino Toscano
539921bdf6
Improving the bookmark capabilities of okular.
...
Adding a BookmarkManager class that takes care of handling them in a proper way.
Adding a new tab in the sidebar to manage them:
- shows all the bookmarks in all the documents, or just in the current document
- cliking on a bookmark will bring to that bookmark, loading the document if necessary
- editing a bookmark title is possible either using F2 or right click -> Rename
- right click -> Remove to remove a bookmark
The only way to add new bookmark for the moment is the "old" way, ie right click -> Add bookmark, and it's not possible add more than one bookmark per page (but the system does not limit that).
The whole system should not be too difficult to understand, I will check with our usability master Florian next days.
svn path=/trunk/playground/graphics/okular/; revision=616979
20 years ago
André Wöbbeking
6e7d98b829
adapt to Aaron's kdelibs changes
...
svn path=/trunk/playground/graphics/okular/; revision=616901
20 years ago
Pino Toscano
2279ddfaab
fix #include's
...
svn path=/trunk/playground/graphics/okular/; revision=616832
20 years ago
Pino Toscano
112e1237b7
Add support for showing icons in the page view top message.
...
With simplier words: add an 'attach' icon in the message pane that informs about attachments in the current document.
svn path=/trunk/playground/graphics/okular/; revision=616780
20 years ago
Pino Toscano
62831ce6b9
SVN_SILENT reindent correctly
...
svn path=/trunk/playground/graphics/okular/; revision=616707
20 years ago
Pino Toscano
b9a2413619
remove the evil hack of the separator by using a custom role for the page number
...
svn path=/trunk/playground/graphics/okular/; revision=616706
20 years ago
Pino Toscano
b7328d7234
add an handy DocumentViewport::isValid() and use it where possible instead of doing checks manually
...
svn path=/trunk/playground/graphics/okular/; revision=616667
20 years ago
Pino Toscano
349dfb7eb1
move the delegate used to draw the side page numbers in an own file
...
svn path=/trunk/playground/graphics/okular/; revision=616662
20 years ago
André Wöbbeking
77f96ebfe2
added missing OKULAR_EXPORT
...
svn path=/trunk/playground/graphics/okular/; revision=616457
20 years ago
Pino Toscano
dff36b98f8
simplify RegularAreaRect by avoiding the usage of pointers, as they don't give benefits anyway.
...
Fixing also the text extraction when using the rectangular selection across two or more pages.
svn path=/trunk/playground/graphics/okular/; revision=616264
20 years ago
Pino Toscano
6db5e75a00
this should be better
...
svn path=/trunk/playground/graphics/okular/; revision=616243
20 years ago
Pino Toscano
25cec88b81
Add a way to change the font of text annotations.
...
At the moment, used only in in-place text annotations.
svn path=/trunk/playground/graphics/okular/; revision=616121
20 years ago
Pino Toscano
41cba45a4b
clarify a debug statement, and silence others
...
svn path=/trunk/playground/graphics/okular/; revision=616100
20 years ago
Pino Toscano
52266d71b6
apidox fixes
...
svn path=/trunk/playground/graphics/okular/; revision=616096
20 years ago
Pino Toscano
7d275a6390
Improved the text selection by using and ad-hoc function that takes care of adding or merging a new shape to the area, so the simply() at the end is no more needed.
...
This gives another speedup when using the text selection.
(And, rename okularDeleter to okularPtrUtils.)
svn path=/trunk/playground/graphics/okular/; revision=616089
20 years ago
Pino Toscano
0fa0609e1f
properly delete the regular areas of a RegularArea<> when it stores pointers to areas. no more memory leaks for RegularArea<>, yay!
...
svn path=/trunk/playground/graphics/okular/; revision=616069
20 years ago
Pino Toscano
8d8ae89b1d
valgrind is right, don't use invalid iterators
...
svn path=/trunk/playground/graphics/okular/; revision=616050
20 years ago
Pino Toscano
ab508c75a9
hopefully draw the toc item correcty, this time
...
svn path=/trunk/playground/graphics/okular/; revision=615872
20 years ago
Pino Toscano
e5ea578a9f
our usability expert Florian agrees that the toc page numbers should be enabled by default
...
svn path=/trunk/playground/graphics/okular/; revision=615822
20 years ago
Pino Toscano
fd6166e74c
update correctly when the option for toggling the page numbers in the toc is changed
...
svn path=/trunk/playground/graphics/okular/; revision=615815
20 years ago
Pino Toscano
24c960bab0
simplify, and add an option
...
svn path=/trunk/playground/graphics/okular/; revision=615812
20 years ago
Pino Toscano
a2d688b664
#122863 was done
...
svn path=/trunk/playground/graphics/okular/; revision=615811
20 years ago
Pino Toscano
3c0069f811
Display - if available - the page number on the right of every item in the table of contents.
...
Implements the KPDF wish #122863 .
svn path=/trunk/playground/graphics/okular/; revision=615801
20 years ago
Pino Toscano
30362c45fc
no more need to export is, as now it is in the kpart library only
...
svn path=/trunk/playground/graphics/okular/; revision=615761
20 years ago
Pino Toscano
b663cb313c
isolate the debug options in an own tab, so it's easier to show/hide them
...
svn path=/trunk/playground/graphics/okular/; revision=615758
20 years ago
Pino Toscano
9320c82cd7
it seems it needs to be exported...
...
svn path=/trunk/playground/graphics/okular/; revision=615726
20 years ago
Pino Toscano
536ebab639
SmallIconSet -> KIcon
...
DesktopIconSet -> KIcon
fix the #include's accordingly, where possible
svn path=/trunk/playground/graphics/okular/; revision=615251
20 years ago