okular/shell
Luboš Luňák a0e0a60258 Remove usage of QWidget::show[FullScreen|Maximized|Minimized|Normal](),
they do more then just change the state of the window and all these usage
cases were wrong (that is, all their usage).
For changing the state, use something like
window->setWindowState( window->windowState() | Qt::WindowFullScreen ); // set
window->setWindowState( window->windowState() & ~Qt::WindowFullScreen ); // reset
or simply use the new KToggleFullScreenAction::setFullScreen() helper.


svn path=/trunk/KDE/kdegraphics/okular/; revision=784333
2008-03-10 23:02:01 +00:00
..
CMakeLists.txt change XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, XDG_DIRECTORY_DIR->XDG_DIRECTORY_INSTALL_DIR, DBUS_INTERFACES_DIR->DBUS_INTERFACES_INSTALL_ DIR, DBUS_SERVICES_DIR->DBUS_SERVICES_INSTALL_DIR to have same naming convention as discussed with Alex. 2007-07-23 07:05:28 +00:00
main.cpp Standardize our naming: Okular. 2008-01-20 15:35:19 +00:00
okular.desktop SVN_SILENT made messages (.desktop file) 2008-02-14 13:05:08 +00:00
shell.cpp Remove usage of QWidget::show[FullScreen|Maximized|Minimized|Normal](), 2008-03-10 23:02:01 +00:00
shell.h in the remote case the shell cannot determine the mimetypes the okularpart can read, just filter any file instead of exiting with an error 2007-07-29 21:36:02 +00:00
shell.rc generator_prefs shall not be the last settings option 2007-09-22 22:01:00 +00:00