Commit Graph

7245 Commits

Author SHA1 Message Date
David Faure
7f31106729 Move mimeData methods from KUrl::List to a new namespace KUrlMimeData.
Deprecate mimeData methods in KUrl::List and KUrl, port all of kdelibs
to KUrlMimeData.
2012-02-11 10:43:07 +01:00
Torgny Nyblom
8f6075ac7c include kicon.h 2012-02-10 19:59:05 +01:00
Stephen Kelly
585976ebbc Port to QIcon in APIs.
KIcon is only a 'factory type'.

git grep -l "const KIcon" | xargs sed -i 's/const KIcon\b/const QIcon/g'
git grep -l "QList<KIcon>" | xargs sed -i 's/QList<KIcon>/QList<QIcon>/g'
git grep -l "class KIcon;" | xargs sed -i 's/class KIcon;//'
git grep -l "KIcon\b[^()]*;" | xargs sed -i 's/KIcon\b\([^()]*\);/QIcon\1;/'
2012-02-10 14:56:20 +01:00
Aaron Seigo
2becd8b67a apidox++ for Svg signals 2012-02-09 15:57:16 +01:00
David Faure
9057ce0c70 Fix compilation with the new cmake automoc stuff. 2012-02-08 23:34:07 +01:00
Stephen Kelly
51dafbe2e9 Use QUrl::scheme() instead of KUrl::protocol().
The former lowercases internally in Qt5, so no need
to rely on KUrl API.
2012-02-07 23:42:32 +01:00
Stephen Kelly
d660ec244e Merge remote-tracking branch 'origin/KDE/4.8' into frameworks 2012-02-07 12:38:06 +01:00
David Faure
cf83c09846 Move inqt5/src includes to toplevel cmakelists, and only in qt4 mode 2012-02-07 12:24:57 +01:00
Stephen Kelly
d87e05f86c Remove explicit linking to inqt5 2012-02-02 22:19:22 +01:00
Script Kiddy
d66cc2099b SVN_SILENT made messages (.desktop file) 2012-02-02 15:05:02 +01:00
Stephen Kelly
b1b68adb7d Don't use the QtGui module name in includes.
In Qt5, many of them are moved to QtWidgets, so this is the only
way to be source compatible with both Qt 4 and Qt 5.
2012-02-02 10:35:53 +01:00
Ignat Semenov
148002cee4 Shrink the icon correctly on mouse clicks with respect to the global single/double-click mouse settings.
REVIEW:103831
2012-02-01 17:03:30 +04:00
Stephen Kelly
a57081af2c Only plasma needs non-standard automoc handling now.
I don't have kdepimlibs in my kf5 environment. Anyone who does
feel free to port.
2012-02-01 12:41:32 +01:00
Stephen Kelly
52a8b232ec Remove the last piece of enable_final. 2012-02-01 12:36:56 +01:00
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
Aaron Seigo
64f687dda0 hide tooltips on the applet when the handle is hovered 2012-01-27 15:34:01 +01:00
Aaron Seigo
2213eac61a the delay is an int not a real and is in ms 2012-01-27 15:34:01 +01:00
Aaron Seigo
6018fc0c35 ensure a minimum delay of 200ms for tooltips newly shown, respect that the default is an int not float 2012-01-27 15:34:01 +01:00
Sebastian Trueg
1de227bbba Merge branch 'nepomuk/DmsPort-resourceWatcher' into tmp
Conflicts:
	cmake/modules/FindXine.cmake
2012-01-27 14:19:44 +01:00
Script Kiddy
fa05392f1c SVN_SILENT made messages (.desktop file) 2012-01-27 14:18:07 +01:00
Script Kiddy
cf6ba1c4cf SVN_SILENT made messages (.desktop file) 2012-01-27 14:18:07 +01:00
Aleix Pol
35ce9cc094 Add some Q_PROPERTIES to Plasma::AbstractRunner.
Lets QML scripts to access some Runner description features.

REVIEW: 103718
2012-01-27 14:18:07 +01:00
Script Kiddy
84f82c1ba2 SVN_SILENT made messages (.desktop file) 2012-01-27 14:18:06 +01:00
Aaron Seigo
99c7d3f5f3 only check for remote settings if we generated the dialog ourselves 2012-01-27 14:18:06 +01:00
Script Kiddy
361b7c721f SVN_SILENT made messages (.desktop file) 2012-01-27 14:18:04 +01:00
Script Kiddy
65c4fdf297 SVN_SILENT made messages (.desktop file) 2012-01-27 14:18:03 +01:00
Script Kiddy
7ff6acfb14 SVN_SILENT made messages (.desktop file) 2012-01-27 14:18:03 +01:00
Script Kiddy
325891a4df SVN_SILENT made messages (.desktop file) 2012-01-27 14:18:03 +01:00
Nikita Churaev
fae651d578 Fix one-pixel distance from some edges.
REVIEW: 103595
2012-01-27 14:18:02 +01:00
Script Kiddy
7c0f75a997 SVN_SILENT made messages (.desktop file) 2012-01-27 14:18:02 +01:00
Script Kiddy
7a7ebe00d2 SVN_SILENT made messages (.desktop file) 2012-01-27 14:17:41 +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