Pino Toscano
93c57bac43
add a simpler ctor for the private class of textpage
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=798434
18 years ago
Pino Toscano
39463af93b
stop the audio playbacks when closing the current document, not just once when exiting
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=797093
18 years ago
Pino Toscano
db5ae37e1d
extra ','
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=796988
18 years ago
Pino Toscano
513c7cf225
Add a scripter class to execute scripts on request.
...
Trigger its execution at the document loading, if there are "top level" scripts,
and when a script action is activated.
svn path=/trunk/KDE/kdegraphics/okular/; revision=796637
18 years ago
Pino Toscano
d249c2783b
Add an action kind for executing a script when activated.
...
The only script type so far is JavaScript.
svn path=/trunk/KDE/kdegraphics/okular/; revision=796633
18 years ago
Pino Toscano
2737fdb2e5
apidox
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=796586
18 years ago
Pino Toscano
1177ac20ad
Add the support in the core library for sound annotations.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=796579
18 years ago
Pino Toscano
095d8fc384
Add support in the Okular core for File Attachment annotations.
...
(Although, they cannot be (de)serialized to XML.)
CCBUG: 155072
svn path=/trunk/KDE/kdegraphics/okular/; revision=796467
18 years ago
Pino Toscano
e182f47cba
Add the possibility to store in an Annotation a "native id" of the annotation itself.
...
What it represents is totally in the hands of the various generators.
Add a function hook to cleanup the annotation data (the "native id", basically).
svn path=/trunk/KDE/kdegraphics/okular/; revision=796378
18 years ago
Albert Astals Cid
e82ba7082a
less typos
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=796366
18 years ago
Malcolm Hunter
2f62610563
More typo fixes
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=795917
18 years ago
Malcolm Hunter
b6124a900b
Typo fixes
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=795906
18 years ago
Script Kiddy
dc54422fc9
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=795061
18 years ago
Script Kiddy
0b2775f527
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=794315
18 years ago
Pino Toscano
e786e9dfb9
Deprecate the own point width of the geometric annotation in favour of the width of the style.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=794222
18 years ago
Pino Toscano
80cc994c51
the caret symbol is a fixed choice of two
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=794041
18 years ago
Pino Toscano
ba9042c2e0
Add a basic version (just the internal class, not the visualisation) of Caret annotation.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=793884
18 years ago
Pino Toscano
8932cdd742
Add a bookmarksChanged(url) signal to notify when the bookmarks for that url have changed.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=793523
18 years ago
Pino Toscano
09bc4c140e
Keep the page cache updated.
...
BUG: 160190
svn path=/trunk/KDE/kdegraphics/okular/; revision=792391
18 years ago
Adriaan de Groot
872d380582
Match const in implementation to interface (why isn't it a QString &, anyway?)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=791625
18 years ago
Script Kiddy
7d19cd2020
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=790906
18 years ago
Script Kiddy
3c387e94e9
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=790023
18 years ago
Pino Toscano
67cec6ac9e
Add support for an action to be triggered on activation.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=788107
18 years ago
Pino Toscano
3b9ad84427
do not crash when a non-active generator asks for the document
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=787699
18 years ago
Pino Toscano
c44ce52719
add a private reimplementation of metaData() so the text document generator can show the title of a document
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=785821
18 years ago
Pino Toscano
89064c11bf
keep the iterators to the begin and the end of the text entity/ies contaning the search term;
...
this way, when the search direction is changed we can continue excluding the current result
svn path=/trunk/KDE/kdegraphics/okular/; revision=785682
18 years ago
Pino Toscano
1b0f177cbe
missing private slot declaration, now the backward search works
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=785672
18 years ago
Pino Toscano
8a858a9449
Core implementation of the backward text search, to be used now in the search bar.
...
Works pretty well -- the only problem left is that when changing the search direction, the first match is the current match.
svn path=/trunk/KDE/kdegraphics/okular/; revision=785629
18 years ago
Pino Toscano
8b6a259b48
Add a continueSearch() for optionally changing the search direction
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=785619
18 years ago
Pino Toscano
87fc624534
count only the consecutive pages with no search results
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=785613
18 years ago
Pino Toscano
097a606520
more strict checks for the search
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=785611
18 years ago
Pino Toscano
c9089f3160
Add the possibility to save a copy of the document with the changes to it (only for form fields at the moment).
...
On the Document/Generator side, introduce a proper interface for the purpouse.
On the GUI side, add a new "Save As" function that save the changed document to a location.
The action is enabled only if the current backend can provide the functionality.
svn path=/trunk/KDE/kdegraphics/okular/; revision=784661
18 years ago
Script Kiddy
20edfaae91
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=784310
18 years ago
Pino Toscano
8efe0c45c5
add few apidox for the new requestPixmaps(requests, options)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=783272
18 years ago
Pino Toscano
e023effb15
Add a requestPixmaps() overload that takes options as flags.
...
This way we can tell to "merge" in a smart way the new pixmap request with the enqueued ones of the same ID.
Add a (private) slot to refresh all the pixmaps of a page.
svn path=/trunk/KDE/kdegraphics/okular/; revision=783259
18 years ago
Pino Toscano
b30d3ab3a6
make the internal bookmark search method part of the private class
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=779730
18 years ago
Script Kiddy
51244e469c
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=778798
18 years ago
Script Kiddy
81bea38964
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=776785
18 years ago
Pino Toscano
0c1ff7f350
new method/signal for okular 0.7 (kde 4.1)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=775126
18 years ago
Pino Toscano
7266660c37
Add a protected TextDocumentGenerator* generator() to the TextDocumentConverter to make it able to use stuff of the Document (eg a parent for dialogs).
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=775125
18 years ago
Pino Toscano
03ea6ff54d
Add the support in the core library and in the user interface for button form fields (ie, push button, check boxes and radio buttons).
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=773548
18 years ago
Script Kiddy
8b4d21d28f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=772852
18 years ago
Pino Toscano
40803bf9b0
and actually connect to the new signal
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=772364
18 years ago
Pino Toscano
c6b7cfab8c
Add a addMetaData(DocumentInfo::Key, QString) signal to the TextDocumentConverter.
...
This way, standard info keys can be used without adding manually the key id and the translated label.
svn path=/trunk/KDE/kdegraphics/okular/; revision=772350
18 years ago
Script Kiddy
28ef3c962f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=771981
18 years ago
Script Kiddy
1dab4c4aef
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=771585
18 years ago
Tobias Koenig
34099483fb
Update the bookmark menu whenever bookmarks have been renamed
...
in the sidebar
BUG: 157189
svn path=/trunk/KDE/kdegraphics/okular/; revision=771286
18 years ago
Script Kiddy
c59b0d8eea
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=770815
18 years ago
Pino Toscano
e9bd289993
Keep a list of the currently active pixmap requests (usually one at most), and wait for their finish when closing the document.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=769281
18 years ago
Pino Toscano
283852c563
instead of assert()'ing, just acts like a Document and delete the pixmap request
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=769280
18 years ago