summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * Don't allow navigation to previous/next month when dragging mouse.Mitch Curtis2014-05-131-6/+20
| * Fix CalendarStyle's layouting and grid cell calculation.Mitch Curtis2014-05-131-13/+74
| * Fix the update of TabView.currentIndex when inserting/removing tabsJocelyn Turcotte2014-05-071-0/+35
| * Tests: Remove insignificant marker for Win7 build with AngleCaroline Chao2014-04-291-2/+0
| * ComboBox: Update currentText when currentIndex goes from -1 to 0Gabriel de Dietrich2014-04-281-0/+14
| * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Jani Heikkinen2014-04-251-0/+18
| |\
| | * Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-231-0/+18
| | |\
| | | * Ensure that styleData.row is initialized in delegatesJens Bache-Wiig2014-04-151-0/+18
| * | | Test that attached Keys behavior is identical to TextInput/AreaJ-P Nurmi2014-04-242-1/+169
| |/ /
* | | Add ability to dynamically add items to SplitViewChristian Manning2014-05-121-0/+73
* | | Merge branch 'origin/stable' into devJ-P Nurmi2014-05-121-4/+7
|\ \ \ | |/ /
| * | Fix manual keynavigation testBerthold Krevert2014-04-151-4/+7
| |/
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-1186-344/+344
|\ \ | |/
| * Bump QtQuick.Controls import version to 1.2J-P Nurmi2014-04-0780-227/+227
| * Import QtQuick 2.2J-P Nurmi2014-04-0779-160/+160
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Shawn Rutledge2014-03-259-17/+277
|\ \ | |/
| * Try to maintain bindings to checked property in CheckBoxJens Bache-Wiig2014-03-201-0/+39
| * Let ApplicationWindows default max size be unbounded.Jan Arve Saether2014-03-191-3/+32
| * Do not reduce items size when snapping to pixel grid.Jan Arve Saether2014-03-191-4/+6
| * Styling improvements for CalendarJens Bache-Wiig2014-03-121-3/+3
| * Fix some typosSergio Ahumada2014-03-031-1/+1
| * Avoid warning when maximum size < minimum sizeJan Arve Saether2014-03-031-0/+38
| * Add Calendar to testbench.Mitch Curtis2014-02-262-3/+20
| * Revise tst_applicationwindowJ-P Nurmi2014-02-261-3/+4
| * TableView: fix activeFocusOnTab behaviorLiang Qi2014-02-252-0/+135
* | Fix shaders for OpenGL core profilesLaszlo Agocs2014-03-241-0/+1
* | Fix tst_applicationwindow::test_minimumHeight()J-P Nurmi2014-03-041-1/+2
|/
* Respect Tab::enabledJ-P Nurmi2014-02-211-0/+15
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-171-0/+36
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-0/+36
| |\
| | * Allow size hint changes during a rearrange.Jan Arve Saether2014-01-281-0/+36
* | | Use childAt() instead of cellIndexAt().Mitch Curtis2014-02-151-16/+0
* | | Don't ignore horizontal alignment for items with baseline alignmentsJan Arve Saether2014-02-141-1/+22
* | | Add Calendar to Qt Quick Controls.Mitch Curtis2014-02-143-0/+978
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-278-0/+377
|\ \ | |/
| * Controls: Fixed support for Keys attached property on controls allowing text ...Liang Qi2014-01-228-0/+377
* | Make sure that items don't exceed the layout-computed boundaryJan Arve Saether2014-01-271-0/+56
* | Make sure that layout is invalidated if LayoutMirroring is changed.Jan Arve Saether2014-01-231-0/+12
* | Add missing tests for layoutDirection and mirroringJan Arve Saether2014-01-231-0/+2
* | TableView: added resizeToContents and resizeColumnsToContentsShawn Rutledge2014-01-222-0/+74
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Caroline Chao2014-01-223-6/+89
|\ \
| * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-173-6/+89
| |\ \ | | |/
| | * Support negative layout spacings (do not assert)Jan Arve Saether2014-01-161-0/+41
| | * tests: update activeFocusOnTab to support editable ComboBoxLiang Qi2014-01-142-6/+48
* | | Set currentIndex of combobox to match defaultAlignmentJan Arve Saether2014-01-171-0/+9
|/ /
* | Expose PopupWindow type privatelyGabriel de Dietrich2014-01-171-0/+94
* | Expose contentArea as contentItem in ApplicationWindowJan Arve Saether2014-01-142-0/+259
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-102-0/+40
|\ \ | |/
| * ComboBox: Allow setting currentIndex to -1 to clear selectionv5.2.1Gabriel de Dietrich2014-01-081-0/+17
| * ComboBox: Don't suggest auto-complete text if editText is emptyGabriel de Dietrich2014-01-081-0/+1