Andrea Scarpino
84d19129f4
Port mouse dataengine
...
REVIEW: 121473
11 years ago
David Edmundson
7033e71812
cache QTimeZone for the lifespan of the TimeSource don't recreate every minute
...
QTimeZone::systemTimeZoneId() will open /etc/localtime every single time it is called.
We are calling this in ::updateTime which happens every single minute, potentially
every second.
REVIEW: 121453
CCBUG: 335442
11 years ago
David Edmundson
d03b205276
kservice_desktop_to_json -> kcoreaddons_desktop_to_json
11 years ago
Kai Uwe Broulik
751c6f7c81
Update brightness availability at runtime
...
This should eventually allow us to react to hotplugging a keyboard and provide brightness
controls then. It does not yet watch for PowerDevil's availability on DBus (eg. when kded
takes a bit longer to startup), and also PowerDevil's brightness controls don't support
on-demand activation yet
REVIEW: 121365
11 years ago
Kai Uwe Broulik
2395f2fa24
Connect to the proper signal
...
We need to liste for brightness*Value*Changed, not brightnessValue
11 years ago
Kai Uwe Broulik
dee624ff5c
Expose actual and maximum brightness value in dataengine
...
Now that we can finally use absolute brightness values, rather than a fixed 0 - 100% range,
those values should be exposed in the dataengine. This allows us to eg. properly handle
keyboard brightness controls which usually have just a few steps
Also clean up code by moving stuff into lambdas and reworking the ugly brightness availability stuff.
REVIEW: 121355
11 years ago
Kai Uwe Broulik
ad938db738
Escape ampersands in notifications
...
REVIEW: 121296
11 years ago
Martin Klapetek
327a821d3e
[dataengines/notifications] Replace \n with <br/>
...
As StyledText does not treat \n as a new line
Reviewed-by: Kai Uwe Broulik
11 years ago
Kai Uwe Broulik
b68652358f
Escape ampersands in notifications
...
REVIEW: 121296
11 years ago
Lukáš Tinkl
e419785824
resurrect the Solid notifications, put them back where they logically belong
...
this got never ported away from knotify, so drop the DBUS interface
and just listen to Solid signals and fill the DE data
Acked by mck
11 years ago
Lukáš Tinkl
16afccc3c1
some const and nullptr fixes
11 years ago
Martin Klapetek
f02dac6dd9
[dataengines/notifications] Replace \n with <br/>
...
As StyledText does not treat \n as a new line
Reviewed-by: Kai Uwe Broulik
11 years ago
Montel Laurent
eb28bc0695
Use new connect api
11 years ago
Kai Uwe Broulik
7e3e1e3e54
Show notification configure button only if application actually has configurable notifications
...
This prevents that clicking the button results in an empty dialog giving our users sad puppy eyes
REVIEW: 121105
12 years ago
Marco Martin
37b3d1ead8
let ourself spam
...
allow all notifications by the same process pass trough
needed to display all the "applet deleted" notifications and not merge them
12 years ago
Marco Martin
6d3dee5b45
let ourself spam
...
allow all notifications by the same process pass trough
needed to display all the "applet deleted" notifications and not merge them
12 years ago
Lukáš Tinkl
9deb0d946b
don't discard Free Space info for optical discs
...
breaks the free/avail progress bar in device notifier and furthermore
there are rewritable CDs/DVDs that might want to display this information
12 years ago
Lukáš Tinkl
efb1008f84
fix CD content types and device major/minor number
12 years ago
Lukáš Tinkl
979b0f654d
fix CD content types and device major/minor number
12 years ago
l10n daemon script
352e87eec9
SVN_SILENT made messages (.desktop file)
12 years ago
Montel Laurent
afed58ce68
Remove not necessary include moc
12 years ago
Montel Laurent
0d25924cd0
Use new connect api
12 years ago
l10n daemon script
8e3f1d07b0
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
bbb49403ed
SVN_SILENT made messages (.desktop file)
12 years ago
Lukáš Tinkl
7790ac10e1
fix build
12 years ago
Aleix Pol
3a551744d8
Fix build
12 years ago
Montel Laurent
ed441f0bc3
Remove not necessary include moc
12 years ago
l10n daemon script
68f45dcc1c
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
5d01f955db
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
f225112ab3
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
620f924770
SVN_SILENT made messages (.desktop file)
12 years ago
Hrvoje Senjan
f644da614d
Fix make install
...
applied the wrong patch for r120417
12 years ago
Hrvoje Senjan
88c0a53750
[dataengines/weather/ions] Get rid of KDELibs4Support
...
REVIEW: 120417
12 years ago
Hrvoje Senjan
31a03ac6d7
[dataengines/share] Get rid of KDELibs4Support
...
REVIEW: 120416
12 years ago
Hrvoje Senjan
2e5a98d1d3
[dataengines/systemmonitor] Get rid of KDELibs4Support
...
REVIEW: 120415
12 years ago
l10n daemon script
b4d7c387c7
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
700ffb1dc8
SVN_SILENT made messages (.desktop file)
12 years ago
Martin Klapetek
1bc39b389a
[dataengines/time] Always set the timezone Offset, even if 0
...
Because the clock applet is counting the time as "UTC Time" + "Offset
from UTC" now, the Offset always has to be set even if it is actually
zero, otherwise JS returns "undefined" and everything explodes.
12 years ago
Martin Klapetek
c931cfe209
[applets/digital-clock] Add timezones support to the clock applet
...
Still has couple missing features:
* no time in the tooltip yet (needs larger refactor)
* no order selection
* no default timezone (but last used is always saved)
* couple minor issues
REVIEW: 120314
CCBUG: 337564
12 years ago
Sebastian Kügler
2f226aaddc
Streamline name of statusnotifier engine's desktop file
12 years ago
Sebastian Kügler
8804c1bbe1
Streamline name of activities engine's desktop file
12 years ago
Martin Klapetek
793356595f
[dataengines/notifications] If image is null, pass empty QVariant to reset it
12 years ago
Volker Krause
caad6e04dd
Remove usage of the obsolete Akonadi MicroBlog stuff.
...
REVIEW: 120181
12 years ago
Lukáš Tinkl
548388eefd
properly parse timezones with 3 components
...
like America/Argentina/Buenos_Aires, introduce a new
key "Timezone Country"
12 years ago
Kai Uwe Broulik
16e71bd092
Enable PlayPause when either Play or Pause is enabled.
...
This way we can start Playback even from completely Stopped state, not
just from paused.
12 years ago
l10n daemon script
7d59e21df3
SVN_SILENT made messages (.desktop file)
12 years ago
Kai Uwe Broulik
ec3642c966
Export CanRaise property in mpris dataengine
12 years ago
Aaron Seigo
3a7c259193
shuffle srcs into the correct cmake file
12 years ago
Aaron Seigo
651f9599ff
build file
12 years ago
Aaron Seigo
b15b96ddf0
fix use of the package plugin
...
as a plugin, you don't need to directly reference it in the code; that is what
Plasma::PluginLoader is for and why you make it a plugin in the first place
port the plugin to use the json mechanism
put the packagestructure into its own subdir to keep things a bit tidier
12 years ago