l10n daemon script
12750fa3bf
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"
5 years ago
l10n daemon script
5893ff7ba4
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"
5 years ago
l10n daemon script
f772e740e1
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"
5 years ago
l10n daemon script
36a09b6cb4
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"
5 years ago
Harald Sitter
5813e4ed62
translations: get qmetaenum from type rather than string
...
less fragile this way since the compiler just know T. if T changes name
the compiler will shout at us
5 years ago
Harald Sitter
ae7390024e
translations: reverse function-covering conditionals
...
if the condition is covering the entire function then we can simply
return early, get less nesting depth and quicker exit condition reading
as you don't have to scroll down to see if anything happens after that
huge if
5 years ago
Harald Sitter
f0c183161a
translations: inherit constructors from base class
...
since we only have trivial ctors it's more modern to simply inherit the
base class' ctors.
5 years ago
Harald Sitter
9dfa9bbb5d
translations: throw away trivial dtors
...
they don't serve a purpose. the virtual model base has a virtual dtor so
by extension we also have a virtual implicit dtor (presumably)
5 years ago
l10n daemon script
2d064fc1ef
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"
5 years ago
l10n daemon script
bc0e093452
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"
5 years ago
Benjamin Port
92a4d01203
KCM LookAndFeel: fix color application
...
Store as kdedefault only the colorscheme, colors data can still live in kdeglobals
They are not used to change default.
This will simplify code and fix some bugs when we apply theme without all groups
5 years ago
l10n daemon script
4eaf342a7f
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"
5 years ago
Benjamin Port
3235ef5f3f
KCM Look and Feel, fix unittest
5 years ago
l10n daemon script
6aaaffc28e
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"
5 years ago
Bhushan Shah
5226173795
fix build after moving kcm in plasma-workspace
...
It tried using notificationmanager includes installed by
plasma-workspace itself, that can not work when it is in same repo.
5 years ago
Harald Sitter
9bb6ce7e8e
add on-demand installation support for translations
5 years ago
Bhushan Shah
db97ca8343
Enable newly added KCMs
5 years ago
Bhushan Shah
bc113eb438
Move some KCMs from plasma-desktop that are useful for Plasma Mobile
...
- formats KCM, it is useful for mobile to be able to configure various
things like number format, currency formats etc
- nightcolor KCM, it is also useful for mobile
- notifications KCM, currently not all options are useful for mobile,
but neverthless, this allows it to be used on Plasma Mobile
Moved from plasma-desktop at 7affae246d4a90ce53f3c5061f83567488928b96
5 years ago
l10n daemon script
c61f9ec7b0
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"
5 years ago
l10n daemon script
a7cecdb0d8
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"
5 years ago
Alexander Lohnau
f7b556dddf
GIT_SILENT Re-run clang-format
5 years ago
l10n daemon script
951587ffae
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"
5 years ago
Alexander Lohnau
f6c0feff49
GIT_SILENT Add trailing comma to initializer lists
...
This will result in cleaner diffs when a new value is added
and clang-format will not indent them with the opening
brace of the initializer list which makes is slightly easier to read.
5 years ago
Wael Chlouftou
f5fc5e9f65
[KCMs] Apply by double clicking on thumbnails in Appearance KCMs
5 years ago
Bhushan Shah
eb17117d5b
kcms/fonts: show on mobile
...
Based on testing it seems fonts KCM is already usable as-is on mobile
except some very minor quirks, enable it on mobile
5 years ago
Benjamin Port
0d0bca58cf
Change defaults for color, widget style... to match current Global Theme
...
This commit changes what counts as the default settings to take into account the default
settings of the current Global Theme.
e.g. if you change the Global Theme to Breeze Dark, when you go to the color KCM, clicking
the "Defaults" button will revert to the Breeze Dark color scheme (because it is the default
color scheme of the active Global Theme), rather than Breeze Light.
5 years ago
Henri Chain
93f9ef0304
[startplasma] Migrate autostart scripts to .desktop files
5 years ago
Nate Graham
1e1b832365
[kcm/fonts] Port to KCMUtils version of ContextualHelpButton
...
This nice control was added to KCMUtils recently, so we should use that
instead of having our own version of it anymore.
5 years ago
l10n daemon script
9f02b43f3f
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"
5 years ago
l10n daemon script
e0cef57622
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"
5 years ago
l10n daemon script
4c03101ac9
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"
5 years ago
l10n daemon script
4b3e4870cf
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"
5 years ago
l10n daemon script
c655945913
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"
5 years ago
Henri Chain
0e590933f0
move autostart kcm from plasma-desktop to plasma-workspace
5 years ago
Henri Chain
f0bcd8cf62
Import autostart KCM from plasma-desktop.
...
Taken from commit 4ce9a4a915511acbd41450da486d8e5d5bae10da in plasma-desktop
The commit history of the KCM can be followed in 9db1c0593e84cdb705fc61cddbdc4e5a9c318b97
5 years ago
l10n daemon script
7fb5605b5d
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"
5 years ago
l10n daemon script
c990c49264
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"
5 years ago
l10n daemon script
aaf6cab4d4
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"
5 years ago
l10n daemon script
89d7161b1c
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"
5 years ago
l10n daemon script
915c13185d
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"
5 years ago
Nate Graham
ae63802acb
[kcms] Sort grid view KCMs case insensitively
...
Since these KCMs can display user and distro provided content, we can't
ensure that everything will begin with a capital letter. Accordingly, we
should sort the grid case-insensitively to prevent the entries starting
with lowercase letters from being shunted to the end.
CCBUG: 404608
5 years ago
Alexander Lohnau
ad0d100583
lookandfeel kcm: Simplify CMake if condition
5 years ago
Alexander Lohnau
0737efbbcc
lookandfeel kcm: Cleanup CMake code and avoid compiling files 3 times
...
Instead use a static library for the files that are shared between the
kcm, tests and the command line tool
5 years ago
l10n daemon script
66e94e3cdf
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"
5 years ago
Nicolas Fella
78f04b5813
Port from QString::SkipEmptyParts to Qt::SkipEmptyParts
5 years ago
Marco Martin
ec6f5b475b
add trailing shash only in case of absolute path
...
kpackage wants just the name if a plugin name is passed, when passing the absolute
path of a fodler, it wants the trailing slash
BUG:435017
5 years ago
Nate Graham
9261ad6c8c
[kcms/desktoptheme] Remove unused PlasmaComponents2 import
5 years ago
Nicolas Fella
3e309b4aca
Port from endl to Qt::endl
5 years ago
Ahmad Samir
7e09d62cd0
Use Q_SIGNALS instead of signals in header files
...
And remove DQT_NO_SIGNALS_SLOTS_KEYWORDS from applets/kicker/CMakeLists.txt.
5 years ago
l10n daemon script
c83cfd2f5b
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"
5 years ago