Martin Gräßlin
9c12c79b1a
Fix incorrect offset passing to sliding popups effect
...
For the generic case without an explicit specified offset, the
offset calculation was incorrect. Instead of calculating the offset
we let kwin decide and indicate it by an offset of -1.
REVIEW: 103366
2011-12-10 22:37:23 +01:00
David Faure
e75a1f3bba
fix linking
2011-12-09 16:12:38 +01:00
David Faure
9baa0bb4f0
Fix compilation, it seems this slot is gone. Not sure how git merge messed up...
2011-12-09 16:08:15 +01:00
Allen Winter
dd5f04d6aa
fix build on Windows, which apparently does not have the EffectWatcher
2011-12-09 08:13:22 -05:00
David Faure
c7ab521ee7
Merge remote-tracking branch 'origin/KDE/4.7' into origin-frameworks
...
Conflicts:
experimental/libkactivities/
plasma/applet.h
plasma/theme.cpp
staging/libkcoreaddons/src/jobs/kjob.cpp
2011-12-08 19:06:24 +01:00
Aaron Seigo
50b42f052b
use Theme consistently for compositing check
2011-12-08 12:54:28 +01:00
Aaron Seigo
7aa9da0039
correct indentation
2011-12-08 12:54:28 +01:00
Aaron Seigo
a859f6915c
compress changed notification events and share the blur effect watcher between themes
2011-12-08 12:54:28 +01:00
Aaron Seigo
359cc3d68a
the effect watcher is not blur specific
2011-12-08 12:54:28 +01:00
Aaron Seigo
fe2286c5da
remove unecessary painting
2011-12-07 14:43:07 +01:00
Aaron Seigo
a9c3cb256a
slightly clearer code
2011-12-07 14:43:07 +01:00
Aaron Seigo
5190b061d1
don't show help button; not appropriate from widget settings
...
BUG:254835
2011-12-06 22:55:57 +01:00
Aaron Seigo
9d020ded74
don't read in plasmarc EVERY time a tooltip is shown, and be careful to stop the show timer always
...
there are still some issues with QGraphicsView not sending hover events in all cases, but this is
as good as it gets if we ignore those bugs in Qt.
BUG:247162
2011-12-06 22:43:43 +01:00
Aaron Seigo
0abdaf646d
as theme already reads the plasmarc file, use it to cache the tooltipdelay as well
2011-12-06 22:43:43 +01:00
Marco Martin
d109b43101
Merge branch 'KDE/4.7' of git://anongit.kde.org/kdelibs into KDE/4.7
2011-12-06 21:13:16 +01:00
Marco Martin
b332cfade6
clip children
...
prevent from desktop vigets going into the panel
2011-12-06 21:11:30 +01:00
Nicolas Lécureuil
c35036a29c
Merge branch 'frameworks' of git://anongit.kde.org/kdelibs into frameworks
2011-12-06 20:09:39 +01:00
Nicolas Lécureuil
01847045ef
Port to QTemporaryDir
2011-12-06 20:08:22 +01:00
Aaron Seigo
6dd71f8120
configGroup(QString) is redundant with config()
2011-12-06 17:46:32 +01:00
Aaron Seigo
21c1c05039
this method is no longer in the private class
2011-12-06 17:46:13 +01:00
Aaron Seigo
3f7859b557
if the shortcut hasn't changed, don't try and update it
2011-12-06 17:37:54 +01:00
Aaron Seigo
abd1d9ddba
make shortcuts and sharing settings enable Apply; use a QWeakPointer forthe shortcuts widget
2011-12-06 17:36:39 +01:00
Aaron Seigo
57f9668bd1
config changed is not only called by config dialogs anymore, so more the script forwarding into the public API implementation
2011-12-05 00:16:53 +01:00
Aaron Seigo
135dee0367
forward port fix for bug #252612 from 6ed9229f4b2df1d98821bef5ab7a361b5dea9ffa in KDE/4.7 branch
2011-12-04 14:37:10 +01:00
Aaron Seigo
04854068fc
finish merge conflicts
2011-12-04 14:34:06 +01:00
Aaron Seigo
71d807c353
Merge remote branch 'origin/KDE/4.7' into frameworks
...
Conflicts:
CMakeLists.txt
kio/kfile/kfilemetadatareaderprocess.cpp
plasma/CMakeLists.txt
plasma/packagestructure.cpp
plasma/private/packages.cpp
threadweaver/Mainpage.dox
2011-12-04 14:25:38 +01:00
Aaron Seigo
3948cfb8cf
use d->setWidget which notes that it's not a palette customization
2011-12-04 14:00:32 +01:00
Aaron Seigo
e34c70415e
git rid of the native member, it's redundant; use d->setWidget which notes that it's not a palette customization
2011-12-04 14:00:32 +01:00
Aaron Seigo
27531a3173
the palette gets updated by all sorts of events on the scene now (incl. reparenting!), so make sure the palette is _really_ changing before marking it as custom
...
this fixes widget colours not updating with theme changes -> if, for instance, an offscreen widget is created, this results in a reparenting (to null)
and that in turn creates a palette changed event ... which was being intepretted as a custom palette being set and that would disable future updates
due to theme changes.
this also introduces a small helper which computes the palettes once for use by all widgets as a small performance improvement.
BUG:261967
2011-12-04 14:00:32 +01:00
Jaime Torres
4aa690ccc8
return a double usind qMin
...
qMin is a template, use the right datatype for it.
part of review 103323
2011-12-04 12:28:04 +01:00
Jaime Torres
2c5ec1a56a
change return by break and then add a common return
...
removing dead code (part of review 103323)
2011-12-04 12:27:01 +01:00
Jaime Torres
be08974bfe
remove dead code
...
remove dead code (see review 103323)
2011-12-04 12:25:46 +01:00
Jaime Torres
ab8e956d57
remove a break; after a return
...
there is no need for a break; after a return (dead code)
REVIEW: 103323
2011-12-04 12:24:35 +01:00
Aaron Seigo
97e4bd53d3
don't delete the kns3 dialog on application shutdown
...
BUG:288153
2011-12-03 21:22:45 +01:00
Aaron Seigo
086c669d47
m_corona does not exist in the libplasma2 version of tooltipmanager
2011-12-03 18:09:13 +01:00
Aaron Seigo
b7e335265f
catch another possible mimetype identification
...
BUG:252612
2011-12-03 17:46:20 +01:00
Script Kiddy
66f3acefb9
SVN_SILENT made messages (.desktop file)
2011-12-03 14:30:23 +01:00
Aaron Seigo
96cdb27080
use the default corona in case the widget doesn't provide one
...
we need a different solution for libplasma2, however.
BUG:281759
2011-12-02 21:53:08 +01:00
Aaron Seigo
b556753ecd
constrained square makes sense for vertical but not horizontal panels
...
BUG:282706
2011-12-02 21:53:07 +01:00
Aaron Seigo
feb6a53659
containmentType() .. NOT type()!
...
and now we know the source of the "panel covers the entire screen" bug
BUG:259704
2011-12-02 21:53:07 +01:00
Aaron Seigo
1b9bf08082
fix spinboxes
...
BUG:285224
2011-12-02 21:53:07 +01:00
Aaron Seigo
109453976a
while properties are cool and all, let's not take the slow path just because we can.
2011-12-02 21:53:07 +01:00
Aaron Seigo
34376c31b1
animate transitions when an svg is used as well.
2011-12-02 21:53:07 +01:00
Aaron Seigo
c546b3d47d
set the parent of the config skeleton object to be the dialog
...
BUG:287324
2011-12-02 21:49:24 +01:00
Aaron Seigo
ea8d0dcce2
get rid of the text halos
...
they are (relatively) expensive and should be unnecessary now:
we have blur, it works well, and when we don't blur we use different backgrounds.
one more "take one thing off" while i'm futzing around in tooltips
2011-12-02 21:48:34 +01:00
Aaron Seigo
464bab7a68
handle titles a little nicer: centered, no wrap for short titles
2011-12-02 21:48:34 +01:00
Aaron Seigo
61cdb24cdb
force of habit :)
2011-12-02 21:48:34 +01:00
Aaron Seigo
d1cdb6c7d2
hide the label completely when no image is set. makes sure there isn't layout().spacing() extra padding
2011-12-02 21:48:34 +01:00
Aaron Seigo
3956daeb58
don't allocate 1k chunks of memory for a few longs here and there
2011-12-02 21:48:34 +01:00
Aaron Seigo
7074f1b74f
grab the source name before removing the iterator
...
the previous fix, which i accidentally reverted while cleaning up this code,
was actually wrong (so in a way i'm glad i caught it): the signal MUST be emitted
AFTER the item is removed from the collection otherwise any code that checks to
see if that source exists will see that it does still exist even though it was
just signaled as being removed. order sometimes really matters :)
CCMAIL:kde@rusu.info
BUG:287795
2011-12-02 21:48:34 +01:00