Kevin Krammer [Wed, 9 Jan 2013 10:46:53 +0000]
Port button group
Kevin Krammer [Wed, 9 Jan 2013 10:38:15 +0000]
Add missing extendedObject() accessor
Kevin Krammer [Wed, 9 Jan 2013 10:18:59 +0000]
Port text edit
Kevin Krammer [Wed, 9 Jan 2013 09:46:04 +0000]
Don't need DeclarativeCheckBox any more
Works with normal widget extension
Kevin Krammer [Wed, 9 Jan 2013 09:43:10 +0000]
Don't need DeclarativeLabel any more
Works with normal widget extension
Kevin Krammer [Wed, 9 Jan 2013 09:35:56 +0000]
Don't need DeclarativePushButton any more
Works with normal widget extension
Kevin Krammer [Wed, 9 Jan 2013 09:34:55 +0000]
Port tab widget
Kevin Krammer [Tue, 8 Jan 2013 18:22:50 +0000]
Port layouts to extensions
Kevin Krammer [Fri, 28 Dec 2012 18:55:07 +0000]
Add extension base classes
Kevin Krammer [Tue, 4 Dec 2012 18:13:08 +0000]
Increase font size in QQ example
Kevin Krammer [Tue, 4 Dec 2012 18:06:52 +0000]
Expand declarative view example to export a widget as a context property
Kevin Krammer [Tue, 4 Dec 2012 14:26:17 +0000]
Add declarative context and context properties
Kevin Krammer [Tue, 4 Dec 2012 13:04:59 +0000]
Add simple example for declarative view
Kevin Krammer [Tue, 4 Dec 2012 11:56:46 +0000]
Add QDeclarativeView wrapper
Kevin Krammer [Tue, 20 Nov 2012 13:54:21 +0000]
Add example that alternatively uses Declarative Widgets or QtQuick1
Tobias Koenig [Wed, 28 Nov 2012 10:44:31 +0000]
Enable undo/redo buttons correctly in texteditor example
Tobias Koenig [Wed, 28 Nov 2012 10:43:50 +0000]
Fix handling of placeholder actions with toolbars/toolbuttons
Kevin Krammer [Mon, 19 Nov 2012 12:38:56 +0000]
More widget animations
Kevin Krammer [Mon, 19 Nov 2012 11:13:27 +0000]
Add licence header to all examples
Kevin Krammer [Mon, 19 Nov 2012 11:10:19 +0000]
Add explicit keyboard to respective constructors
Kevin Krammer [Thu, 8 Nov 2012 20:29:58 +0000]
Implement information and critical message handling
Kevin Krammer [Thu, 8 Nov 2012 19:39:17 +0000]
Show filename in status bar
Kevin Krammer [Thu, 8 Nov 2012 19:26:31 +0000]
Add icon support
Kevin Krammer [Wed, 7 Nov 2012 19:58:12 +0000]
Implement file open
Kevin Krammer [Wed, 7 Nov 2012 19:46:19 +0000]
Implement document save
Kevin Krammer [Wed, 7 Nov 2012 19:21:14 +0000]
Implement file->new functionality
Kevin Krammer [Tue, 6 Nov 2012 07:51:14 +0000]
Export editor controller class
Kevin Krammer [Tue, 6 Nov 2012 08:02:01 +0000]
Add text document as property
Kevin Krammer [Mon, 5 Nov 2012 20:00:52 +0000]
Add text-editor example application
Kevin Krammer [Mon, 5 Nov 2012 19:50:06 +0000]
Create examples.pro
Kevin Krammer [Mon, 5 Nov 2012 19:46:05 +0000]
Make the library a separate build target
Kevin Krammer [Sun, 4 Nov 2012 22:08:13 +0000]
Add support for options in file dialog "static" methods
Kevin Krammer [Sun, 4 Nov 2012 20:08:52 +0000]
Add support for options in color dialog "static" methods
Kevin Krammer [Sun, 4 Nov 2012 10:03:53 +0000]
Refactor message box attached to common base class
Kevin Krammer [Fri, 2 Nov 2012 15:19:09 +0000]
Implement "static methods" for font dialog
Kevin Krammer [Fri, 2 Nov 2012 14:35:01 +0000]
Refactor input dialog attached to common base class
Kevin Krammer [Fri, 2 Nov 2012 14:29:44 +0000]
Refactor color dialog attached to common base class
Kevin Krammer [Fri, 2 Nov 2012 14:26:24 +0000]
Refactor file dialog attached to common base class
Kevin Krammer [Fri, 2 Nov 2012 14:23:21 +0000]
Add base class for attached "static methods" helper objects
Tobias Koenig [Fri, 2 Nov 2012 14:38:53 +0000]
Remove modules from #include statements to be ready for Qt5
Kevin Krammer [Fri, 2 Nov 2012 14:03:57 +0000]
Add filedialog.qml to project
Tobias Koenig [Fri, 2 Nov 2012 11:13:35 +0000]
Split declarativeobjects_p.h/cpp into separated files
Moved files around to have a cleaner separation between library
and application.
Use GPL+KDAB copyright statement in all files.
Tobias Koenig [Fri, 2 Nov 2012 08:14:37 +0000]
Fix assignment of label to TabWidget's attached properties
Tobias Koenig [Wed, 31 Oct 2012 12:10:28 +0000]
Add support for ScrollArea
Tobias Koenig [Wed, 31 Oct 2012 12:02:35 +0000]
Add support for ColumnView, ListView, TableView and TreeView
Tobias Koenig [Wed, 31 Oct 2012 09:27:46 +0000]
Add support for StackedWidget
Tobias Koenig [Wed, 31 Oct 2012 09:20:01 +0000]
Add support for LCDNumber
Tobias Koenig [Wed, 31 Oct 2012 09:12:35 +0000]
Add support for StackedLayout
Tobias Koenig [Wed, 31 Oct 2012 08:59:47 +0000]
Add template specialization of DeclarativeObjectProxy
This allows us to differ between proxied objects that need
a parent initializer (e.g. QAction) and objects where passing
a '0' as parent initializer would be ambigous.
Tobias Koenig [Sun, 28 Oct 2012 11:56:54 +0000]
Use qWarning instead of qFatal to quit app
Kevin Krammer [Sun, 28 Oct 2012 10:46:25 +0000]
Optional arguments for QInputDialog static methods
Kevin Krammer [Sun, 28 Oct 2012 09:24:09 +0000]
Optional arguments for QColorDialog static methods
Tobias Koenig [Sun, 28 Oct 2012 09:26:57 +0000]
Add support for ButtonGroup
Tobias Koenig [Sun, 28 Oct 2012 08:54:48 +0000]
Improve browser.qml a bit
Tobias Koenig [Sun, 28 Oct 2012 08:45:51 +0000]
Add support for ProgressBar
Tobias Koenig [Sun, 28 Oct 2012 08:34:59 +0000]
Add support for ScrollBar
Tobias Koenig [Sun, 28 Oct 2012 08:33:16 +0000]
Add support for Dial
Tobias Koenig [Sun, 28 Oct 2012 08:28:47 +0000]
Add support for SpinBox and DoubleSpinBox
Tobias Koenig [Sun, 28 Oct 2012 08:23:40 +0000]
Add support for CommandLinkButton
Tobias Koenig [Sun, 28 Oct 2012 08:19:11 +0000]
Add support for RadioButton
Tobias Koenig [Sun, 28 Oct 2012 08:15:59 +0000]
Add support for ToolButton
Tobias Koenig [Sun, 28 Oct 2012 08:01:40 +0000]
Changed gallery.qml to show all available widgets (similar to Qt Designer)
Tobias Koenig [Sun, 28 Oct 2012 08:01:17 +0000]
Add support for DateEdit/DateTimeEdit/TimeEdit
Tobias Koenig [Sun, 28 Oct 2012 07:38:38 +0000]
Add support for WebView
or how to create your webbrowser with 36 loc... it's just awesome!!! :)
Tobias Koenig [Sun, 28 Oct 2012 07:25:32 +0000]
Add support for TextBrowser
Tobias Koenig [Sun, 28 Oct 2012 07:18:54 +0000]
Add support for PlainTextEdit
Tobias Koenig [Sun, 28 Oct 2012 07:15:30 +0000]
Add support for GroupBox
Tobias Koenig [Sun, 28 Oct 2012 07:12:30 +0000]
Add support for Frame
Tobias Koenig [Sun, 28 Oct 2012 07:08:07 +0000]
Add support for LineEdit
Tobias Koenig [Sun, 28 Oct 2012 07:03:51 +0000]
Remove dialogs from qwidgets.list we have implemented already
Tobias Koenig [Fri, 19 Oct 2012 12:09:57 +0000]
Add ActionItem to allow sharing Action objects between MenuBar, ToolBar and Widgets
Kevin Krammer [Tue, 23 Oct 2012 15:59:27 +0000]
QFileDialog static methods optional arguments and output arguments
Tobias Koenig [Mon, 22 Oct 2012 14:52:06 +0000]
Merge inputdialog.qml into dialogs.qml
Tobias Koenig [Mon, 22 Oct 2012 14:38:16 +0000]
Improve content of messageboxes
Kevin Krammer [Mon, 22 Oct 2012 14:14:46 +0000]
Support for QInputDialog static get methods
Kevin Krammer [Mon, 22 Oct 2012 13:33:05 +0000]
Support for QFileDialog static get methods
Kevin Krammer [Mon, 22 Oct 2012 13:12:51 +0000]
Support for QColorDialog static getColor methods
Kevin Krammer [Sat, 20 Oct 2012 16:14:10 +0000]
Use message box in editor example
Kevin Krammer [Sat, 20 Oct 2012 16:09:52 +0000]
Remove unnecessary flag redeclaration
Kevin Krammer [Fri, 19 Oct 2012 16:33:05 +0000]
Implement QMessageBox
Tobias Koenig [Fri, 19 Oct 2012 17:43:43 +0000]
Add a couple of dialogs
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))
Tobias Koenig [Fri, 19 Oct 2012 16:40:02 +0000]
Remove all the classes we have implemented already
Tobias Koenig [Fri, 19 Oct 2012 16:36:27 +0000]
Add support for QDialog and QDialogButtonBox
Tobias Koenig [Fri, 19 Oct 2012 16:13:11 +0000]
Show how to extend the Qt widgets with custom properties
Kevin Krammer [Fri, 19 Oct 2012 15:53:27 +0000]
Fixing delayed setting of GridLayout::alignment
Kevin Krammer [Fri, 19 Oct 2012 15:36:53 +0000]
Fixing delayed setting of BoxLayout::alignment
Kevin Krammer [Thu, 18 Oct 2012 13:50:50 +0000]
Add grid layout
Kevin Krammer [Thu, 18 Oct 2012 13:22:44 +0000]
Add *.pro.user to ignored files
Kevin Krammer [Thu, 18 Oct 2012 13:22:20 +0000]
Create proxy for layouts and rebase existing layouts to it
Kevin Krammer [Wed, 17 Oct 2012 18:34:29 +0000]
Connect editor context menu actions
Kevin Krammer [Wed, 17 Oct 2012 18:32:09 +0000]
Add QML files to project file
Kevin Krammer [Wed, 17 Oct 2012 17:53:37 +0000]
Add declarative form layout
Kevin Krammer [Wed, 17 Oct 2012 17:29:38 +0000]
Move test widget into a tab widget
Tobias Koenig [Wed, 17 Oct 2012 17:29:41 +0000]
Use some slots of TextEditor now that we support them
Kevin Krammer [Wed, 17 Oct 2012 17:26:03 +0000]
Add attached properties to box layouts
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
Tobias Koenig [Wed, 17 Oct 2012 17:14:24 +0000]
Invoke slots of proxied objects correctly
Tobias Koenig [Wed, 17 Oct 2012 16:59:52 +0000]
Adapt attached properties to common naming scheme
Tobias Koenig [Wed, 17 Oct 2012 16:55:44 +0000]
Add support for StatusBar with permanent widgets inside