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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
BasicTableView: Use ListView's overlay header for the table header
Gabriel de Dietrich
2015-11-03
2
-3
/
+7
*
Merge remote-tracking branch 'origin/5.5' into 5.6
Liang Qi
2015-10-28
3
-0
/
+121
|
\
|
*
Allow ComboBox to select items with empty text
Nikita Krupenko
2015-10-26
1
-0
/
+19
|
*
Avoid real-rounding glitches near ends of a slider's range.
Edward Welbourne
2015-10-21
2
-0
/
+102
*
|
Adding animation interval for tumbler
Karim Pinter
2015-10-22
1
-0
/
+6
*
|
Qt Quick Extras: remove insignificant_test CONFIG flag.
Mitch Curtis
2015-10-02
1
-1
/
+0
*
|
Merge remote-tracking branch 'origin/5.5' into 5.6
Simon Hausmann
2015-10-02
3
-2
/
+34
|
\
\
|
|
/
|
*
Fix failing Tumbler tests on OS X
Mitch Curtis
2015-10-01
1
-0
/
+9
|
*
Menus: Clean popup hide and destroy logic
Gabriel de Dietrich
2015-10-01
1
-2
/
+2
|
*
Merge 5.5 into 5.5.1
Oswald Buddenhagen
2015-09-11
1
-0
/
+22
|
|
\
|
|
*
Button: only enable mnemonic if button itself is enabled.
Mitch Curtis
2015-09-07
1
-0
/
+22
|
*
|
Menu: Schedule popup deletion when it's about to hide
Gabriel de Dietrich
2015-09-11
1
-0
/
+1
|
|
/
*
|
Merge remote-tracking branch 'origin/5.5' into 5.6
Liang Qi
2015-08-28
2
-1
/
+61
|
\
\
|
|
/
|
*
TreeView auto-test: Harden test_indexAt()
Gabriel de Dietrich
2015-08-19
1
-1
/
+13
|
*
Make TableView sort indicator follow moved columns.
Mitch Curtis
2015-08-12
1
-0
/
+48
*
|
tst_delaybutton: remove workaround for crash.
Mitch Curtis
2015-08-27
1
-12
/
+6
*
|
Merge remote-tracking branch 'origin/5.5' into dev
Frederik Gladhorn
2015-08-09
2
-4
/
+4
|
\
\
|
|
/
|
*
Remove unused Qt.LeftButton argument to mouseMove() in auto tests.
Mitch Curtis
2015-07-27
2
-4
/
+4
*
|
Adjust popup position by offset of the view in the toplevel window
Marco Martin
2015-08-03
3
-0
/
+110
*
|
TreeView: Add rootIndex property
Gabriel de Dietrich
2015-07-27
1
-5
/
+42
*
|
Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/dev
Liang Qi
2015-07-22
3
-11
/
+57
|
\
\
|
*
\
Merge remote-tracking branch 'origin/5.5' into dev
Gabriel de Dietrich
2015-07-22
3
-11
/
+57
|
|
\
\
|
|
|
/
|
|
*
TreeView: Track model indexes during selection
Gabriel de Dietrich
2015-07-04
3
-11
/
+57
*
|
|
Skip Tests_Baselines::test_baselineOffset
Gabriel de Dietrich
2015-07-22
1
-0
/
+1
|
/
/
*
|
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
2015-06-29
2
-0
/
+37
|
\
\
|
|
/
|
*
ComboBox: Update selected text with item text
Santtu Lakkala
2015-06-23
1
-0
/
+11
|
*
Fix TableView extra row with headerVisible:false
Joni Poikelin
2015-06-04
1
-0
/
+26
*
|
Remove the whole tst_paint test which is failing on all platforms.
Jani Vähäkangas
2015-06-05
3
-114
/
+1
*
|
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
2015-06-03
2
-37
/
+30
|
\
\
|
|
/
|
*
TreeView auto-test: Remove workaround, use Array API
Gabriel de Dietrich
2015-05-29
1
-18
/
+11
|
*
TreeModelAdaptor: Monitor model's lifespan
Gabriel de Dietrich
2015-05-21
1
-0
/
+19
|
*
Tests: Remove redundant calls to destroy()
Caroline Chao
2015-05-04
1
-19
/
+0
*
|
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
2015-04-19
7
-18
/
+419
|
\
\
|
|
/
|
*
Menu: Add aboutToShow, aboutToHide signals
Gabriel de Dietrich
2015-04-16
1
-0
/
+30
|
*
TreeView: Add indexAt() function
Gabriel de Dietrich
2015-04-16
1
-0
/
+57
|
*
TreeModelAdaptor: Take into account childless expanded items
Gabriel de Dietrich
2015-04-16
1
-0
/
+125
|
*
Fix text selection handles to float on top
J-P Nurmi
2015-04-16
1
-3
/
+0
|
*
Fix TreeView missing visualization of expander image on insert or remove
Filippo Cucchetto
2015-04-14
1
-0
/
+62
|
*
MenuBar top level menus are not closed on click after being opened
Filippo Cucchetto
2015-04-14
2
-19
/
+77
|
*
Added QQuickMenu reference in QQuickMenuPopupWindow
Filippo Cucchetto
2015-04-13
3
-3
/
+75
*
|
Improve distribution when snapping to the pixel grid.
Jan Arve Saether
2015-04-15
2
-3
/
+91
*
|
Say hello to StackLayout
Jan Arve Saether
2015-04-13
1
-0
/
+448
*
|
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
2015-04-08
5
-17
/
+299
|
\
\
|
|
/
|
*
Fix clicking on a QML submenu causes it to close
Filippo Cucchetto
2015-03-29
4
-0
/
+282
|
*
Port and re-enable tests using the selectedIndexes property.
Stephen Kelly
2015-03-28
1
-21
/
+21
|
*
Temporarily disable tests which use selectedIndexes()
Stephen Kelly
2015-03-25
1
-4
/
+4
*
|
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
2015-03-23
1
-11
/
+18
|
\
\
|
|
/
|
*
Make TreeView auto-tests pass pending list to array changes
Gabriel de Dietrich
2015-03-20
1
-11
/
+18
*
|
Merge remote-tracking branch 'origin/5.5' into dev
J-P Nurmi
2015-03-11
128
-2719
/
+3519
|
\
\
|
|
/
|
*
Tests: Fix cleanup in tst_shortcut.qml
Caroline Chao
2015-03-09
1
-1
/
+1
[next]