- 11 Jul, 2016 8 commits
-
-
Martin Tobias Holmedahl Sandsmark authored
See previous commits for details.
-
Martin Tobias Holmedahl Sandsmark authored
See previous commits for details.
-
Martin Tobias Holmedahl Sandsmark authored
See previous commits for details.
-
Martin Tobias Holmedahl Sandsmark authored
See previous commit for details.
-
Martin Tobias Holmedahl Sandsmark authored
After removing kdelibs4support, these flags are enabled: -DQT_USE_FAST_OPERATOR_PLUS -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_NO_URL_CAST_FROM_STRING -DQT_NO_CAST_FROM_BYTEARRAY So wrap naked string and character literals in QStringLiteral, QLatin1Char and QLatin1String as appropriate. To more easily see the changes, use «git show --color-words». Thank $DEITY for vim macros.
-
Martin Tobias Holmedahl Sandsmark authored
-
Martin Tobias Holmedahl Sandsmark authored
-
Martin Tobias Holmedahl Sandsmark authored
When building okular without kdelibs4support it apparently builds with -DQT_NO_SIGNALS_SLOTS_KEYWORDS.
-
- 27 Jun, 2016 1 commit
-
-
Bhushan Shah authored
Gives following error otherwise, /usr/include/qmobipocket/qmobipocket_export.h:22:23: fatal error: kdemacros.h: No such file or directory compilation terminated.
-
- 18 Jun, 2016 1 commit
-
-
Martin Tobias Holmedahl Sandsmark authored
-
- 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 5 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
-