web/konrad/DeclarativeWidgets.git
2013-01-16 Kevin KrammerPorted message box
2013-01-16 Kevin KrammerPorted status bar
2013-01-16 Kevin KrammerPort dialog and dialog button box
2013-01-16 Kevin KrammerFixing include guard names
2013-01-15 Kevin KrammerPorted menu classes
2013-01-15 Kevin KrammerPort main window
2013-01-09 Kevin KrammerRegister types ported so far
2013-01-09 Kevin KrammerPort action item
2013-01-09 Kevin KrammerDeclarativeWidget not needed anymore
2013-01-09 Kevin KrammerPort support for actions on widgets
2013-01-09 Kevin KrammerDeclarativeWebView not needed anymore
2013-01-09 Kevin KrammerDeclarativeLineEdit not needed anymore
2013-01-09 Kevin KrammerDeclarativeRadioButton not needed anymore
2013-01-09 Kevin KrammerPort button group
2013-01-09 Kevin KrammerAdd missing extendedObject() accessor
2013-01-09 Kevin KrammerPort text edit
2013-01-09 Kevin KrammerDon't need DeclarativeCheckBox any more
2013-01-09 Kevin KrammerDon't need DeclarativeLabel any more
2013-01-09 Kevin KrammerDon't need DeclarativePushButton any more
2013-01-09 Kevin KrammerPort tab widget
2013-01-09 Kevin KrammerPort layouts to extensions
2013-01-09 Kevin KrammerAdd extension base classes
2012-12-04 Kevin KrammerIncrease font size in QQ example
2012-12-04 Kevin KrammerExpand declarative view example to export a widget...
2012-12-04 Kevin KrammerAdd declarative context and context properties
2012-12-04 Kevin KrammerAdd simple example for declarative view
2012-12-04 Kevin KrammerAdd QDeclarativeView wrapper
2012-11-28 Kevin KrammerAdd example that alternatively uses Declarative Widgets...
2012-11-28 Tobias KoenigEnable undo/redo buttons correctly in texteditor example
2012-11-28 Tobias KoenigFix handling of placeholder actions with toolbars/toolb...
2012-11-19 Kevin KrammerMore widget animations
2012-11-19 Kevin KrammerAdd licence header to all examples
2012-11-19 Kevin KrammerAdd explicit keyboard to respective constructors
2012-11-08 Kevin KrammerImplement information and critical message handling
2012-11-08 Kevin KrammerShow filename in status bar
2012-11-08 Kevin KrammerAdd icon support
2012-11-07 Kevin KrammerImplement file open
2012-11-07 Kevin KrammerImplement document save
2012-11-07 Kevin KrammerImplement file->new functionality
2012-11-07 Kevin KrammerExport editor controller class
2012-11-07 Kevin KrammerAdd text document as property
2012-11-05 Kevin KrammerAdd text-editor example application
2012-11-05 Kevin KrammerCreate examples.pro
2012-11-05 Kevin KrammerMake the library a separate build target
2012-11-04 Kevin KrammerAdd support for options in file dialog "static" methods
2012-11-04 Kevin KrammerAdd support for options in color dialog "static" methods
2012-11-04 Kevin KrammerRefactor message box attached to common base class
2012-11-02 Kevin KrammerImplement "static methods" for font dialog
2012-11-02 Kevin KrammerRefactor input dialog attached to common base class
2012-11-02 Kevin KrammerRefactor color dialog attached to common base class
2012-11-02 Kevin KrammerRefactor file dialog attached to common base class
2012-11-02 Kevin KrammerAdd base class for attached "static methods" helper...
2012-11-02 Tobias KoenigRemove modules from #include statements to be ready...
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
next