Sebastian Kügler
1d666bfcb1
Enable build of QtExtras, make it build, install
...
ColumnProxyModel and QIconItem work, more pending.
2013-02-14 02:07:37 +01:00
Sebastian Kügler
4eb4608608
Buildsystem changes for qtextracomponents plugin
...
Basically disables everything from the build. Does not compile like this
yet, but it's disabled in the toplevel anyway.
2013-02-12 12:50:23 +01:00
Aleix Pol
b8b474068e
Introduce the ColumnProxyModel
...
This component will let the developer access different parts of the
QAbstractItemModel implementations that are impossible to be accessed
from QML. i.e. columns!=0 and the tree branches.
REVIEW: 106272
2012-09-04 01:27:05 +02:00
Sebastian Kügler
2654681dfd
Add MouseEventListener from mobilecomponents
...
We need this in some components to work around weaknesses in the
standard MouseArea (such as conditional accepting of events).
MouseEventListener basically provides wiretapping for mouse events,
without blocking them, so they are still effective in the underlying
widgets.
2011-11-25 00:49:53 +01:00
Mark Gaiser
41bd519f43
Made the icon property a QVariant.
...
If a string is passed a KIcon(string) object will be created.
If a QIcon is passed that will be used.
REVIEW: 103009
2011-11-02 21:28:30 +01:00
Marco Martin
5788424702
qmenu bindings with the QtComponents api
2011-10-28 18:57:34 +02:00
Viranch Mehta
e677aafcad
Rename QMenuItem to QMenuAction, QMenuItem was already defined. Add support for separators in QMenus
2011-08-17 23:21:04 +05:30
Viranch Mehta
220cae4242
Make QMenuItem a derived class of QAction (to minimize its implementation)
2011-08-17 20:30:53 +05:30
Viranch Mehta
c34d4ea456
Make QMenu fairly usable in QML plasmoids, separate out QMenu and QMenuItem classes
2011-08-17 03:22:25 +05:30
Viranch Mehta
2c6677aaf4
QMenu QML binding (with test 'hello','world' menu entries)
2011-08-02 19:43:48 +05:30
Nicolás Alvarez
cde1151099
Merged scratch/mart/plasma-components into subtree plasma/declarativeimports.
2011-02-10 14:41:47 -03:00