summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | ComboBox: Remove style related warningGabriel de Dietrich2014-02-051-3/+3
* | | Normalize signal & slot signatures in connectionThiago Macieira2014-02-046-21/+21
* | | Add currentFont property to FontDialog.Liang Qi2014-02-037-2/+34
* | | ColorDialog: color property must be up-to-date before accepted()Shawn Rutledge2014-02-033-1/+9
|/ /
* | Make sure that items don't exceed the layout-computed boundaryJan Arve Saether2014-01-272-3/+61
* | Make sure that layout is invalidated if LayoutMirroring is changed.Jan Arve Saether2014-01-232-0/+19
* | Add missing tests for layoutDirection and mirroringJan Arve Saether2014-01-231-0/+2
* | TableViewColumn: make resizing easier on touchscreensShawn Rutledge2014-01-231-1/+3
* | TableView: added resizeToContents and resizeColumnsToContentsShawn Rutledge2014-01-224-13/+115
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Caroline Chao2014-01-227-16/+101
|\ \
| * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-177-16/+101
| |\ \ | | |/
| | * Fix typo in property in ComboBoxStyleDavid Edmundson2014-01-163-6/+9
| | * Support negative layout spacings (do not assert)Jan Arve Saether2014-01-162-1/+41
| | * Don't lie in the docs.Jan Arve Saether2014-01-161-4/+4
| | * Bump MODULE_VERSION to 5.2.2Sergio Ahumada2014-01-161-1/+1
| | * tests: update activeFocusOnTab to support editable ComboBoxLiang Qi2014-01-142-6/+48
* | | Fix a rounding error in the baseline of SpinBoxJan Arve Saether2014-01-211-4/+9
* | | Set currentIndex of combobox to match defaultAlignmentJan Arve Saether2014-01-171-0/+9
|/ /
* | Expose PopupWindow type privatelyGabriel de Dietrich2014-01-172-0/+96
* | Menus: Move private items into Controls.Private moduleGabriel de Dietrich2014-01-171-2/+3
* | QtQuick Dialogs: don't use native windows on iOSShawn Rutledge2014-01-151-1/+3
* | Expose contentArea as contentItem in ApplicationWindowJan Arve Saether2014-01-146-1/+413
* | TableView.selection docsShawn Rutledge2014-01-141-4/+4
* | Settings.hasTouchScreen checks the QTouchDevicesShawn Rutledge2014-01-132-2/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-105-5/+73
|\ \ | |/
| * ComboBox: Allow setting currentIndex to -1 to clear selectionv5.2.1Gabriel de Dietrich2014-01-082-3/+39
| * ComboBox: Don't suggest auto-complete text if editText is emptyGabriel de Dietrich2014-01-082-1/+2
| * Add missing call to initResources needed for static linkingCaroline Chao2014-01-071-0/+6
| * Do not loop infinitely if a span is larger than the layout extentJan Arve Saether2014-01-072-1/+26
* | QtQuick.Dialogs.Private needs classname in its qmldirShawn Rutledge2014-01-101-0/+1
* | SplitView: wider splitter on touchscreensShawn Rutledge2014-01-101-4/+6
* | Revert "dialog-private: replace QJSValue with QQmlV4Handle in js functions"Simon Hausmann2014-01-085-61/+38
* | Remove workaround for ownership issue with newly created tabsSimon Hausmann2014-01-081-3/+1
* | Fix TableView auto testFabian Bumberger2014-01-071-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-062-3/+5
|\ \ | |/
| * Make Label accessibleFrederik Gladhorn2014-01-032-3/+5
* | Move array data into its own structShawn Rutledge2014-01-061-2/+2
* | move QtQuick.Dialogs from qtdeclarative to qtquickcontrolsShawn Rutledge2014-01-0396-0/+10622
* | Remove our forked version of QGridLayoutEngineJan Arve Saether2014-01-0211-2628/+162
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-237-21/+50
|\ \ | |/
| * Fixed: Regression in key navigation on TableViewJens Bache-Wiig2013-12-212-1/+29
| * Menu: Don't create platform item for QQuickMenuItemContainersGabriel de Dietrich2013-12-175-20/+21
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-166-24/+50
|\ \ | |/
| * Set style object on QStyleOptionFrames in QQuickStyleItemMartin Gräßlin2013-12-131-0/+2
| * Make editable Combobox accept substringsJens Bache-Wiig2013-12-132-6/+25
| * SpinBox: fix selection behaviorJ-P Nurmi2013-12-121-3/+5
| * Enable text eliding in base style tabsJens Bache-Wiig2013-12-121-15/+15
| * Don't animate the busy indicator when it is not showing.Gunnar Sletta2013-12-071-0/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-0514-34/+91
|\ \ | |/
| * gallery: run particles only when visibleJ-P Nurmi2013-12-051-1/+1