aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/universal/ComboBox.qml
Commit message (Expand)AuthorAgeFilesLines
* ComboBox: cleanup superfluous QtQuick.Window importsJ-P Nurmi2017-03-281-1/+0
* 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-11/+33
* | 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
* | QQuickComboBox: ensure a parent for delegatesJ-P Nurmi2016-11-091-1/+1
* | Add QQuickComboBox::downJ-P Nurmi2016-11-091-3/+3
* | ComboBox: prepare the internal layouts for editable combosJ-P Nurmi2016-11-011-8/+7
|/
* Make hoverEnabled propagate to childrenJ-P Nurmi2016-10-171-2/+0
* 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-2/+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-2/+2
* | 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-2/+4
* | Universal: determine the default hoverEnabled value from QStyleHintsJ-P Nurmi2016-07-221-0/+2
* | Bump up all controls and templates imports to version 2.1J-P Nurmi2016-07-081-3/+3
* | Universal: implement hover effectsJ-P Nurmi2016-06-301-1/+2
* | ComboBox: make delegates respect hoverEnabled of the controlJ-P Nurmi2016-06-281-0/+1
|/
* Universal: remove qdoc markersJ-P Nurmi2016-06-081-10/+0
* Controls: update all paddings to relative value with paddingLiang Qi2016-05-191-4/+4
* 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/+13
* Control: rename activeKeyFocus to visualFocusJ-P Nurmi2016-04-261-1/+1
* import Qt.labs.controls 1.0 => QtQuick.Controls 2.0J-P Nurmi2016-04-211-2/+2
* import Qt.labs.templates 1.0 => QtQuick.Templates 2.0J-P Nurmi2016-04-211-1/+1
* Universal: add foreground and background attached propertiesJ-P Nurmi2016-04-181-1/+3
* Remove references to non-existent ComboBox::downJ-P Nurmi2016-04-181-3/+2
* Add QQuickAbstractButton::downMitch Curtis2016-04-151-3/+3
* Controls: update license headersJ-P Nurmi2016-04-141-2/+2
* Use Control.activeKeyFocus instead of Item.activeFocusJ-P Nurmi2016-04-111-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-161-0/+3
|\
| * Change style inheritance for popupsJ-P Nurmi2016-03-151-0/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-041-1/+0
|\|
| * Universal: switch to distance field text renderingJ-P Nurmi2016-02-261-1/+0
* | 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-20/+13
|\|
| * ComboBox: set implicit size for the popupJ-P Nurmi2016-01-231-2/+2
| * Add Popup::parentJ-P Nurmi2016-01-231-5/+0
| * Refactor PopupJ-P Nurmi2016-01-221-19/+17
* | Merge remote-tracking branch 'origin/5.6' into devJ-P Nurmi2016-01-191-3/+0
|\|