index
:
delta/qt5/qtquickcontrols.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.2
baserock/morph
baserock/v5.3.0
dev
old/5.1
old/5.2
old/qt4
qt4
qt5-nativetext
release
stable
wip/calendar
wip/qt5-nativetext
wip/qt6
wip/tizen
code.qt.io: qt/qtquickcontrols.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
controls
/
ComboBox.qml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Singleton SystemPalette
J-P Nurmi
2014-06-23
1
-3
/
+3
*
ComboBox: Subtract style padding from TextInput width
Gabriel de Dietrich
2014-04-29
1
-1
/
+1
*
ComboBox: Update currentText when currentIndex goes from -1 to 0
Gabriel de Dietrich
2014-04-28
1
-0
/
+2
*
Bump QtQuick.Controls import version to 1.2
J-P Nurmi
2014-04-07
1
-2
/
+2
*
Import QtQuick 2.2
J-P Nurmi
2014-04-07
1
-2
/
+2
*
Doc: Append handler names to \qmlsignal documentation
Sze Howe Koh
2014-03-18
1
-0
/
+4
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2014-02-12
1
-2
/
+2
|
\
|
*
Doc: Fix broken links
Sze Howe Koh
2014-02-06
1
-2
/
+2
*
|
Accessibility improvements
Frederik Gladhorn
2014-02-07
1
-0
/
+2
*
|
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2014-01-27
1
-0
/
+1
|
\
\
|
|
/
|
*
Controls: Fixed support for Keys attached property on controls allowing text ...
Liang Qi
2014-01-22
1
-0
/
+1
*
|
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2014-01-17
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix typo in property in ComboBoxStyle
David Edmundson
2014-01-16
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2014-01-10
1
-4
/
+23
|
\
\
|
|
/
|
*
ComboBox: Allow setting currentIndex to -1 to clear selection
v5.2.1
Gabriel de Dietrich
2014-01-08
1
-3
/
+22
|
*
ComboBox: Don't suggest auto-complete text if editText is empty
Gabriel de Dietrich
2014-01-08
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-12-16
1
-6
/
+7
|
\
\
|
|
/
|
*
Make editable Combobox accept substrings
Jens Bache-Wiig
2013-12-13
1
-6
/
+7
*
|
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-12-05
1
-19
/
+31
|
\
\
|
|
/
|
*
Make scrolling on combobox work
Martin Klapetek
2013-12-04
1
-19
/
+31
*
|
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-11-29
1
-7
/
+8
|
\
\
|
|
/
|
*
Fix disabled text color of an editable ComboBox
J-P Nurmi
2013-11-27
1
-4
/
+3
|
*
ComboBox: Call resolveTextValue() after any model change
Gabriel de Dietrich
2013-11-26
1
-3
/
+5
*
|
Add ComboBoxStyle::renderType
J-P Nurmi
2013-11-27
1
-1
/
+1
|
/
*
More styling improvements for Base Style
Jens Bache-Wiig
2013-10-31
1
-1
/
+2
*
ComboBox: Minimize currentText changes when changing model
Gabriel de Dietrich
2013-10-25
1
-5
/
+41
*
Doc: Fix links to Qt Quick Controls Styles items
Caroline Chao
2013-10-23
1
-1
/
+1
*
Fix warning in ComboBox when model is empty
Jens Bache-Wiig
2013-10-22
1
-1
/
+1
*
Doc: Changed the \since argument to the Qt version.
Jerome Pasion
2013-09-26
1
-1
/
+1
*
ComboBox: Editable CBs and popups don't go well together
Gabriel de Dietrich
2013-09-19
1
-1
/
+1
*
Make ComboBox editable
Jens Bache-Wiig
2013-09-17
1
-6
/
+290
*
Update imports to 1.1 and remove version from qmlmodule definition
Jens Bache-Wiig
2013-09-10
1
-2
/
+2
*
Menus: add RTL support
J-P Nurmi
2013-08-13
1
-1
/
+4
*
ComboBox: Fix confusing example and documentation about 'currentText'
Gabriel de Dietrich
2013-08-02
1
-2
/
+6
*
Make ComboBox work with variant list
Jens Bache-Wiig
2013-06-27
1
-2
/
+3
*
Expose hovered to our controls and document it consistently
Jens Bache-Wiig
2013-06-06
1
-3
/
+10
*
Docs: fix missing/leftover docs, types, tags...
J-P Nurmi
2013-05-30
1
-3
/
+9
*
Enable padding as a grouped property
Jens Bache-Wiig
2013-05-24
1
-0
/
+3
*
Make QQuickSettings::style a property with a notifier signal
J-P Nurmi
2013-05-24
1
-1
/
+1
*
ComboBox: Fix warning when model not ready
Caroline Chao
2013-05-23
1
-2
/
+6
*
Refactor and clean up public style API
Jens Bache-Wiig
2013-05-08
1
-2
/
+2
*
Doc: correct for compliancy with Writing Guidelines
Nico Vertriest
2013-05-07
1
-0
/
+1
*
ComboBox: Arrays of strings don't have textRole.
Caroline Chao
2013-04-30
1
-1
/
+2
*
Menu: Add __xOffset, __yOffset properties
Gabriel de Dietrich
2013-04-30
1
-6
/
+3
*
Tests: Add autotests for ComboBox
Caroline Chao
2013-04-22
1
-0
/
+1
*
ComboBox: Add activeFocusOnPress property
Caroline Chao
2013-04-22
1
-1
/
+9
*
Improved styling for Qml style
Jens Bache-Wiig
2013-04-19
1
-1
/
+1
*
ComboBox: Fix popup offset
Gabriel de Dietrich
2013-04-17
1
-2
/
+1
*
Remove hard dependency on widgets
Jens Bache-Wiig
2013-04-15
1
-2
/
+1
*
Remove StyleItem dependencies from controls
Jens Bache-Wiig
2013-04-13
1
-8
/
+2
[next]