summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close popup windows when application state changesold/5.2Gabriel de Dietrich2014-02-262-0/+9
* 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
* 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
* 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
* ComboBox: Allow setting currentIndex to -1 to clear selectionv5.2.1Gabriel de Dietrich2014-01-082-3/+39
* ComboBox: Don't suggest auto-complete text if editText is emptyGabriel de Dietrich2014-01-082-1/+2
* Add missing call to initResources needed for static linkingCaroline Chao2014-01-071-0/+6
* Do not loop infinitely if a span is larger than the layout extentJan Arve Saether2014-01-072-1/+26
* Make Label accessibleFrederik Gladhorn2014-01-032-3/+5
* Fixed: Regression in key navigation on TableViewJens Bache-Wiig2013-12-212-1/+29
* Menu: Don't create platform item for QQuickMenuItemContainersGabriel de Dietrich2013-12-175-20/+21
* Set style object on QStyleOptionFrames in QQuickStyleItemMartin Gräßlin2013-12-131-0/+2
* Make editable Combobox accept substringsJens Bache-Wiig2013-12-132-6/+25
* SpinBox: fix selection behaviorJ-P Nurmi2013-12-121-3/+5
* Enable text eliding in base style tabsJens Bache-Wiig2013-12-121-15/+15
* Don't animate the busy indicator when it is not showing.Gunnar Sletta2013-12-071-0/+3
* gallery: run particles only when visibleJ-P Nurmi2013-12-051-1/+1
* Make StatusBar and ToolBar focus scopesJens Bache-Wiig2013-12-042-2/+2
* Fix slider keyboard shortcuts in vertical orientationDavid Edmundson2013-12-041-2/+4
* Make slider's style react to mouse hoverMartin Klapetek2013-12-041-0/+1
* Update ScrollView documentation to be valid QMLDavid Edmundson2013-12-041-1/+1
* Fix disabled text color of TextAreaMartin Klapetek2013-12-041-3/+1
* Make scrolling on combobox workMartin Klapetek2013-12-041-19/+31
* SpinBox: attempt to fixup the input as appropriateJ-P Nurmi2013-12-043-3/+40
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-033-3/+10
|\
| * Fix desktop style animations to stop when the control is hiddenv5.2.0J-P Nurmi2013-12-031-1/+5
| * Fix typo in tableview example.Mitch Curtis2013-11-301-1/+1
| * Fix warning printed when using TabViewJens Bache-Wiig2013-11-301-1/+4
* | Revise main() in examplesJ-P Nurmi2013-11-2820-56/+69
* | TextField: Fix binding loop for property fontCaroline Chao2013-11-271-1/+1
* | Fix disabled text color of an editable ComboBoxJ-P Nurmi2013-11-271-4/+3
* | Docs: add missing \since 5.2 to TextFieldStyle::renderTypeJ-P Nurmi2013-11-271-0/+1
* | Make TextFieldStyle and SpinBoxStyle respect font sizeJens Bache-Wiig2013-11-264-9/+28
* | ComboBox: Call resolveTextValue() after any model changeGabriel de Dietrich2013-11-262-10/+14
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-268-4/+224
|\ \ | |/
| * Set more window flags to keep Windows from omitting titlebar & buttonsv5.2.0-rc1Shawn Rutledge2013-11-231-0/+6
| * Revert "ApplicationWindow has the WindowFullscreenButtonHint flag by default"Jens Bache-Wiig2013-11-221-1/+0
| * SpinBox: add editingFinished signalLiang Qi2013-11-223-1/+105