Nicolas Fella
e38e0ff2a8
Remove unused include
4 years ago
Volker Krause
0e0086a22e
QGuiApplication::setFallbackSessionManagementEnabled is gone in Qt6
...
There seems to be no equivalent for this.
4 years ago
Alexander Lohnau
0020ce3baf
Port away from deprecated KConfigDialogManager::changedMap::insert method call
...
As the docs suggest, define the property for the widget instead
4 years ago
Alexander Lohnau
4df78f841c
Remove unneeded comments in license headers
5 years ago
Alexander Lohnau
5a2aeda884
Correct conversion of copyright texts
5 years ago
Alexander Lohnau
c11051955d
Convert license headers to SPDX
5 years ago
Ahmad Samir
4bc6709e4a
Port klipper away from KInit
...
KInit is being phased out, see KF6 task https://phabricator.kde.org/T12140
5 years ago
Alexander Lohnau
823d2106ec
Run clang-format
...
If you want git blame to ignore formatting revisions run:
git config blame.ignoreRevsFile .git-blame-ignore-revs
5 years ago
Laurent Montel
e3681ccfa4
Do not duplicate work of KAboutData::setupCommandLine()
8 years ago
Friedrich W. H. Kossebau
e5c95340b9
Call KLocalizedString::setApplicationDomain after Q*App creation
...
As now recommended, to ensure all locale settings are done from Qt side
8 years ago
Friedrich W. H. Kossebau
e9d53ae2ef
Call KLocalizedString::setApplicationDomain after Q*App creation
...
As now recommended, to ensure all locale settings are done from Qt side
8 years ago
David Edmundson
54652ce3a3
Remove QT_VERSION checks when we depend on a newer QT version anyway
10 years ago
Andreas Hartmetz
b5e814a7b2
Disable fallback session management (requires Qt >= 5.6.0).
...
This prevents processes from dying when session logout is cancelled.
Session restore is not an issue in these, it's disabled anyway.
10 years ago
Albert Astals Cid
47e0866c81
Make the translators tab in the about dialog appear
...
These are not new strings since scripty always adds them
This usually happens automagically by calling KLocalizedString::setApplicationDomain but that only works if
the app uses a KMainWindow (or child class).
Since in this case it's not, we need to call setTranslator directly
10 years ago
Montel Laurent
a007f294b4
Use new connect api + QStringLiteral
11 years ago
Nick Shaforostoff
693df76aa2
*fix memleak in urlgrabber.cpp
...
*small qstring optimizations
11 years ago
Martin Gräßlin
f7b6796e0a
[klipper] Drop unused includes
12 years ago
Martin Gräßlin
5240519004
[klipper] Fix i18n
...
REVIEW: 118382
12 years ago
Martin Gräßlin
461225e400
[klipper] Port to new KAboutData
...
REVIEW: 118342
12 years ago
Martin Gräßlin
3fa16e6844
[klipper] Port from KCmdLineArgs to QCommandLineParser
...
REVIEW: 118341
12 years ago
Martin Gräßlin
1332cb33cb
[klipper] Port from KUniqueApplication to QApplication + KDBusService
...
REVIEW: 118330
12 years ago
Aleix Pol
da27b27678
Initial import from the monolithic kde-workspace.
...
This is the beginning of revision history for this module. If you
want to look at revision history older than this, please refer to the
techbase wiki for how to use Git history grafting. At the time of
writing, this wiki is located here:
http://community.kde.org/Frameworks/GitOldHistory
If you have already performed the grafting and you don't see any
history beyond this commit, try running "git log" with the "--follow"
argument.
Branched from the monolithic repo kde-workspace, frameworks branch, at commit
049113e719dd2fc4446d054fa1a3aada330094f0
12 years ago