summaryrefslogtreecommitdiff
path: root/src/controls/ComboBox.qml
Commit message (Expand)AuthorAgeFilesLines
...
* | Accessibility improvementsFrederik Gladhorn2014-02-071-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-271-0/+1
|\ \ | |/
| * Controls: Fixed support for Keys attached property on controls allowing text ...Liang Qi2014-01-221-0/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-171-1/+1
|\ \ | |/
| * Fix typo in property in ComboBoxStyleDavid Edmundson2014-01-161-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-101-4/+23
|\ \ | |/
| * ComboBox: Allow setting currentIndex to -1 to clear selectionv5.2.1Gabriel de Dietrich2014-01-081-3/+22
| * ComboBox: Don't suggest auto-complete text if editText is emptyGabriel de Dietrich2014-01-081-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-6/+7
|\ \ | |/
| * Make editable Combobox accept substringsJens Bache-Wiig2013-12-131-6/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-051-19/+31
|\ \ | |/
| * Make scrolling on combobox workMartin Klapetek2013-12-041-19/+31
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-291-7/+8
|\ \ | |/
| * Fix disabled text color of an editable ComboBoxJ-P Nurmi2013-11-271-4/+3
| * ComboBox: Call resolveTextValue() after any model changeGabriel de Dietrich2013-11-261-3/+5
* | Add ComboBoxStyle::renderTypeJ-P Nurmi2013-11-271-1/+1
|/
* More styling improvements for Base StyleJens Bache-Wiig2013-10-311-1/+2
* ComboBox: Minimize currentText changes when changing modelGabriel de Dietrich2013-10-251-5/+41
* Doc: Fix links to Qt Quick Controls Styles itemsCaroline Chao2013-10-231-1/+1
* Fix warning in ComboBox when model is emptyJens Bache-Wiig2013-10-221-1/+1
* Doc: Changed the \since argument to the Qt version.Jerome Pasion2013-09-261-1/+1
* ComboBox: Editable CBs and popups don't go well togetherGabriel de Dietrich2013-09-191-1/+1
* Make ComboBox editableJens Bache-Wiig2013-09-171-6/+290
* Update imports to 1.1 and remove version from qmlmodule definitionJens Bache-Wiig2013-09-101-2/+2
* Menus: add RTL supportJ-P Nurmi2013-08-131-1/+4
* ComboBox: Fix confusing example and documentation about 'currentText'Gabriel de Dietrich2013-08-021-2/+6
* Make ComboBox work with variant listJens Bache-Wiig2013-06-271-2/+3
* Expose hovered to our controls and document it consistentlyJens Bache-Wiig2013-06-061-3/+10
* Docs: fix missing/leftover docs, types, tags...J-P Nurmi2013-05-301-3/+9
* Enable padding as a grouped propertyJens Bache-Wiig2013-05-241-0/+3
* Make QQuickSettings::style a property with a notifier signalJ-P Nurmi2013-05-241-1/+1
* ComboBox: Fix warning when model not readyCaroline Chao2013-05-231-2/+6
* Refactor and clean up public style APIJens Bache-Wiig2013-05-081-2/+2
* Doc: correct for compliancy with Writing GuidelinesNico Vertriest2013-05-071-0/+1
* ComboBox: Arrays of strings don't have textRole.Caroline Chao2013-04-301-1/+2
* Menu: Add __xOffset, __yOffset propertiesGabriel de Dietrich2013-04-301-6/+3
* Tests: Add autotests for ComboBoxCaroline Chao2013-04-221-0/+1
* ComboBox: Add activeFocusOnPress propertyCaroline Chao2013-04-221-1/+9
* Improved styling for Qml styleJens Bache-Wiig2013-04-191-1/+1
* ComboBox: Fix popup offsetGabriel de Dietrich2013-04-171-2/+1
* Remove hard dependency on widgetsJens Bache-Wiig2013-04-151-2/+1
* Remove StyleItem dependencies from controlsJens Bache-Wiig2013-04-131-8/+2
* Fix ComboBox textRole when used with an array as a modelJosh Faust2013-04-091-5/+14
* Doc: minor language editsNico Vertriest2013-04-051-1/+1
* Doc: Fix internal propertiesCaroline Chao2013-04-031-2/+2
* ComboBox: Fix style content size calculationGabriel de Dietrich2013-03-261-2/+6
* ComboBox: Allow (ugly) vertical resizingGabriel de Dietrich2013-03-261-1/+1
* ComboBox: Use Instantiator for popup items creationGabriel de Dietrich2013-03-211-38/+27
* Support QQuickItem.activeFocusOnTab in QtQuick.ControlsLiang Qi2013-03-191-0/+2
* ComboBox: Support Windows style drop-down listGabriel de Dietrich2013-03-191-20/+14