| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-06-11 | 1 | -2/+2 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-06-06 | 1 | -2/+2 |
| | |\ |
|
| | | * | Doc: Remove superfluous double quotes in code snippets | Paul Wicking | 2019-06-04 | 1 | -2/+2 |
| * | | | Add TableModelColumn | Mitch Curtis | 2019-04-08 | 4 | -136/+196 |
| * | | | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-03-08 | 3 | -4/+4 |
| |\| | |
|
| | * | | Doc: Promote use of ECMAScript modules over Qt.include() | Ulf Hermann | 2019-03-04 | 3 | -4/+4 |
| | |/ |
|
| * | | TableModel: support built-in QML model roles | Mitch Curtis | 2019-02-28 | 1 | -0/+1 |
| * | | TableModel.roleDataProvider: replace row, column with index argument | Shawn Rutledge | 2019-02-22 | 1 | -2/+2 |
| * | | TableModel: add roleDataProvider callback | Shawn Rutledge | 2019-02-15 | 1 | -0/+83 |
| * | | Add TableModel | Mitch Curtis | 2019-02-08 | 2 | -0/+239 |
| |/ |
|
| * | Doc: Use input handlers and controls wherever appropriate | Venugopal Shivashankar | 2018-11-01 | 1 | -5/+4 |
| * | Doc: Remove documentation for deprecated QML types | Venugopal Shivashankar | 2018-09-25 | 4 | -0/+0 |
| * | Add support for ECMASCript modules in WorkerScript elements | Simon Hausmann | 2018-08-21 | 2 | -1/+1 |
| * | Doc: Move literal codeblocks to snippet files | Venugopal Shivashankar | 2018-06-22 | 2 | -0/+56 |
| * | Merge remote-tracking branch 'origin/5.9' into 5.105.10 | Liang Qi | 2018-02-07 | 1 | -0/+20 |
| |\ |
|
| | * | Document that Q_GADGET classes cannot be used with newQMetaObject() | Mitch Curtis | 2018-02-05 | 1 | -0/+20 |
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10 | Liang Qi | 2017-10-24 | 106 | -333/+1370 |
| |\| |
|
| | * | Fix qdoc files to always use FDL | Kai Koehne | 2017-10-18 | 1 | -31/+18 |
| | * | Fix outdated BSD license header | Kai Koehne | 2017-10-17 | 105 | -302/+1352 |
| * | | Doc: fix QJSEngine code snippet | Samuel Gaist | 2017-09-30 | 1 | -1/+1 |
| |/ |
|
| * | QJSEngine: document limitation of dynamic QObject properties | Mitch Curtis | 2017-07-27 | 1 | -0/+13 |
| * | Doc: Avoid copyright text in the codeblock by using \snippet | Venugopal Shivashankar | 2017-06-16 | 4 | -5/+8 |
| * | Doc: Simplify documentation about integrating QML and C++ | Venugopal Shivashankar | 2017-06-08 | 4 | -0/+290 |
| * | Add Qt.callLater() function. | Michael Brasser | 2016-03-08 | 1 | -0/+109 |
| * | Make obj2's text consistent between qtBinding.[23].qml | Edward Welbourne | 2015-10-16 | 1 | -1/+1 |
| * | Doc: resize tables with overflow | Nico Vertriest | 2015-06-25 | 2 | -2/+4 |
| * | Purge use of VisualDataModel from docs where DelegateModel is required | Alex Blasche | 2015-05-28 | 3 | -7/+10 |
| * | Doc: Expand on QJSEngine exception handling | Sze Howe Koh | 2015-04-18 | 1 | -1/+4 |
| * | Fixed license headers | Jani Heikkinen | 2015-02-17 | 105 | -315/+315 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 105 | -513/+513 |
| * | doc: Fixed copy/paste errors in DSM snippets | Alejandro Exojo | 2014-12-30 | 3 | -3/+0 |
| * | Fix non-compiling QtQml code snippet | Alex Blasche | 2014-10-23 | 1 | -1/+1 |
| * | qmlstatemachine: Rename StateBase to State | Kevin Funk | 2014-10-21 | 12 | -61/+60 |
| * | Fix broken QJSEngine snippet in documentation. | Mitch Curtis | 2014-09-11 | 1 | -3/+3 |
| * | QSM: Reintroduce guard argument evaluation | Sebastian Sauer | 2014-08-25 | 1 | -0/+69 |
| * | Say hello to the Declarative State Machine Framework | Brett Stottlemyer | 2014-08-08 | 12 | -0/+1079 |
| * | fix whitespace | Oswald Buddenhagen | 2014-01-22 | 9 | -13/+13 |
| * | Doc: Made copy of the QML files in the snippets directory | Venu | 2013-12-13 | 2 | -0/+171 |
| * | Doc: Inline a short snippet | Sze Howe Koh | 2013-05-16 | 1 | -61/+0 |
| * | Doc: Move snippet into correct module | Sze Howe Koh | 2013-05-16 | 1 | -125/+0 |
| * | Doc: Fixed a bunch of missing snippets. | Jerome Pasion | 2013-05-15 | 4 | -0/+272 |
| * | Move xmlrole.qml to the correct location | Jan Arve Saether | 2013-05-08 | 1 | -81/+0 |
| * | Doc: Moved "QML Application Developer Resources" to qtdoc repository. | Jerome Pasion | 2013-04-29 | 3 | -107/+0 |
| * | Doc: corrected snippet issue by changing extension snippet file. | Nico Vertriest | 2013-04-25 | 2 | -10/+51 |
| * | Doc: Expand example (importing multiple modules into 1 namespace) | Sze Howe Koh | 2013-04-25 | 1 | -2/+9 |
| * | Doc: Replace some references to Nokia | Sze Howe Koh | 2013-04-24 | 1 | -2/+2 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-10 | 90 | -90/+90 |
| * | Changed the plugin module name | Venugopal Shivashankar | 2012-10-29 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-23 | 90 | -540/+540 |
| * | Update usage of smooth and antialiasing. | Michael Brasser | 2012-08-28 | 3 | -3/+3 |