Harald Sitter
6099e02691
fix install path for phonon platform plugin
...
${PLUGIN_INSTALL_DIR} already contains /plugins so appending it again
leads to a double subdir
REVIEW: 118662
12 years ago
Marco Martin
5c906d7314
delay corona creation
...
the corona should be created after QCoreapplication::Exec() is called
12 years ago
David Edmundson
732922e39f
Fix password selection on failed login
12 years ago
Aleix Pol
db809b95b6
Small logic simplification
12 years ago
Aleix Pol
fa52f0f737
Battery plasmoid, code simplification
...
If we have a ListView that is not interactive and resizes to show everything,
we can have a Row { Repeater {} } just as well, which will also work faster
and has less reported bugs.
12 years ago
Martin Klapetek
ee86ab47d8
[digital-clock]Fix QML warning
...
BUG: 335275
12 years ago
Aleix Pol
e41fe341ce
Figure out delegates being cut at the top in Lock Screen, Login
...
Override default hide imposed by PlasmaComponents.Label, it uses mSize*1.6
and we can't really fit it there.
12 years ago
Aleix Pol
7cc53a5f8c
Create a module to share components within the workspace
...
For the moment, only BatteryIcon.
Reviewed by David Edmundson
12 years ago
l10n daemon script
45147e31e6
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
a970abf7c9
delay sync of the screen a bit
...
when the panel view changes screen, delay sync of the screen and syncGeometry a bit
the difference is huge (it's actually reliable now)
12 years ago
Rohan Garg
abc0214dd1
Port the webshortcuts runner to Plasma 5
...
REVIEW: 118797
12 years ago
Martin Klapetek
7b2b82b2e9
Switch the timedate applets to "DateTime" property only
...
There's no reason to duplicate it into "Date" and "Time", "DateTime"
will work just fine. Plus QTime and QDate have no idea about timezones.
12 years ago
David Edmundson
d09ba487cf
Use iconSize tiny in Calendar view
12 years ago
David Edmundson
cfd6a7ca63
Use icon size tiny in window pin
12 years ago
Lukáš Tinkl
470cfec502
i18n fixes
12 years ago
Aleix Pol
42f20a357a
Actually look for the screen instead of doing things without any semantic sense
12 years ago
Martin Klapetek
6b5c972872
[notifications]Fix codestyle
12 years ago
Marco Martin
735c143d51
better layout
12 years ago
Marco Martin
7b8816ea28
e smallSpacing instead of largeSpacing/4
12 years ago
David Edmundson
1f4e72e618
Use standard icon sizes
...
BUG: 336326
iconSize.small/2 is really wrong. If we randomly scale things what's the
point of having an iconSize property in the first place.
12 years ago
Lukáš Tinkl
0535589e11
set the correct translation domain
12 years ago
Aleix Pol
84e57978a1
Use the screen geometry to figure out the containment's screen
...
qApp->screens()[id] is not correct, as they don't map
12 years ago
Aleix Pol
b5589fe3da
Recursively figure out the screen a containment is in
...
If a containment is in an applet, then recursively ask for the screen
until we get to an actual root containment that can tell us the screen.
CCBUG: 334500
12 years ago
Lukáš Tinkl
01853d48d8
i18n fixes
...
mostly setting the correct translation domain
12 years ago
Marco Martin
bfebf2fb2e
round every size potentially not integer
12 years ago
David Edmundson
b7a5227e9a
Update test sddm to pretend to fail every login
12 years ago
David Edmundson
fd0a632f60
Show error on failed login
12 years ago
David Edmundson
234c8fe7e4
Use forceActiveFocus rather than focus=true to select password box
...
Former only sets focus within the FocusScope
12 years ago
Marco Martin
26ac36e27d
fire adaptToScreen only once
...
this makes the desktops and panels more deterministically
follow the primary screen
* adaptToScreen is useless per se in moveEvent, but what's worse will cause a recursion loop
* disconnect the geometry sync from the old screen
CCBUG:335710
12 years ago
David Edmundson
1316d1152a
Update dummydata SDDM file to have all properties
12 years ago
Aleix Pol
b232011509
Wasn't meant to commit this
12 years ago
Aleix Pol
fa857449e0
Display error messages on the display screen
...
BUG: 336317
12 years ago
Aleix Pol
1c4ed9b653
Remove deprecated TODO statement
12 years ago
David Edmundson
a581057917
Add missing i18n
12 years ago
David Edmundson
6d0379f938
i18n -> i18nd
12 years ago
Aleix Pol
3cdcfcd3d9
Make it possible to get back to the main lock screen when pressing escape
12 years ago
Aleix Pol
a1a985c1f5
Polished the output sorting function
12 years ago
l10n daemon script
1e95c309eb
SVN_SILENT made messages (.desktop file)
12 years ago
Lukáš Tinkl
7652e2cf53
add the missing translation domain
...
even for the disabled runners, just in case
12 years ago
Lukáš Tinkl
6aa3f4f66b
add missing i18n()
...
how this thing loads the translation catalog is a mystery to me...
12 years ago
Martin Klapetek
c86ab78b1f
[digital-clock]Reset the calendar popup to today when collapsed
...
BUG: 336304
12 years ago
Sebastian Kügler
ad7e0ad90a
Fix undefined access in devicenotifier
...
data might be there, but not contain useful info, check for that.
BUG:336330
12 years ago
Lukáš Tinkl
9f658c0e9b
i18n fixes
...
also ported the modules to K_PLUGIN_FACTORY_WITH_JSON while at it
12 years ago
Lukáš Tinkl
f4cef1e75d
i18n and deprecation fixes
12 years ago
Lukáš Tinkl
d72f0f111d
port away from deprecated stuff
12 years ago
Lukáš Tinkl
2c2d6645b0
fix init order
12 years ago
Lukáš Tinkl
211f063856
extract the messages into kuiserver5 to match the binary
...
and load it in the code
12 years ago
Lukáš Tinkl
81c956dd70
fix typo
12 years ago
Lukáš Tinkl
fd17db12d4
i18n fixes
...
boy... there's a LOT of work here
12 years ago
Aleix Pol
92a0ab2857
Make it possible to switch sessions from the lock screen
...
BUG: 336113
CCBUG: 336324
12 years ago