konrad/DeclarativeWidgets.git
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