aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/ComboBox.qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2017-01-111-1/+1
|\
| * Welcome to 2017J-P Nurmi2017-01-091-1/+1
* | Bump the QtQuick import versions in the stylesJ-P Nurmi2016-12-191-1/+1
* | Add ComboBox::editableJ-P Nurmi2016-11-241-13/+27
* | Update import versions in src/import/controlsJ-P Nurmi2016-11-231-2/+2
* | ComboBox: add more padding to the indicatorsJ-P Nurmi2016-11-161-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devJ-P Nurmi2016-11-111-10/+0
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-031-10/+0
| |\|
| | * Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-11-021-10/+0
| | |\
| | | * Get rid of the remaining qdoc markers in the Default styleJ-P Nurmi2016-11-011-10/+0
* | | | QQuickComboBox: ensure a parent for delegatesJ-P Nurmi2016-11-091-1/+1
* | | | Add QQuickComboBox::downJ-P Nurmi2016-11-091-2/+2
* | | | Default: prepare ComboBox for deferred popup executionJ-P Nurmi2016-11-041-4/+2
|/ / /
* / / ComboBox: prepare the internal layouts for editable combosJ-P Nurmi2016-11-011-7/+7
|/ /
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-10-311-2/+2
|\|
| * Default: make disable controls easier to seeMitch Curtis2016-10-261-2/+2
* | Update all QtQuick imports in src/imports/controlsJ-P Nurmi2016-10-041-1/+1
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-10-031-1/+4
|\|
| * Fix ComboBox to scroll to the highlighted itemJ-P Nurmi2016-10-021-0/+2
| * ComboBox: fix unintentional deps between the popup and its content itemJ-P Nurmi2016-10-021-1/+2
* | Default: consolidate style colors into a singletonMitch Curtis2016-09-121-6/+7
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-231-1/+1
|\|
| * ComboBox: make delegates respect the popup widthJ-P Nurmi2016-08-181-1/+1
* | Add ComboBox::flatJ-P Nurmi2016-08-111-0/+1
* | Bump up all controls and templates imports to version 2.1J-P Nurmi2016-07-081-2/+2
* | ComboBox: make delegates respect hoverEnabled of the controlJ-P Nurmi2016-06-281-0/+1
|/
* Remove frames from certain controls and lighten othersMitch Curtis2016-05-191-4/+4
* Controls: update all paddings to relative value with paddingLiang Qi2016-05-191-2/+2
* Fix colorized high-DPI indicatorsJ-P Nurmi2016-05-131-0/+2
* ComboBox: restore the old popup behaviorJ-P Nurmi2016-05-101-1/+1
* ComboBox: separate indicatorJ-P Nurmi2016-04-281-9/+16
* Control: rename activeKeyFocus to visualFocusJ-P Nurmi2016-04-261-6/+6
* import Qt.labs.controls 1.0 => QtQuick.Controls 2.0J-P Nurmi2016-04-211-1/+1
* import Qt.labs.templates 1.0 => QtQuick.Templates 2.0J-P Nurmi2016-04-211-1/+1
* Default: use QQuickColorImageProviderJ-P Nurmi2016-04-211-2/+1
* Update Default style ComboBox to match new design specsMitch Curtis2016-04-191-21/+19
* Remove references to non-existent ComboBox::downJ-P Nurmi2016-04-181-2/+1
* Add QQuickAbstractButton::downMitch Curtis2016-04-151-2/+2
* Controls: update license headersJ-P Nurmi2016-04-141-2/+2
* Expose checkable where necessary, instead of in QQuickAbstractButtonMitch Curtis2016-04-131-1/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-02-251-1/+1
|\
| * Do not limit ComboBox menu to predefined valueNikita Krupenko2016-02-211-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devJ-P Nurmi2016-01-311-2/+4
|\|
| * Allow ComboBox popup to use more screen spaceJ-P Nurmi2016-01-301-1/+3
| * ComboBox: enable scroll indicatorsJ-P Nurmi2016-01-291-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devJ-P Nurmi2016-01-281-2/+2
|\|
| * ComboBox: lazy load the popup contentJ-P Nurmi2016-01-281-1/+1
| * ComboBox: add support for object arrayJ-P Nurmi2016-01-261-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devJ-P Nurmi2016-01-251-23/+17
|\|
| * ComboBox: set implicit size for the popupJ-P Nurmi2016-01-231-2/+2