l10n daemon script
b77bcd3078
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"
7 years ago
Yuri Chornoivan
8b22036ff1
Remove 'yellow' word
...
BUG: 412890
7 years ago
l10n daemon script
527737711f
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"
7 years ago
Jeremy Whiting
67e7dc8f4c
Fix building okular without QTextToSpeech by adding ifdefs.
...
Also hide speech box in gui if built without tts features.
7 years ago
Jeremy Whiting
ef52350f7d
When tts engine is changed via okular settings recreate tts object.
7 years ago
Jeremy Whiting
3b9e9fb695
Only enable Pause or Resume when speaking or paused.
...
Also change enabling of stop speaking to be enabled while paused.
7 years ago
Jeremy Whiting
1b3bb01478
Add user okular user setting for which QtSpeech engine to use.
...
Default to speechd tts engine, but allow other choices from
okular settings.
Also add combobox to allow selecting the tts engine from config
dialog.
TODO: Change/update tts object when setting is changed.
7 years ago
Jeremy Whiting
48633374a9
Add Pause/Resume action for pausing and resuming speech synthesis.
...
Summary: TODO: Only enable the action when there's text being spoken or when speech is paused.
Subscribers: okular-devel
Tags: #okular
Differential Revision: https://phabricator.kde.org/D24102
7 years ago
l10n daemon script
a90bf7fe02
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"
7 years ago
Nate Graham
1da31df8b6
Adjust wording for "search in open document" feature to make it clearer
7 years ago
l10n daemon script
1943667775
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"
7 years ago
Thorsten Behrens
41cab4a30b
Fixup kjsfunctionstest.cpp build for Qt 5.9
...
QScopedPointer::get() is only available from Qt 5.11 on.
7 years ago
l10n daemon script
af085affe4
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"
7 years ago
l10n daemon script
c5e9de8931
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"
7 years ago
kezi olio
785a984f38
Remove obfuscated code from okular's source code
7 years ago
Albert Astals Cid
da21543a50
Small performance improvements
7 years ago
l10n daemon script
92232d81ba
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"
7 years ago
l10n daemon script
13c3dbdb88
GIT_SILENT made messages (after extraction)
7 years ago
Carl Schwan
b0533bdb28
Add Windows Store link in AppStream metadata
7 years ago
Christoph Cullmann
34476a6301
merge 19.08 fixes to master
7 years ago
Christoph Cullmann
96fec4acb9
fix hi-dpi scaling
7 years ago
Oliver Sander
2bd6f736c4
Test whether 'continuous' view mode is saved per file
7 years ago
Oliver Sander
8611cd775a
Add @since markers for the new ViewCapability values
7 years ago
Oliver Sander
8839ea1088
Fix return value of PageView::capabilityFlags
...
The return type of that method is Okular::View::CapabilityFlags.
Hence, returning 'nullptr' as was done previously cannot be correct,
and 'NoFlag' should be used instead. As both evaluate to '0'
internally there should not be any functional difference.
7 years ago
Oliver Sander
425a6aa413
Simplify a loop
7 years ago
Felix Mauch
bd25d17e70
Save view information per file
...
Adds the functionality to save the view mode (single page, facing...),
continuous scrolling, and margin trimming to the document information,
as it is already done with the zoom information.
7 years ago
l10n daemon script
cd26e23a33
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"
7 years ago
l10n daemon script
1c51c9020e
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
26c0a606d7
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"
7 years ago
l10n daemon script
a9e0e49f43
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"
7 years ago
l10n daemon script
59f13d9bcf
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"
7 years ago
Andy Sardina
4a4a2a1b52
Add "find in this document" to selection context menu
...
BUG: 408355
FIXED-IN: 1.9.0
7 years ago
l10n daemon script
91e0ad9a9d
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"
7 years ago
Laurent Montel
d57eeb5918
Port some deprecated methods
7 years ago
Aleix Pol
40d32ae9a4
Fix compilation against a karchive that doesn't have lzma
...
Fixes one of the problems with building for Android.
Note LZMA is an optional dependency for KArchive.
7 years ago
Christoph Cullmann
8ca6b85c24
add windows store sized icons for future releases
7 years ago
Laurent Montel
8beef33c05
Port some deprecated methods
7 years ago
Laurent Montel
db0f477119
Port deprecated QLayout::setMargin
7 years ago
l10n daemon script
86fba9df67
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"
7 years ago
l10n daemon script
7f97880667
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"
7 years ago
l10n daemon script
26c5d9c8de
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"
7 years ago
l10n daemon script
e27209f430
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"
7 years ago
l10n daemon script
2dcf717c95
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"
7 years ago
l10n daemon script
d647ff3b67
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"
7 years ago
l10n daemon script
10f9f30bf1
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"
7 years ago
l10n daemon script
abfa0c7ed9
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"
7 years ago
Christoph Feck
867abdf069
GIT_SILENT Upgrade KDE Applications version to 19.08.1.
7 years ago
l10n daemon script
674afc0250
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"
7 years ago
l10n daemon script
49e414444a
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"
7 years ago
l10n daemon script
774bcbc4ef
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"
7 years ago