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
Jan Grulich
a7b4f3e89c
Better aligning of items in systray configuration
...
Reviewed by: Marco Martin and David Edmunson
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
6fb6ff1e16
add missing translation domain
12 years ago
Lukáš Tinkl
8537ccd1a1
suspend to disk = hibernate
12 years ago
Lukáš Tinkl
f7912e7771
pick the user's locale on first start
...
better than en_US
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
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
Hrvoje Senjan
73d296e8d8
Fix build in case user has system KF5XmlRpcClient
12 years ago
Hrvoje Senjan
f8357b6911
Unbreak build, try #2
...
KF5_VERSION is usually used internally by Frameworks, so makes sense
for the outside world to use another var
12 years ago
Hrvoje Senjan
f278f4f872
Unbreak build
12 years ago
Sebastian Kügler
034a43ec89
Fix category for Screen Locking KCM
12 years ago
Jonathan Riddell
66c9d4030d
bump versions for... Plasma 5.0!
12 years ago
Rohan Garg
aa8d28e7a6
We don't want to close the main dr konqi window as it also destroys the
...
crash reporting assistant
REVIEW: 119160
12 years ago
Rohan Garg
29684cba61
Add a internal copy of kxmlrpcclient for this release
...
REVIEW: 119159
12 years ago
Marco Martin
fe882322f2
introduce a placeholder for missing thumbnails
...
BUG:337313
12 years ago
Aleix Pol
166db46065
Comment out an assert we cannot fully control yet
...
BUG: 337301
12 years ago
Martin Gräßlin
a5746ec201
[klipper] Fix global shortcut assignment
...
Was missing the default shortcut.
12 years ago
l10n daemon script
385947fc25
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
43d13e9792
more vertical space
...
don't cut the top of the delegates
12 years ago
Martin Klapetek
6b0716ba1a
[applets/notifications] Get rid of custom Title component
...
Reviewed-by: David Edmundson
BUG: 335276
12 years ago
Marco Martin
ef12053fd7
add a guard to data members
...
BUG:336710
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
l10n daemon script
359949619e
SVN_SILENT made messages (.desktop file)
12 years ago
David Edmundson
08d4603029
Remove page when adding widgets to select what type of applet to install
...
We only support one
REVIEW: 119180
BUG: 337072
12 years ago
David Edmundson
a248ed56d5
Correctly install applets
...
Plasma/Plasmoid does not exist! This would just crash.
12 years ago
David Edmundson
dfc4b8b2a0
force focus onto password input
...
Not code I'm happy with, but we need a bodge before release
BUG: 337079
12 years ago
David Edmundson
77312ad55d
Add workaround for loading avatar faces
...
We sometimes have a path to an image sometimes an icon
IconItem in it's infinite wisdom tries to load a full path via
QIcon::fromTheme, which can fail. Especially in QGuiApplication
Instead we try loading it as a normal image, if that fails we fall back
to IconItem
BUG: 337082
BUG: 337081
12 years ago
Bhushan Shah
ebf2ea24e2
Remove obsolete debug message and fix comment
12 years ago
Bhushan Shah
808cbf572d
debug--
12 years ago
David Edmundson
7ea7dad086
Fix selecting last user on startup
...
Remove pointless code that broke things
BUG: 337185
12 years ago
David Edmundson
71b5d9b1ad
Update login dummydata to autoselect non first user
...
Will make it easier to see if I break it again
12 years ago
Aleix Pol
c7b912c559
Forgot to commit this
12 years ago
Aleix Pol
249077da7c
remove comment I just added and remove unneeded lookup
12 years ago
Aleix Pol
d64a70ef8d
add comment
12 years ago
Aleix Pol
9726aa48d7
Don't add the view to the list until it's ready.
12 years ago
Marco Martin
04f4eaa515
append views as the first thing
...
it may still be a crash on screen added with the corona locked
CCBUG:337200
12 years ago
Vishesh Handa
b59248ce1c
kdostartupconfig: Create the config directory and use writableLocation
...
BUG: 337225
12 years ago
Aleix Pol
851cd12662
Improve checking for last screen in screenInvariants
...
It seems like we were not taking lastScreen seriously enough, add some
checks that ensure things are where they should be.
12 years ago
Aleix Pol
50a61f273f
Code cleaning
...
Less redundancy, less hollywood movie-like debug messages
12 years ago
Aleix Pol
cdd4450cde
Make sure we notify the containment what screen it's in
...
It's important because otherwise lastScreen is left to -1 and when
recreating we'll know which one to recover
12 years ago
Aleix Pol
5b6f0d5828
Remove redundant warning
12 years ago
Aleix Pol
d555de5294
Fix insertScreen algorithm
...
We were not moving panels, only screens
12 years ago
Aleix Pol
647fa0d074
Small optimization in createContainmentForActivity
...
Reduce value lookups
It's never going to be a bottleneck, but it made me cringe.
12 years ago
Aleix Pol
5fae6f76d3
Simplify screen change reaction
...
Only let the containment store the last screen when the screen changes or
the view is shown.
Only listen to screenChanged once.
CCBUG: 335710
12 years ago
Aleix Pol
bb60c0007d
Show the panels the same way we do with the desktop.
...
setContainment -> setScreen -> show
12 years ago
Marco Martin
87ce6ec6ed
introduce a switchWidth/height
...
so it can iconify in the desktop when small
BUG:337068
12 years ago
Aleix Pol
14f83e2ad9
Polish screen connection event
...
Make sure the screen is not added until the containment is defined and the
screen is shown.
Don't check if a screen is redundant to itself.
Also delay output redundancy using the timer, until the screen is taken
care for. Also delay the timer a bit further as all the screen management
takes quite some time.
12 years ago
Marco Martin
0f89efcc9a
logout icon for "leave"
...
BUG:337064
12 years ago