web/konrad/DeclarativeWidgets.git
12 years agoReorder widgets alphabetiaclly
Tobias Koenig [Wed, 17 Oct 2012 12:03:06 +0000]
Reorder widgets alphabetiaclly

12 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

12 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

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

12 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

12 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

12 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

12 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

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

12 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!!!!! :)

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

12 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! ;)

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

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

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

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

12 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.

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

12 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

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