Peter Eszlari
9fcd33599d
appdata: add content_rating
7 years ago
l10n daemon script
bf7a53d62b
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
0507bea427
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
7e2e5a4ac9
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
7074bad2a6
GIT_SILENT made messages (after extraction)
7 years ago
Albert Astals Cid
cf7d847a33
Fix saving "don't show again" when not using frameworksintegration
...
When not using frameworks integration we only get "false" in
shouldBeShownYesNo when the saved value is yes/no so set it to yes.
Also it was a bit weird before because we were using an uninitialized
value, so this is much better :)
BUGS: 409430
7 years ago
l10n daemon script
16e30bd2e8
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
fe12cf5958
GIT_SILENT made messages (after extraction)
7 years ago
Laurent Montel
9f90e14dd1
Fix forward declaration
7 years ago
Laurent Montel
cb691f70dc
Fix some clazy warning
...
Summary: fix clazy warning
Reviewers: aacid
Reviewed By: aacid
Subscribers: nicolasfella, okular-devel
Tags: #okular
Differential Revision: https://phabricator.kde.org/D20832
7 years ago
l10n daemon script
ae96db80af
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
cf311c87a3
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
f7880ce4d4
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
1f08c47245
GIT_SILENT made messages (after extraction)
7 years ago
A. Wilcox
29ac9b2302
Fix build with Qt <5.10
...
Summary:
Qt::AA_CompressTabletEvents was added in Qt 5.10. Use preprocessor check
to avoid build failures on 5.9 LTS or 5.8 (the minimum version).
Test Plan: Build against Qt 5.9 LTS and 5.12 LTS. Both built successfully.
Subscribers: okular-devel
Tags: #okular
Differential Revision: https://phabricator.kde.org/D20678
7 years ago
Kezi Olio
5ef54e97ec
Set Qt::AA_CompressTabletEvents attribute to avoid latency when scrolling with a tablet
...
Summary:
BUG: 399208
See also: https://bugreports.qt.io/browse/QTBUG-71708
Enabling this option _vastly_ improves the user experience on wacom tablets and touchscreens
Reviewers: #okular
Subscribers: sander, aacid, okular-devel, #okular
Tags: #okular
Differential Revision: https://phabricator.kde.org/D16519
7 years ago
l10n daemon script
35b95b36aa
GIT_SILENT made messages (after extraction)
7 years ago
Joao Netto
716b234100
Implemented find function from console
...
Summary:
Implemented feature request to find from console.
BUG: 362038
Reviewers: #okular, aacid
Reviewed By: #okular, aacid
Subscribers: ngraham, aacid, yurchor, okular-devel
Tags: #okular
Differential Revision: https://phabricator.kde.org/D18144
7 years ago
l10n daemon script
241bc6525a
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
419dd73c71
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
e642c39563
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
35d456e094
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
42ca9ab2f2
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
876bd02e8a
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
59307b57ab
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
829d189e27
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
5fdeec57df
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
43eb508c32
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
03d0a40397
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
e19cd125f1
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
b9d751ae76
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
a71f18a001
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
e6f3f972db
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
41330b111a
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
139e6d8fae
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
167b7955cf
GIT_SILENT made messages (after extraction)
7 years ago
Albert Astals Cid
a37b299b04
add a source to differentiate
7 years ago
Albert Astals Cid
69bb4db9ea
Add donation url
7 years ago
l10n daemon script
b3dd26a644
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
fe5d79bb9f
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
83103d6155
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
872a6e77a8
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
bc10eb432d
GIT_SILENT made messages (after extraction)
7 years ago
Tobias Deiminger
d1ea28fc73
Avoid crash during session restore
...
Summary:
Do all access to the passed KConfigGroup really synchronous to KMainWindow::readProperties, then we're safe.
Currently kxmlgui can't guarantee that the passed KConfigGroup is still valid after our call to Shell::openUrl(). This is because inside Shell::openUrl, QDialog::exec may get called. The stacked event loop processes all kinds of asynchronous events, and litterally *anything* can happen. E.g. incoming ICE and DBus messages may be processed. In bug 395765 it happened that XSMP SafeYourself was processed, which calls KConfigGui::setSessionConfig, which leaves the KConfig pointer inside KConfigGroup dangling.
BUGS: 395765
Test Plan:
- get recent Qt5 and KF5
- manually save desktop session while a document is open in okular
- modify ~/.config/session/okular_<sessionid> so that Urls points to non existing file
- manually restore session with okular -session <session_id>, dialog will open and warn about non existent file
- okular shall not crash after closing that dialog
Reviewers: aacid
Reviewed By: aacid
Subscribers: aacid, okular-devel
Tags: #okular
Differential Revision: https://phabricator.kde.org/D16457
7 years ago
Yuri Chornoivan
5c4c33e725
Fix minor Appstreamercli issues
7 years ago
l10n daemon script
4e9bbfddb0
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"
8 years ago
l10n daemon script
96f4f27ba6
GIT_SILENT made messages (after extraction)
8 years ago
Yuri Chornoivan
39b6e8147d
Fix minor EBN issues
8 years ago
Yuri Chornoivan
c04ca1fa96
Fix minor EBN issues
8 years ago
l10n daemon script
d85fe1df64
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"
8 years ago