aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Stabilize tst_qquickitem.Friedemann Kleint2013-07-311-85/+82
* Add diagnostic output to tst_qquickpathview::cancelDrag().Friedemann Kleint2013-07-311-1/+9
* Correctly update flickable visibleArea.heightRatio when geometry changesNils Jeisecke2013-07-313-5/+99
* QQuickListViewPrivate::updateStickySections(): add missing null checkJ-P Nurmi2013-07-291-1/+1
* Fix tst_QQuickDrag::recursion()Rafael Roquetto2013-07-291-3/+43
* FolderListModel: Do not return invalid URLs like "file:" when navigating up.Friedemann Kleint2013-07-292-8/+32
* FolderListModel: Fix setting of directory in componentComplete().Friedemann Kleint2013-07-291-2/+2
* Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-07-2620-116/+313
|\
| * Workaround for distance field glyph upload problem.Yoann Lopes2013-07-261-2/+4
| * Doc: Update Tweet Search Demo to use Twitter Search API v1.1Topi Reinio2013-07-266-53/+180
| * Stabilize text tests that grab windows.Friedemann Kleint2013-07-254-39/+85
| * Keep the QML ColorDialog's controls in sync with the color propertyShawn Rutledge2013-07-252-7/+26
| * Correct initial/minimum size of default QML ColorDialogShawn Rutledge2013-07-251-1/+1
| * Doc: Link to QML Qt object in relevant locationsTopi Reinio2013-07-252-1/+6
| * Doc: Modified the term for the Qt global object.Jerome Pasion2013-07-252-5/+2
| * Link between "QML Basic Type: date" and QML Date object documentation.Mitch Curtis2013-07-233-8/+9
* | test: Remove insignificant mark from tst_touchmouseSergio Ahumada2013-07-261-2/+0
* | test: Remove insignificant mark from tst_qquickgridviewSergio Ahumada2013-07-261-2/+0
* | Fix tst_qquicktextinput::remoteCursorDelegateRafael Roquetto2013-07-261-5/+0
* | Fix tst_qquickwindow for fullscreen platformsRafael Roquetto2013-07-251-1/+1
* | Fix tst_rendernode for fullscreen platformsRafael Roquetto2013-07-251-1/+1
* | Fix tst_qquicktextinput for fullscreen platformsRafael Roquetto2013-07-251-4/+4
* | Always use QDir::exists() for checking if something existsAndy Shaw2013-07-251-16/+2
* | Resizing items out of the list viewport should not change the viewportAlbert Astals Cid2013-07-243-4/+111
* | Bump MODULE_VERSION to 5.1.2Sergio Ahumada2013-07-241-1/+1
|/
* Put back OTHER_FILES in systemdialogs exampleShawn Rutledge2013-07-221-0/+5
* remove pointless assignmentsOswald Buddenhagen2013-07-221-9/+0
* unbreak installation after project moveOswald Buddenhagen2013-07-221-1/+1
* Remove unnecessary CONFIG += ordered.Robin Burchell2013-07-221-1/+0
* Use GET method for redirect in QDeclarativeXMLHttpRequest.Friedemann Kleint2013-07-221-0/+5
* Mark tst_dialogs insignificant in win alsoSimo Fält2013-07-221-0/+1
* test: Add 5.0.0/5.1.0 bic data for linux-gcc-ia32Sergio Ahumada2013-07-206-1/+42364
* Fix tst_qquickview for full screen platformsRafael Roquetto2013-07-181-3/+3
* systemdialogs example: ensure that all QML files work with qmlsceneShawn Rutledge2013-07-175-6/+6
* Forward port auto test for fix in QtQuick1Simon Hausmann2013-07-173-0/+23
* Fix organization domains.Friedemann Kleint2013-07-152-4/+4
* Replace qt.nokia.com by www.qt-project.org in tests.Friedemann Kleint2013-07-156-13/+13
* Replace www.nokia.com by www.qt-project.org in tests.Friedemann Kleint2013-07-126-27/+27
* Fix CLANG-warning '&&' within '||' [-Wlogical-op-parentheses].Friedemann Kleint2013-07-121-1/+1
* Fix CLANG-warning about unused member variable m_defaultAntialiasingMode.Friedemann Kleint2013-07-121-1/+0
* Window example: delay showing the splash until Component.onCompletedShawn Rutledge2013-07-111-3/+3
* Add a unit test for testing Qt in its install location.Stephen Kelly2013-07-112-1/+8
* Docs: restore missing ListModel methodsJ-P Nurmi2013-07-081-9/+9
* Fixed typo 'backens'Thorbjørn Lindeijer2013-07-081-1/+1
* Update snap when snapMode changesAlbert Astals Cid2013-07-081-0/+1
* Fix typo in Graphical Effects documentation.Mitch Curtis2013-07-081-1/+1
* qmlscene: ensure that the window & component get destructedJ-P Nurmi2013-07-041-13/+10
* Remove objectlistmodel.qmlproject file.Friedemann Kleint2013-07-041-14/+0
* Item views: do not track the geometry of items being removedJ-P Nurmi2013-07-044-41/+45
* QQuickTextEdit: move QSG* members from dptr to root node.Pierre Rossi2013-07-032-19/+39