- 09 Mar, 2021 1 commit
-
-
It's not needed
-
- 18 Nov, 2020 1 commit
-
-
David Hurka authored
Source files are no longer separated by UI and non-UI and similar, but only by their build target. * ui/ -> part/ * Move all source files from conf/ to part/ * Keep config skeleton definitions in conf/, needed for the mobile target too * Move editdrawingtooldialogtest.h from conf/autotests/ to autotests/ * ui/data/icons/ -> icons/ * Move /part.cpp, /part.rc and similar files to part/ * Adapt include paths in source files * Adapt CMakeLists.txt files (in / and in subdirectories) * Adapt /Messages.sh
-
- 28 Oct, 2020 1 commit
-
-
Simone Gaiarin authored
-
- 02 Nov, 2019 1 commit
-
-
(cherry picked from commit 187c4740)
-
- 23 Feb, 2019 1 commit
-
-
Volker Krause authored
Summary: This only depended on okularpart due to the export header used in the kcfgc file, so use a dedicated one for the mobile components that doesn't export anything. This enables disabling the part build for mobile-only builds such as Android, and thus removing the need for some difficult dependencies like KParts. Reviewers: aacid Reviewed By: aacid Subscribers: aacid, okular-devel Tags: #okular Differential Revision: https://phabricator.kde.org/D19037
-
- 22 Apr, 2018 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 13 Apr, 2018 1 commit
-
-
Aleix Pol Gonzalez authored
It's wrong to link against plugins anyway.
-
- 14 Jan, 2017 1 commit
-
-
Martin Tobias Holmedahl Sandsmark authored
-
- 21 Jul, 2016 1 commit
-
-
Olivier Churlaud authored
-
- 16 Mar, 2016 1 commit
-
-
Thomas Friedrichsmeier authored
REVIEW: 127328
-
- 29 Oct, 2015 1 commit
-
-
Gleb Popov authored
okularplugin target from mobile/components suffers from the same problem as okularpart in https://git.reviewboard.kde.org/r/125741/ But the cause is a bit different now. okularplugin uses settings.cpp generated by KConfig and its header declares Settings class with OKULARCORE_EXPORT. For okularplugin target this macro gets expanded to __declspec(dllimport) and it makes linker to look for Settings class symbols in okularcore. Fix this by tricking VS that we are building okularcore target. REVIEW: 125742
-
- 24 Sep, 2015 1 commit
-
-
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
-
- 05 Aug, 2015 1 commit
-
-
Marco Martin authored
-
- 21 Jul, 2015 2 commits
-
-
Marco Martin authored
-
Marco Martin authored
don't link to okularpart, it won't be able to find it where it's installed (under plugins)
-
- 06 Mar, 2015 1 commit
-
-
Martin Tobias Holmedahl Sandsmark authored
remove qt4_automoc, and reference to KDE4_DEFINITIONS
-
- 04 Mar, 2015 1 commit
-
-
Laurent Montel authored
-
- 23 Jan, 2015 1 commit
-
-
Hannah von Reth authored
lik to okularcore and okularpart instead of including the settings code multiple times, which breaks the exports
-
- 11 Jan, 2015 1 commit
-
-
Laurent Montel authored
-
- 02 Dec, 2014 1 commit
-
-
Marco Martin authored
this is an initial port of the qml component set of okular to qtquick2 it's straightforward, except pageitem that right now is a qquickpainteditem, that works fine, but a bit slower than generating and uploading the textures by hand (that may be an eventual future port) the okular active application is still missing, but the components can be used from anywhere in qml REVIEW:121326
-
- 08 Aug, 2014 1 commit
-
-
Frederik Gladhorn authored
-
- 15 Oct, 2012 1 commit
-
-
Will make it easier to make separate apps based on the core in the future Note this will most probably break your settings if you are not running a very up to date kdelibs (4.9 or 4.10) so be careful on updating REVIEW: 104947
-
- 03 Oct, 2012 1 commit
-
-
Marco Martin authored
-
- 02 Oct, 2012 1 commit
-
-
Marco Martin authored
-
- 01 Aug, 2012 1 commit
-
-
Marco Martin authored
-
- 31 Jul, 2012 1 commit
-
-
Marco Martin authored
todo: license issues
-
- 14 May, 2012 1 commit
-
-
Marco Martin authored
two components: Document, represents an Okular::Document Page: represents an Okular::Page, once connected to a Document can display a single page
-