192 Commits (7b7fef0bea32fc4eb7ec857af882c9d4f3804985)

Author SHA1 Message Date
Albert Astals Cid 9cbe17dbb9 Improvements to the play/pause button 12 years ago
Saheb Preet Singh 921815b58b Implement a play pause button in presentation mode 12 years ago
Albert Astals Cid 541650a4f4 Remove the concept of observer/view id 13 years ago
Tobias Koenig 6dddb7eff8 Adapt PageView and PresentationWidget to handle ScreenAnnotations correctly 14 years ago
Tobias Koenig d68bba55b4 Make VideoWidget independet of associated annotation type 14 years ago
Bogdan Cristea 7ce6990098 Separate settings in core and non core 14 years ago
Albert Astals Cid ed02ecfb60 Remove the disable threading option 14 years ago
Albert Astals Cid 585223a2ab This should be previousPage and not m_frameIndex, right? 14 years ago
Tobias Koenig f70dc3c1e1 Fix visibility of VideoWidget on page change events 14 years ago
Tobias Koenig 770e2818bb Evaluate additional actions of screen and widget annotations 14 years ago
Fabio D'Urso 8426ea944f Don't remove the drawings when changing page in presentation mode 14 years ago
Tobias Koenig d3e0dadcac Introduce notifyCurrentPageChanged callback DocumentObserver interface 14 years ago
Tobias Koenig 8dbd83ab2a Implement support for poster image of videos in PDF documents 14 years ago
Fabio D'Urso ff1630fb17 presentationwidget: Send pixmap preload requests in order of increasing distance from the viewport 14 years ago
Fabio D'Urso 2e2d9c4d66 presentationwidget: Send pixmap preload requests in order of increasing distance from the viewport 14 years ago
Fabio D'Urso dee51ee71b Disable presentation-related actions if presentation mode is not open 14 years ago
Fabio D'Urso 3a383f64fd Store and render presentation drawings at UI level instead of involving core. 14 years ago
Fabio D'Urso c8bc6dabeb Fixes in presentation page switch logic 14 years ago
Fabio D'Urso 4d06efb64d Do not crash if the user attempts to draw on the presentation summary frame 14 years ago
Tobias Koenig 8683822a47 Improve auto play behaviour of videos 14 years ago
Tobias Koenig 924fc69854 Start auto-play of video when presentation view is opened 14 years ago
Tobias Koenig 4639ded310 Implement autostart support for movie annotations 14 years ago
Tobias Koenig 486df96203 Make video player behave similar to Adobe Acroread 14 years ago
Albert Astals Cid 4d8ba36488 Add greedy preloading option 14 years ago
Dario Freddi ca1c209ec0 Since KDE 4.8, suppressing screen power management also inhibits the screensaver. Removing relevant now redundant code paths which are no longer needed since 4.8 14 years ago
Dario Freddi 551d00a972 Since KDE 4.8, suppressing screen power management also inhibits the screensaver. Removing relevant now redundant code paths which are no longer needed since 4.8 14 years ago
Dario Freddi bc182d3a00 Make Okular inhibit sleep and screen power management when in Presentation mode 14 years ago
Dario Freddi 1a31dffca9 Make Okular inhibit sleep and screen power management when in Presentation mode 14 years ago
Montel Laurent f9f65979f5 Normalize signals/slots 15 years ago
Christopher Reichert 5be0a98725 added proper KStandardAction's in presentationwidget.cpp 15 years ago
Christopher Reichert 831294d3dc presentation widget allows "back in document". 15 years ago
Laurent Montel a86bbe9053 Use QLatin1String 16 years ago
Albert Astals Cid 89f0eb01fb Factor out static methods for determining the event type and button when dealing with annotations 16 years ago
Glen Kaukola b72c292f1a Okular: in presentation mode, disable mouse clicks on the overlay if mouse cursor is hidden. 16 years ago
Glen Kaukola 45c82f8636 Krazy: Check for spelling errors 16 years ago
Albert Astals Cid 9771a06f0d bring back the leaveEvent as as pino noted its is needed for multimonitor setups 16 years ago
Glen Kaukola fd4d90173b Okular: presentationwidget.cpp, added the "// </widget events>" comment back that was accidentally removed. 16 years ago
Glen Kaukola 185f4f2a58 Okular: when in presentation mode, prevent hovering over a tooltip from hiding the top toolbar. 16 years ago
Glen Kaukola f675421c89 Okular presentation mode pencil cursor fix: when in drawing mode a left mouse button release over a link shouldn't change the mouse cursor. 16 years ago
Glen Kaukola 270d9c6cce Show mouse cursor if it's over the top toolbar, even if the hidden mouse cursor option is enabled. 16 years ago
Glen Kaukola 337def100c Disable mouse cursor autohide when the cursor is over the top toolbar. 16 years ago
Glen Kaukola f9353fd482 Fix so that the okular presentation window grabs the focus right away when it's created so that mouse auto-hide works if enabled. 16 years ago
Jonathan Schmidt-Dominé 3fad1f66b5 Old Presentation-Mode (the small CMakeLists-change was kept) 17 years ago
Jonathan Schmidt-Dominé d6ad4b9b31 Better Presentationmode: 17 years ago
Pino Toscano f04afe8220 hide the top bar when moving out of the presentation widget 17 years ago
Pino Toscano 077868de22 add a "Presentation" marker in presentation window titles 17 years ago
Pino Toscano 85f5f975db small usability improvement: remove any margin in the topbar of the presentation mode 17 years ago
Pino Toscano 1121799376 make sure to attach to the document also when a resize event is received prior of a paint event, hopefully fixing #180291 17 years ago
Pino Toscano 6a41e324a5 Add Up (previous page) and Down (next page) keys for presentation mode. 17 years ago
Pino Toscano 41a9e20722 turn a sequence of if() into a single switch() 17 years ago