- 25 Sep, 2015 2 commits
-
-
Marco Martin authored
-
Marco Martin authored
when pinching, just scale the item, this scales the texture with the GPU, avoiding costrly redraws. redraw at the correct size only when the gesture ends
-
- 24 Sep, 2015 2 commits
-
-
Marco Martin authored
-
Marco Martin authored
It supports changing pages by a swipe gesture, pinch zoom and flicking to scroll around. The mobile application will be ported to this new component
-
- 23 Sep, 2015 3 commits
-
-
Marco Martin authored
-
Marco Martin authored
-
Marco Martin authored
-
- 22 Sep, 2015 1 commit
-
-
Marco Martin authored
-
- 18 Sep, 2015 3 commits
-
-
Marco Martin authored
-
Marco Martin authored
fix bookmarks management
-
Marco Martin authored
remove toolbar text when doesn't fit
-
- 28 Aug, 2015 1 commit
-
-
Alex Richardson authored
This fixes shelltest REVIEW: 124738
-
- 27 Aug, 2015 2 commits
-
-
Laurent Montel authored
Conflicts: CMakeLists.txt ui/pageview.cpp
-
Changes C1. Added submenu, moved "Trim margins" (TM mode) to it and added "Trim To Selection" (TS mode). C2. Activating "Trim To selection" enters a new mousemode, similar to RectSelect for defining a viewport. C3. Once a viewport has been defined, it serves as a viewport for all pages in the document. C4. Left/Right pages are not treated differently. Manual Testing T1. Switching between modes enforces at most one active. T2. Can deactivate a mode by selecting it again from the menu. T3. When draggin bbox selection, clicking outside page does not crash. T4. When in "Facing Pages" mode, mouse release must be over any page (or is ignored). T5. Normalized bbox coords are computed relative to page indicated by point of mouse release. T6. Behave as expected when switching between any pair of No Trim/Trim Margins/Trim To Selection. T7. TM mode persisted across app restarts (existing behavior). T8. TS mode forgotten across app restarts (as desired). T9. Exiting and reselectin "Trim To Selection" prompts for new bbox. T10. Choosing a small Trim bbox enforces minimium dimensions size (As percentag of total), as it does in TM mode, because of the "scale big and crop down" implementation, to avoid huge pixmaps. TS mode minimum set at 20% (vs. TM mode's 50%). REVIEW: 124716 BUGS: 351156
-
- 26 Aug, 2015 1 commit
-
-
Albert Astals Cid authored
-
- 25 Aug, 2015 2 commits
-
-
This was broken since commit 077689c4 when this got ported away from KAction. The code attempted to add a parent QMenu to the QAction instances nested below that parent. I'm quite surprised that it didn't crash, but checkable actions do not go well with actions that have nested menus, apparently. I haven't checked the rest of the code for similar mistakes, but I don't see any other case of this bug in Okular's menus when reading PDFs. REVIEW: 124842
-
Tobias Koenig authored
Extend the drawing tool section in top bar with an eraser tool, which removes parts of the lines that have been drawn before. FEATURE: 343774 REVIEW: 124689
-
- 24 Aug, 2015 1 commit
-
-
Michael Palimaka authored
-
- 22 Aug, 2015 2 commits
-
-
Albert Astals Cid authored
3 benefits: * We can set the shortcut in the edit shortcuts dialog as before * Shortcuts can be activated without showing the topbar as before * Drawing in the toppbar is exactly as the other actions
-
REVIEW: 124687
-
- 20 Aug, 2015 1 commit
-
-
Tobias Koenig authored
That patch extracts the video file, which is defined in a rich media annotation as parameter for the flash player, and uses the normal multimedia player, to playback the video file. This feature requires poppler-qt5 in version 0.36. FEATURE: 326230 REVIEW: 124612
-
- 19 Aug, 2015 4 commits
-
-
Alex Richardson authored
Useless as we currently require at least 5.2
-
Alex Richardson authored
-
Alex Richardson authored
-
Alex Richardson authored
-
- 18 Aug, 2015 3 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
- 16 Aug, 2015 1 commit
-
-
Laurent Montel authored
-
- 15 Aug, 2015 4 commits
-
-
Alex Richardson authored
-
Alex Richardson authored
No longer needed with Qt5
-
Alex Richardson authored
-
Alex Richardson authored
There was behaviour change that automatically rotated jpeg images based on exif metadata that was reverted in 5.4.2. We now skip rotating with those two version to prevent rotating twice. Also shared some code so that the #ifdef does not need to be added to both methods REVIEW: 123895
-
- 14 Aug, 2015 1 commit
-
-
Alex Richardson authored
REVIEW: 123895
-
- 12 Aug, 2015 2 commits
-
-
Albert Astals Cid authored
-
Process the operations of the rendition link independently of whether there is a JS script or not. Most of the time the JS script won't be executed correctly anyway, since Okular is missing most of the JS API, so we should fall back on the given operations. BUGS: 324167 FIXED-IN: KDE Applications 15.08.0
-
- 11 Aug, 2015 2 commits
-
-
Albert Astals Cid authored
Conflicts: VERSION core/version.h
-
Albert Astals Cid authored
-
- 05 Aug, 2015 2 commits
-
-
Albert Astals Cid authored
Conflicts: VERSION core/document.cpp core/version.h
-
Albert Astals Cid authored
-