summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-1211-27/+58
| |\ \ | | |/
| | * Set accessible name for RadioButtonFrederik Gladhorn2014-02-061-0/+1
| | * Doc: Fix broken linksSze Howe Koh2014-02-067-13/+10
| | * Ignore selectByMouse on android until QTBUG-36515 is resolvedJens Bache-Wiig2014-02-042-2/+2
| | * Touch example: Fix back navigationCaroline Chao2014-02-031-10/+6
| | * Allow size hint changes during a rearrange.Jan Arve Saether2014-01-282-1/+39
* | | Don't register LayoutBase as a type.Jan Arve Saether2014-02-174-6/+11
* | | Update plugins.qmltypes for QtQuick.LayoutsJan Arve Saether2014-02-171-1/+5
* | | FontDialog: new version of DefaultFontDialog.qmlLiang Qi2014-02-152-331/+210
* | | QtQuick.Dialogs: added Dialog: wrapper for arbitrary contentShawn Rutledge2014-02-1513-36/+911
* | | Consolidate StandardButton, ButtonRole and related functionsShawn Rutledge2014-02-153-36/+36
* | | Use childAt() instead of cellIndexAt().Mitch Curtis2014-02-153-101/+72
* | | Add Component Map section to CalendarStyle documentation.Mitch Curtis2014-02-157-1/+25
* | | Set baselineOffset on Styles/Base correctlyJan Arve Saether2014-02-144-0/+9
* | | Don't ignore horizontal alignment for items with baseline alignmentsJan Arve Saether2014-02-141-1/+22
* | | Add Calendar to Qt Quick Controls.Mitch Curtis2014-02-1430-0/+3380
* | | Introducing styling for Menu, MenuBarGabriel de Dietrich2014-02-1417-435/+825
* | | Update .gitignoreJ-P Nurmi2014-02-121-0/+1
|/ /
* | FileDialog: selectedNameFilter property is case-insensitiveShawn Rutledge2014-02-111-1/+1
* | FileDialog: centralize URL validation in setFolderShawn Rutledge2014-02-112-17/+32
* | FileDialog: new features in DefaultFileDialog.qmlShawn Rutledge2014-02-116-289/+337
* | Accessible slider should not have value as nameFrederik Gladhorn2014-02-072-1/+1
* | Accessibility improvementsFrederik Gladhorn2014-02-073-0/+6
* | Accessibility: Improve TextField and AreaFrederik Gladhorn2014-02-072-0/+3
* | QtQuick.Dialogs FileDialog: don't go astray into qrc:/ on AndroidShawn Rutledge2014-02-061-3/+12
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-0515-8/+391
|\ \
| * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-2715-8/+391
| |\ \ | | |/
| | * Controls: Fixed support for Keys attached property on controls allowing text ...Liang Qi2014-01-2212-0/+384
| | * Fix StackView documentationJens Bache-Wiig2014-01-221-2/+2
| | * Fix implicit width for SpinBoxJens Bache-Wiig2014-01-221-0/+4
| | * Remove unused white rectangle causing drawing issuesMartin Klapetek2014-01-211-5/+0
| | * Fix TextField::placeholderText docsJ-P Nurmi2014-01-211-1/+1
* | | MenuItem: use queued connection to trigger() - avoid deletion crashShawn Rutledge2014-02-051-1/+1
* | | ComboBox: Remove style related warningGabriel de Dietrich2014-02-051-3/+3
* | | Normalize signal & slot signatures in connectionThiago Macieira2014-02-046-21/+21
* | | Add currentFont property to FontDialog.Liang Qi2014-02-037-2/+34
* | | ColorDialog: color property must be up-to-date before accepted()Shawn Rutledge2014-02-033-1/+9
|/ /
* | Make sure that items don't exceed the layout-computed boundaryJan Arve Saether2014-01-272-3/+61
* | Make sure that layout is invalidated if LayoutMirroring is changed.Jan Arve Saether2014-01-232-0/+19
* | Add missing tests for layoutDirection and mirroringJan Arve Saether2014-01-231-0/+2
* | TableViewColumn: make resizing easier on touchscreensShawn Rutledge2014-01-231-1/+3
* | TableView: added resizeToContents and resizeColumnsToContentsShawn Rutledge2014-01-224-13/+115
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Caroline Chao2014-01-227-16/+101
|\ \
| * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-177-16/+101
| |\ \ | | |/
| | * Fix typo in property in ComboBoxStyleDavid Edmundson2014-01-163-6/+9
| | * Support negative layout spacings (do not assert)Jan Arve Saether2014-01-162-1/+41
| | * Don't lie in the docs.Jan Arve Saether2014-01-161-4/+4
| | * Bump MODULE_VERSION to 5.2.2Sergio Ahumada2014-01-161-1/+1
| | * tests: update activeFocusOnTab to support editable ComboBoxLiang Qi2014-01-142-6/+48
* | | Fix a rounding error in the baseline of SpinBoxJan Arve Saether2014-01-211-4/+9