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
Jonathan Riddell
4051a599ff
use standard way to set version numbers in Plasma
12 years ago
Lukáš Tinkl
0cb77e7d46
fix reacting to manual date/time/timezone changes
...
the init() method was never called
12 years ago
Lukáš Tinkl
ff435c615d
fix reacting to manual date/time/timezone changes
...
the init() method was never called
12 years ago
Kai Uwe Broulik
ef2a2f3aa3
Return invalid QDBusObjectPath if string is empty
...
instead of trying to construct one of an empty string spamming us with warnings
12 years ago
Kai Uwe Broulik
f7145d37f4
Expose canSeek/canGoPrevios/canGoForward so we can reflect that in the UI
12 years ago
Kai Uwe Broulik
85c55ef78a
Fix mpris2 dataengine's trackId()
...
mpris:trackid returns a QDBusObjectPath, not neccessarily a string.
This fixes seeking in mediacontroller
12 years ago
Jonathan Riddell
062b7960d1
Increase version to 5.0.1 for bugfix release
12 years ago
Lukáš Tinkl
6e5897fb8c
fix Keyboard battery type typo
12 years ago