konrad/DeclarativeWidgets.git
2012-11-02 Kevin KrammerAdd filedialog.qml to project
2012-11-02 Tobias KoenigSplit declarativeobjects_p.h/cpp into separated files
2012-11-02 Tobias KoenigFix assignment of label to TabWidget's attached properties
2012-10-31 Tobias KoenigAdd support for ScrollArea
2012-10-31 Tobias KoenigAdd support for ColumnView, ListView, TableView and...
2012-10-31 Tobias KoenigAdd support for StackedWidget
2012-10-31 Tobias KoenigAdd support for LCDNumber
2012-10-31 Tobias KoenigAdd support for StackedLayout
2012-10-31 Tobias KoenigAdd template specialization of DeclarativeObjectProxy
2012-10-28 Tobias KoenigUse qWarning instead of qFatal to quit app
2012-10-28 Kevin KrammerOptional arguments for QInputDialog static methods
2012-10-28 Kevin KrammerOptional arguments for QColorDialog static methods
2012-10-28 Tobias KoenigAdd support for ButtonGroup
2012-10-28 Tobias KoenigImprove browser.qml a bit
2012-10-28 Tobias KoenigAdd support for ProgressBar
2012-10-28 Tobias KoenigAdd support for ScrollBar
2012-10-28 Tobias KoenigAdd support for Dial
2012-10-28 Tobias KoenigAdd support for SpinBox and DoubleSpinBox
2012-10-28 Tobias KoenigAdd support for CommandLinkButton
2012-10-28 Tobias KoenigAdd support for RadioButton
2012-10-28 Tobias KoenigAdd support for ToolButton
2012-10-28 Tobias KoenigChanged gallery.qml to show all available widgets ...
2012-10-28 Tobias KoenigAdd support for DateEdit/DateTimeEdit/TimeEdit
2012-10-28 Tobias KoenigAdd support for WebView
2012-10-28 Tobias KoenigAdd support for TextBrowser
2012-10-28 Tobias KoenigAdd support for PlainTextEdit
2012-10-28 Tobias KoenigAdd support for GroupBox
2012-10-28 Tobias KoenigAdd support for Frame
2012-10-28 Tobias KoenigAdd support for LineEdit
2012-10-28 Tobias KoenigRemove dialogs from qwidgets.list we have implemented...
2012-10-28 Tobias KoenigAdd ActionItem to allow sharing Action objects between...
2012-10-23 Kevin KrammerQFileDialog static methods optional arguments and outpu...
2012-10-22 Tobias KoenigMerge inputdialog.qml into dialogs.qml
2012-10-22 Tobias KoenigImprove content of messageboxes
2012-10-22 Kevin KrammerSupport for QInputDialog static get methods
2012-10-22 Kevin KrammerSupport for QFileDialog static get methods
2012-10-22 Kevin KrammerSupport for QColorDialog static getColor methods
2012-10-20 Kevin KrammerUse message box in editor example
2012-10-20 Kevin KrammerRemove unnecessary flag redeclaration
2012-10-20 Kevin KrammerImplement QMessageBox
2012-10-19 Tobias KoenigAdd a couple of dialogs
2012-10-19 Tobias KoenigAllow to blacklist certain signals from forwarding
2012-10-19 Tobias KoenigRemove all the classes we have implemented already
2012-10-19 Tobias KoenigAdd support for QDialog and QDialogButtonBox
2012-10-19 Tobias KoenigShow how to extend the Qt widgets with custom properties
2012-10-19 Kevin KrammerFixing delayed setting of GridLayout::alignment
2012-10-19 Kevin KrammerFixing delayed setting of BoxLayout::alignment
2012-10-18 Kevin KrammerAdd grid layout
2012-10-18 Kevin KrammerAdd *.pro.user to ignored files
2012-10-18 Kevin KrammerCreate proxy for layouts and rebase existing layouts...
2012-10-17 Kevin KrammerConnect editor context menu actions
2012-10-17 Kevin KrammerAdd QML files to project file
2012-10-17 Kevin KrammerAdd declarative form layout
2012-10-17 Kevin KrammerMove test widget into a tab widget
2012-10-17 Tobias KoenigUse some slots of TextEditor now that we support them
2012-10-17 Kevin KrammerAdd attached properties to box layouts
2012-10-17 Tobias KoenigMake the declarative engine accessible
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