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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add qtquickcontrols-calendar-example.png.
wip/calendar
Mitch Curtis
2014-02-10
1
-0
/
+0
*
Correct Calendar's selectedDate documentation.
Mitch Curtis
2014-02-03
1
-1
/
+1
*
Add calendar example.
Mitch Curtis
2014-02-03
11
-0
/
+623
*
Fix MouseArea in delegates.
Mitch Curtis
2014-02-03
1
-13
/
+13
*
Add week numbers.
Mitch Curtis
2014-02-03
4
-96
/
+186
*
Fix gaps shown when calendar size is not perfect.
Mitch Curtis
2014-02-03
8
-290
/
+391
*
Document selectPreviousDay and selectNextDay.
Mitch Curtis
2014-01-31
1
-0
/
+6
*
Allow keyboard navigation keys to be customized.
Mitch Curtis
2014-01-31
4
-54
/
+79
*
Add home, end, page up, page down key navigation.
Mitch Curtis
2014-01-30
2
-5
/
+89
*
Add grid line functionality.
Mitch Curtis
2014-01-21
4
-160
/
+191
*
Ensure all of Calendar's style components are within its bounds.
Mitch Curtis
2014-01-20
3
-187
/
+160
*
Convert headerDelegate into weekdayDelegate.
Mitch Curtis
2014-01-17
7
-50
/
+36
*
Improve styling API.
Mitch Curtis
2014-01-17
3
-29
/
+36
*
Convert QML CalendarModel to C++ QQuickCalendarModel.
Mitch Curtis
2014-01-17
13
-273
/
+370
*
Restore button sizes.
Mitch Curtis
2014-01-16
1
-0
/
+4
*
Add a Desktop style for Calendar component
David Edmundson
2014-01-12
3
-1
/
+167
*
Add Calendar and supporting components.
Mitch Curtis
2013-12-06
16
-0
/
+1782
*
Pass a valid style option to fetch default frame width
David Edmundson
2013-12-04
1
-1
/
+1
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-11-29
41
-142
/
+663
|
\
|
*
Revise main() in examples
J-P Nurmi
2013-11-28
20
-56
/
+69
|
*
TextField: Fix binding loop for property font
Caroline Chao
2013-11-27
1
-1
/
+1
|
*
Fix disabled text color of an editable ComboBox
J-P Nurmi
2013-11-27
1
-4
/
+3
|
*
Docs: add missing \since 5.2 to TextFieldStyle::renderType
J-P Nurmi
2013-11-27
1
-0
/
+1
|
*
Make TextFieldStyle and SpinBoxStyle respect font size
Jens Bache-Wiig
2013-11-26
4
-9
/
+28
|
*
ComboBox: Call resolveTextValue() after any model change
Gabriel de Dietrich
2013-11-26
2
-10
/
+14
|
*
Merge remote-tracking branch 'origin/release' into stable
Frederik Gladhorn
2013-11-26
8
-4
/
+224
|
|
\
|
|
*
Set more window flags to keep Windows from omitting titlebar & buttons
v5.2.0-rc1
Shawn Rutledge
2013-11-23
1
-0
/
+6
|
|
*
Revert "ApplicationWindow has the WindowFullscreenButtonHint flag by default"
Jens Bache-Wiig
2013-11-22
1
-1
/
+0
|
|
*
SpinBox: add editingFinished signal
Liang Qi
2013-11-22
3
-1
/
+105
|
|
*
TextField: add editingFinished signal
Liang Qi
2013-11-22
3
-1
/
+108
|
|
*
Fix retina rendering issues with Qt Quick Controls
Jens Bache-Wiig
2013-11-20
1
-1
/
+5
|
*
|
Bump MODULE_VERSION to 5.2.1
Sergio Ahumada
2013-11-25
1
-1
/
+1
|
*
|
Fix TableView scrolling problem
J-P Nurmi
2013-11-20
1
-1
/
+1
|
*
|
Merge remote-tracking branch 'origin/release' into stable
Frederik Gladhorn
2013-11-18
9
-30
/
+303
|
|
\
\
|
|
|
/
|
|
*
SpinBox: get active focus when up or down was pressed
Liang Qi
2013-11-15
2
-0
/
+75
|
|
*
Fix plugins.qmltypes
Thomas Hartmann
2013-11-15
1
-0
/
+157
|
|
*
TextEditor example: use the MessageDialog for the About box
Shawn Rutledge
2013-11-15
1
-30
/
+6
|
|
*
Make sure menu bar has a parent window
Eskil Abrahamsen Blomfeldt
2013-11-15
1
-0
/
+2
|
|
*
ApplicationWindow has the WindowFullscreenButtonHint flag by default
Shawn Rutledge
2013-11-15
1
-0
/
+1
|
|
*
Gallery example: add an About box
Shawn Rutledge
2013-11-13
4
-0
/
+62
|
|
/
|
*
Make BusyIndicator style use threaded animations
Jens Bache-Wiig
2013-11-08
5
-28
/
+20
*
|
Prepare to move the gridlayout engine so it can be shared.
Jan Arve Saether
2013-11-29
6
-0
/
+20
*
|
Add ComboBoxStyle::renderType
J-P Nurmi
2013-11-27
3
-2
/
+20
*
|
Merge remote-tracking branch 'origin/stable' into dev
Sergio Ahumada
2013-11-08
53
-363
/
+1624
|
\
\
|
|
/
|
*
Update changelog for Qt 5.2
Caroline Chao
2013-11-08
1
-0
/
+37
|
*
Fix warning in Tests_TabView::test_mousePressOnTabBar
Caroline Chao
2013-11-08
1
-1
/
+1
|
*
Tests: Fix warning in activeFocusOnTab test
Caroline Chao
2013-11-07
1
-0
/
+0
|
*
Optimize TableView by using ImageProvider
Jens Bache-Wiig
2013-11-07
8
-13
/
+110
|
*
Doc: Updated url variable in qdocconf files.
Jerome Pasion
2013-11-06
2
-2
/
+2
|
*
Fix input method committing
Frederik Gladhorn
2013-11-06
1
-1
/
+5
[next]