aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update glyph cache type/format logic to match qtbase changesTor Arne Vestbø2014-02-203-38/+35
* Do not add Images with invalid geometry to the scene graph.Gunnar Sletta2014-02-191-0/+8
* Guarantee event's default state as not acceptedArthur Mello2014-02-191-0/+2
* Pin qtbase to merge from dev while we integrate glyph cache changesTor Arne Vestbø2014-02-191-1/+1
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-02-1818-103/+164
|\
| * Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-1818-103/+164
| |\
| | * Fix spurious binding loop errors in QtQuick Controls and other placesSimon Hausmann2014-02-161-7/+12
| | * Fix crash when the currently running binding is deleted.Michael Brasser2014-02-152-57/+61
| | * Ensure m_opacityChange is cleared at the beginning of each frame.Michael Brasser2014-02-151-0/+1
| | * Update scenegraph docs to be in line with Qt 5.2 behavior changes.Michael Brasser2014-02-152-10/+1
| | * Provide scenegraph backend API for marking scenegraph nodes dirty.Michael Brasser2014-02-152-0/+2
| | * Enable program binary support through QSGRenderContext API.Gunnar Sletta2014-02-134-16/+45
| | * Disable Flickable tests on Mac OS X.Jani Heikkinen2014-02-131-0/+1
| | * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-02-122-2/+4
| | |\
| | | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-112-2/+4
| | | |\
| | | | * Remove static initialization of QObjectsv5.2.1Eskil Abrahamsen Blomfeldt2014-01-292-2/+4
| | * | | Fix wrong calculation of viewPort for transitionsFlorian Hänel2014-02-121-1/+1
| | * | | Doc: Added information about classname in qmldirVenu2014-02-121-1/+13
| | * | | Expose Qt Quick gradient conversion code privately.Mitch Curtis2014-02-123-9/+24
| | |/ /
* | | | [new compiler] Report errors at type compile time for invalid group property ...Simon Hausmann2014-02-181-0/+12
* | | | [new compiler] Fix error reporting null object group property accessSimon Hausmann2014-02-185-3/+16
|/ / /
* | | Unpin qtbase in preperation for merge to stableTor Arne Vestbø2014-02-171-1/+1
* | | Properly export QQuickProfilerUlf Hermann2014-02-172-7/+4
* | | Introducing QQuickWidgetLars Knoll2014-02-1713-15/+1504
* | | Update pin of qtbase so that the qtquickcontrols revdep buildsSimon Hausmann2014-02-171-1/+1
* | | V4 JIT: enable register allocator on Linux/ARM.Erik Verbruggen2014-02-171-2/+29
* | | V4 JIT: move registers for regalloc out of method.Erik Verbruggen2014-02-172-26/+40
* | | V4 ARM JIT: make CONFIG+=disassembler work on ARM.Erik Verbruggen2014-02-171-1/+1
* | | [new compiler] Fix reported error location for unknown type assignmentsSimon Hausmann2014-02-171-1/+1
* | | [new compiler] Compile time check for objects assigned to script stringsSimon Hausmann2014-02-171-0/+3
* | | [new compiler] Fix location of id property in error messagesSimon Hausmann2014-02-171-2/+2
* | | [new compiler] Implement compile time error handling for listsSimon Hausmann2014-02-172-1/+31
* | | [new compiler] Match class and file nameSimon Hausmann2014-02-1613-36/+36
* | | [new compiler] Cleanup object creator membersSimon Hausmann2014-02-163-91/+91
* | | [new compiler] Fix test with aggressive gcSimon Hausmann2014-02-161-0/+5
* | | Reduce memory usage for object literals with integral keysSimon Hausmann2014-02-162-2/+9
* | | Prospective iOS build fix for tst_qqmlmodulepluginSimon Hausmann2014-02-161-0/+5
* | | iOS build fix for qmlplugindumpSimon Hausmann2014-02-161-1/+1
* | | Prospective build fix in the CI system for iOSSimon Hausmann2014-02-161-1/+1
* | | Avoid Nearest mipmap filtering for BorderImage.Gunnar Sletta2014-02-161-0/+1
* | | Reapply 612785f39e325b0578be89e09b0e32d7d08d471e fixing GCC warningsThiago Macieira2014-02-162-1/+5
* | | Add dedicated QML profiler and adapterUlf Hermann2014-02-1512-528/+611
* | | Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-1516-121/+490
* | | Pin qtbase version so we can integrate glyph format changesTor Arne Vestbø2014-02-151-1/+1
* | | Fix polishItems bugFabian Bumberger2014-02-151-6/+10
* | | V4: Do not reverse-propagate int32 conversion through unary minus.Erik Verbruggen2014-02-141-4/+29
* | | V4 IR: remove unused phi targets.Erik Verbruggen2014-02-141-0/+12
* | | V4 IR: changed worklist used while doing optimizations.Erik Verbruggen2014-02-141-36/+138
* | | Compile fix for MSVC2013Andrew Knight2014-02-141-1/+1
* | | Test case for V4 profiler and its adapterUlf Hermann2014-02-133-1/+58