714 Commits (2634a4b8d49c8bdc8a9756860c19a55fc485529a)

Author SHA1 Message Date
Pino Toscano 93c57bac43 add a simpler ctor for the private class of textpage 18 years ago
Pino Toscano 39463af93b stop the audio playbacks when closing the current document, not just once when exiting 18 years ago
Pino Toscano db5ae37e1d extra ',' 18 years ago
Pino Toscano 513c7cf225 Add a scripter class to execute scripts on request. 18 years ago
Pino Toscano d249c2783b Add an action kind for executing a script when activated. 18 years ago
Pino Toscano 2737fdb2e5 apidox 18 years ago
Pino Toscano 1177ac20ad Add the support in the core library for sound annotations. 18 years ago
Pino Toscano 095d8fc384 Add support in the Okular core for File Attachment annotations. 18 years ago
Pino Toscano e182f47cba Add the possibility to store in an Annotation a "native id" of the annotation itself. 18 years ago
Albert Astals Cid e82ba7082a less typos 18 years ago
Malcolm Hunter 2f62610563 More typo fixes 18 years ago
Malcolm Hunter b6124a900b Typo fixes 18 years ago
Script Kiddy dc54422fc9 SVN_SILENT made messages (.desktop file) 18 years ago
Script Kiddy 0b2775f527 SVN_SILENT made messages (.desktop file) 18 years ago
Pino Toscano e786e9dfb9 Deprecate the own point width of the geometric annotation in favour of the width of the style. 18 years ago
Pino Toscano 80cc994c51 the caret symbol is a fixed choice of two 18 years ago
Pino Toscano ba9042c2e0 Add a basic version (just the internal class, not the visualisation) of Caret annotation. 18 years ago
Pino Toscano 8932cdd742 Add a bookmarksChanged(url) signal to notify when the bookmarks for that url have changed. 18 years ago
Pino Toscano 09bc4c140e Keep the page cache updated. 18 years ago
Adriaan de Groot 872d380582 Match const in implementation to interface (why isn't it a QString &, anyway?) 18 years ago
Script Kiddy 7d19cd2020 SVN_SILENT made messages (.desktop file) 18 years ago
Script Kiddy 3c387e94e9 SVN_SILENT made messages (.desktop file) 18 years ago
Pino Toscano 67cec6ac9e Add support for an action to be triggered on activation. 18 years ago
Pino Toscano 3b9ad84427 do not crash when a non-active generator asks for the document 18 years ago
Pino Toscano c44ce52719 add a private reimplementation of metaData() so the text document generator can show the title of a document 18 years ago
Pino Toscano 89064c11bf keep the iterators to the begin and the end of the text entity/ies contaning the search term; 18 years ago
Pino Toscano 1b0f177cbe missing private slot declaration, now the backward search works 18 years ago
Pino Toscano 8a858a9449 Core implementation of the backward text search, to be used now in the search bar. 18 years ago
Pino Toscano 8b6a259b48 Add a continueSearch() for optionally changing the search direction 18 years ago
Pino Toscano 87fc624534 count only the consecutive pages with no search results 18 years ago
Pino Toscano 097a606520 more strict checks for the search 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). 18 years ago
Script Kiddy 20edfaae91 SVN_SILENT made messages (.desktop file) 18 years ago
Pino Toscano 8efe0c45c5 add few apidox for the new requestPixmaps(requests, options) 18 years ago
Pino Toscano e023effb15 Add a requestPixmaps() overload that takes options as flags. 18 years ago
Pino Toscano b30d3ab3a6 make the internal bookmark search method part of the private class 18 years ago
Script Kiddy 51244e469c SVN_SILENT made messages (.desktop file) 18 years ago
Script Kiddy 81bea38964 SVN_SILENT made messages (.desktop file) 18 years ago
Pino Toscano 0c1ff7f350 new method/signal for okular 0.7 (kde 4.1) 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). 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). 18 years ago
Script Kiddy 8b4d21d28f SVN_SILENT made messages (.desktop file) 18 years ago
Pino Toscano 40803bf9b0 and actually connect to the new signal 18 years ago
Pino Toscano c6b7cfab8c Add a addMetaData(DocumentInfo::Key, QString) signal to the TextDocumentConverter. 18 years ago
Script Kiddy 28ef3c962f SVN_SILENT made messages (.desktop file) 18 years ago
Script Kiddy 1dab4c4aef SVN_SILENT made messages (.desktop file) 18 years ago
Tobias Koenig 34099483fb Update the bookmark menu whenever bookmarks have been renamed 18 years ago
Script Kiddy c59b0d8eea SVN_SILENT made messages (.desktop file) 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. 18 years ago
Pino Toscano 283852c563 instead of assert()'ing, just acts like a Document and delete the pixmap request 18 years ago