aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: add documentation for Photo Viewer exampleLeena Miettinen2014-09-192-3/+290
* Fix compiler warnings in qv8engine.cpp.Friedemann Kleint2014-09-191-1/+5
* Remove qtdemo from gitignoreRainer Keller2014-09-191-1/+0
* Revert mapping of var signal parameters to QJSValueSimon Hausmann2014-09-192-4/+4
* Replace vsnprintf with qvsnprintf.Bjoern Breitmeyer2014-09-191-1/+1
* Fixed frame focusing on touch devicesTomi Korpipää2014-09-192-17/+18
* Remove tst_dialogs - moved to qtquickcontrolsJ-P Nurmi2014-09-184-207/+1
* Avoid crashing the rendercontrol example on exitLaszlo Agocs2014-09-181-2/+5
* Finally: A default animation driver which doesn't use walltime.Gunnar Sletta2014-09-184-22/+134
* Fix QQuickText::lineLaidOutRelayout autotest on OS XJan Arve Saether2014-09-171-5/+6
* Sync QQuickWindow::update() up with polishAndSync().Gunnar Sletta2014-09-172-3/+18
* QQuickWindow::setColor() should use update() rather than dirtyItem()Gunnar Sletta2014-09-171-1/+1
* Don't assume a QSGRenderContext is valid just because it's not 0Ulf Hermann2014-09-171-1/+4
* Protect QQuickWindow::openglContext against not having a context.Gunnar Sletta2014-09-171-1/+1
* Add a note about winId() to QQuickWidgetLaszlo Agocs2014-09-171-0/+5
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-1716-253/+296
* 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-164-87/+190
* QQuickTextControl: update cursor rect when cursor changes positionRichard Moe Gustavsen2014-09-163-5/+5
* Make Canvas test case independent of chosen font.Ulf Hermann2014-09-161-1/+6
* Don't start QQmlThreads from their constructorUlf Hermann2014-09-163-6/+13
* Wait longer for image to be loaded in canvas item testUlf Hermann2014-09-161-1/+1
* 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-122-16/+73
* Fix a typo and a warning in qmltest::shadersource-from-other-windowTasuku Suzuki2014-09-121-1/+4
* 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
* Doc: Added a bit more detail about the exampleVenu2014-09-111-2/+47
* 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-113-18/+59
* Fix roundtrip conversion between JS var and QVariantLars Knoll2014-09-116-5/+93
* 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-1111-9/+128
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-09-0811-9/+128
| |\
| | * QML: parse .js files as JavaScript, not QML.Erik Verbruggen2014-09-054-1/+29
| | * Fix crashes when calling Array.sort with imperfect sort functionsLars Knoll2014-09-013-2/+75
| | * 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
| | * Bump versionFrederik Gladhorn2014-08-291-1/+1
* | | 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
* | | autotests: fix build on iOSRichard Moe Gustavsen2014-09-112-3/+3
* | | Enhance QQuickWidget docs regarding transparencyLaszlo Agocs2014-09-101-4/+20