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
Yuri Chornoivan
d6ea3e17f7
Explain difference between 'Save as...' and 'Save copy as...' in the handbook
...
BUG: 348644
11 years ago
l10n daemon script
1d36cd158f
SVN_SILENT made messages (.desktop file) - always resolve ours
...
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"
11 years ago
Saheb Preet Singh
d891436231
reloading form widgets with layer show and hide
11 years ago
Jan Kundrát
abd30fb774
s/auto_ptr/unique_ptr/
...
The old auto_ptr was used for simple RAII. None of the auto_ptr flaws
were apparent in that context, but given that that class is actively
deprecated and that compilers warn about its use, it's better to switch
to its drop-in replacement.
My reason for not using QScopedPointer is that the C++11 version works
well enough, Okular is being built in C++11 mode anyway, unique_ptr
works on the KF5-minimal-mandated-compilers according to their docs, and
therefore there's no point in using something with a different API
(QScopedPointer) just because its name begins with a Q.
REVIEW: 124027
11 years ago
Alex Richardson
5ecffc246b
Set the CMake target name from Okular::okularcore to Okular::Core
...
REVIEW: 124381
11 years ago
Alex Richardson
f9b90348ec
Make the KF5 okular library coinstallable with the KDE4 version
...
The KF5 based library has been renamed to libOkular5Core.so so that
both can coexist in /usr/lib(64)
REVIEW: 124381
11 years ago
Alex Richardson
ed352a06fb
Install Okular5Config.cmake instead of OkularConfig.cmake
...
Otherwise Qt4 projects that have a find_package(Okular) can break
because CMake then selects moc from Qt5 which won't work
REVIEW: 124381
11 years ago
Saheb Preet Singh
48905cf16b
Support Fade transition in presentation mode
...
REVIEW: 115532
BUGS: 317073
11 years ago