konrad/DeclarativeWidgets.git
11 years agoMerge inputdialog.qml into dialogs.qml
Tobias Koenig [Mon, 22 Oct 2012 14:52:06 +0000]
Merge inputdialog.qml into dialogs.qml

11 years agoImprove content of messageboxes
Tobias Koenig [Mon, 22 Oct 2012 14:38:16 +0000]
Improve content of messageboxes

11 years agoSupport for QInputDialog static get methods
Kevin Krammer [Mon, 22 Oct 2012 14:14:46 +0000]
Support for QInputDialog static get methods

11 years agoSupport for QFileDialog static get methods
Kevin Krammer [Mon, 22 Oct 2012 13:33:05 +0000]
Support for QFileDialog static get methods

11 years agoSupport for QColorDialog static getColor methods
Kevin Krammer [Mon, 22 Oct 2012 13:12:51 +0000]
Support for QColorDialog static getColor methods

11 years agoUse message box in editor example
Kevin Krammer [Sat, 20 Oct 2012 16:14:10 +0000]
Use message box in editor example

11 years agoRemove unnecessary flag redeclaration
Kevin Krammer [Sat, 20 Oct 2012 16:09:52 +0000]
Remove unnecessary flag redeclaration

11 years agoImplement QMessageBox
Kevin Krammer [Fri, 19 Oct 2012 16:33:05 +0000]
Implement QMessageBox

11 years agoAdd a couple of dialogs
Tobias Koenig [Fri, 19 Oct 2012 17:43:43 +0000]
Add a couple of dialogs

11 years agoAllow to blacklist certain signals from forwarding
Tobias Koenig [Fri, 19 Oct 2012 17:07:25 +0000]
Allow to blacklist certain signals from forwarding

This avoids that bound signal handlers are called multiple times for signals
with the same name (e.g. QPushButton::clicked() and QPushButton::clicked(bool))

11 years agoRemove all the classes we have implemented already
Tobias Koenig [Fri, 19 Oct 2012 16:40:02 +0000]
Remove all the classes we have implemented already

11 years agoAdd support for QDialog and QDialogButtonBox
Tobias Koenig [Fri, 19 Oct 2012 16:36:27 +0000]
Add support for QDialog and QDialogButtonBox

11 years agoShow how to extend the Qt widgets with custom properties
Tobias Koenig [Fri, 19 Oct 2012 16:13:11 +0000]
Show how to extend the Qt widgets with custom properties

11 years agoFixing delayed setting of GridLayout::alignment
Kevin Krammer [Fri, 19 Oct 2012 15:53:27 +0000]
Fixing delayed setting of GridLayout::alignment

11 years agoFixing delayed setting of BoxLayout::alignment
Kevin Krammer [Fri, 19 Oct 2012 15:36:53 +0000]
Fixing delayed setting of BoxLayout::alignment

11 years agoAdd grid layout
Kevin Krammer [Thu, 18 Oct 2012 13:50:50 +0000]
Add grid layout

11 years agoAdd *.pro.user to ignored files
Kevin Krammer [Thu, 18 Oct 2012 13:22:44 +0000]
Add *.pro.user to ignored files

11 years agoCreate proxy for layouts and rebase existing layouts to it
Kevin Krammer [Thu, 18 Oct 2012 13:22:20 +0000]
Create proxy for layouts and rebase existing layouts to it

11 years agoConnect editor context menu actions
Kevin Krammer [Wed, 17 Oct 2012 18:34:29 +0000]
Connect editor context menu actions

11 years agoAdd QML files to project file
Kevin Krammer [Wed, 17 Oct 2012 18:32:09 +0000]
Add QML files to project file

11 years agoAdd declarative form layout
Kevin Krammer [Wed, 17 Oct 2012 17:53:37 +0000]
Add declarative form layout

11 years agoMove test widget into a tab widget
Kevin Krammer [Wed, 17 Oct 2012 17:29:38 +0000]
Move test widget into a tab widget

11 years agoUse some slots of TextEditor now that we support them
Tobias Koenig [Wed, 17 Oct 2012 17:29:41 +0000]
Use some slots of TextEditor now that we support them

11 years agoAdd attached properties to box layouts
Kevin Krammer [Wed, 17 Oct 2012 17:26:03 +0000]
Add attached properties to box layouts

11 years agoMake the declarative engine accessible
Tobias Koenig [Wed, 17 Oct 2012 17:20:46 +0000]
Make the declarative engine accessible

This allows us to use Qt.quit() inside the QML

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