aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-1711-231/+227
* Cleaned up the documentation for QQmlEngine::ObjectOwnership.Kavindra Palaraja2014-09-161-34/+30
* Fixed documentation for QQmlEngine::ObjectOwnership.Kavindra Palaraja2014-09-161-1/+1
* Fix crash when borders exceed item width/height in border imageEskil Abrahamsen Blomfeldt2014-09-162-87/+126
* QQuickTextControl: update cursor rect when cursor changes positionRichard Moe Gustavsen2014-09-163-5/+5
* Don't start QQmlThreads from their constructorUlf Hermann2014-09-163-6/+13
* Let QSGPlainTexture support shutting down without a GL context.Gunnar Sletta2014-09-121-1/+1
* Fix stack size check on systems with less than 256kb stackSimon Hausmann2014-09-121-1/+5
* Link to Key Handling Priorities section more in Keys documentation.Mitch Curtis2014-09-121-0/+5
* prevent crash when set ShaderEffectSource::sourceItem nullTasuku Suzuki2014-09-121-16/+16
* Check for valid QSGRenderContext instead of QOpenGLContextAndy Nichols2014-09-111-1/+1
* Fix String leak by calling the correct destructorOle André Vadla Ravnås2014-09-111-1/+1
* Check for a current QOpenGLContext before useAndy Nichols2014-09-111-0/+3
* Select specific features to be recorded when profiling QMLUlf Hermann2014-09-1124-128/+181
* Fix debug output from renderer.Gunnar Sletta2014-09-111-3/+6
* Snap native glyphs to pixel grid in vertex shader.Gunnar Sletta2014-09-115-28/+8
* Fix setUTCXxx methods in DateLars Knoll2014-09-111-18/+9
* Fix roundtrip conversion between JS var and QVariantLars Knoll2014-09-112-3/+12
* Fix failing assertion when compiling self-referencing QML singletonSimon Hausmann2014-09-111-6/+7
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-09-116-8/+80
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-09-086-8/+80
| |\
| | * QML: parse .js files as JavaScript, not QML.Erik Verbruggen2014-09-051-1/+1
| | * Fix crashes when calling Array.sort with imperfect sort functionsLars Knoll2014-09-011-1/+55
| | * Support padding in images stored in atlas textureEskil Abrahamsen Blomfeldt2014-08-301-1/+10
| | * Fix crash with cleanup of animators.Gunnar Sletta2014-08-303-5/+14
* | | Improve KeyNavigation documentation.Mitch Curtis2014-09-111-2/+2
* | | Improve Drag documentation.Mitch Curtis2014-09-111-6/+7
* | | Fix broken QJSEngine snippet in documentation.Mitch Curtis2014-09-111-3/+3
* | | 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