konrad/DeclarativeWidgets.git
2012-10-17 Tobias KoenigInvoke slots of proxied objects correctly
2012-10-17 Tobias KoenigAdapt attached properties to common naming scheme
2012-10-17 Tobias KoenigAdd support for StatusBar with permanent widgets inside
2012-10-17 Tobias KoenigAdd support for 'Separator {}' in MenuBar, Menu and...
2012-10-17 Kevin KrammerAll widgets can have actions added, e.g. for context...
2012-10-17 Kevin KrammerAllow non-action QObjects as children of QMenu
2012-10-17 Tobias KoenigAdd support for ToolBar
2012-10-17 Tobias KoenigAdd Menu and Action support
2012-10-17 Tobias KoenigAdd MainWindow and TextEdit
2012-10-17 Tobias KoenigUse qmlAttachedPropertiesObject() method to access...
2012-10-17 Tobias KoenigAdd wrapper for QCalendarWidget
2012-10-17 Tobias KoenigReorder widgets alphabetiaclly
2012-10-17 Tobias KoenigAdd list of widgets that need to be implemented
2012-10-17 Tobias KoenigRename 'WidgetType' macro parameter to 'ProxyObjectType...
2012-10-17 Tobias KoenigRemove unneeded code
2012-10-17 Kevin KrammerRename .pro file to match new repository name
2012-10-16 Kevin KrammerAttached property for TabWidget to specify tab label...
2012-10-16 Kevin KrammerAdd proxy class for QWidget
2012-10-15 Kevin KrammerRefactoring inheritance hierachy, reduce amount of...
2012-10-15 Kevin KrammerMake QML file a commandline option
2012-10-14 Tobias KoenigFix crash when accessing custom properties or functions...
2012-10-14 Tobias KoenigReport errors to declarative environment
2012-10-14 Tobias KoenigAdd a test for using PropertyAnimation with QSlider...
2012-10-14 Tobias KoenigAdd support for QSlider
2012-10-14 Tobias KoenigAdd support for context properties
2012-10-14 Tobias KoenigExtend test.qml
2012-10-14 Tobias KoenigSome extensions
2012-10-14 Tobias KoenigSome cleanup in the declarative wrapper objects.
2012-10-14 Tobias KoenigMake signal handlers work as well
2012-10-14 Tobias KoenigMake it work with properties :)
2012-10-13 Tobias KoenigInitial commit