Marco Martin
30693d532d
fix sycoca query
...
BUG:339590
12 years ago
Kai Uwe Broulik
5f08e7da2f
Add hint-dont-superimpose-fill
...
This allows the theme to decide it does not want us to just show a battery frame
and then add the individual fill pieces but to provide a different battery for
every fill. The current Breeze theme does this by providing a red Fill20 and Fill0
and to prevent superimposing a full red battery ontop of a black one, the Battery svg
can have this item which hides the battery frame.
12 years ago
Kai Uwe Broulik
0d1b496461
Add support for Fill0
...
If a theme decides to manipulate the looks of the "empty battery",
like the current Breeze theme does by painting it red, it can now
provide a Fill0 svg. If it is not present, the old behavior, showing
just the battery "frame" that is, remains.
12 years ago
Kai Uwe Broulik
ece4f28278
Make BatteryIcon behave like a regular IconItem size-wise
...
REVIEW: 120370
12 years ago
Martin Yrjölä
3385921cbe
Introduce keyboard layout QML plugin
...
Makes the screenlocker's keyboard layout switcher plugin globally
accessible. This is needed for a layout switcher plasmoid.
REVIEW: 120051
12 years ago
Kai Uwe Broulik
d51f2499d5
For some reason the fill element was screwed up resulting in the battery icon not reflect the battery percentage properly
12 years ago
Aaron Seigo
f1887c533a
more sensible source tree layout
...
REVIEW:119965
12 years ago
Aaron Seigo
32f294d29f
create a QObject wrapper around InteractiveConsole
...
this now allows the dialog to be used from QML without crashes. hooha!
12 years ago
Aaron Seigo
1c7e0dbcde
close on reject, fold onClose into its only remaining usage in closeEvent
12 years ago
Aaron Seigo
9938831f18
set on the current desktop, always
...
restores a missing behavior from the built-in version
12 years ago
Aaron Seigo
33a29dc862
give it a visibility property with a signal
12 years ago
Aaron Seigo
b9fbc59d20
make just one plugin out of both components
12 years ago
Aaron Seigo
9cca8ce2ef
make loadScript a slot for use from QML
12 years ago
Aaron Seigo
30c71aba1c
scriptInterface -> scriptEngine
12 years ago
Aaron Seigo
f75fd4b675
make interactiveconsole a qml component
12 years ago
Aaron Seigo
bfbca8cc9e
move the widgetexplorer qml component into components
12 years ago
Aaron Seigo
608dd38efd
move the qml bits into a subdir
...
this accomplishes two things:
a) the ability to put C++ plugin components here
b) not installing the CMakeLists.txt file!
12 years ago
Kai Uwe Broulik
cda58901a9
Fix BatteryIcon
...
The otherBatteriesIcon shows all the other battery icons except the circle one.
This fixes commit 53f5e6cd9f
12 years ago
Marco Martin
53f5e6cd9f
otherBatteryIcon was always broken, remove
...
remove the icon that was always broken by design
since its visibility was driven by a non existent property
readd when working
CCBUG:336710
12 years ago
Kai Uwe Broulik
eda3fd3722
Icon names have changed
...
Use IconItem with the new names
12 years ago
Marco Martin
9d5a7c5139
make use of the concept of ColorScope
...
color the breezeblocks with colorscopes text or background colors
and assign the proper group to the battery icon
BUG:336246
12 years ago
Aleix Pol
7cc53a5f8c
Create a module to share components within the workspace
...
For the moment, only BatteryIcon.
Reviewed by David Edmundson
12 years ago