Commit Graph

10363 Commits

Author SHA1 Message Date
Aaron Seigo
d6e06ff92d allow controlling the resize a bit more
this allows e.g. popupapplet to put constraints on where the edges of the window can resize to
and react differently when the user is actively resizing the dialog.

CCBUG:227095
2011-12-16 14:57:20 +01:00
Aaron Seigo
64373cf1da sanity check the y just as we do the x 2011-12-16 14:52:16 +01:00
Aaron Seigo
1b2d92c085 delay showing popups until the next processing of events
allows things like hidden panels to show before calculating where to show the popup

BUG:288999
2011-12-16 12:52:29 +01:00
Marco Martin
f9c777c0ca ignore mouse presses
BUG: 288827
2011-12-16 11:53:07 +01:00
Marco Martin
2fdf11eabf first tab is the current on load
fix sizing problems on first load
2011-12-15 20:19:29 +01:00
Marco Martin
2c7e559f04 support url lists as well
TODO: the DeclarativeMimeData object shouldn't be a mimedata itself, but a container object. in this way it will be possible to reimplement all the methods, also non virtuals
2011-12-15 19:51:38 +01:00
Marco Martin
32b9547634 manage also mouse moves of children 2011-12-15 18:45:15 +01:00
Marco Martin
d52cb2a57b a property should never, never, ever called "data"
means the element won't be able to have children
2011-12-15 18:28:57 +01:00
Marco Martin
7e72401566 more precise 2011-12-14 14:02:56 +01:00
Marco Martin
eb4b2dc7f8 sligtly narrower
when we can get rid of the old scrollbar this size is going to be font based or something
2011-12-14 13:47:50 +01:00
Script Kiddy
a3ec1abd57 SVN_SILENT made messages (.desktop file) 2011-12-14 08:37:50 +01:00
Sebastian Kügler
da7412252e Merge branch 'master' into editbubble 2011-12-13 21:26:53 +01:00
Daker Fernandes Pinheiro
cb0a478bf5 Add more details to Slider Plasma Component documentation
Signed-off-by: Daker Fernandes Pinheiro <daker.pinheiro@openbossa.org>
2011-12-13 17:05:53 -03:00
Kevin Kofler
645439c299 Bugfix: Plasma::PackageMetadata::read: Match the behavior of KService.
Also delete the duplicate entries in PackageMetadata::write.

REVIEW: 102404
Approved by Aaron J. Seigo.
2011-12-13 18:05:17 +01:00
Script Kiddy
1c1f27044a SVN_SILENT made messages (.desktop file) 2011-12-13 15:54:16 +01:00
Script Kiddy
0148bfea79 SVN_SILENT made messages (.desktop file) 2011-12-13 15:54:16 +01:00
Aaron Seigo
7491b9e71f appletsrc files are SimpleConfigs
cascading, let alone kdeglobals, make no sense whatsoever for them. so just skip that overhead.
2011-12-12 09:23:26 +01:00
Aaron Seigo
cf8128ca17 these update scripts operate on files that are no longer used 2011-12-12 09:23:25 +01:00
Martin Gräßlin
c55fb8b541 Fix library name of declarativeplugin
REVIEW: 103384
2011-12-11 17:07:45 +01:00
Script Kiddy
8ed64f8b56 SVN_SILENT made messages (.desktop file) 2011-12-11 08:40:10 +01:00
Script Kiddy
76c7b8ad92 SVN_SILENT made messages (.desktop file) 2011-12-11 08:40:10 +01:00
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
08fae507f1 make painters on random pixmaps work; you still need to take of things like calling end()
BUG:266018
2011-12-08 17:54:34 +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
046133f17f swap today/selected highlights
BUG:276364
2011-12-08 11:22:42 +01:00
Marco Martin
73c5d4bbbd Merge branch 'master' of git://anongit.kde.org/kde-runtime 2011-12-07 22:38:43 +01:00
Marco Martin
b8ff43b55c slightly less transparent
should e the background and only the background that assures the texst
is readable
BUG:278734
2011-12-07 22:33:13 +01:00
Marco Martin
d63d13fcaa new cose icon 2011-12-07 17:13:47 +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
Script Kiddy
9940d361d6 SVN_SILENT made messages (.desktop file) 2011-12-06 17:04:54 +01:00
Aaron Seigo
2435f1cc6a fix video tuortial widget 2011-12-05 22:40:16 +01:00