237 Commits (78d7cb27a34a53efec6f496ed2629599a67eace8)

Author SHA1 Message Date
Pino Toscano 1b0d81fbd4 (finally!) rename the okular configuration to okularpartrc, and make okular copy the old kpdf config if found (to preserve all the user settings) 19 years ago
Pino Toscano 7e4b15542d Usability work on the toolbar: 19 years ago
Pino Toscano b704eefcc8 don't use the deprecated version of KIO::NetAccess::exists() 19 years ago
Arto Hytönen e8ad05552b kdegraphics QString::null clean-up. 19 years ago
Arto Hytönen 6f00373e1b QString::null fixes and hiding from Krazy. 19 years ago
Pino Toscano 4fa5e016c6 port to the new kpart api: 19 years ago
Pino Toscano 17ad0df66c New sidebar for okular. 19 years ago
Pino Toscano 23016eacd4 Change/set the efault shortcuts for some actions: 19 years ago
Pino Toscano 09bae8bbc7 set the right position for the new viewport when requesting to open a page from command line 19 years ago
Pino Toscano b43e10e788 KUrl can not be used in the D-Bus API, so change openDocument and currentDocument to use QString, making them work again. 19 years ago
Pino Toscano d393001982 properly delete the temporary file when closing a document 19 years ago
Pino Toscano 456e98ae21 Move the compressed files handling from openUrl() to openFile(), this way we can really handle remove compressed files. 19 years ago
Pino Toscano 67dff3b363 show the correct file name in the title when the document is compressed (that is, we're opening the temporary extracted file) and it has no title 19 years ago
Pino Toscano be0023b02a recognize correctly the compressed mimetypes for pdf, ps and dvi 19 years ago
Pino Toscano 301ab93196 Riactivate the very very very, and I underline very, experimental newstuff support we had before the KNS1 -> KNS2 switch: 19 years ago
Pino Toscano f2ef436a56 when in embedded mode, create only the base actions for the view (zoom combo/in/out) 19 years ago
Pino Toscano 2f8a8f8f44 fix integration with the shell 19 years ago
Pino Toscano 5387c50960 Make the Configure backends dialog working, of course if the generators have the proper support for "mutable" configuration. 19 years ago
Pino Toscano 43f83cb967 move the calculation of the number of configurable generators to the Document, and start to store the information about the configurability of a generator 19 years ago
Albert Astals Cid 55d3e7f353 deprecated-- 19 years ago
Chusslove Illich 968760cb6c Auto-conversion to new KCmdLineArgs/KAboutData/KComponentData API (trunk/KDE). Watch for the few remaining QString to QByteArray assignments that will not compile without extra specification (typically needs .toLocal8Bit() or .toUtf8()). 19 years ago
Albert Astals Cid 7c92c4a497 Adapt to r676616 19 years ago
Albert Astals Cid c5b23318ca Error notyfing when not able to open a file 19 years ago
Albert Astals Cid b883cbcfa6 The part starts in dummy mode (very few ui) by default 19 years ago
Pino Toscano 04548385ba add a method to the document interface to get the supported mimetypes 19 years ago
Pino Toscano b4b3ebdded Okular::Settings::writeConfig() -> Okular::Settings::self()->writeConfig() 19 years ago
Pino Toscano e83f58d78d instead of emitting a signal, just use a simple action 19 years ago
Pino Toscano ca47d541f1 SVN_SILENT indent 19 years ago
Pino Toscano 7c8cc68a8c Add a Reload menu item to manually reload a document. 19 years ago
Pino Toscano 1e68ded6c9 Florian is right, change also the icon of the add/remove bookmark action 19 years ago
Pino Toscano 8eca279375 Add an Add/Remove Bookmark to add/remove a bookmark for the current page. 19 years ago
Pino Toscano 5cd9ce1019 Master Albert is right, no need to enable the search widget over the thumbnails if the document does not support search (mainly because its backend does not support text extraction). 19 years ago
Pino Toscano 2e024d6d96 generalize a bit more the way for constructing "standard" ExportFormat's 19 years ago
Pino Toscano bf9f5c6fa8 Forwardport of SVN commit 656308 by pino: 19 years ago
Pino Toscano 6cf46e9160 make the D-Bus call for the search have effect also when in presentation mode; 19 years ago
Albert Astals Cid 0d47b62715 krazy include order issues 19 years ago
Pino Toscano 4a166a0d70 SVN_SILENT fix copy-paste error 19 years ago
Albert Astals Cid b0339a4e40 fix some easy krazy issues 19 years ago
Pino Toscano 8f443fc5fd disable the old newstuff system, waiting for the porting to the new one 19 years ago
Albert Astals Cid 5365f79d6d fordwardport r648173 kpdf/branches/KDE/3.5/kdegraphics/kpdf/ (4 files in 3 dirs): 19 years ago
Albert Astals Cid 233c5c6e0f make ps transform work again. It was not working because openurl called closeurl that deleted the temporary file. I added a new check not to delete the temporary file if that's the file we are opening :-D 19 years ago
Pino Toscano 6501e93423 convert the ps2pdf process to QProcess, albeit not working (almost clueless about why it does not work...) 19 years ago
David Faure 0c1b5314e9 Use standard mimetype names from shared-mime-info 19 years ago
Pino Toscano f55c401b20 Refactor the document search interfaces, as discussed on the mailing list. 19 years ago
David Faure 2bfc410d5b Fix compilation. The mimetype handling should be rewritten though; maybe with some code in KParts itself... 19 years ago
Pino Toscano 9a10418505 move the about data in an own file, so it can be used from both the shell and the part 19 years ago
Pino Toscano f1fd2750e4 save a pointer to save some casts 19 years ago
Pino Toscano 2ef46f8d90 simplify a bit the export action creation code 19 years ago
Pino Toscano 9ccf6d520d adapt the icon names to the icon naming spec 19 years ago
Pino Toscano fd7434c95a Add support for custom generator about data (and potentially for custom configuration). 19 years ago