Commit Graph

7165 Commits

Author SHA1 Message Date
Stephen Kelly
8d37df4b8f Remove moc includes that can be omitted.
Mostly these are "<name>.moc" style includes which are incorrect
compared to qmake and cmake automoc behaviour.
2012-01-31 22:44:36 +01:00
David Faure
61437923db Make kauth follow the standard directory organization
No autotests though...
2012-01-23 13:25:23 +01:00
David Faure
9c6bf7c1cb Rename framework libkarchive -> karchive 2012-01-23 12:41:56 +01:00
David Faure
656d7a2d99 Merge remote-tracking branch 'origin/KDE/4.8' into origin-frameworks
Conflicts:
	CMakeLists.txt (version)
	plasma/data/services/plasma-applet-extenderapplet.desktop (deleted in frameworks)
2012-01-23 11:06:24 +01:00
Script Kiddy
fd2357e7d9 SVN_SILENT made messages (.desktop file) 2012-01-20 10:46:57 +01:00
Script Kiddy
aa2f54b8ae SVN_SILENT made messages (.desktop file) 2012-01-19 09:08:22 +01:00
Aleix Pol
bbadb17844 Add some Q_PROPERTIES to Plasma::AbstractRunner.
Lets QML scripts to access some Runner description features.

REVIEW: 103718
2012-01-18 12:52:46 +01:00
David Faure
8a2318f741 Merge remote-tracking branch 'origin/KDE/4.8' into origin-frameworks
Conflicts:
	kfile/knewfilemenu.cpp
2012-01-16 14:25:19 +01:00
Script Kiddy
74b1a3e233 SVN_SILENT made messages (.desktop file) 2012-01-14 09:38:32 +01:00
David Faure
6a01732860 Merge remote-tracking branch 'origin/KDE/4.8' into origin-frameworks
Conflicts:
	CMakeLists.txt [version number]
	kdecore/tests/kcharsetstest.cpp [deleted]
2012-01-13 11:29:36 +01:00
Aaron Seigo
c1a29b107f only check for remote settings if we generated the dialog ourselves 2012-01-11 14:05:21 +01:00
Script Kiddy
10cd7b1aa7 SVN_SILENT made messages (.desktop file) 2012-01-07 09:21:08 +01:00
Script Kiddy
1b541d478e SVN_SILENT made messages (.desktop file) 2012-01-06 08:39:57 +01:00
Script Kiddy
13e1fd98d5 SVN_SILENT made messages (.desktop file) 2012-01-05 09:16:55 +01:00
Script Kiddy
a229500102 SVN_SILENT made messages (.desktop file) 2012-01-03 16:53:17 +01:00
Nikita Churaev
6dcaf4fe7f Fix one-pixel distance from some edges.
REVIEW: 103595
2011-12-31 11:45:02 +04:00
Ralf Habacker
78b79686f8 Merge branch 'KDE/4.7' into KDE/4.8
Conflicts:
	plasma/data/services/plasma.protocol
2011-12-30 23:35:31 +01:00
Script Kiddy
7126ebd18a SVN_SILENT made messages (.desktop file) 2011-12-29 10:46:14 +01:00
Script Kiddy
4a75f4a69b SVN_SILENT made messages (.desktop file) 2011-12-28 15:40:44 +01:00
David Faure
809bbd7b14 Merge remote-tracking branch 'origin/KDE/4.8' into origin-frameworks
Conflicts:
	CMakeLists.txt
	plasma/corona.h
	plasma/data/services/plasma-applet-extenderapplet.desktop
	plasma/data/servicetypes/plasma-packagestructure.desktop
2011-12-22 19:53:10 +01:00
Aaron Seigo
e54737c040 promote to public API from protected; needed by desktop scripting 2011-12-22 13:32:51 +01:00
Script Kiddy
f8c1d76547 SVN_SILENT made messages (.desktop file) 2011-12-22 11:44:55 +01:00
Script Kiddy
e01191b409 SVN_SILENT made messages (.desktop file) 2011-12-21 09:59:40 +01:00
Aaron Seigo
a05d8d0237 use the dialog's current position if not moving
widgets/.pushbutton.h.swp
2011-12-20 12:32:27 +01:00
Aaron Seigo
f10c6c8a97 remove unwanted variable introduced by last merge 2011-12-20 12:29:41 +01:00
Aaron Seigo
8b09ffb51f Merge remote branch 'origin/KDE/4.7' into frameworks
Conflicts:
	plasma/corona.cpp
	plasma/packagemetadata.cpp
	plasma/private/packages.cpp
	plasma/theme.cpp
2011-12-20 11:57:49 +01:00
Aaron Seigo
ca915b0e6c allow resizing from both relevant corners of a popup dialog
also significantly cleans up the popup positioning code and fixes a
lurking bug where width() was used instead of height()

BUG:227095
2011-12-16 14:58:39 +01:00
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
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
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
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