summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on exit when using default property aliases with layoutsv5.6.25.6.2Mitch Curtis2016-09-131-0/+3
* RangeModel: Emit min/max and value changes after component is completeJoni Poikelin2016-08-303-5/+38
* Fix moving of TreeView itemsJoni Poikelin2016-08-263-7/+51
* macOS: Fix native dangling menu still visible on screen and crashFilipe Azevedo2016-08-222-0/+19
* Fix typo (word repetition) in documentationFrederik Schwarzer2016-08-181-1/+1
* Fix typo in documentationFrederik Schwarzer2016-08-181-2/+2
* Update scroll indicator position on content size changeNikita Krupenko2016-08-181-0/+10
* Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-152-2/+2
* Don't activate transient parent if it was closed meanwhileSergio Martins2016-08-121-1/+2
* fix tooltip usageTim Jenssen2016-06-201-1/+1
* Doc: Fix documentation warningsTopi Reinio2016-06-174-9/+10
* ScrollView: block updates when redoing the layoutOlivier Goffart2016-06-091-0/+2
* Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-123-3/+3
* Delete the m_styleoption properlyAlbert Astals Cid2016-05-111-1/+33
* Save some time and memory by using the SystemPalette singletonAleix Pol2016-05-111-5/+1
* Dialogs: enforce changes in minimum sizeShawn Rutledge2016-05-101-4/+9
* Cleanup QQmlExtensionInterface usageJ-P Nurmi2016-05-068-8/+8
* QQuickControlSettings (Android): check touch devicesAnton Kudryavtsev2016-05-031-5/+0
* Static builds: ensure we link against layoutsRichard Moe Gustavsen2016-04-301-0/+1
* fix example installsOswald Buddenhagen2016-04-283-6/+6
* QQuickMouseThief: guard the target item with a QPointerJ-P Nurmi2016-04-281-1/+2
* Doc: Rename conflicting groupTopi Reinio2016-04-286-12/+6
* Remove unused variableAleix Pol2016-04-201-1/+0
* Improve DialStyle's valueToAngle() tests and documentationMitch Curtis2016-04-181-4/+0
* qtquickcontrols.qdocconf: Fix path to qquickabstractstyle_p.h.Friedemann Kleint2016-04-181-1/+1
* Dialog: allow proper resize and default size for contentAlberto Mardegan2016-04-131-7/+15
* Purge sRGB chunks from PNGs in documentation.Edward Welbourne2016-03-2216-0/+0
* Purge sRGB chunks from PNGs of dialog images.Edward Welbourne2016-03-222-0/+0
* Doc: Add missing closing brace to a code snippetTopi Reinio2016-03-101-2/+3
* Fix hiding of horizontal scrollbar when content changesJoni Poikelin2016-03-101-2/+2
* Clarify Slider::tickmarks' purposeMitch Curtis2016-03-091-1/+4
* Doc: Remove text mentioning validatorVenugopal Shivashankar2016-03-091-3/+1
* StyleData "selected" should be false on invalid rowsFilippo Cucchetto2016-03-041-0/+2
* Fixing Dialogs plugins.qmltypesThomas Hartmann2016-02-221-0/+294
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-158-118/+134
|\
| * Revert "Adjust popup position by offset of the view in the toplevel window"v5.6.0-rc1J-P Nurmi2016-02-101-1/+0
| * FileDialog: move shortcuts properties up to QQuickAbstractFileDialogShawn Rutledge2016-02-024-105/+94
| * FileDialog: create FolderListModel asynchronously when first openedShawn Rutledge2016-02-021-11/+33
| * Merge remote-tracking branch 'origin/5.5' into 5.6.0Liang Qi2016-01-304-1/+15
| |\
| | * 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
* | 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