aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Extract Particles code to an independent libraryMatthew Vogt2012-04-1672-14/+126
* | | | | | | | | Don't use QWindow::visible() since it's deprecatedGirish Ramakrishnan2012-04-131-5/+5
* | | | | | | | | Debugger: Fix bug in Inspect ToolSimjees Abraham2012-04-135-47/+72
* | | | | | | | | Fix broken wakeup() in threaded renderloop.Gunnar Sletta2012-04-131-1/+1
* | | | | | | | | Don't ignore model changes when the ListView scroll position changes.Andrew den Exter2012-04-134-5/+18
* | | | | | | | | Export all symbols on QSGDefaultRenderer.Hannu Lyytinen2012-04-131-1/+1
* | | | | | | | | Make device specific projection matrix setter virtual.Hannu Lyytinen2012-04-131-1/+1
* | | | | | | | | QQuickTextEdit to trigger input method updates on selectAll()Pekka Vuorela2012-04-122-7/+8
* | | | | | | | | Doc: Fixing the Qt QML module page.Jerome Pasion2012-04-121-1/+1
* | | | | | | | | Silence warning with ICC about change of signal in integer conversionThiago Macieira2012-04-122-3/+3
* | | | | | | | | Add missing #include <stdlib.h>Thiago Macieira2012-04-122-0/+2
* | | | | | | | | Debugger: Fix bugs in inspection toolSimjees Abraham2012-04-123-13/+47
* | | | | | | | | Debugger: Inspect tool - changes made to highlight on selectionSimjees Abraham2012-04-111-0/+8
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Simplify date conversion functionsMatthew Vogt2012-04-116-1124/+11
* | | | | | | | Create accessible interfaces only for items with attached propFrederik Gladhorn2012-04-103-5/+11
* | | | | | | | QQmlDebugServer: Use Q_D(const )Aurindam Jana2012-04-101-2/+2
* | | | | | | | QmlDebug: Enable/Disable toolAurindam Jana2012-04-104-12/+29
* | | | | | | | QmlDebug: Remove Color ToolAurindam Jana2012-04-105-34/+1
* | | | | | | | QmlDebug: Highlight select itemsAurindam Jana2012-04-101-2/+2
* | | | | | | | QmlDebug: Inspect ToolAurindam Jana2012-04-103-9/+98
* | | | | | | | QmlDebug: Combine Selection and Zoom ToolsAurindam Jana2012-04-1011-286/+121
* | | | | | | | QmlDebug: Selection Tool HighlightAurindam Jana2012-04-101-2/+2
* | | | | | | | Use relative position to when getting line from layout.Andrew den Exter2012-04-101-1/+1
* | | | | | | | Fix compilation on LinuxAnselmo L. S. Melo2012-04-091-1/+1
* | | | | | | | Fix erroneous signal emission in LoaderChris Adams2012-04-051-1/+9
* | | | | | | | MultiPointTouchArea documentation not to use deprecated signalsPekka Vuorela2012-04-051-1/+1
* | | | | | | | Properly copy all event parameters in deliverMouseEvent()Laszlo Agocs2012-04-051-2/+6
* | | | | | | | Rewrite QAnimationGroupJob::clear() methodCharles Yin2012-04-051-5/+11
* | | | | | | | Create plugins for Particles and Window submodulesMatthew Vogt2012-04-0512-22/+178
* | | | | | | | Fix some issues with init_data() for qmltestCharles Yin2012-04-051-5/+8
* | | | | | | | Fix access to uninitialised memory that might lead to crashesThiago Macieira2012-04-041-0/+5
* | | | | | | | Remove sharing of V4 subscriptionsRoberto Raggi2012-04-042-15/+22
* | | | | | | | Inline the methods of the V4 Register classRoberto Raggi2012-04-041-40/+40
* | | | | | | | Remove obsolete codeRoberto Raggi2012-04-046-54/+2
* | | | | | | | Do not execute overwritten bindingsAaron Kennedy2012-04-041-1/+13
* | | | | | | | Revert "Do not execute overwritten bindings"Aaron Kennedy2012-04-041-39/+9
* | | | | | | | Flickable should only call ungrabMouse() if it is the mouse grabberAndras Becsi2012-04-041-1/+2
* | | | | | | | Do not crash on invalid binding diagnosticMatthew Vogt2012-04-041-2/+3
* | | | | | | | Do not execute overwritten bindingsMatthew Vogt2012-04-041-9/+39
* | | | | | | | Support snapMode in PathViewMartin Jones2012-04-043-46/+113
* | | | | | | | Use wasDeleted function to check for deletionMatthew Vogt2012-04-041-8/+1
* | | | | | | | Use the GCC pragma on GCC onlyThiago Macieira2012-04-041-1/+1
* | | | | | | | Silence warning about non-standard comma at the end of enumThiago Macieira2012-04-041-1/+1
* | | | | | | | Remove workaround for QTBUG-22919.Andrew den Exter2012-04-041-3/+0
* | | | | | | | Fixed crash when using 'var' property in ShaderEffect.Kim Motoyoshi Kalland2012-04-047-875/+854
* | | | | | | | Restore the declarative_debug config for qmltestCharles Yin2012-04-041-2/+2
* | | | | | | | Update for API changes in the QPlatformSharedGraphicsCacheEskil Abrahamsen Blomfeldt2012-04-032-18/+18
* | | | | | | | Don't crash if calling a method on a QObject that has been gc()'dAaron Kennedy2012-04-032-5/+27
* | | | | | | | Fix QML_BINDINGS_TEST and the V4 auto testsRoberto Raggi2012-04-032-4/+23
* | | | | | | | Add Throw instruction to the V4 virtual machineRoberto Raggi2012-04-037-2/+49