- 03 Nov, 2017 2 commits
-
-
Henrik Fehlauer authored
Summary: When porting from `add_library` to `okular_add_generator`, 2f9246ae missed to remove `MODULE` for spectre, which is already implicitly added as can be seen [here](https://phabricator.kde.org/source/kcoreaddons/browse/master/KF5CoreAddonsMacros.cmake;83623a46c9862ee37535de93427dec0b0c55e24d$139). This causes the upcoming CMake 3.10 to print the error `Cannot find source file`, which can be fixed by removing the superfluous `MODULE`. BUG: 386176 Test Plan: No error shown anymore with CMake 3.10.0-rc4. Still works with CMake 3.5.1. Reviewers: #okular, ngraham Reviewed By: ngraham Tags: #okular Differential Revision: https://phabricator.kde.org/D8612
-
Albert Astals Cid authored
-
- 02 Nov, 2017 3 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
We don't need to delete the threadweaver job, threadweaver does it by itself, and if we call deleteLater it may happen that the main thread deletes it and then when the threadweaver thread tries to call the delete things are gone and it goes kaboom BUGS: 382725
-
- 31 Oct, 2017 1 commit
-
-
Albert Astals Cid authored
Summary: so that pixmap generation gets a chance to start before the text generation This makes that on files where both the text generation and the pixmap generation are slow at least we see something "as fast as possible" since only either text generation or pixmap generation threads run at the same time Reviewers: #okular, mlaurent Reviewed By: mlaurent Subscribers: michaelweghorn, dvratil, mlaurent, #okular Tags: #okular Differential Revision: https://phabricator.kde.org/D8378
-
- 28 Oct, 2017 1 commit
-
-
Alexey Demennikov authored
Summary: FEATURE: 355283 The principle is simple. This patch enables overriding the default columns for Overview mode, if the document is small. For example, if document has 1 or 2 pages and the default columns in Okular settings is 3, Overview mode will enable 1 or 2 columns for better UX Reviewers: #okular, rkflx, ngraham Reviewed By: rkflx, ngraham Subscribers: ltoscano, aacid, rkflx, ngraham Tags: #okular Differential Revision: https://phabricator.kde.org/D8385
-
- 27 Oct, 2017 1 commit
-
-
Jonathan Riddell authored
add missing include for find_dependency https://build.neon.kde.org/job/xenial_unstable_applications_okular_lintcmake/59/console
-
- 24 Oct, 2017 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 20 Oct, 2017 1 commit
-
-
Script Kiddy authored
-
- 18 Oct, 2017 2 commits
-
-
Kevin Ottens authored
Reviewers: aacid, kde-doc-english, yurchor Reviewed By: yurchor Subscribers: ostroffjh, #okular Tags: #okular Differential Revision: https://phabricator.kde.org/D8263
-
Kevin Ottens authored
Summary: This is implemented using the Purpose framework. BUG: 173896 Reviewers: aacid Subscribers: #okular Tags: #okular Differential Revision: https://phabricator.kde.org/D8244
-
- 15 Oct, 2017 3 commits
-
-
Albert Astals Cid authored
addRow is only in since Qt 5.9 and we don't need it
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 14 Oct, 2017 1 commit
-
-
Lukas Hetzenecker authored
Summary: This patch enables HiDPI throughout the application Every pixmap is multiplied by the devicePixelRatioF QPainter code is ajusted to take the DPR value into account All pixmaps get cached with the highest DPR of all screens. When moving the application to another screen, the cache doesn't have to be invalidated. BUGS: 362856 383589 REVIEW: D6268
-
- 11 Oct, 2017 3 commits
-
-
Renato Araujo Oliveira Filho authored
Allow user to click on url while on any selection mode Based on https://git.reviewboard.kde.org/r/124961/ by Jake Linder <JakeLinder@mail.com> Includes several autotests to try to minimize possible regressions as much as possible BUGS: 318078 REVIEW: 130246
-
Script Kiddy authored
-
Script Kiddy authored
-
- 08 Oct, 2017 1 commit
-
-
Christoph Feck authored
-
- 07 Oct, 2017 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 02 Oct, 2017 1 commit
-
-
Yuri Chornoivan authored
-
- 01 Oct, 2017 4 commits
-
-
Albert Freeman authored
Summary: BUG: 182994 Adds an option to the config dialog that enables background color (the color around the displayed page) to be changed (while by default preserving the Qt toolkit selection as not to affect existing users). Reasons for this change: Accessibility, eye strain, aesthetic reasons, color displayed on monitor can affect power consumption (how: depends on display technology). Many people want this change occording to Bugzilla and other sources. Maintenance: Nearly no additional maintenance: This is no new subsystem but a trivial feature with no complex code dependencies, and we are already showing a colour selection dialog and setting colours in other places in Okular. {F4257766} Other less important information: https://git.reviewboard.kde.org/r/130219/ https://mail.kde.org/pipermail/okular-devel/2017-September/025520.html Test Plan: Tested everything, it all works: Toggled the custom background color, changed custom background color, removed okular settings file (with: "rm ~/.config/okular*") to verify it uses the usual qt theme colour by default (where the settings file remembered the custom color). Reviewers: #okular, aacid, elvisangelaccio, rkflx, ngraham Reviewed By: ngraham Subscribers: aacid, ltoscano, ngraham Tags: #okular Differential Revision: https://phabricator.kde.org/D8051
-
Luigi Toscano authored
Wrong authorship for the commit. Commit it again with the correct information. CCMAIL: pointedstick@zoho.com This reverts commit 6b5a7c9a.
-
Nathaniel Graham authored
Summary: BUG: 182994 Adds an option to the config dialog that enables background color (the color around the displayed page) to be changed (while by default preserving the Qt toolkit selection as not to affect existing users). Reasons for this change: Accessibility, eye strain, aesthetic reasons, color displayed on monitor can affect power consumption (how: depends on display technology). Many people want this change occording to Bugzilla and other sources. Maintenance: Nearly no additional maintenance: This is no new subsystem but a trivial feature with no complex code dependencies, and we are already showing a colour selection dialog and setting colours in other places in Okular. {F4257766} Other less important information: https://git.reviewboard.kde.org/r/130219/ https://mail.kde.org/pipermail/okular-devel/2017-September/025520.html Test Plan: Tested everything, it all works: Toggled the custom background color, changed custom background color, removed okular settings file (with: "rm ~/.config/okular*") to verify it uses the usual qt theme colour by default (where the settings file remembered the custom color). Reviewers: #okular, aacid, elvisangelaccio, rkflx, ngraham Reviewed By: ngraham Subscribers: aacid, ltoscano, ngraham Tags: #okular Differential Revision: https://phabricator.kde.org/D8051
-
Script Kiddy authored
-
- 29 Sep, 2017 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
Summary: BUG: 384147 Reviewers: rkflx Reviewed By: rkflx Subscribers: ngraham, rkflx, tobiasdeiminger, #okular Tags: #okular Differential Revision: https://phabricator.kde.org/D7874
-
- 27 Sep, 2017 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 26 Sep, 2017 4 commits
-
-
Elvis Angelaccio authored
-
Albert Astals Cid authored
Show non-intrusive info messages whenever the search start over from the beginning or the bottom of the document, instead of asking the user if s/he wants to continue the search. This is consistent with search in KWrite/Kate and with web browsers. Based on work of and reviewed by Elvis Angelaccio
-
Elvis Angelaccio authored
Summary: The KPixmapSequence constructor needs the full path of the icon, so the current code doesn't work and generates a "Invalid pixmap specified" warning at runtime. By using KIconLoader we can fix this issue. Test Plan: Search something and reach the end of document to make the animation start. Subscribers: #okular Tags: #okular Differential Revision: https://phabricator.kde.org/D7996
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 25 Sep, 2017 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 22 Sep, 2017 3 commits
-
-
Nathaniel Graham authored
-
Nathaniel Graham authored
Summary: BUG: 382139 Previously these labels were white-on-light-blue with light themes; now they use the correct theme color property, and become black appropriately. Test Plan: Tested on KDE Neon (dev unstable). Verified that with the default Breeze color scheme, tab text is more readable when hovered over and then active but not in focus. See before and after: {F3909142} {F3909143} Also tested these changes with all standard color schemes as well as the Oxygen theme to make sure that there were no visual regressions. Reviewers: aacid, #okular, #kde_applications, broulik, sander, rkflx Reviewed By: aacid, #okular, #kde_applications, rkflx Subscribers: rkflx Tags: #okular Differential Revision: https://phabricator.kde.org/D7793
-
Script Kiddy authored
-
- 21 Sep, 2017 1 commit
-
-
Luigi Toscano authored
Exclamation marks should not be used according the guidelines.
-
- 20 Sep, 2017 1 commit
-
-
Milian Wolff authored
-