Commit Graph

10272 Commits

Author SHA1 Message Date
Marco Martin
274e4372c5 add a test containment 2013-02-04 16:43:55 +01:00
Marco Martin
60b37cff34 reenable build of declarative scriptengine
just builds, is still pretty broken
2013-02-04 16:10:53 +01:00
Script Kiddy
81449003bb SVN_SILENT made messages (.desktop file) 2013-02-04 09:06:15 +01:00
Script Kiddy
2e8ba86356 SVN_SILENT made messages (.desktop file) 2013-02-03 08:58:05 +01:00
Script Kiddy
5b888cd12e SVN_SILENT made messages (.desktop file) 2013-02-02 09:35:40 +01:00
Sebastian Kügler
c416cc547d Add an SvgItem and an IconItem, the former even works. 2013-02-02 04:44:07 +01:00
Sebastian Kügler
e3149f9c77 Work on IconItem
The sizing we get is messed up, and the first pixmap (which we try to
use) has size 0x0. Needs fixing.
2013-02-02 04:43:20 +01:00
Sebastian Kügler
47ee5be976 Make SvgItem work, now successfully shows an Svg 2013-02-02 04:42:28 +01:00
Sebastian Kügler
22b217228f Don't build svg.cpp, also no need to link QWidget :) 2013-02-02 04:05:17 +01:00
Sebastian Kügler
790ba6f3c9 Use FrameSvgItem from PlasmaCore
The first Plasma import works, we celebrate with gratuitous animations
and blue instead of red, which is slightly less confronting.
2013-02-02 03:42:20 +01:00
Sebastian Kügler
0d26b04d47 FrameSvgItem becomes a QQuickPaintedItem, it now renders 2013-02-02 03:41:38 +01:00
Sebastian Kügler
a65c52fd16 Install imports into $PREFIX/qml/org/kde/... 2013-02-02 03:32:01 +01:00
Sebastian Kügler
42573a2c6a Use Q_PLUGIN_METADATA to register plugin 2013-02-02 03:31:21 +01:00
Sebastian Kügler
56fe183e00 enable svg and framesvg 2013-02-02 00:58:03 +01:00
Sebastian Kügler
826a97675c port and enable FrameSvgItem in core plugin 2013-02-02 00:54:25 +01:00
Sebastian Kügler
d105397f0a lower case includes 2013-02-01 18:19:27 +01:00
Sebastian Kügler
ad7fb806dc port iconitem to Qt5 2013-02-01 18:18:52 +01:00
Sebastian Kügler
acadc4f4b1 lower case include 2013-02-01 18:04:12 +01:00
Sebastian Kügler
7f0011a843 Renamed classes, QDeclarative -> QQml/QQuick* 2013-02-01 17:26:26 +01:00
Sebastian Kügler
6c5025a866 Register SvgItem 2013-02-01 17:25:28 +01:00
Sebastian Kügler
b33fbfea4f Enable SvgItem 2013-02-01 17:24:24 +01:00
Sebastian Kügler
05e5701e9b port svgitem to Qt5 2013-02-01 17:24:07 +01:00
Sebastian Kügler
b252fb847e cmake stuff to enabled the core plugin for porting 2013-02-01 17:03:51 +01:00
Sebastian Kügler
1667ad7619 Minimally building core plugin
All classes are disabled currently, and the plugin macros as well.
2013-02-01 17:03:00 +01:00
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