- 30 May, 2016 1 commit
-
-
Aleix Pol Gonzalez authored
Ports away from KFileDialog. Stops linking to KDELibs4Support from objects that don't need it. REVIEW: 127021
-
- 17 May, 2016 1 commit
-
-
Albert Astals Cid authored
Makes Thomas happier
-
- 13 May, 2016 10 commits
-
-
Marco Martin authored
-
Marco Martin authored
-
Marco Martin authored
only show on controls shown
-
Marco Martin authored
-
Marco Martin authored
-
Marco Martin authored
-
Marco Martin authored
restore scrolling with mouse wheel
-
Marco Martin authored
-
Marco Martin authored
size the page correctly to not have the horizontal scrollbar when not needed, and make sure the flickable is not interactive, as flicking is managed by hand with a mousearea
-
Marco Martin authored
port away from plasma-framework dependencies
-
- 04 May, 2016 1 commit
-
-
Albert Astals Cid authored
-
- 25 Apr, 2016 1 commit
-
-
Dan Leinir Turthra Jensen authored
The situation described here occurs in particular when first increasing the size of the component considerably, and then reducing it again (such as switching to and from full screen in some application) Error discovered in Peruse, but will happen elsewhere as well.
-
- 07 Apr, 2016 1 commit
-
-
Dan Leinir Turthra Jensen authored
This isn't defined until you have QtGlobal included somewhere. So, moving the QImage include above the std stuff does the trick.
-
- 16 Mar, 2016 1 commit
-
-
Thomas Friedrichsmeier authored
REVIEW: 127328
-
- 11 Mar, 2016 1 commit
-
-
David Rosca authored
REVIEW: 126852
-
- 08 Mar, 2016 1 commit
-
-
Armin K authored
REVIEW: 127049
-
- 26 Feb, 2016 1 commit
-
-
Aleix Pol Gonzalez authored
Don't go through QUrl -> QString -> QUrl when opening files from the argument list. Don't be strict when opening URLs that come from the dbus interface. REVIEW: 127042
-
- 22 Feb, 2016 3 commits
-
-
Albert Vaca Cintora authored
# Conflicts: # CMakeLists.txt # active/app/package/metadata.desktop # conf/widgetannottools.cpp # core/version.h # generators/poppler/libokularGenerator_poppler.desktop # generators/txt/libokularGenerator_txt.desktop # generators/xps/libokularGenerator_xps.desktop # ui/annotationwidgets.cpp # ui/presentationwidget.cpp
-
Albert Vaca Cintora authored
REVIEW: 126050
-
At least in PDF which is the only backend with form support Radio buttons are a bit of a mess since they're supposedly also uncheckable if NoToggleToOff is not set but in Adobe Reader they never are BUGS: 357743
-
- 16 Feb, 2016 1 commit
-
-
Okular was checking for Q_WS_X11 definition (which is not available since Qt 5) to detect CUPS, so detection always fails making CUPS parameters ignored. REVIEW: 127036
-
- 07 Feb, 2016 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
setAttribute with doubles is evil as it uses the current locale and we don't want that, use QString::number BUGS: 359016
-
- 30 Jan, 2016 7 commits
-
-
Aleix Pol Gonzalez authored
Reviewed by Albert Astals
-
Aleix Pol Gonzalez authored
Restore drop on tabs Reviewed by Albert
-
Aleix Pol Gonzalez authored
Now kimgiotest passes
-
Aleix Pol Gonzalez authored
Drops the x11 fallback. We were falling back to QX11Extras that were in fact using QScreen internally. Also remove the QDesktopWidget fallbacks for the same reason. Drops some API for fetching the dpi and unifies it with ::realDpi(QWidget). Based on Sebas's patch. Reviewed by Albert. REVIEW: 126913
-
Try fixing mainshelltest: one more passes now QUrl is not automatically exposed to DBus so the DBus call would fail. Changed the parameter to QString instead so that DBus invocation works. mainshelltest: set QStandardPaths to test mode Parse command line flags with a single dash as a long option Unlike KCmdLineArgs QCommandLineParser treats options starting with a single minus as multiple short options by default. Previously okular -unique would fail with the following error: Unknown options: u, n, i, q, u, e. Also changed mainshelltest to use two dashes in case this behaviour should change in the future. mainshelltest failures have been reduced from 15 to 4 by this commit. Fix docdata saving and added a warning message if it fails If the ~/.local/okular/docdata directory didn't exist previously creating the docdata file would fail as there are missing paths. It seems that KStandardDirs used to create the okular/docdata directory automatically, with QStandardPaths we have to create it manually. mainshelltest is down to one failed test now Fix final test case in mainshelltest as we call QProcess::terminate the exit code will not be 0 REVIEW: 126192
-
This removes kdelibs4support for all generators except the mobipocket one. The test executable for kimgio needs some windows fixes too, so I'll try to make a separate review for that. REVIEW: 126375
-
Albert Astals Cid authored
-
- 28 Jan, 2016 1 commit
-
-
Aleix Pol Gonzalez authored
As suggested in ECM documentation.
-
- 27 Jan, 2016 2 commits
-
-
Alex Richardson authored
I will port it to that once the next version of e-c-m has been released
-
Marco Martin authored
-
- 24 Jan, 2016 1 commit
-
-
Alex Richardson authored
-
- 18 Jan, 2016 2 commits
-
-
Script Kiddy authored
-
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"
-
- 15 Jan, 2016 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
At least in PDF which is the only backend with form support Radio buttons are a bit of a mess since they're supposedly also uncheckable if NoToggleToOff is not set but in Adobe Reader they never are BUGS: 357743
-