aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Register animation profiler callback also from render threadUlf Hermann2014-03-184-9/+32
* Doc: Reintroduce missing sample XML file for XMLRole documentationTopi Reinio2014-03-183-3/+29
* PinchArea: zooming requires pinch distance to exceed the thresholdShawn Rutledge2014-03-181-32/+39
* FolderListModel: pessimize change signals when the filter changesShawn Rutledge2014-03-184-35/+55
* Small optimization to RegExpLars Knoll2014-03-183-1/+14
* Add some specialized lookups for two internal classesLars Knoll2014-03-183-28/+187
* Minor optimization: Avoid some QString constructorsLars Knoll2014-03-181-1/+1
* Item views: improve initial Z-value handlingJ-P Nurmi2014-03-1812-54/+331
* Cleanup, part 2Simon Hausmann2014-03-188-137/+133
* Use QUrl::toLocalFile() when decoding a string URLAndrew Knight2014-03-183-8/+10
* Namespace cleanupSimon Hausmann2014-03-1710-266/+234
* Stabilize tst_qquickwindow and tst_scenegraph.Gunnar Sletta2014-03-172-3/+39
* Fix crash with lazy binding initialization and compile time calculated depend...Simon Hausmann2014-03-176-5/+40
* Fix potential crash during shutdown for QQuickWindowsGunnar Sletta2014-03-178-28/+11
* Fix AnimatedSprite interpolation when looping and/or reversing.Michael Brasser2014-03-171-11/+47
* Suppress implicit sign conversion warnings in public APIKurt Pattyn2014-03-171-3/+3
* Fix context creation failure message.Friedemann Kleint2014-03-171-2/+2
* qv4isel_moth.cpp: Fix MSVC-warnings about operator unary minus applied to uns...Friedemann Kleint2014-03-171-3/+3
* Add docs on using a query in XMLRole with the less obvious boolean()David Greaves2014-03-171-0/+3
* Unset the current gl window when deletedGiulio Camuffo2014-03-171-0/+2
* Canvas: do not emit paint when resized but hiddenJ-P Nurmi2014-03-163-18/+24
* Fix crash when calling concat on an empty arraySimon Hausmann2014-03-152-0/+3
* Fix crash on shutdown with statesSimon Hausmann2014-03-156-0/+57
* Use stable sort when cleaning batches.Michael Brasser2014-03-151-1/+1
* WinRT: Disable qml debugger autotestOliver Wolff2014-03-141-1/+1
* Fix crash when appending arrays to sub models in list modelsSimon Hausmann2014-03-142-0/+5
* Make sure QSGRenderLoop is cleaned up cleanly.Gunnar Sletta2014-03-148-17/+66
* Fix WorkerScript object leakLiang Jian2014-03-141-1/+5
* Move Qt Quick Widgets example and document itTopi Reinio2014-03-1411-3/+37
* Fix QQmlContextData object leakLiang Jian2014-03-141-1/+1
* Fix QmldirCache object leakLiang Jian2014-03-142-3/+19
* Fix CompiledData::CompilationUnit object leakLiang Jian2014-03-131-5/+0
* Fix crash in qml/qmlscene when using dummy-data with importsErik Larsson2014-03-132-14/+6
* Fix QQmlTypeNameCache object leakLiang Jian2014-03-131-1/+0
* Fix rendering issue with material changes from opaque <-> alphaGunnar Sletta2014-03-132-6/+18
* Allow maximum block size to be specified as an environment variable.Michael Brasser2014-03-131-3/+11
* Don't crash if a ScriptAction changes state mid-transition.Michael Brasser2014-03-133-14/+102
* Fix QQmlTypeData object leakLiang Jian2014-03-132-0/+6
* Fix QQmlBoundSignalExpression::Data object leakLiang Jian2014-03-131-0/+1
* Fix QV4::IR::Function object leakLiang Jian2014-03-131-0/+1
* Ensure TextEdit's text is vertically aligned after resizing its height.Mitch Curtis2014-03-132-1/+15
* Fix property caches out of sync with grouped properties that have a VME meta ...Simon Hausmann2014-03-135-32/+53
* Add some error handling to the QQuickWidget example.Friedemann Kleint2014-03-131-12/+53
* Consolidate context creation failure handling in Quick.Friedemann Kleint2014-03-139-49/+122
* QQuickWindow: let clearFocusObject actually clear the focus objectRichard Moe Gustavsen2014-03-131-1/+2
* Static plugins: support loading static plugins from several enginesRichard Moe Gustavsen2014-03-133-16/+58
* Item views: avoid fixing up the position while moving/flickingJ-P Nurmi2014-03-133-4/+51
* Doc: Re-organized Qt Quick's examples page.Jerome Pasion2014-03-121-90/+119
* Don't crash when a signal/slot connection outlives the engineSimon Hausmann2014-03-122-2/+29
* networkaccessmanagerfactory example: Fixed build with QT_NO_NETWORKPROXYOliver Wolff2014-03-121-0/+8