Commit Graph

10248 Commits

Author SHA1 Message Date
Sebastian Kügler
5e71196632 Delete graphicslayouts and graphicswidgets imports
These are relics from an unpleasant past and have no business in The
Shiny.

(It's part of the QGraphics* removal.)
2013-02-01 14:54:49 +01:00
Marco Martin
a433a70ddf add kio in incude dirs 2013-02-01 14:34:57 +01:00
Marco Martin
09b1663a34 successfully load the package 2013-02-01 13:20:20 +01:00
Marco Martin
79c0e7a73d pput the sample qml file in a package 2013-02-01 11:50:29 +01:00
Marco Martin
bec0cd4639 move the test shell in shell/ 2013-01-31 11:36:37 +01:00
Marco Martin
360cb4a2cb install the desktop theme 2013-01-31 11:33:51 +01:00
Marco Martin
150b085e9a remove dead cmake code 2013-01-31 11:33:01 +01:00
Marco Martin
b8662f80cf plasma correctly builds 2013-01-31 11:30:25 +01:00
Marco Martin
2318a4cc37 use the upstream QX11Info 2013-01-31 11:06:52 +01:00
Marco Martin
b7abf98753 subtree merge kde-runtime/desktoptheme into desktoptheme 2013-01-30 18:18:31 +01:00
Marco Martin
ff49303cbb port threadweaver usage to installed includes 2013-01-30 17:31:32 +01:00
Marco Martin
80980663c8 enable build of plasma subdir 2013-01-30 14:53:30 +01:00
Marco Martin
3bb02658ca subtree merge kde-runtime 2013-01-30 13:44:36 +01:00
Marco Martin
7d636803e6 subtree merge of kdelibs/plasma into plasma 2013-01-30 13:43:33 +01:00
Marco Martin
3babf5c9a7 initial commit 2013-01-30 11:50:24 +01:00
Marco Martin
71d39ec503 add missing file 2013-01-29 21:11:45 +01:00
Marco Martin
6b1e8f048c separate file for View 2013-01-29 20:45:44 +01:00
Marco Martin
bd764aa3db remove unused files 2013-01-29 19:36:46 +01:00
Marco Martin
2cb232be33 a simple desktopcorona 2013-01-29 19:29:16 +01:00
Marco Martin
8792eb971b move remotewidgetshelper 2013-01-28 16:53:56 +01:00
Stephen Kelly
f3841c661d Replace use of QT_QTGUI_LIBRARIES with Qt5::Widgets.
In a Qt5 world, Qt5::Widgets is what is really meant.
2013-01-25 15:14:04 +01:00
Stephen Kelly
01e95b0129 Remove most uses of QT_QTCORE_LIBRARY for linking
Qt is aware of its dependencies, so this is almost always redundant.
2013-01-25 14:47:01 +01:00
Marco Martin
11cda61047 Merge branch 'KDE/4.10' 2013-01-25 14:10:06 +01:00
Marco Martin
90799fbbe2 correct icon layout
correct icon layout on buttons taller than wide
2013-01-25 14:08:58 +01:00
Marco Martin
d1c1178d36 Merge branch 'KDE/4.10' 2013-01-25 12:49:28 +01:00
Marco Martin
603360bea3 the listitem element should be visible in repeaters too 2013-01-25 12:48:52 +01:00
Marco Martin
e8ee1413a9 Merge branch 'KDE/4.10' 2013-01-25 11:27:30 +01:00
Marco Martin
d6ba0ff0b4 fix minimum tabbutton width 2013-01-25 11:27:02 +01:00
Marco Martin
c68b5909c2 Merge branch 'KDE/4.10' 2013-01-23 15:06:06 +01:00
Marco Martin
64c31f5ca1 update margins when the element prefix changes 2013-01-23 15:05:51 +01:00
Stephen Kelly
c37776d67d Clean up some Qt5 checks in the buildsystem.
QT5_BUILD is always true now, and the inqt5 and QtMimeType libraries
are obsolete.
2013-01-19 19:05:47 +01:00
Stephen Kelly
71d4b1ab85 Remove backward compatibility Qt 4 code in ifdefs. 2013-01-19 19:05:46 +01:00
Marco Martin
b5b70aba7e Merge branch 'KDE/4.10' 2013-01-17 23:40:27 +01:00
Marco Martin
260f921d26 change to elarun in oxygen as well 2013-01-17 23:40:03 +01:00
Christophe Giboudeaux
59b323de25 Merge branch 'KDE/4.10'
Conflicts:
	kcontrol/componentchooser/windowmanagers/compiz-custom.desktop
2013-01-17 10:18:29 +01:00
Script Kiddy
cb15730316 SVN_SILENT made messages (.desktop file) 2013-01-15 20:30:43 +01:00
Script Kiddy
6d0ec6f376 SVN_SILENT made messages (.desktop file) 2013-01-15 16:13:04 +01:00
Weng Xuetian
fd17e1251d Merge branch 'KDE/4.10' 2013-01-11 20:06:44 -05:00
Weng Xuetian
7dd6ca01ca fix 'listItem.ListView.view' [null] is not an object warning
attached property like obj.QmlType is consider as true in qml, should
check full property obj.QmlType.property instead.
2013-01-11 20:05:25 -05:00
Marco Martin
aaf535812a Merge branch 'KDE/4.10' 2013-01-11 16:06:45 +01:00
Marco Martin
8e7a995797 connect conditionally to minimumWidthChanged
this removes warnings: not all declarative items will have this signals
2013-01-11 16:02:01 +01:00
David Faure
9212e9fecc Merge remote-tracking branch 'origin/master' into frameworks
Conflicts:
	plasma/applet.cpp
2013-01-10 16:36:35 +01:00
Aleix Pol
a7f4cf52be Don't crash if there's no model
Even if the case doesn't make much sense, nobody likes crashing stuff.
2013-01-10 05:02:55 +01:00
Aleix Pol
de51d8e4d2 Output some kind of warning in case the writeConfig wasn't executed
It helps find what's going on when debugging and reduces magic.

CCMAIL: aseigo@kde.org
2013-01-10 05:02:55 +01:00
Aleix Pol
cff944bfb8 Split messages with \n
This way the front-end won't receive a big string but every error in a
different line, so it improves the readability of the errors.

REVIEW: 108124
2013-01-10 05:02:55 +01:00
Aleix Pol
01989dec5d Don't crash if there's no model
Even if the case doesn't make much sense, nobody likes crashing stuff.
2013-01-10 05:01:59 +01:00
Aleix Pol
0093962cff Output some kind of warning in case the writeConfig wasn't executed
It helps find what's going on when debugging and reduces magic.

CCMAIL: aseigo@kde.org
2013-01-10 05:01:59 +01:00
Aleix Pol
84aaa236e5 Split messages with \n
This way the front-end won't receive a big string but every error in a
different line, so it improves the readability of the errors.

REVIEW: 108124
2013-01-10 05:01:59 +01:00
Aleix Pol
463d467f85 Translate \n into <br/> for error messages
This way we can display the error message like it was meant to be read.

REVIEW: 108123
2013-01-10 04:54:31 +01:00
Marco Martin
77b77ccc2f Merge branch 'KDE/4.10' 2013-01-09 12:14:59 +01:00