Sebastian Kügler
d80ee5807f
Address comments from review
12 years ago
Sebastian Kügler
128dc5c6f0
Uniform horizontal spacing in delegates
12 years ago
Sebastian Kügler
4974443d63
Rejig alignment
...
Right now, we don't have any left spacing, but at least we can add it
back now without screwing up bits here and there.
12 years ago
Sebastian Kügler
3b87293ed5
Factor out icon fallback
12 years ago
Sebastian Kügler
b605caadfe
Painting of image delegates more in line with HIG
12 years ago
Sebastian Kügler
577066c090
Safety guards: no remote files, no invalid sizes
12 years ago
Sebastian Kügler
551f9d861f
Tidy up
12 years ago
Sebastian Kügler
396bb70aa7
Tidy up URL preview delegate code
12 years ago
Sebastian Kügler
8756c21187
Adjust to URLs being passed in
12 years ago
Sebastian Kügler
fc930b81c7
Fix logic in URL concatenation
12 years ago
Sebastian Kügler
016f0ca4be
Various improvements
...
- Use lambdas for the PreviewJob slots
- Clean up debugging
- Clean up cmake
- allow to set the preview size as job parameters
12 years ago
Sebastian Kügler
a5746bc818
improve delegate painting
12 years ago
Sebastian Kügler
6e1b7cc727
Show previews for URLs in clipboard items
...
We create a Listview inside the delegate which shows previews of the
images. This is pretty rough right now, but able to show previews. Needs
more polishing, specifically:
- limit preview items (4?)
- nicer image painting, probably cropping
- proper height for delegates (through childrenRect)
- icons for non-image filetypes
12 years ago
Sebastian Kügler
2b521bdbe9
Add a preview operation
...
This operation starts a PreviewJob and returns the resulting pixmap
through the result value.
12 years ago
Sebastian Kügler
13c352861c
preview operation for clipboard items
12 years ago
Sebastian Kügler
c219a61406
Simplify keyboard nav
12 years ago
Sebastian Kügler
851825be17
Keyboard arrow navigation for Lock Screen
12 years ago
l10n daemon script
697651faa6
SVN_SILENT made messages (.desktop file)
12 years ago
Aaron Seigo
f14f961c59
Merge branch 'optional_alternatives'
...
REVIEW:119944
12 years ago
Aaron Seigo
0234bdcbb7
include 'plasmaquick' directly in the includes
...
makes it a lot easier to track where the problem spots are with a
`grep plasmaquick`
12 years ago
Aaron Seigo
6e81478574
nothing uses dialog now!
12 years ago
Aaron Seigo
a4bd55b676
rename the alternativesdialog* files to anteraltiveshelper.*
12 years ago
Aaron Seigo
2db8cd6373
make the alternatives *dialog* a helper
...
this places the responsibility on the shell package and removes
the assumption that the alternatives UI is a dialog that is placed
alongside the applet. that, my friends, is a desktop form factor
assumption.
12 years ago
David Edmundson
16ee2a9465
Restore accessible name in keyboard layout toolbutton
12 years ago
David Edmundson
2ac2dc412e
Merge branch 'Plasma/5.0'
...
Conflicts:
CMakeLists.txt
applets/digital-clock/package/contents/ui/DigitalClock.qml
dataengines/geolocation/CMakeLists.txt
ksmserver/screenlocker/greeter/CMakeLists.txt
libkworkspace/CMakeLists.txt
libtaskmanager/CMakeLists.txt
lookandfeel/contents/lockscreen/LockScreen.qml
lookandfeel/metadata.desktop
12 years ago
David Edmundson
3a4e058e95
Don't introduce new strings in frozen branch
...
Will re-add in master
12 years ago
Dan Vrátil
17f60931e2
Add button to change keyboard layout to the lockscreen
...
This adds a button that allows toggling keyboard layouts from the
lockscreen. It talks and listens to the KDED's keyboard module.
REVIEW: 119794
BUG: 338518
FIXED-IN: 5.0.2
12 years ago
Aaron Seigo
f4ab2f16bc
use the appletalternativesui package path
12 years ago
Aaron Seigo
fb0d0dec90
always set the first view to the new primary
...
even if we don't have a view on the old primary, this still needs
to be set
12 years ago
Aaron Seigo
f41da61096
count was used 10 times, size 6 times; count wins and gets all 16
12 years ago
Aaron Seigo
345b9441e1
back out this part of the clean_shellcorona merge
...
addOutput checks for being enabled and if the pointer is null.
this method is also only called due to a connection made in
addOutput
12 years ago
Martin Klapetek
fa609fd58f
Fix ksysguard kded module loading
...
KDED is unable to load the module if the .desktop file has kded_ prefix,
not sure exactly why, but also no other module has the .desktop file
with kded_ prefix.
Reviewed-by: David Edmundson
12 years ago
l10n daemon script
f49f868fd6
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
e36e5aa389
SVN_SILENT made messages (.desktop file)
12 years ago
David Edmundson
3d70bcd5fa
Make SDDM backgrounds handle multiple monitor + load background from config
12 years ago
Kai Uwe Broulik
e629804402
Make "nothing interesting going on" labels in applets consistent
...
REVIEW: 119934
12 years ago
Kai Uwe Broulik
0f799a2ebb
Meaningful tooltip for Analog Clock
...
To be consistent with digital clock and fuzzy clock
12 years ago
Kai Uwe Broulik
1211a81cc2
Execute decodeURIComponent on the filename
...
This way we don't present the user with a percent encoded filename,
if there happens to be single quotes and the like in the path
12 years ago
David Edmundson
8dec59f991
Don't make the login prompt bigger
...
it's not actually needed
12 years ago
David Edmundson
3856566eb2
show caps lock warning in SDDM screen too
12 years ago
David Edmundson
3642409bc0
Add preview to SDDM theme
...
This allows it to show in the SDDM KCM
12 years ago
Dan Vrátil
d5a983b517
Show warning in lock screen when Caps Lock is enabled
...
The lock screen will now show a warning when Caps Lock is enabled, like it used to
in KDE 4 screen locker.
The patch also removes the old X-based Caps Lock detection from greeterapp.cpp and
instead uses the Keystate DataEngine.
REVIEW: 119797
12 years ago
Aaron Seigo
d68321b0b4
Merge branch 'clean_shellcorona'
...
REVIEW:119929
12 years ago
Aaron Seigo
5454806953
more style fixes
12 years ago
David Edmundson
1f7ddd06b1
Don't explicitly set a height on button in notification delegate.
...
The default height is set by the button and is correct.
REVIEW: 119721
BUG: 338062
12 years ago
Dan Vrátil
fa8252b555
Fix typo in plasma.desktop.cmake
12 years ago
Aaron Seigo
1288167d6d
the view member is not used
12 years ago
Aaron Seigo
ac6c11414f
--deadCode;
12 years ago
l10n daemon script
34f77a3021
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
4a5bf84a8c
SVN_SILENT made messages (.desktop file)
12 years ago