aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Made emission of AnimatedSprite currentFrameChanges consistent.Jan Arve Saether2014-09-121-5/+3
* Use QQuickProfiler's own timer to sample eventsUlf Hermann2014-09-1211-93/+204
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-11883-18214/+12859
|\
| * Enhance QQuickWidget docs regarding transparencyLaszlo Agocs2014-09-101-4/+20
| * V4 runtime: tune Runtime::add/sub/mul a bit.Erik Verbruggen2014-09-102-38/+33
| * QQuickTextInput: calculate height of cursor rect using QTextLine::height()Richard Moe Gustavsen2014-09-101-4/+2
| * Don't post deleteLater on invalid canvas contextsUlf Hermann2014-09-101-1/+2
| * Fix pixel bleed in BorderImageEskil Abrahamsen Blomfeldt2014-09-106-72/+393
| * Doc: Fix link to Qt namespacev5.4.0-alpha1Topi Reinio2014-09-051-1/+1
| * 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-031-0/+1
| * Fix performance regression caused by SG signals in QQuickItem.Gunnar Sletta2014-09-0313-92/+30
| * 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-022-63/+150
| * 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
| * introduce *.ui.qml file types as new forms file typeTim Jenssen2014-08-291-0/+7
| * 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-285-15/+12
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-285-15/+12
| | |\
| | | * Use QtQuick.Window 2.2v5.3.2Kai Koehne2014-08-275-15/+12
| * | | Add new property "designersupported" to qmldirTim Jenssen2014-08-2811-1/+64
| |/ /
| * | 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-277-32/+69
| * | 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
| * | 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-2614-25/+63
| |\ \
| | * | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-2614-25/+63
| | |\|
| | | * Don't use d->instanceModel after free'ing itLars Knoll2014-08-262-2/+3
| | | * Fix crash with early QObject property accessSimon Hausmann2014-08-252-5/+15
| | | * 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
| | | * Fix crash with recursively loading cached compilation unitsSimon Hausmann2014-08-222-4/+17
| | | * Fix typo in StateChangeScript documentation.Mitch Curtis2014-08-191-1/+1
| | | * The cached objects can be deleted, so keep them in a QPointer.Gunnar Sletta2014-08-141-1/+1
| | | * Fix potential deadlook in threaded renderloop.Gunnar Sletta2014-08-141-0/+12
| | | * 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-261-0/+2
| * | | Clamp QQuickItem::opacity to [0,1].Gunnar Sletta2014-08-261-1/+4
| * | | Fix QML2 hang on gcc 4.6.3 armhfPelle Johnsen2014-08-251-4/+8