Aleix Pol
1e3155b059
Remove unneeded commented code
12 years ago
Aleix Pol
a0336b11ee
Remove helper.js file
...
It was an unneeded workaround
12 years ago
Aleix Pol
997dcef5f9
Refactor the layouting code
...
Move all buttons into the same Column layout
Remove all the magic/real margins code
Tried my best to leave a more readable code.
12 years ago
Aleix Pol
d9148d0c25
This is being called in XChangeProperty
...
No need to leave this comment + workaround for the commented code in
12 years ago
Aleix Pol
816934a914
Only update the focusedButton if activeFocus is true
...
Otherwise we get weird unpredicted behavior
12 years ago
Aleix Pol
ae2eefaaac
Remove logic from Timer triggered slot
...
Instead, use properties changes.
12 years ago
Aleix Pol
ecf08d2827
Prefer Label to a Text+color
12 years ago
Aleix Pol
24ce38215a
Remove redundant logic
12 years ago
Aleix Pol
b4091dd230
small cleanup
...
Be explicit to the type we are looking for through the template rather than
a C-like cast.
12 years ago
Aleix Pol
90867a66f1
Make it possible to set the test dialog app choose with an argument
...
This way we can get it to behave the same to I get when calling it from
kickoff.
12 years ago
Aleix Pol
fc6ddce4a7
Make sure automaticallyDoLabel is initialized properly
12 years ago
Marco Martin
0f00ed744a
when the shell changes, reload the defaults config
12 years ago
Martin Gräßlin
8904a2ee62
[klipper] Port away from KSessionManager
...
REVIEW: 118424
12 years ago
Martin Gräßlin
a9b649e53d
[klipper] Port from KStandardDirs to QStandardPaths
...
REVIEW: 118421
12 years ago
Eike Hein
2363d463b4
Add a metadata tooltip to wallpaper thumb delegates.
...
REVIEW:118419
12 years ago
Marco Martin
d3d843ad8f
add context menus to plasmoid icons
...
not 100% perfect but plasmoid, systray and containment actions are
accessible from right mouse button
BUG:335561
12 years ago
Martin Gräßlin
f7b6796e0a
[klipper] Drop unused includes
12 years ago
Martin Gräßlin
d2f27d566e
[klipper] kapp -> qApp
12 years ago
Martin Gräßlin
a0b58e066c
[klipper] Port from KDebug to QDebug
...
REVIEW: 118417
12 years ago
Martin Gräßlin
f09e5a67de
[klipper] Port Barcode dialog from KDialog to QDialog
...
REVIEW: 118381
12 years ago
Martin Gräßlin
ff8ffc6b0a
[klipper] Reintroduce the dependency on prison
12 years ago
Martin Gräßlin
5240519004
[klipper] Fix i18n
...
REVIEW: 118382
12 years ago
Marco Martin
61516bb774
remove unused items
12 years ago
Marco Martin
f43802ae82
alter visibility mode only if not normal panel
...
when the panel mode is autohide, the visibility mode has to be
altered when the controller is open, or the panel will go invisible
also when the mode is windowcancover is better to alter, or the panel may disappear
as well.
12 years ago
Marco Martin
acd904bd58
Revert "Don't change visibility mode on panel when opening config"
...
This reverts commit 199c7f2ffe .
12 years ago
Marco Martin
09f87534d4
don't show freespace tooltip when unmounted
...
BUG:335484
12 years ago
Marco Martin
05a34320b5
size restore is done by base class
12 years ago
Marco Martin
2148bc4c73
never less than 3 columns
12 years ago
Marco Martin
7065c15037
thumbnail size font dependant
...
optimal solutin will be using ui scaling of Qt 5.4
use this size as optionam thumbnail size and keep thumbnails
around that size, giving more row/columnsif needed
this gives more optimal sizes and not too blurry thumbmnails
BUG:335424
12 years ago
Marco Martin
8d2f9d087f
fix wallpaper package
...
one always has to check if a package is valid before accessing it
BUG:335358
12 years ago
Marco Martin
d4c85a4e54
restore containment config view size
12 years ago
Marco Martin
d0144ec9ed
dismiss only on left button click
12 years ago
Marco Martin
95dae945cf
fix some warnings
...
one that probably still remain is
org.kde.plasma.systemtray/contents/ui/ExpandedRepresentation.qml:76:19: QML TaskDelegate: Binding loop detected for property "isExpanded"
that is probably causing some unwanted systray expansion at startup too
CCBUG:335482
12 years ago
Marco Martin
18ba06b2a4
warnings--
...
BUG:335487
12 years ago
Marco Martin
eedbfd63f9
warnings--
...
BUG:335485
12 years ago
David Edmundson
af748d39c9
Remove the debug enabler
...
It's not much use without QtCreator being able to profile multiple
engines at once. Even then it's too much to deal with anyway.
12 years ago
Martin Klapetek
3cb7a2e7b0
[freespacenotifier]Code-style improvements
12 years ago
Bhushan Shah
c5222bc374
debug--
12 years ago
Martin Klapetek
5d69920970
[digital-clock]Remove useless debug output
12 years ago
Bhushan Shah
cc3ab5e0f4
Export toggleActivityManager method over dbus
...
This unbreaks the activities dataengine
REVIEW: 118367
BUG: 335427
12 years ago
Marco Martin
c0f6eb1ec8
restore the switch user dbus method
...
BUG:335420
12 years ago
Marco Martin
526b4cb06e
make the sessions runner build
...
still to make functional
12 years ago
Martin Gräßlin
3e96409fbb
[klipper] Port from KDialog to QDialog
...
REVIEW: 118351
12 years ago
Martin Gräßlin
9103dcfa44
[klipper] Port KSaveFile -> QSaveFile
...
REVIEW: 118348
12 years ago
Martin Klapetek
df54abb5f1
[digital-clock]Fix calendar anchors
12 years ago
Martin Klapetek
146e9804fc
Remove the calendar heading from digital-clock and calendar applets
...
It's now part of the calendar component
12 years ago
Aleix Pol
f43263ba79
Let the DesktopView react properly to the package changed signal
...
It used to be done by PlasmaQuick::View done, but it was not correct as
it was hard-coding Desktop.qml there.
12 years ago
Marco Martin
1945714b0d
warning--
12 years ago
Martin Gräßlin
9875375b9b
[klipper] Port to setPlaceholderText
...
deprecatedWarnings--
Reviewed-By: Sebastian Kügler
12 years ago
Martin Gräßlin
4718ff36cc
[klipper] Port from KMenu to QMenu
...
Note: depending on the widget style this renders a regression as the
section might not be supported by the style. This is the case for
Oxygen, see bug 335400.
REVIEW: 118343
12 years ago