242 Commits (83dfef19ab4eef88818b43ca0dff4aef26adb262)

Author SHA1 Message Date
Pino Toscano bc966cb0f5 Add the --unique command line behaviour ala KDVI. 18 years ago
Rafael Fernández López 269ef9b51a setupGUI goes before createGUI. Actions weren't properly updated (and for instance, the configure shortcuts menu entry wasn't shown, even with Keys 18 years ago
Rafael Fernández López 3bf585defb The save flag will try to load the state of the mainwindow when setupGUI is called. We always 18 years ago
Luboš Luňák a0e0a60258 Remove usage of QWidget::show[FullScreen|Maximized|Minimized|Normal](), 18 years ago
Pino Toscano a0a3c239e2 Standardize our naming: Okular. 18 years ago
Stephan Binner c06deaf9fc i18n style guide fixes, the capitalization rules are explained on 18 years ago
Pino Toscano 4a71603ab6 take the list of the supported mimetypes from the kpart .desktop, as they contain more mimetypes (including the compressed versions) 18 years ago
Pino Toscano 2cd01094a7 remove the 'lib' prefix from the okularpart 19 years ago
Craig Drummond 4863ab4e2d Fix parentless dialogs 19 years ago
Pino Toscano b66872679e change strings to be like used everywhere else 19 years ago
Pino Toscano 8c060fb816 as starting directory in the open document dialog, use the path of the current document, not the one of the first file open 19 years ago
Pino Toscano eaf827005b set the tooltip just once 19 years ago
Pino Toscano 218b630460 port to the new library loading stuff 19 years ago
Pino Toscano 9bbcbace43 in the remote case the shell cannot determine the mimetypes the okularpart can read, just filter any file instead of exiting with an error 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
Pino Toscano 4bc728d950 better check, in case of session restoring 19 years ago
Pino Toscano 2a1d70ab13 revert r672263 in okular, and do the cleanup in the proper place, otherwise we lose all the command line arguments 19 years ago
Albert Astals Cid b883cbcfa6 The part starts in dummy mode (very few ui) by default 19 years ago
Pino Toscano a258885372 use the document interface, if available, to get the supported mimetypes 19 years ago
Albert Astals Cid 0d47b62715 krazy include order issues 19 years ago
Pino Toscano ff25e151c5 new kdelibs API 19 years ago
David Faure 0c1b5314e9 Use standard mimetype names from shared-mime-info 19 years ago
Pino Toscano 6d16cfd1f6 krazy issues 19 years ago
Pino Toscano a33baf4982 connect to the right signal 19 years ago
Pino Toscano 290ae2a264 really new KMainWindow API 19 years ago
Tobias Koenig fd73c59b97 Adapt to new KMainWindow API 19 years ago
Tobias Koenig e950a357d9 Make it compile with current SVN trunk 19 years ago
Pino Toscano c40ccf4808 a simple plain list is enough 19 years ago
Albert Astals Cid 4586139282 Adapt to kdelibs changes 19 years ago
Pino Toscano ad036bf27a SVN_SILENT forgot this 19 years ago
Pino Toscano 5a81f6f920 - make the toolbar recent file action working again as kpdf 19 years ago
Leandro Emanuel López 1f478d57fb The boolean variable is not needed 19 years ago
Leandro Emanuel López 26f4618ae3 Moved the handleCompressed method to part 19 years ago
Laurent Montel 34edbef72d Port to new api 19 years ago
Albert Astals Cid 9194097545 Fix strange behaviour reported by dimsuz on #kpdf regarding the rightclick event when on zoom mode 19 years ago
Pino Toscano 20661ff61e Add an interface (implemented by the Part) for controlling the really basic document viewer functionalities. This (along with a small refactor in the okular shell) gives the user the possibility to start okular with: 19 years ago
Pino Toscano bd14706edb leak a bit less memory 19 years ago
Leandro Emanuel López 5f60f757a7 Let's use KTemporaryFile instead of K3TempFile 19 years ago
Laurent Montel 06b79cdf27 Compile++ 20 years ago
Laurent Montel 79b01fa27d Fix i18n api 20 years ago
Pino Toscano afa2e5a999 iterator -> const_iterator 20 years ago
Albert Astals Cid 9099fbecf7 Some krazy fixes 20 years ago
Pino Toscano e7bbe08957 trying to port to KTemporaryFile where possible, and still rely on K3TempFile where it needs more work 20 years ago
Tobias Koenig df7d144c10 Moved all classes in core/ into the 'Okular' namespace and removed 20 years ago
Albert Astals Cid 4e04b301f1 Almost foget to fordwardport r582561 20 years ago
Tobias Koenig 4c923f00ac Don't connect twice to the selectUrl() signal, because the second time 20 years ago
Tobias Koenig 90140c1479 warnings-- 20 years ago
Tobias Koenig 5bfa5435a8 URL -> url renaming to reimplement the correct KPart::openUrl()... 20 years ago
Albert Astals Cid 760fdbcadb makeItBuild 20 years ago