Ahmad Samir
24d4b12469
Use Qt logging categories
...
So as not to unnecessarily fill the system log (or binary journal, because
plain text log files are not the fashion any more).
GIT_SILENT
4 years ago
Laurent Montel
2543f1b843
GIT_SILENT: use Q_EMIT
4 years ago
Alexander Lohnau
fefe12dff6
Manual SPDX fixes & cleanup
5 years ago
Alexander Lohnau
c11051955d
Convert license headers to SPDX
5 years ago
Andrey Butirsky
61be205a0d
feat: add option to disable OSD on keyboard layout change
...
Counterpart commit with the same title is in P-D
CCBUG: 426450
CCBUG: 376460
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
457fd4d232
If include is define in .h remove it if it's defined in .cpp too (scripted)
5 years ago
Nicolas Fella
a67ab7e4cc
Allow specifying a maximum percent value for volume OSDs
...
The volume setting in plasma-pa can exceed 100%. Currently the display is limited to 100%, which can result in a mismatch between what is shown in the applet and in the OSD.
This adds an overload to volumeChanged to keep the old one compatible given it is used by e.g. kmix
6 years ago
Laurent Montel
cacc011556
Warning--
8 years ago
Kai Uwe Broulik
b284265924
Port to QmlObjectSharedEngine in all remaining places
...
OSD, Applet Alternatives, and Interactive Console were still creating their own QML engine
Differential Revision: https://phabricator.kde.org/D10773
8 years ago
Marco Martin
aa53860409
use the new Package::fileUrl to load from resources
...
Summary: QUrl::fromLocalFile can't be used when packages are qrc
Test Plan: plasashell loads correctly with packages from qrc
Reviewers: #plasma, davidedmundson
Reviewed By: #plasma, davidedmundson
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D9176
8 years ago
Kai Uwe Broulik
37ac27c59d
[OSD] Allow disabling OSD through config file
...
Differential Revision: https://phabricator.kde.org/D1770
9 years ago
Kai Uwe Broulik
15172a6fc7
[OSD] Allow disabling OSD through config file
...
Differential Revision: https://phabricator.kde.org/D1770
9 years ago
Kai Uwe Broulik
ad36c6dba6
[OSD] Make volume OSD thresholds consistent with Volume Applet
...
The volume applet would switch at 26% from low to medium whereas the OSD did that at 25%.
Also turn the logic around so it's identical to what plasma-pa does.
Differential Revision: https://phabricator.kde.org/D1635
10 years ago
Kai Uwe Broulik
31868085b1
[OSD] Add OSD for when on-screen keyboard is enabled/disabled
...
This is to provide feedback when the on-screen keyboard is enabled or disabled in response
to the user taking some action, such as flipping over a convertible laptop.
Differential Revision: https://phabricator.kde.org/D1563
10 years ago
David Rosca
f950f7843e
Add microphone volume OSD
...
Differential Revision: https://phabricator.kde.org/D1291
10 years ago
Kai Uwe Broulik
37a70c0dca
Add WiFi, Mobile Broadband, Bluetooth, and Touchpad OSD infos
...
Differential Revision: https://phabricator.kde.org/D1222
10 years ago
Kai Uwe Broulik
79c081e2ea
[OSD] Load QML file on demand
...
Differential Revision: https://phabricator.kde.org/D1475
10 years ago
Kai Uwe Broulik
6bebee619f
[OSD] Don't unset the icon when it hides
...
IconItem is now smart enough to not animate from the previous pixmap if it was hidden
10 years ago
Montel Laurent
a007f294b4
Use new connect api + QStringLiteral
11 years ago
Kai Uwe Broulik
fb3a6b5a23
Don't crash when OSD QML file is invalid
...
REVIEW: 124415
11 years ago
Kai Uwe Broulik
ca33e8ee69
Begin fading the OSD immediately
...
REVIEW: 124409
11 years ago
Martin Gräßlin
f91d16b752
[shell] Emit dbus signals in org.kde.osdService
...
Emitting dbus signals allows interested parties to be notified about
OSD changes. E.g. the lock screen might want to show the OSD values,
but blocks the actual OSD, so it needs to be informed about changes
to react on them.
11 years ago
Kai Uwe Broulik
b148ba3c68
Handle resetting OSD values in the shell so you don't need to take care of this in every l'n'f package
11 years ago
Kai Uwe Broulik
56f1ac658b
Add context to "Audio Muted" asking the translators to keep the text short
...
The German "Audio stummgeschaltet" (rather than eg. "Audio stumm") is just too long
CCMAIL: kde-i18n-doc@kde.org
11 years ago
Montel Laurent
a89d644c5e
port to new connect api
12 years ago
David Edmundson
5284a6b0b1
Set OSD Value before we toggle whether progress bar is shown or not
...
This prevents file:///usr/share/plasma/look-and-
feel/org.kde.breeze.desktop/contents/osd/Osd.qml:93:20: Unable to assign
QString to double
BUG: 339581
12 years ago
Marco Martin
3a018d496f
add a default fallback to lnf packagestructure
...
remove lookandfeelaccess from the shell
12 years ago
Aaron Seigo
1d3d9ce8e8
ShellPluginLoader is no longer necessary
12 years ago
Aaron Seigo
0234bdcbb7
include 'plasmaquick' directly in the includes
...
makes it a lot easier to track where the problem spots are with a
`grep plasmaquick`
12 years ago
Martin Klapetek
3fd5946163
[shell/osd] Fix an icon filename typo
12 years ago
Martin Klapetek
f8ca775944
[shell/osd] Set the new keyboad layout icon
12 years ago
Marco Martin
95c8669a88
use l&faccess for the osd
12 years ago
Vishesh Handa
a03b006c8a
Shell: Show an OSD for the keyboard brightness
...
REVIEW: 118975
12 years ago
Kai Uwe Broulik
9125d30037
Brightness icon name has changed
12 years ago
Vishesh Handa
d23129b4ce
OSD: Show display brightness icon
12 years ago