summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic tweaks for base stylev5.2.0-beta1Jens Bache-Wiig2013-10-2121-106/+100
* Expose renderType to SpinBox and TextFieldJens Bache-Wiig2013-10-216-3/+37
* Fix disabling of ActionFrederik Gladhorn2013-10-202-0/+17
* Menu: Extract QQuickMenuPopupWindow core popup behaviorGabriel de Dietrich2013-10-186-184/+325
* Menu: Factor MenuContentItem outGabriel de Dietrich2013-10-185-196/+242
* Remove widget dependency on touch platformsJens Bache-Wiig2013-10-1717-35/+32
* TextField: Also hide placeholderText when text input is composingCaroline Chao2013-10-171-1/+1
* Qt Quick Layouts: Some small documentation refinements.Jan Arve Saether2013-10-163-11/+43
* Menu: Remove reported warningGabriel de Dietrich2013-10-161-1/+1
* Fix some issues in the modelview exampleJens Bache-Wiig2013-10-161-8/+1
* Some TableView optimization for v4Jens Bache-Wiig2013-10-151-13/+11
* Improved font scalability for Base styleJens Bache-Wiig2013-10-1513-47/+106
* Menu: Put popup mouse area over list viewGabriel de Dietrich2013-10-151-23/+23
* Menu: fix runtime warningJ-P Nurmi2013-10-151-1/+1
* Fix broken tab rendering for TabViewJens Bache-Wiig2013-10-151-1/+1
* Fix crash with TableView on android and show alternating rows when emptyJens Bache-Wiig2013-10-151-2/+12
* Doc: small doc fixCaroline Chao2013-10-141-1/+1
* Minor cleanup for TableViewStyleJens Bache-Wiig2013-10-142-14/+2
* TableView: fix touch selection behaviorJ-P Nurmi2013-10-111-2/+7
* Update the git-archive export optionsSergio Ahumada2013-10-092-0/+5
* ApplicationWindow has no default sizeShawn Rutledge2013-10-021-3/+0
* Doc: Moved \inqmlmodule version to \qmlmodule for QtQuick.LayoutsJerome Pasion2013-10-024-7/+7
* Make the manual test nicer and more usefulJan Arve Saether2013-10-012-236/+228
* Update the internal alignment when an item *changes* its alignmentJan Arve Saether2013-10-017-4/+49
* Don't apply baseline calculations if Qt.AlignBaseline is not setJan Arve Saether2013-10-012-5/+47
* Enable flicking on touch based devicesJens Bache-Wiig2013-09-305-5/+18
* Add placeholderTextColor to TextFieldStyleJens Bache-Wiig2013-09-301-1/+6
* Respect items maximumwidth also when layouting baseline itemsJan Arve Saether2013-09-281-0/+1
* Show list of valid flags for the alignment propertyJan Arve Saether2013-09-271-0/+12
* Make ToolButton a Button and allow stylingJens Bache-Wiig2013-09-274-18/+41
* Doc: Changed the \since argument to the Qt version.Jerome Pasion2013-09-2642-43/+43
* Doc: Fix versions in \qmlmodule and \inqmlmoduleCaroline Chao2013-09-2613-13/+13
* Add text alignment property to SpinBox and SpinBoxStyleJens Bache-Wiig2013-09-263-12/+44
* Doc: Fixed TextArea::textColor snippet.Jerome Pasion2013-09-261-1/+1
* Respect the ComboBoxStyle background implicitWithv5.2.0-alpha1Jens Bache-Wiig2013-09-251-2/+2
* QML Base style: support transient scrollbarsJ-P Nurmi2013-09-257-18/+91
* Fix MenuBar related runtime warnings in ApplicationWindowJ-P Nurmi2013-09-251-1/+1
* Add a basic Switch controlJens Bache-Wiig2013-09-2210-2/+682
* Enable TableView multi-row selectionJens Bache-Wiig2013-09-208-6/+659
* Make SpinBoxStyle publicJens Bache-Wiig2013-09-204-4/+17
* Pick up baselineOffset from the style.Jan Arve Saether2013-09-207-1/+75
* Add baseline support for Qt Quick LayoutsJan Arve Saether2013-09-206-14/+330
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-202-11/+45
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-192-11/+45
| |\
| | * SplitView: fix hidden item after fillWidth item bugold/5.1Richard Moe Gustavsen2013-09-192-11/+45
* | | ComboBox: Uglify popup for Base styleGabriel de Dietrich2013-09-201-11/+8
|/ /
* | ComboBox: Make popup scrollableGabriel de Dietrich2013-09-1918-134/+423
* | Add source QObject to QQuickAction's triggered signalDaiwei Li2013-09-194-13/+15
* | ComboBox: Fix selected item alignmentGabriel de Dietrich2013-09-191-0/+1
* | ComboBox: Editable CBs and popups don't go well togetherGabriel de Dietrich2013-09-191-1/+1