summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support text alignment for TableViewHeaderv5.3.0-alpha1Jens Bache-Wiig2014-02-253-2/+3
* Fix initial incorrect value for SwitchJens Bache-Wiig2014-02-252-12/+9
* TableView: fix activeFocusOnTab behaviorLiang Qi2014-02-253-1/+136
* Add styleData.totalWidth for TabViewStyle::tabJ-P Nurmi2014-02-252-0/+2
* CustomDialogs example: add an example using CalendarShawn Rutledge2014-02-251-1/+27
* Add the new dialog & calendar examples to .gitignoreJ-P Nurmi2014-02-211-0/+2
* Respect Tab::enabledJ-P Nurmi2014-02-214-0/+23
* Calendar example: sql module requiredCaroline Chao2014-02-211-1/+4
* Calendar example: add needed QTPLUGIN for static buildsCaroline Chao2014-02-211-0/+2
* Minor cleanup and optimizations for TableViewJens Bache-Wiig2014-02-212-9/+7
* MenuContentItem: Remove scroller indicator style warningGabriel de Dietrich2014-02-201-1/+1
* Speed up binding comparisons for TableViewJens Bache-Wiig2014-02-201-9/+9
* Improve TableView performance by caching row-delegatesJens Bache-Wiig2014-02-202-70/+115
* Dialogs: add new CustomDialogs example to the qrc resourcesShawn Rutledge2014-02-201-0/+1
* QPlatformDialogHelper::buttonLayout returns int*Shawn Rutledge2014-02-171-1/+1
* DefaultDialogWrapper: do not accept key events which do not dismissShawn Rutledge2014-02-171-0/+2
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-1711-27/+58
|\
| * 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