summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unify license header usageAntti Kokko2016-02-0430-522/+994
* Unify license header usageAntti Kokko2016-02-04442-5268/+7763
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2136-496/+869
|\
| * QQuickStyleItem: replace if-else chain with switchAnton Kudryavtsev2016-01-191-7/+14
| * QQuickStyleItem: wrap const char * in QStringLiteralAnton Kudryavtsev2016-01-191-45/+46
| * QQuickStyleItem: wrap const char * in QLatin1StringAnton Kudryavtsev2016-01-191-102/+102
| * Controls: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-01-192-3/+3
| * Fix dragging of TableView headers with invisible header columnsJoni Poikelin2016-01-181-1/+1
| * Fix regression with TableView header dragging when view is scrolledJoni Poikelin2016-01-181-2/+2
| * Dialogs: do not use an intermediate call of QMap::keys() to get countAnton Kudryavtsev2016-01-152-2/+2
| * Check for __style existence before accessing itMarco Martin2016-01-123-7/+7
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-073-4/+4
| |\
| | * Doc: fix wrong description of doubleClicked() signal in TreeViewNikita Krupenko2016-01-011-2/+2
| | * Doc: fix a typo in TableViewNikita Krupenko2015-12-311-1/+1
| | * Dialog: calculate buttons width when there is < 2 right buttonsNikita Krupenko2015-12-141-1/+1
| * | calendar example: don't derive from unused QSqlQueryModel base classMitch Curtis2016-01-072-4/+2
| * | Layouts: Remove redundant definition of QQuickItemAlessandro Portale2016-01-061-154/+0
| * | Example: Update the textArea to reflect the color changeVenugopal Shivashankar2016-01-061-1/+1
| * | Doc: Update QtQuick.Layouts import version to 1.3Topi Reinio2016-01-041-2/+2
| * | Nicely centered spinner graphicsAlessandro Portale2016-01-043-0/+0
| * | Import tst_objectcount benchmark from qtquickcontrols2J-P Nurmi2015-12-233-0/+178
| * | Add plugins.qmltypes for QtQuick.Dialogs.PrivateKai Koehne2015-12-171-0/+325
| * | Suffix QQuickMenu, QQuickMenuBar & QQuickMenuItem with 1J-P Nurmi2015-12-1611-150/+150
| * | Check if any menu item is selected when mouse is releasedSiteshwar Vashisht2015-12-161-1/+1
| * | Moved menuBar function from QQuickMenuPopupWindow to QQuickmenuv5.6.0-beta1Filippo Cucchetto2015-12-074-18/+18
| * | Fixed missing close of the ComboBox when clicking on itFilippo Cucchetto2015-12-072-5/+23
* | | QQuickWritingSystemListModel: use reserve in writingSystems()Anton Kudryavtsev2016-01-171-0/+1
* | | Replace foreach with range-based forAnton Kudryavtsev2016-01-1613-26/+36
* | | Remove insignificant flag from dialogs testTony Sarajärvi2015-12-041-3/+0
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-0226-743/+2946
|\ \ \ | |/ /
| * | iOS: let platform plugin populate edit menusRichard Moe Gustavsen2015-11-291-42/+1
| * | QQuickMenuPopupWindow: Guard m_logicalParentWindow by QPointer.Friedemann Kleint2015-11-271-1/+1
| * | Menubar popups should handle only release events of a previous press eventFilippo Cucchetto2015-11-263-4/+63
| * | Fix tst_treeviewJ-P Nurmi2015-11-241-2/+2
| * | Update plugins.qmltypesKai Koehne2015-11-195-660/+2807
| * | Fix proxy menu crashJ-P Nurmi2015-11-174-1/+15
| * | Skip controls tests when touch screen is present.Friedemann Kleint2015-11-173-0/+30
| * | Skip PieMenu tests when touch screen is present.Friedemann Kleint2015-11-171-0/+11
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-172-5/+12
| |\ \ | | |/
| | * Fix addTab()/insertTab() documentationMitch Curtis2015-11-091-4/+11
| | * Doc: fix a typo and etc in SplitViewLiang Qi2015-11-041-1/+1
| * | qquickmenu: don't dismiss a native menu from __dismissAndDestroyRichard Moe Gustavsen2015-11-121-0/+3
| * | Fix display of text handlersAleix Pol2015-11-061-4/+8
| * | Extras: fix DropShadow usage.Mitch Curtis2015-11-055-22/+22
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-0532-163/+310
|\ \ \ | |/ /
| * | Fix CircularGauge's tickmark labels all being set 0Mitch Curtis2015-11-042-1/+12
| * | BasicTableView: Use ListView's overlay header for the table headerGabriel de Dietrich2015-11-036-47/+57
| * | Rename QQuickExclusiveGroup to QQuickExclusiveGroup1Mitch Curtis2015-11-037-30/+30
| * | TextField: hide placeholder text when h-centered & focusedJ-P Nurmi2015-11-021-1/+1
| * | Fix {Row|Grid}Layout to adhere to sibling order of its childrenJan Arve Saether2015-10-302-1/+14