summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-284-5/+13
| |\ \ | | |/
| | * Allow ComboBox to select items with empty textNikita Krupenko2015-10-261-1/+1
| | * Avoid real-rounding glitches near ends of a slider's range.Edward Welbourne2015-10-211-1/+5
| | * Fix compile error when building Qt in a namespace on OS XAndy Shaw2015-10-081-1/+1
| | * Manually updated corrected meta object revision for QQuickWindowMarco Benelli2015-10-061-2/+6
| * | Avoid redundant relayout when adding or removing itemsUlf Hermann2015-10-231-4/+0
| * | Adding animation interval for tumblerKarim Pinter2015-10-221-6/+5
| * | GroupBoxStyle: work around Binding regressionMitch Curtis2015-10-221-2/+2