- 17 Jul, 2019 5 commits
-
-
Oliver Sander authored
Pages get a black rectangle around them as 'outline' after being rendered. This rendering was not pixel-perfect at fractional scalings: apparently, fractional line widths and positions get rounded differently. The result was that sometimes there was a small gap between outline and page. This pages fixes the problem by making the pen for the outline 'cosmetic', i.e., one physical pixel wide. With that, its position can be such that it encloses the page without any gap.
-
Oliver Sander authored
Okular renders a simple 'shadow' at the right and the bottom of each page. The code for this is a bit fragile: After the page is rendered, Okular paints a black outline, and then the shadow. The shadow is a hand-implemented gradient, painted line by line. Finally, the remaining area is painted in the background color. No pixel is ever touched twice. Unfortunately, the code is buggy, and in hidpi / fractional scaling situations, some pixels are never touched. This results in rendering glitches as reported in https://bugs.kde.org/show_bug.cgi?id=383943 Instead of trying to fix the previous approach, this patch makes the code more robust by changing the order of the painting operations. After painting the page, the code now first paints the background, which is now enlarged to cover everything off the page. Finally, the black outline and shadow are drawn on the previously drawn background. This makes sures that no pixel is ever left uninitialized. It also allows to simplify the shadow drawing operation a bit. BUG: 383943
-
Oliver Sander authored
According to https://doc.qt.io/qt-5/qregion-obsolete.html#rects the method QRegion::rects is obsolete and should be avoided. Let's do that by moving to a range-based for over the QRegion. That is easier to read anyway.
-
Yuri Chornoivan authored
-
Nate Graham authored
Summary: This patch adds an "Open Containing Folder" menu item to the file menu, similar to other KDE apps like Gwenview that have it there. This action is especially useful for the case when you've downloaded a PDF from the internet that opens itself in Okular. The location of this file may not be clear or easy to find without this feature, and on several occasiona I have found myself wishing for it when this happens. Test Plan: - Delete or move aside `~/.local/config/kxmlgui5/okular/part.rc` - Menu item is enabled and works when there is an open document: {F6940449, size=full} - Menu item is disabled when there is no open document: {F6940448, size=full} Reviewers: #okular, aacid, sander Reviewed By: #okular, aacid Subscribers: shubham, davidhurka, okular-devel Tags: #okular Differential Revision: https://phabricator.kde.org/D22145
-
- 15 Jul, 2019 1 commit
-
-
Albert Astals Cid authored
-
- 14 Jul, 2019 2 commits
-
-
Oliver Sander authored
-
Yuri Chornoivan authored
-
- 04 Jul, 2019 1 commit
-
-
Albert Astals Cid authored
It's what KF5 uses since a while and we kind of agreed it was old-enough looking at https://repology.org/metapackage/cmake/badges
-
- 03 Jul, 2019 5 commits
-
-
Albert Astals Cid authored
It matches quite well our min Qt and KF5 requirements
-
Albert Astals Cid authored
It's LTS and reading https://repology.org/project/qt5/badges it's not like many distros ship Qt 5.8 anyway
-
Albert Astals Cid authored
QFontMetrincs::horizontalAdvance is only available in Qt 5.11 This reverts commit 69ec1755.
-
Albert Astals Cid authored
We require Qt 5.8 and there (and up) it returns true unconditionally and it's now marked as deprecated
-
Albert Astals Cid authored
width -> horizontalAdvance background -> window
-
- 02 Jul, 2019 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
When not using frameworks integration we only get "false" in shouldBeShownYesNo when the saved value is yes/no so set it to yes. Also it was a bit weird before because we were using an uninitialized value, so this is much better :) BUGS: 409430
-
- 25 Jun, 2019 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
-
- 24 Jun, 2019 2 commits
-
-
Yuri Chornoivan authored
-
Simone Gaiarin authored
Summary: The config dialog of each annotation tool is now a form layout without group boxes. Everything is aligned. Reviewers: #okular, #vdg, ngraham, aacid Reviewed By: #okular, #vdg, ngraham, aacid Subscribers: sander, davidhurka, aacid, okular-devel, knambiar, ngraham Tags: #okular Maniphest Tasks: T8076 Differential Revision: https://phabricator.kde.org/D10859
-
- 23 Jun, 2019 1 commit
-
-
Bhushan Shah authored
otherwise it doesn't get shown on Plasma Mobile as well, most distribution doesn't enable mobile app or splits it in seperate package so this should not be problem
-
- 22 Jun, 2019 6 commits
-
-
Oliver Sander authored
Previously, when using a screen scaling factor larger than 1, the drawings by mouse or stylus in presentation mode were slightly blocky. The underlying cause was a) a few integer types used for non-integer coordinates b) the intermediate use of a QPixmap without the correct devicePixelRatio Additionally, this patch uses a QPainterPath to draw the path, rather than a sequence of individual lines. This improves the line quality a tiny bit, because the lines are properly joined. BUG: 384143 Differential Revision: https://phabricator.kde.org/D21836
-
Dr. David Alan Gilbert authored
Summary: On high res displays we end up using the tile manager on single pages, that doesn't work (for reasons that aren't yet clear) - but it doesn't make sense if we most of the page anyway. BUG: 401339 Reviewers: #okular, aacid Subscribers: okular-devel Tags: #okular Differential Revision: https://phabricator.kde.org/D20882
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
I implemented this 3 years ago, but for some reason forgot to commit this part ^_^ CCBUGS: 408849
-
Albert Astals Cid authored
It shouldn't really happen, but in some cases it does, so be protective BUGS: 408849
-
- 12 Jun, 2019 1 commit
-
-
Laurent Montel authored
-
- 10 Jun, 2019 2 commits
-
-
Jonah Brüchert authored
Summary: Remove all QtQuick Controls 1 imports and replace by QtQuick Controls 2 Test Plan: The mobile app behaves just as before Reviewers: #okular, ngraham Reviewed By: ngraham Subscribers: ngraham, okular-devel Tags: #okular Differential Revision: https://phabricator.kde.org/D21675
-
Alexander Volkov authored
Reviewers: #okular, aacid Reviewed By: #okular, aacid Subscribers: okular-devel Tags: #okular Differential Revision: https://phabricator.kde.org/D17481
-
- 06 Jun, 2019 5 commits
-
-
Noah Davis authored
Summary: The current icon (draw-text) is semantically incorrect. This patch makes the Text Selection tool use the icons added in D21632. BUG: 408391 FIXED-IN: 1.8.0 Test Plan: {F6874885, size=full} Reviewers: #vdg, #okular, ngraham Reviewed By: #vdg, ngraham Subscribers: okular-devel Tags: #okular Differential Revision: https://phabricator.kde.org/D21633
-
Noah Davis authored
Summary: I changed the `input-mouse` icon so that it would look more like a real mouse. In order to keep the proper icon for the Browse tool, I have to change the icon to `transform-browse`. Test Plan: {F6874739, size=full} Reviewers: #okular, #vdg, ngraham Reviewed By: #vdg, ngraham Subscribers: ngraham, okular-devel Tags: #okular Differential Revision: https://phabricator.kde.org/D21630
-
Nate Graham authored
Summary: Currently, the Toolbar's selection mode menu shows the rectangular selection mode by default, which is not the most useful or commonly used selection mode. This patch makes the Text Selection tool the one that's shown by default, since that's the kind of selection that's the most useful given the sort of document that Okular is typically used to view. Test Plan: - Delete `~/.config/okularrc` and `~/.config/okularpartrc` - Open Okular - See that the selection mode toolbar button shows Text Selection by default: {F6874497, size=full} Reviewers: #okular, #vdg, ndavis Reviewed By: #vdg, ndavis Subscribers: ndavis, okular-devel Tags: #okular Differential Revision: https://phabricator.kde.org/D21624
-
Nate Graham authored
Summary: Currently, `ToolAction` menus (of which there is only one, the selection tool menu) activate the current tool on click, and require a click-and-hold to choose a new tool. This is a somewhat unfamiliar user interface that I myself struggled with when initially encountering it, and I've encountered user complaints about it as well. This patch adjusts the behavior so that clicking on the arrow on the right side of the button will open the pop-up and allow choosing another tool, which is a more common method of implementing the feature. The patch also adjusts the tooltop accordingly. Test Plan: {F6874466, size=full} Reviewers: #okular, #vdg, ndavis Reviewed By: #vdg, ndavis Subscribers: ndavis, abetts, filipf, okular-devel Tags: #okular Differential Revision: https://phabricator.kde.org/D21622
-
Nate Graham authored
Summary: Currently, some of the items in the {nav Tools} menu have "tool" in the name, and some do not. This is in any event redundant since they're in a menu with that word in it already. In the toolbar, these actions become more inconsistent since their names change and can even differ between what's shown in the pop-up menu and what's shown on the button text. This patch regularizes the names, stops changing the names for the toolbar versions, and updates the docbook accordingly. Test Plan: {F6874459, size=full} {F6874458, size=full} Reviewers: #okular, #vdg, filipf Reviewed By: #vdg, filipf Subscribers: filipf, okular-devel, kde-doc-english Tags: #okular, #documentation Differential Revision: https://phabricator.kde.org/D21621
-
- 04 Jun, 2019 2 commits
-
-
Yuri Chornoivan authored
-
Laurent Montel authored
-
- 03 Jun, 2019 3 commits
-
-
Jonah Brüchert authored
Summary: Fixes displaying the Drawer Test Plan: Drawer is visible Reviewers: #okular, ngraham Reviewed By: ngraham Subscribers: ngraham, okular-devel Tags: #okular Differential Revision: https://phabricator.kde.org/D21549
-
Jonah Brüchert authored
Summary: Move the error label to the results grid view, which fixes the layout of the TextField. Test Plan: TextField and label are still visible if no search result is found. Reviewers: #okular, ngraham Reviewed By: ngraham Subscribers: ngraham, okular-devel Tags: #okular Differential Revision: https://phabricator.kde.org/D21551
-
Jonah Brüchert authored
Summary: Port the drawer to QQC2 Test Plan: It still has the same features as before Reviewers: #okular, ngraham Reviewed By: ngraham Subscribers: ngraham, okular-devel Tags: #okular Differential Revision: https://phabricator.kde.org/D21550
-