Marco Martin
1289f08ec7
fix layering of the glass
10 years ago
David Rosca
724bd005b9
Use PlasmaComponents.Label for analog clock timezone label
...
Has correct theme color now.
10 years ago
l10n daemon script
40f0461650
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"
10 years ago
David Edmundson
ae16b20c02
Restore semantic icon for use in tooltips and notifications
...
Previews are now fetched from the plugin name, so we don't need to set
that twice.
11 years ago
l10n daemon script
6184a953b1
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"
11 years ago
andreas kainz
fd04b714d4
applets: link to new breeze icons for applets
...
REVIEW: 125438
11 years ago
andreas kainz
33ec9fd62c
Widget screenshot for widget explorer
11 years ago
Marco Martin
77d18c9877
remove the sharedengine extension from desktop files
11 years ago
Marco Martin
619aaa9fdd
add all X-Plasma-RequiredExtensions=SharedEngine
...
also port away from plasmapackage:/ urls when needed
11 years ago
Marco Martin
8be939c303
use X-Plasma-StandAloneApp in some applets
...
only applets that make reasonable sense to be used as standalone app
have that property set
CCBUG:345851
11 years ago
l10n daemon script
738b59196a
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"
11 years ago
l10n daemon script
2569d35ff4
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
5e058803f7
SVN_SILENT made messages (.desktop file)
11 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
Kai Uwe Broulik
0f799a2ebb
Meaningful tooltip for Analog Clock
...
To be consistent with digital clock and fuzzy clock
12 years ago
Lukáš Tinkl
b828d8ea2d
properly react to date/time/zone changes
12 years ago
Lukáš Tinkl
3fd0813fed
properly react to date/time/zone changes
12 years ago
Marco Martin
6411b1793f
populate X-Plasma-Provides
...
populate of features the known applets
12 years ago
Lukáš Tinkl
a7e4502cad
missing i18n()
12 years ago
Lukáš Tinkl
2a71d7d09a
missing i18n()
12 years ago
David Edmundson
f46fce6e00
Set clock to the right time on load
12 years ago
David Edmundson
8f58973269
Simplify code
12 years ago
David Edmundson
268910eb4a
Replace SpringAnimation with NumberAnimation with EaseOutIn
...
SpringAnimation ignores duration property and will keep animating until
the item has stopped springing; this takes a long time >= 1s just with
the movements getting smaller.
This means the analog clock is constantly repainting the entire desktop
causing high load.
This now restricts it to 200ms, so it's 5x less load.
REVIEW: 119357
BUG: 335442
12 years ago
Martin Klapetek
09dbfc862c
Simplifying applet popup calls
...
Reviewed-by: Eike Hein
12 years ago
Martin Klapetek
c790dcb112
Simplifying applet popup calls
...
Reviewed-by: Eike Hein
12 years ago
l10n daemon script
6ef6c7e692
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
a3e055d1f8
take into account the plasmoid state at click
...
when clicking on the plasmoid icon to open or close the popup, save the current open state.
is possible that between mouse down and mouse up the popup has been closed
so don't reopen the popup in this case
CCBUG:336754
12 years ago
Marco Martin
bcf7e4b1d3
sensible default sizes
...
CCBUG:336291
12 years ago
Martin Klapetek
fa8c62b32a
Fix time showing applets not showing correct time for some timezones
...
Apparently passing QDateTime::time() to the Qt.formatTime is messing
things up; might also be a Qt bug, on the other hand the docs for QTime
say that "Unlike QDateTime, QTime knows nothing about time zones or
daylight savings time (DST)".
Passing the full QDateTime object makes the applets show correct time in
all timezones.
Hats off to Andreas Eckstein for finding out this
BUG: 335050
12 years ago
Martin Klapetek
9d8b9b646f
[analog-clock]Make the applet poll less
...
No need for polling every second when no seconds hand is visible
12 years ago
Martin Klapetek
6db775b702
[analog-clock]Connect the calendar popup to dataengine
...
Fixes wrong date set in the calendar popup
12 years ago
Marco Martin
1945714b0d
warning--
12 years ago
l10n daemon script
cf13f672b0
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
f6fa9c9cd7
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
7340ee7972
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
02b92c46d5
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
55744e1106
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
bc51c4f2b0
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
c12cad775c
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
8356528abc
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
0054ac7f20
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
a80ea24203
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
de65f94f1d
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
b7ee4427e6
calendar popup for the analog clock
12 years ago
Marco Martin
25abb13d32
analog clock never has popup, correct hints
12 years ago
Aleix Pol
da27b27678
Initial import from the monolithic kde-workspace.
...
This is the beginning of revision history for this module. If you
want to look at revision history older than this, please refer to the
techbase wiki for how to use Git history grafting. At the time of
writing, this wiki is located here:
http://community.kde.org/Frameworks/GitOldHistory
If you have already performed the grafting and you don't see any
history beyond this commit, try running "git log" with the "--follow"
argument.
Branched from the monolithic repo kde-workspace, frameworks branch, at commit
049113e719dd2fc4446d054fa1a3aada330094f0
12 years ago