105 Commits (086c0dbce40c54955924f58fbdb6fb25bb6a8c2f)

Author SHA1 Message Date
Montel Laurent f9f65979f5 Normalize signals/slots 15 years ago
Mohammad Mahfuzur Rahman Mamun 57db9f4c19 textSelection according to the TextList seems to work fine -- tested with some pdfs 15 years ago
Mohammad Mahfuzur Rahman Mamun 3798bd7398 primary text selection for more than one columns -- have problem if start or end is in empty space 15 years ago
Myreal Name 2149fb46ef Another message 15 years ago
Albert Astals Cid 328efbc562 Do not crash if the part could not be found 15 years ago
David Palacio e45e7d8594 Make the file dialog accept directories if a generator offers to handle them. 15 years ago
Aurélien Gâteau 7ba5a5e30a Revert "KStandardAction::showMenubar => showHideMenubar" 16 years ago
Aurélien Gâteau a60cff7901 KStandardAction::showMenubar => showHideMenubar 16 years ago
Albert Astals Cid 31dadc6ea3 forwardport SVN commit 1185956 by aacid: 16 years ago
Pino Toscano a355d9fea4 isolate the argument -> url conversion code in an own function in the ShellUtils namespace 17 years ago
Pino Toscano d5dd8fce01 when we remove the file:/ from the argument, do the precent-encoding removal to avoid being percent-encoded more than needed 17 years ago
Pino Toscano 30a1f789f3 reencode the url from the argument, 'file:/' at the start (for local files) 17 years ago
Pino Toscano 37403a031a Small rework on the system used to pass parameters of the document: 17 years ago
Christian Ehrlicher be51224a3c KUrl::path() -> KUrl::toLocalFile() - fixes 17 years ago
Pino Toscano 5c200e59cb KXmlGuiWindow is smart and tracks the visibility of toolbars and menubar, so just show/hide those directly instead of triggers their actions. 17 years ago
Pino Toscano 03e8a1bc7e Make the window size at first startup big as 3/4 of the available screen size. 17 years ago
Albert Astals Cid e8804c18f6 Update m_showMenuBarAction on the proper time 17 years ago
Albert Astals Cid acf5922dd4 correctly restore m_showMenuBarAction status on startup 18 years ago
Pino Toscano e5b13e2d5b claim support for application/vnd.kde.okular-archive in the correct way, ie via .desktop files 18 years ago
Pino Toscano 938ed4acfa claim support of the new application/vnd.kde.okular-archive mimetype, and check it where appropriate 18 years ago
Laurent Montel dbd7fa12a9 Fix iterator 18 years ago
Pino Toscano 8583cda513 recent files: do not add '-' (aka stdin) when reading a document from it 18 years ago
Pino Toscano f108284296 Remove the "old" way of configuring the toolbars and just use the XMLGUI facilities. 18 years ago
Nick Shaforostoff 50f9c25712 bring order back 18 years ago
Nick Shaforostoff 601835fffb -call createGUI and setupGUI in proper order (see KXmlGuiWindow::setupGUI API doc) 18 years ago
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