88 Commits (1e7cb0b2eb24efe8991c87ded6d3a20fa60f5e10)

Author SHA1 Message Date
Pino Toscano 1e7cb0b2eb First version of an audio player for okular, able to play the sounds in the documents. 19 years ago
Pino Toscano f329a3e6dc SVN_SILENT unused 19 years ago
Pino Toscano dcd943cef7 SVN_SILENT fix #ifdef 19 years ago
Pino Toscano 4aa85cdb49 One single char remove to create correctly the queue of pixmap requests: new asynchronous requests goes as last one in the group of other with the same priority. 19 years ago
Pino Toscano fa3f297b06 Fix a nasty bug that could happened in presentation mode: 19 years ago
Tobias Koenig ea51ee18f5 Do a lot of include cleanups... we install all important 19 years ago
Pino Toscano 652787611d make it build with the new kdelibs 19 years ago
Tobias Koenig 86a1fd3b69 Big cleanup of Document API and documentation: 19 years ago
Tobias Koenig 14ea3ab2ef Further documentation and API cleanups 19 years ago
Pino Toscano c51c412057 ok, let's sdo it seriously now: use the right precision for the page duration that a PDF can give us 19 years ago
Pino Toscano 5083655c11 Implement the page duration in presentation mode, and read the info from PDF documents. 19 years ago
Laurent Montel 81a9d32fe8 Compile++ 20 years ago
Pino Toscano 5f7df5ba1a adapt to the recent kdelibs (plus a FIXME for a regression) 20 years ago
Albert Astals Cid 579644c631 forwardport r609253 and while at it fix broke pixmaprequest call 20 years ago
Albert Astals Cid 1987645027 fordwardport r608521 20 years ago
Tobias Koenig 4848631daf Renamed all the Page::getXyz() methods to Page::xyz() to be konsistent 20 years ago
Albert Astals Cid ac1c0b75bc const_iterator is your friend :-) 20 years ago
Tobias Koenig a490cc0cd7 Add the following functionality: 20 years ago
Pino Toscano f66f7333ed usability fix: mouse wheel up goes to the next page, not to the previous (and viceversa for mouse wheel down) 20 years ago
Pino Toscano b6756ecfa4 usability fix: don't make clicks in the top bar of the presentation mode being propagated to the presentation widget 20 years ago
Tobias Koenig bea71df6e0 * Made image rotation asynchronous 20 years ago
Pino Toscano 91611a9afc better this way 20 years ago
Pino Toscano 1112ada99f add an option to configure the color of the pencil of the presentation mode 20 years ago
Pino Toscano 4cb78d9ec6 stop the popping up of a "what's this?" context menu when pressing the right mouse button (to go to the previous page) 20 years ago
Pino Toscano 4130ba5e49 Just like any other presentation application, now you can draw red paths on a page during the presentation mode. 20 years ago
Pino Toscano 95046e8889 use the right arrows in RtL layout 20 years ago
Pino Toscano 8def2109ec change the metaData() function of the Generator to use QVariant as type for the returned value and for the 'option' parameter, this gives more flexibility 20 years ago
Pino Toscano d37a58ec71 show something as caption for the presentation mode; show always the file name instead of the full url when in both the part and presentation mode there is no document title available 20 years ago
Pino Toscano 853d6c70a7 Give a tooltip in the page view for every kind of lnk we support. 20 years ago
Tobias Koenig df7d144c10 Moved all classes in core/ into the 'Okular' namespace and removed 20 years ago
Pino Toscano 45615e5289 Reworked a bit the ObjectRect API, by allowing subclassing for easiness wrt Annotation's. The brand new AnnotationObjectRect is responsible for providing the annotation bounding rect (that may vary for the various annotation types). 20 years ago
Albert Astals Cid 5d7dd80086 fordwardport r582532 20 years ago
Pino Toscano 1ba01ac6f1 Refactor a bit how ObjectRect works: now it's an independent class, that keeps the shape of the "kept" object using a QPainterPath [the qreal version to QRegion]. 20 years ago
Pino Toscano 378fa13c90 bitBlt -> QPainter::drawPixmap 20 years ago
Pino Toscano 15ab36aac4 Add a small line edit in the top bar o the presentation mode to manually jump to any page of the current presentation. 20 years ago
Pino Toscano 0b5aae86ab remove old warnings, the colors seem to have been fixed correctly; less deprecated 20 years ago
Pino Toscano 840a526be7 Use the configured shortcuts for the PrevPage/NextPage/FirstPage/LastPage actions in the presentation mode, and for the FindNext in the find ahead of the main view. 20 years ago
Pino Toscano 7e412556db give back the old cool look to the wheel progress overlay of the presentation mode 20 years ago
Pino Toscano 6edb8be453 use the qt4 way of showing tooltips basing on the cursor position 20 years ago
Albert Astals Cid eabbaeaead oKular is now okular 20 years ago
Pino Toscano dceb1211ca less qt3_support 20 years ago
Albert Astals Cid cb7ca95e94 pages have orientation 20 years ago
Pino Toscano 44ba186717 less deprecated (QPalette, QTimer and QMouseEvent) 20 years ago
Pino Toscano 4ea42ab691 isShown -> !isHidden 20 years ago
Pino Toscano ce8da14d97 put the info messagebox in a delayed slot, so it won't make the presentation mode crash 20 years ago
Albert Astals Cid 3568d20ee7 disable the information messagebox as it making the fullscreen mode crash 20 years ago
Stephan Kulow 7e58d70943 replaced QColorGroup:: with QPalette:: 20 years ago
Pino Toscano 90db8a5868 less qt3_support 20 years ago
Pino Toscano e3994658b6 make it compile with the new snapshot 20 years ago
Chusslove Illich 87280f3da1 Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls). 20 years ago