web/konrad/DeclarativeWidgets.git
11 years agoInvoke slots of proxied objects correctly
Tobias Koenig [Wed, 17 Oct 2012 17:14:24 +0000]
Invoke slots of proxied objects correctly

11 years agoAdapt attached properties to common naming scheme
Tobias Koenig [Wed, 17 Oct 2012 16:59:52 +0000]
Adapt attached properties to common naming scheme

11 years agoAdd support for StatusBar with permanent widgets inside
Tobias Koenig [Wed, 17 Oct 2012 16:55:44 +0000]
Add support for StatusBar with permanent widgets inside

11 years agoAdd support for 'Separator {}' in MenuBar, Menu and ToolBar
Tobias Koenig [Wed, 17 Oct 2012 16:22:24 +0000]
Add support for 'Separator {}' in MenuBar, Menu and ToolBar

11 years agoAll widgets can have actions added, e.g. for context menu
Kevin Krammer [Wed, 17 Oct 2012 16:21:03 +0000]
All widgets can have actions added, e.g. for context menu

11 years agoAllow non-action QObjects as children of QMenu
Kevin Krammer [Wed, 17 Oct 2012 16:04:25 +0000]
Allow non-action QObjects as children of QMenu

E.g. for attaching anything non-visual like a timer

11 years agoAdd support for ToolBar
Tobias Koenig [Wed, 17 Oct 2012 16:03:00 +0000]
Add support for ToolBar

11 years agoAdd Menu and Action support
Tobias Koenig [Wed, 17 Oct 2012 15:25:22 +0000]
Add Menu and Action support

11 years agoAdd MainWindow and TextEdit
Tobias Koenig [Wed, 17 Oct 2012 14:31:43 +0000]
Add MainWindow and TextEdit

11 years agoUse qmlAttachedPropertiesObject() method to access attached properties
Tobias Koenig [Wed, 17 Oct 2012 13:44:18 +0000]
Use qmlAttachedPropertiesObject() method to access attached properties

11 years agoAdd wrapper for QCalendarWidget
Tobias Koenig [Wed, 17 Oct 2012 12:10:08 +0000]
Add wrapper for QCalendarWidget

11 years agoReorder widgets alphabetiaclly
Tobias Koenig [Wed, 17 Oct 2012 12:03:06 +0000]
Reorder widgets alphabetiaclly

11 years agoAdd list of widgets that need to be implemented
Tobias Koenig [Wed, 17 Oct 2012 11:54:19 +0000]
Add list of widgets that need to be implemented

11 years agoRename 'WidgetType' macro parameter to 'ProxyObjectType' to reflect usage
Tobias Koenig [Wed, 17 Oct 2012 11:42:05 +0000]
Rename 'WidgetType' macro parameter to 'ProxyObjectType' to reflect usage

11 years agoRemove unneeded code
Tobias Koenig [Wed, 17 Oct 2012 11:35:22 +0000]
Remove unneeded code

11 years agoRename .pro file to match new repository name
Kevin Krammer [Wed, 17 Oct 2012 11:27:20 +0000]
Rename .pro file to match new repository name

11 years agoAttached property for TabWidget to specify tab label/icon
Kevin Krammer [Tue, 16 Oct 2012 17:54:58 +0000]
Attached property for TabWidget to specify tab label/icon

11 years agoAdd proxy class for QWidget
Kevin Krammer [Tue, 16 Oct 2012 17:01:56 +0000]
Add proxy class for QWidget

Implements standard layout/child widget handling, allows sub classes
to override selectively

11 years agoRefactoring inheritance hierachy, reduce amount of per class code
Kevin Krammer [Mon, 15 Oct 2012 18:44:25 +0000]
Refactoring inheritance hierachy, reduce amount of per class code

11 years agoMake QML file a commandline option
Kevin Krammer [Mon, 15 Oct 2012 16:58:50 +0000]
Make QML file a commandline option

11 years agoFix crash when accessing custom properties or functions in QML
Tobias Koenig [Sun, 14 Oct 2012 16:00:39 +0000]
Fix crash when accessing custom properties or functions in QML

It works!!!!! :)

11 years agoReport errors to declarative environment
Tobias Koenig [Sun, 14 Oct 2012 15:29:11 +0000]
Report errors to declarative environment

11 years agoAdd a test for using PropertyAnimation with QSlider... it just rocks! ;)
Tobias Koenig [Sun, 14 Oct 2012 13:11:13 +0000]
Add a test for using PropertyAnimation with QSlider... it just rocks! ;)

11 years agoAdd support for QSlider
Tobias Koenig [Sun, 14 Oct 2012 13:10:53 +0000]
Add support for QSlider

11 years agoAdd support for context properties
Tobias Koenig [Sun, 14 Oct 2012 11:16:37 +0000]
Add support for context properties

11 years agoExtend test.qml
Tobias Koenig [Sun, 14 Oct 2012 10:59:31 +0000]
Extend test.qml

11 years agoSome extensions
Tobias Koenig [Sun, 14 Oct 2012 10:52:45 +0000]
Some extensions

11 years agoSome cleanup in the declarative wrapper objects.
Tobias Koenig [Sun, 14 Oct 2012 10:39:38 +0000]
Some cleanup in the declarative wrapper objects.

11 years agoMake signal handlers work as well
Tobias Koenig [Sun, 14 Oct 2012 10:27:25 +0000]
Make signal handlers work as well

11 years agoMake it work with properties :)
Tobias Koenig [Sun, 14 Oct 2012 09:16:04 +0000]
Make it work with properties :)

Next step: support for signals

11 years agoInitial commit
Tobias Koenig [Sat, 13 Oct 2012 17:41:11 +0000]
Initial commit