Saheb Preet Singh
f5f0947dd9
hided layers pane in a cleaner way
11 years ago
Montel Laurent
2f95249a58
Merge remote-tracking branch 'origin/master' into frameworks
11 years ago
Alex Richardson
771fb0de56
Make sure we run the okular executable from the build directory
11 years ago
Alex Richardson
22b6d4551d
Remove copy of qpagesize.cpp
...
No longer needed with Qt5
11 years ago
Alex Richardson
437b2d4a3a
Make generatorstest work without installing first
11 years ago
Alex Richardson
bb22f7d3f1
Don't rotate images with Qt 5.4.0 and 5.4.1
...
There was behaviour change that automatically rotated jpeg images based
on exif metadata that was reverted in 5.4.2.
We now skip rotating with those two version to prevent rotating twice.
Also shared some code so that the #ifdef does not need to be added to
both methods
REVIEW: 123895
11 years ago
Alex Richardson
824a35ced0
Ensure KImageIO test always finds the currently built generator
...
REVIEW: 123895
11 years ago
Albert Astals Cid
29b2b92d02
Merge remote-tracking branch 'origin/Applications/15.08'
11 years ago
Tobias Koenig
b683889c3a
Fix play back of video with rendition link
...
Process the operations of the rendition link independently of whether
there is a JS script or not. Most of the time the JS script won't be
executed correctly anyway, since Okular is missing most of the JS API,
so we should fall back on the given operations.
BUGS: 324167
FIXED-IN: KDE Applications 15.08.0
11 years ago
Albert Astals Cid
40929d6c2c
Merge remote-tracking branch 'origin/Applications/15.08'
...
Conflicts:
VERSION
core/version.h
11 years ago
Albert Astals Cid
48d20f2117
Increase version for KDE Applications 15.08.0
11 years ago
Saheb Preet Singh
5af8cc5873
solved some minor bugs, corrected the search options and proper hiding of layers section when not present
11 years ago
Albert Astals Cid
346e7a32ea
Merge remote-tracking branch 'origin/Applications/15.08'
...
Conflicts:
VERSION
core/document.cpp
core/version.h
11 years ago
Albert Astals Cid
e2b5bc547b
GIT_SILENT Update version
11 years ago
Marco Martin
1dd033d914
rename all the active specific desktop files
11 years ago
Marco Martin
5ba5e2189c
rename from active to mobile
11 years ago
Albert Astals Cid
c05f26c204
Revert needless KF5 dep increase
...
Laurent it'd be really great if you did read the emails i send you :)
CCMAIL: montel@kde.org
11 years ago
Montel Laurent
e03e6f6863
Use Q_DECL_OVERRIDE
11 years ago
Montel Laurent
a8c13a9e1d
Add Q_DECL_OVERRIDE
11 years ago
Montel Laurent
26e4f8de60
Use QVector here too
11 years ago
Montel Laurent
3c8daf3068
Use QVector
11 years ago
Montel Laurent
3102cd8665
Add explicit
11 years ago
Marco Martin
2d21f8a6b5
restore page shadows
11 years ago
Marco Martin
511054c423
set the contents size as the full size
...
crash--
11 years ago
David Faure
d5bad89a51
Fix crash on startup when okularpart can't be found
11 years ago
Marco Martin
2533561418
uncomment add_subdirectory(doc)
...
was disabled by mistake
11 years ago
Marco Martin
73d1d3bea2
remove nonexistent property
11 years ago
Marco Martin
f3698b6d69
port away from ViewSearch
11 years ago
David Faure
ba28b64ab6
Fix crash on startup when okularpart can't be found
11 years ago
Montel Laurent
13ad9aa53b
Add Q_DECL_OVERRIDE
11 years ago
Montel Laurent
70159dc61f
Add ';'
11 years ago
Montel Laurent
adde882203
increase version
11 years ago
Montel Laurent
4a1c9687cf
Port QCursor. Use QStringLiteral
11 years ago
Montel Laurent
49ce3fc4d2
Merge remote-tracking branch 'origin/master' into frameworks
...
Conflicts:
core/version.h
11 years ago
David Faure
94b95d8fda
Print out better error message if a plugin can't be loaded.
...
(turns out that poppler installs into lib/ rather than lib64/)
11 years ago
Albert Astals Cid
f063b94be3
More TODOs
11 years ago
Albert Astals Cid
1de97322e7
Bring QPageSize from Qt5
...
Allows us to not use a dummy printer for knowing page size
Which is nice since it won't block because Qt4 QPrinter is a bit weird sometimes
BUGS: 334708
FIXED-IN: KDE Applications 15.08
11 years ago
Albert Astals Cid
dafd8f6972
Bring QPageSize from Qt5
...
Allows us to not use a dummy printer for knowing page size
Which is nice since it won't block because Qt4 QPrinter is a bit weird sometimes
BUGS: 334708
FIXED-IN: KDE Applications 15.08
11 years ago
Albert Astals Cid
6195d6b7f5
Merge remote-tracking branch 'origin/Applications/15.08'
11 years ago
Albert Astals Cid
1da3c424d1
Allow for the deletion of Caret annotations
...
Seems poppler just renders them fine, so we set them to externally rendered and allow annotation
FIXED-IN: KDE Applications 15.08
BUGS: 350740
11 years ago
David Faure
8eb8cfcf1a
set cmake_min_req to match kdelibs policy and enable newer cmake policies
11 years ago
Yuri Chornoivan
793b8ee3f2
Fix my typo
11 years ago
Michel Ludwig
f98eb936d5
Fix url creation in 'Document::processSourceReference'
...
This commit fixes the error message "<url> is not a local file" when processing
source references. 'giveAbsolutePath(QString)' returns a local file name, so we
create the corresponding url using 'QUrl::fromLocalFile'.
11 years ago
Marco Martin
991e11e81b
generate settings.cpp from the kcfgc file
11 years ago
Albert Astals Cid
ade9fe5bdb
Increase version number
11 years ago
Albert Astals Cid
f50d504d24
Merge remote-tracking branch 'origin/Applications/15.08'
11 years ago
Albert Astals Cid
be793983eb
Increase version number
11 years ago
Marco Martin
43e6d63e96
a simple file browser ui
...
a file browser ui shown when no files are passed to commandline,
just lists files from ~/Documents
11 years ago
Marco Martin
9c9a928e12
directly use needed files from ui
...
don't link to okularpart, it won't be able to find it where
it's installed (under plugins)
11 years ago
Yuri Chornoivan
5a13bf8b1d
Remove extra requirements for Poppler in docs according to Burkhard's request
11 years ago