Alexander Lohnau
6070ca46f7
Download LGPL-3.0-or-later SPDX license
4 years ago
l10n daemon script
c6f242b8d0
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"
4 years ago
ivan tkachenko
2a62f37e37
Don't put a trailing dot in set_package_properties
...
It looks weird given the kind of visualization where this text is
displayed.
Bad:
* XKB (required version >= 0.5.0), XKB API common to servers and clients., <http://xkbcommon.org >
Good:
* XKB (required version >= 0.5.0), XKB API common to servers and clients, <http://xkbcommon.org >
4 years ago
Nate Graham
d732ce0432
kcm/users: Move "Name" field into the FormLayout
...
This allows it to be aligned with other form field, which is not
possible at the moment since it exists outside of the FormLayout in a
Row:ayout with the avatar. Fixing this would require adding API to
Kirigami.FormLayout to let its right side align to elements not in
another FormLayout, or port away from FormLayout and use a big
GridLayout instead. Both are messy. Instead, let's put the Name field
in the form layout and center the avatar above it.
4 years ago
Nate Graham
4d0e81260c
kcms/users: Polish fingerprint UI on details page
...
Now the button begins with a verb and ends with an ellipsis in
conformance with the HIG, and there's also a little message that tells
the user what works and what doesn't. This should help to manage
expectations a bit.
4 years ago
Nate Graham
747cf26b02
kcms/users: clean up whitespace in fingerprint files
...
GIT_SILENT
4 years ago
Devin Lin
39b7ed9e16
[kcms/users] Add fingerprint manager
4 years ago
l10n daemon script
32ad7ec2ad
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"
4 years ago
l10n daemon script
efe47aadf2
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"
4 years ago
l10n daemon script
0c684b05ca
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"
4 years ago
l10n daemon script
20c697d7a3
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"
4 years ago
l10n daemon script
31e2f61ba1
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"
4 years ago
l10n daemon script
278c2ec148
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"
4 years ago
l10n daemon script
7e80336f74
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"
4 years ago
l10n daemon script
19070746c7
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"
4 years ago
l10n daemon script
be98db8d3d
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"
4 years ago
l10n daemon script
ee60f68979
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"
4 years ago
l10n daemon script
fcbb5751f5
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"
4 years ago
l10n daemon script
507a3c97a6
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"
4 years ago
l10n daemon script
5b011149aa
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"
4 years ago
l10n daemon script
574b323985
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"
4 years ago
l10n daemon script
f32bebc751
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"
4 years ago
Guilherme Marçal Silva
022d3e9184
Add more keywords to KCMs
...
The goal is to increase the number of keywords used to search for
KCMs in System Settings, thus making it easier to find the settings
users want.
Some inaccurate keywords have also been moved or removed, mostnotably
the ones in the mouse KCM that referred to Numpad mouse emulation,
since those settings now live under accessibility.
4 years ago
Nate Graham
74e0af62a7
kcms/users: improve UI for the case where no real name is set
...
Currently the title of the list item is blank, leaving an awkward
subtitle with nothing above it. This commit improves that to use the
username as the title and avoid setting the subtitle at all, in the case
where the user has not provided their real name.
BUG: 441821
FIXED-IN: 5.23
4 years ago
Nate Graham
2b67711736
[kcms] Port simple OverlaySheet headers to use title: property
...
This was added to Kirigami in
https://invent.kde.org/frameworks/kirigami/-/merge_requests/314
and simplifies and standardizes the creation of simple text-based
headers in OverlaySheet. This commit ports plasma-desktop's KCMs to
use them in all the places where it is possible to do so.
4 years ago
l10n daemon script
40db685382
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"
4 years ago
Alexander Lohnau
e16ad04ba8
Remove obsolete LICENSE files
4 years ago
Alexander Lohnau
fe67ae26ae
Convert licsense headers to SPDX
4 years ago
l10n daemon script
475afb52bf
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"
4 years ago
l10n daemon script
ea7d91c5ca
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"
4 years ago
l10n daemon script
3f79f2a97c
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"
4 years ago
Alexander Lohnau
d7d55858c1
Use kcoreaddons_add_plugin to allow loading plugins from build dir
...
Task: https://phabricator.kde.org/T14528
4 years ago
Nicolas Fella
3b1ef4a6e3
Use version-less qt DBus macros
...
They work with both Qt5 and Qt6
4 years ago
Felipe Kinoshita
a1f4c58738
Use ellipses instead of triple period
...
A real ellipsis character is better for accessibility, as screen readers
will describe it appropriately.
4 years ago
David Edmundson
cd80281109
[kcms/users] Fix build concatenating two chars
...
Two QChar's cannot be added, we need to hint to the compiler that we are
building a string as found by recent CMake changes.
4 years ago
Laurent Montel
22328864fa
Use Q_EMIT here too
4 years ago
l10n daemon script
e5560b014e
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"
4 years ago
Jan Blackquill
e584f47991
kcms/users: get rid of useless factorisation
...
We don't call this function anywhere else besides the signal handler,
so we just move its code to the signal handler.
4 years ago
Jan Blackquill
f915526b2c
kcms/users: port to BasicListItem w/ leading property
...
Now that the BasicListItem provides for the layout w/ leading avatar design,
we don't need a custom contentItem in order to have it.
4 years ago
Jan Blackquill
129e856236
kcms/users: elide text that can't fit in users list
...
Turns out people can have really long names. Who would have thought?
BUG: 435700
FIXED-IN: 5.21.5
4 years ago
Nate Graham
74489c3481
[kcms/users] Increase top margin for avatar
4 years ago
Ahmad Samir
4abaf05268
General code clean-up
...
- Less implicit cast from ASCII
- Use Q_SIGNALS/Q_SLOTS in header files
- Remove a redundant cmake var
4 years ago
Albert Astals Cid
737b6e5136
Replace K_PLUGIN_FACTORY_WITH_JSON with K_PLUGIN_CLASS_WITH_JSON
...
Having to give it a factory name that is used nowhere it just confusing
when you read the code
4 years ago
l10n daemon script
9a7bfe383f
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"
4 years ago
l10n daemon script
039809f05c
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"
4 years ago
Laurent Montel
317482908e
GIT_SILENT: don't use deprecated cmake variable
4 years ago
l10n daemon script
35d58a308f
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"
4 years ago
Nicolas Fella
41e963fe0c
Use versionless Qt cmake target
...
This makes it easier to build against both Qt5 and Qt6
GIT_SILENT
4 years ago
Laurent Montel
d9937feb49
GIT_SILENT: dont use deprecated cmake variable
4 years ago
Marco Martin
272072ef1e
Enable 2 columns mode
...
the first page of this kcm will be treated as a sidebar if the window is wide enough
4 years ago