aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix link to Qt namespacev5.4.0-alpha1Topi Reinio2014-09-051-1/+1
* qmlscene: load master translation file before more specific onesShawn Rutledge2014-09-041-7/+3
* QQuickTextInput: keep floating point precition when calculating offsetRichard Moe Gustavsen2014-09-041-2/+2
* MouseArea: Fix cancelling the double click when the windows loses focusOlivier Goffart2014-09-033-8/+54
* Fix performance regression caused by SG signals in QQuickItem.Gunnar Sletta2014-09-0314-100/+43
* Append scenegraph in MODULE_PLUGIN_TYPES of quick moduleAndy Nichols2014-09-021-1/+2
* Fix selection of text with negative right bearingEskil Abrahamsen Blomfeldt2014-09-028-63/+270
* Remove Q_ASSERT when getting the OpenGL Context ProfileAndy Nichols2014-09-011-2/+2
* Remove use of anonymous struct in header fileKai Koehne2014-09-011-4/+2
* Fix the dynamic build by not calling glGet directlyLaszlo Agocs2014-08-291-1/+1
* QQuickWidget: Keep the offscreen quick window size in syncLaszlo Agocs2014-08-291-7/+9
* tst_qquickcanvasitem: Setting as insignificant.Simo Fält2014-08-291-0/+1
* introduce *.ui.qml file types as new forms file typeTim Jenssen2014-08-298-0/+72
* Abort the application if the render thread fails to startGunnar Sletta2014-08-291-0/+2
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-08-286-15/+15
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-286-15/+15
| |\
| | * Use QtQuick.Window 2.2v5.3.2Kai Koehne2014-08-275-15/+12
| | * Doc: Added a link to the QML advanced tutorialVenu2014-08-261-0/+3
* | | Add new property "designersupported" to qmldirTim Jenssen2014-08-2823-19/+425
|/ /
* | TestCase.qml: add missing closing parenthesis to example.Mitch Curtis2014-08-271-1/+1
* | Fix not having a context when making a QQuickWidget visible againLaszlo Agocs2014-08-271-9/+7
* | Make minimum FBO size 1x1 on newer OSX.Gunnar Sletta2014-08-271-3/+3
* | Added QSGPainterNode abstraction to QSGAdaptationLayerAndy Nichols2014-08-279-36/+73
* | V4 JIT: fix stack layout.Erik Verbruggen2014-08-261-13/+15
* | V4: disable type inference and loop peeling for the interpreter.Erik Verbruggen2014-08-267-21/+39
* | Fix cursor blinking for TextInput and TextEditSimon Hausmann2014-08-265-44/+25
* | Make QQuickFramebufferObject a texture provider.Gunnar Sletta2014-08-262-4/+60
* | Fix up vao usage in qquickviewcomparison exampleLaszlo Agocs2014-08-261-3/+6
* | Do not send deferred deletes from the QQuickWindow dtorLaszlo Agocs2014-08-261-2/+0
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-2621-27/+246
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-2621-27/+246
| |\|
| | * Don't use d->instanceModel after free'ing itLars Knoll2014-08-262-2/+3
| | * Fix crash with early QObject property accessSimon Hausmann2014-08-254-5/+48
| | * Fix typo in DelegateModelGroup documentationAlbert Astals Cid2014-08-251-1/+1
| | * Protect some members in QQmlObjectCreatorLars Knoll2014-08-252-5/+7
| | * Initialize variableLars Knoll2014-08-241-1/+1
| | * Don't abuse new to do a reinterpret_castLars Knoll2014-08-241-4/+4
| | * Protect incubation against its creator being deleted.Gunnar Sletta2014-08-231-1/+1
| | * Add 5.3.2 changelog for qtdeclarativeAlan Alpert2014-08-221-0/+41
| | * Fix crash with recursively loading cached compilation unitsSimon Hausmann2014-08-222-4/+17
| | * Fix typo in StateChangeScript documentation.Mitch Curtis2014-08-191-1/+1
| | * Added the QtSQL dependency info. to the project fileVenu2014-08-151-1/+1
| | * tst_dialogs: verify that rootObject is validRobin Burchell2014-08-151-0/+3
| | * tst_dialogs: QTRY_ on the expression (spyVisibilityChanged.count) not the var...Robin Burchell2014-08-151-1/+1
| | * The cached objects can be deleted, so keep them in a QPointer.Gunnar Sletta2014-08-142-1/+104
| | * Fix potential deadlook in threaded renderloop.Gunnar Sletta2014-08-141-0/+12
| | * Added a signal handlerVenu2014-08-141-0/+1
| | * Fix typo in Context2D documentation.Mitch Curtis2014-08-141-1/+1
* | | Added an example that shows how to consume texture providers from C++.Gunnar Sletta2014-08-2610-1/+610
* | | Clamp QQuickItem::opacity to [0,1].Gunnar Sletta2014-08-261-1/+4