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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make MenuBar, Menu properly accessible
Gabriel de Dietrich
2015-07-15
4
-10
/
+22
*
Protect the content item with a QPointer since we don't own it.
Sergio Martins
2015-07-15
2
-5
/
+9
*
Don't let popups cross screen boundaries.
Sergio Martins
2015-07-10
1
-0
/
+3
*
Extras: remove version requirement notices.
Mitch Curtis
2015-07-06
3
-5
/
+1
*
TreeView: Track model indexes during selection
Gabriel de Dietrich
2015-07-04
3
-33
/
+45
*
Fix cursor handles remaining visible after losing focus
Joni Poikelin
2015-07-01
1
-1
/
+1
*
Fix invisible cursor handles from preventing touches
Joni Poikelin
2015-07-01
1
-0
/
+1
*
Fix Dialog behavior
Kevin Ottens
2015-06-29
1
-3
/
+7
*
FileDialog: ensure that options are set early enough
Shawn Rutledge
2015-06-26
1
-0
/
+1
*
Merge remote-tracking branch 'origin/5.5.0' into 5.5
Liang Qi
2015-06-26
2
-4
/
+5
|
\
|
*
Fix crash caused by wrongly asserting in the scene position listener.
v5.5.0-rc1
v5.5.0
5.5.0
Christian Strømme
2015-06-10
1
-4
/
+4
|
*
StatusIndicator: fix error when only including QtQuick.Extras.
Mitch Curtis
2015-06-03
1
-0
/
+1
*
|
ComboBox: Update selected text with item text
Santtu Lakkala
2015-06-23
1
-1
/
+1
*
|
Fix transientScrollBars condition
Kai Uwe Broulik
2015-06-18
1
-1
/
+1
*
|
TextEdit: don't clear selection from EditMenu
Richard Moe Gustavsen
2015-06-17
4
-57
/
+14
*
|
Fix TableView extra row with headerVisible:false
Joni Poikelin
2015-06-04
1
-1
/
+1
|
/
*
Fix Qt Quick Extras plugin when built against Qt with namespaces
Simon Hausmann
2015-06-01
1
-1
/
+6
*
Dismiss a popup window when touch occurs outside
Michal Klocek
2015-06-01
2
-5
/
+29
*
Revert "iOS: Make ApplicationWindow fill entire screen, including under statu...
J-P Nurmi
2015-05-26
4
-66
/
+14
*
Take QApplication::wheelScrollLines into account from ScrollView
Aleix Pol
2015-05-22
3
-0
/
+10
*
Run optipng -o7 -strip "all" over all images in styles.
Alessandro Portale
2015-05-22
46
-0
/
+0
*
TreeView: Check that indexes belong to the current model
Gabriel de Dietrich
2015-05-22
2
-2
/
+15
*
TreeModelAdaptor: Remove debug statements
Gabriel de Dietrich
2015-05-22
1
-67
/
+30
*
TreeModelAdaptor: Monitor model's lifespan
Gabriel de Dietrich
2015-05-21
2
-1
/
+24
*
FontDialog: support i18n for the display names of font.weight enums
Liang Qi
2015-05-18
1
-9
/
+9
*
FontDialog: support more font.weight enum values
Liang Qi
2015-05-12
1
-20
/
+9
*
Add support for compiling QML files ahead of time
Simon Hausmann
2015-05-12
4
-3
/
+8
*
Default to non-transient scroll bars in non-mobile environments
Kai Uwe Broulik
2015-05-11
1
-1
/
+1
*
doc: document how FileDialog can be used to pick photos on iOS
Richard Moe Gustavsen
2015-05-07
1
-0
/
+6
*
Add support for compiling QtQuick Dialogs ahead of time
Caroline Chao
2015-05-04
2
-1
/
+5
*
QQuickPicture: add missing QDebug include
v5.5.0-beta1
J-P Nurmi
2015-04-21
1
-0
/
+1
*
TabBar: clip to avoid drawing outside bounds
J-P Nurmi
2015-04-21
1
-0
/
+1
*
PieMenu: Remove unused declared variable
Caroline Chao
2015-04-21
1
-1
/
+0
*
Doc: Refactor TableViewStyle, TreeViewStyle
Gabriel de Dietrich
2015-04-20
6
-62
/
+180
*
Do not override QGuiApplication::palette() if set
Harald Hvaal
2015-04-20
1
-0
/
+3
*
Menu: Add aboutToShow, aboutToHide signals
Gabriel de Dietrich
2015-04-16
3
-7
/
+35
*
TableView, TreeView: Refactor documentation
Gabriel de Dietrich
2015-04-16
7
-448
/
+596
*
TreeView: Add indexAt() function
Gabriel de Dietrich
2015-04-16
1
-0
/
+14
*
TreeModelAdaptor: Take into account childless expanded items
Gabriel de Dietrich
2015-04-16
1
-15
/
+27
*
Fix text selection handles to float on top
J-P Nurmi
2015-04-16
2
-16
/
+36
*
Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5
Gabriel de Dietrich
2015-04-15
9
-28
/
+91
|
\
|
*
Merge remote-tracking branch 'origin/5.4' into 5.5
Liang Qi
2015-04-15
9
-28
/
+91
|
|
\
|
|
*
Menu: Separate dismiss and destroy actions
Gabriel de Dietrich
2015-03-27
9
-24
/
+88
|
|
*
Don't show popup menu on two screens at the same time.
Sergio Martins
2015-03-27
1
-1
/
+1
|
|
*
Menus: Ignore non-visible menu popups on key navigation
Gabriel de Dietrich
2015-03-24
2
-3
/
+3
*
|
|
Add internal ScenePosListener
Christian Strømme
2015-04-15
4
-3
/
+306
|
/
/
*
|
Fix TreeView missing visualization of expander image on insert or remove
Filippo Cucchetto
2015-04-14
1
-0
/
+9
*
|
MenuBar top level menus are not closed on click after being opened
Filippo Cucchetto
2015-04-14
4
-1
/
+53
*
|
Added QQuickMenu reference in QQuickMenuPopupWindow
Filippo Cucchetto
2015-04-13
3
-4
/
+16
*
|
Doc: Qt Quick Extras: Remove instructions to build documentation
Topi Reinio
2015-04-10
1
-12
/
+0
[next]