338 Commits (e69cdfb88dd6dbacb9cf95bedd2dc765347a0cb0)

Author SHA1 Message Date
Pino Toscano 08ac5c5a06 simplify 19 years ago
David Faure 06d18ea3cc Make it possible to compile all of playground in one go (but also still to compile it like before, of course). 19 years ago
Pino Toscano 36b894c75a Create a (private) PageController that handles the rotation jobs from all the pages. 19 years ago
Pino Toscano 6293345c95 okular_export.h and form.h must be installed as well 19 years ago
Christian Ehrlicher c5c2da7c89 fix win32 compilation 19 years ago
Pino Toscano f55c401b20 Refactor the document search interfaces, as discussed on the mailing list. 19 years ago
Pino Toscano 0ac881f1f3 isolate the search search bar in an own class (child of KLineEdit), so it can be used with no copy-paste job 19 years ago
Pino Toscano 24c56ef3d9 move most of the okular cmake configure stuff within the okular source tree 19 years ago
Pino Toscano db8a10dc2c Preliminary supports for text and choice form fields. 19 years ago
Pino Toscano 1e7cb0b2eb First version of an audio player for okular, able to play the sounds in the documents. 19 years ago
Pino Toscano 92ea1bba69 Last step of the ThreadedGenerator -> Generator merge: remove the old files and rename the used file. 19 years ago
Pino Toscano d3619da584 get rid of two CMakeLists.txt's used to only install one files each - install the stuff from the top-level CMakeLists.txt 19 years ago
Tobias Koenig d227a94e79 First part of the porting to a threaded api for generators 19 years ago
Tobias Koenig e1ab8660ef Add new TextDocumentGenerator class, which is a base class for 19 years ago
Pino Toscano af8487c920 no need to link okularcore with kparts, kio is needed though 19 years ago
Pino Toscano 18fab3d130 Improve the way we deal with generators that give the possibility to change the size of the pages: instead of let them destroy and recreate the pages (bad), ask them the sizes they support, then do the work ourselves and notify the generator when the work is done. 19 years ago
Tobias Koenig ea51ee18f5 Do a lot of include cleanups... we install all important 19 years ago
Tobias Koenig 2aa8a4c31b Moved SourceReference into its own file 19 years ago
Tobias Koenig 777877f2d2 Refactor the RMB menu for annotations, so we can use the menu for 19 years ago
Pino Toscano 48a772be4b move the ui-related utils functions for annotations in an own utils class 20 years ago
Pino Toscano 539921bdf6 Improving the bookmark capabilities of okular. 20 years ago
Pino Toscano 349dfb7eb1 move the delegate used to draw the side page numbers in an own file 20 years ago
Pino Toscano b663cb313c isolate the debug options in an own tab, so it's easier to show/hide them 20 years ago
Tobias Koenig 60ef83b026 Moved dummy implementation of DocumentObserver in observer.cpp, 20 years ago
Pino Toscano 11c5fdaeda the preferences dialog is not needed in the core library, but just in the kpart 20 years ago
Pino Toscano 5adbe4c66f there's no more need for libtool files 20 years ago
Tobias Koenig bea71df6e0 * Made image rotation asynchronous 20 years ago
Pino Toscano a3fad9594f add a simple config page to configure the identity settings (only the author at the moment) 20 years ago
Pino Toscano fdbd0101a4 move the AnnotatorEngine base class and the SmoothPath engine out of the private use of the page view annotator 20 years ago
Holger Freyther 569e93b929 oKular: Add method(s) to get the DPI of the primary screen 20 years ago
Laurent Montel acb44a49d5 Apply Alex patch (now we can use enable-final argument 20 years ago
Pino Toscano a5d7d31d33 isolate the Xrender dependant code, so okular can be compile and work even without it 20 years ago
Albert Astals Cid 5143cd2512 Report page size 20 years ago
Laurent Montel 8c4c673073 Necessary to modify KDE4_ADD_KCFG_FILES to support ENABLE_FINAL 20 years ago
Laurent Montel 9f317e53ca Port to new kde4_automoc macro 20 years ago
Pino Toscano cf33727105 Add the support for Sounds, links to sounds and opning/closing page actions (only in Page, not really working yet) 20 years ago
Albert Astals Cid a9a27a9894 remove qt3 support calls 20 years ago
Pino Toscano c3a4b37301 Annotations: 20 years ago
Pino Toscano 467e507fe8 add the QT3_SUPPORT definition where needed 20 years ago
Albert Astals Cid 4ca38336c0 some people need that to make it link 20 years ago
Laurent Montel 5bf047f728 Clean up 20 years ago
Laurent Montel 8613479305 Fix install icons with new kde4macro 20 years ago
Chu Xiaodong 9c575a91d3 replace embedded annotation dialog with annot window, child of PageView 20 years ago
Chu Xiaodong 3f81e3788f Free TextAnnotation,pop-up window and annotation properties dialog added. 20 years ago
Laurent Montel 3d62f697b2 Clean up 20 years ago
Pino Toscano 2d41c4459b clean up the CMakeLists.txt files from the auto* stuff 20 years ago
Pino Toscano 1285825aa5 use install instead of install_files 20 years ago
Pino Toscano bca4b9eb77 Create a okularUtils namespace with utility functions for generators (and maybe not only for them). 20 years ago
Pino Toscano b2df1f472f no more need to link to kutils, kfinddialog is in kdeui now 20 years ago
Pino Toscano 8b29edd06d now that our compiling process is well defined, we can have a bit less mess in here 20 years ago