Marco Martin
65fab8409b
Merge branch 'mart/alternativesConfig'
12 years ago
Marco Martin
c02bc94e9b
use Containment::appletAlternativesRequested
12 years ago
Marco Martin
a477f4cebb
use the corona package
12 years ago
Marco Martin
74abdffbf4
move the alternatives dialog in the shell
...
it belong here: it's something that should be pure decision of the shell
12 years ago
Lukáš Tinkl
42b42ad932
temporarily revert breakage
...
until we find a better way to i18n() the items
12 years ago
Ömer Fadıl Usta
0a3b0ee07f
Missing fclose - Resource leaking
...
config resource already opened on the other hand forgotten to close
REVIEW: 119352
12 years ago
David Edmundson
953d6bbc90
Merge branch 'Plasma/5.0'
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
2c27765ef8
Merge branch 'Plasma/5.0'
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
Lukáš Tinkl
79bedce5e7
Merge branch 'Plasma/5.0'
12 years ago
Lukáš Tinkl
5bd7f39f28
missing i18n()
12 years ago
Lukáš Tinkl
0e10fda2e0
set translation domain
12 years ago
Raphael Kubo da Costa
10c63d815c
Merge branch 'Plasma/5.0'
...
* Plasma/5.0:
UnixAuth: Change use of MacroPushRequiredVars to CMakePushCheckState.
12 years ago
Tobias Berner
a9d4db9c0c
UnixAuth: Change use of MacroPushRequiredVars to CMakePushCheckState.
...
MacroPushRequiredVars has been merged into CMake, and has been renamed
to CMakePushCheckState. Use that instead, especially since
MacroPushRequiredVars.cmake was not being included in the first place
anyway.
Patch by Tobias Berner <tcberner@gmail.com>, thanks!
REVIEW: 119355
12 years ago
Lukáš Tinkl
ff3afa9377
Merge branch 'Plasma/5.0'
12 years ago
Lukáš Tinkl
a8f0cc9edf
escape ampersand
12 years ago
Dan Vrátil
682334d942
Merge branch 'Plasma/5.0'
12 years ago
Dan Vrátil
05bef50128
Fix position of ToolBox on second screen
...
The offset of ToolBox on first screen was applied on all ToolBoxes
REVIEW: 119358
12 years ago
David Edmundson
bc1fdb8e7c
Don't leak handlers in shellmanager
...
REVIEW: 119340
12 years ago
Lukáš Tinkl
5bd78df988
Merge branch 'Plasma/5.0'
12 years ago
Lukáš Tinkl
4a63b8dd15
fix installing geolocation providers
...
so that KServiceTypeTrader can actually find them
12 years ago
Lukáš Tinkl
307a267c62
fix getting correct network status
12 years ago
l10n daemon script
3c6d855260
SVN_SILENT made messages (.desktop file)
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
Harald Sitter
a2868125a2
Merge remote-tracking branch 'origin/Plasma/5.0'
12 years ago
Harald Sitter
aee17c1ff3
add an X-KDE-PluginInfo-Version to the plasma.desktop xsession desktop file
...
this enables applications (such as the about-distro kcm) to list the
version of plasma the user is running at runtime in a somewhat reliable
manner, short of having a library function.
REVIEW: 119315
12 years ago
Montel Laurent
5d4c6071cc
Use xi18n when necessary.
12 years ago
l10n daemon script
db9ed44245
SVN_SILENT made messages (.desktop file)
12 years ago
Jan Grulich
a7b4f3e89c
Better aligning of items in systray configuration
...
Reviewed by: Marco Martin and David Edmunson
12 years ago
Jan Grulich
0d82708a26
Better aligning of items in systray configuration
...
Reviewed by: Marco Martin and David Edmunson
12 years ago
Lukáš Tinkl
059d883c63
Merge remote-tracking branch 'origin/Plasma/5.0'
12 years ago
Lukáš Tinkl
0e7a8f6b03
correctly format the date label
...
before: http://developer.kde.org/~lukas/plasma-next/plasma-lockscreen-before.png
after fix: http://developer.kde.org/~lukas/plasma-next/plasma-lockscreen-after.png
12 years ago
Lukáš Tinkl
087ce2d5d6
Merge remote-tracking branch 'origin/Plasma/5.0'
12 years ago
Lukáš Tinkl
6fb6ff1e16
add missing translation domain
12 years ago
Lukáš Tinkl
661a47b703
Merge remote-tracking branch 'origin/Plasma/5.0'
12 years ago
Lukáš Tinkl
8537ccd1a1
suspend to disk = hibernate
12 years ago
Lukáš Tinkl
5ffe6fd4ce
Merge remote-tracking branch 'origin/Plasma/5.0'
12 years ago
Lukáš Tinkl
f7912e7771
pick the user's locale on first start
...
better than en_US
12 years ago
Kai Uwe Broulik
b33b566e79
Merge branch 'Plasma/5.0'
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
f4a5e893dd
possible to pass an argument in the panel ctor
...
this makes possible creating different kind of panels frm the scripting shell
with the optional argument
var panel = new Panel("pluginName");
12 years ago
l10n daemon script
f516e0b07e
SVN_SILENT made messages (.desktop file)
12 years ago
Rohan Garg
008503b81d
Remove find_package call for xmlrpcclient
...
Follow up to 29684cba61 , don't
look for a external xmlrpcclient and only use our own internal
copy.
CCMAIL: hrvoje.senjan@gmail.com
12 years ago
Rohan Garg
5f9d66d4a8
Revert "Fix build in case user has system KF5XmlRpcClient"
...
This reverts commit 73d296e8d8 .
12 years ago
Rohan Garg
80674e133f
Remove find_package call for xmlrpcclient
...
Follow up to 29684cba61 , don't
look for a external xmlrpcclient and only use our own internal
copy.
CCMAIL: hrvoje.senjan@gmail.com
12 years ago
Rohan Garg
3bc86f83c1
Revert "Fix build in case user has system KF5XmlRpcClient"
...
This reverts commit 73d296e8d8 .
12 years ago
Marco Martin
ad1485e7f9
add api to list alternatives in the widget explorer
12 years ago