summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Fixed key event propagation with submenusFilippo Cucchetto2016-01-292-1/+7
| * | | TreeView should update selection on release with ExtendedSelectionFilippo Cucchetto2016-02-121-8/+26
| * | | Doc: Added qmlpropertygroup statementsNico Vertriest2016-02-032-0/+2
| * | | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-252-0/+8
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fixed keyboard navigation in submenusFilippo Cucchetto2016-01-242-0/+8
| * | Android: fix Dialog window decorations' dismiss-on-click behaviorVladimir Moolle2016-01-222-2/+10
* | | Unify license header usageAntti Kokko2016-02-0429-145/+145
* | | Unify license header usageAntti Kokko2016-02-04439-5268/+6585
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2128-490/+673
|\ \ \ | |/ /
| * | 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
| * | Layouts: Remove redundant definition of QQuickItemAlessandro Portale2016-01-061-154/+0
| * | Doc: Update QtQuick.Layouts import version to 1.3Topi Reinio2016-01-041-2/+2
| * | Nicely centered spinner graphicsAlessandro Portale2016-01-043-0/+0
| * | Add plugins.qmltypes for QtQuick.Dialogs.PrivateKai Koehne2015-12-171-0/+325
| * | Suffix QQuickMenu, QQuickMenuBar & QQuickMenuItem with 1J-P Nurmi2015-12-1610-149/+149
| * | 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-071-5/+9
* | | QQuickWritingSystemListModel: use reserve in writingSystems()Anton Kudryavtsev2016-01-171-0/+1
* | | Replace foreach with range-based forAnton Kudryavtsev2016-01-1613-26/+36
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-0221-739/+2881
|\ \ \ | |/ /
| * | 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-262-4/+12
| * | Update plugins.qmltypesKai Koehne2015-11-195-660/+2807
| * | Fix proxy menu crashJ-P Nurmi2015-11-174-1/+15
| * | 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-0525-160/+167
|\ \ \ | |/ /
| * | Fix CircularGauge's tickmark labels all being set 0Mitch Curtis2015-11-041-1/+3
| * | BasicTableView: Use ListView's overlay header for the table headerGabriel de Dietrich2015-11-034-44/+50
| * | 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
| * | ScrollView: Don't depend on originY for the internal scrollbarGabriel de Dietrich2015-10-302-40/+35