aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix GravityAlan Alpert2011-11-034-45/+52
* Only simulate if particle was aliveAlan Alpert2011-11-023-2/+12
* Debugger: Remove widgets dependency for qtquick2 inspectorKai Koehne2011-11-022-53/+1
* Debugger: Fix compile of qmldbg_qtquick1 plugin on WindowsKai Koehne2011-11-021-1/+1
* Make initialize work despite pending resetsAlan Alpert2011-11-023-3/+8
* Fix SizeRootObjectToView modeAlan Alpert2011-11-023-8/+3
* Delete view at end of testAlan Alpert2011-11-0223-0/+33
* Fix incorrect cache indexes when consecutive list items are removed.Andrew den Exter2011-11-023-39/+159
* Add support for more sequence typesChris Adams2011-11-0224-21/+1915
* Add Text.onLineLaidOut exampleYann Bodson2011-11-011-0/+109
* QDeclarativeStyledText::parse on empty tag causes assert in QStringYann Bodson2011-11-011-0/+4
* Fix most of the declarative bindings failing on ARM.Jani Uusi-Rantala2011-11-012-2/+2
* Debugger: Add QML_DEBUGGER_VERBOSE environment variableKai Koehne2011-11-012-4/+39
* Debugger: Split inspector plugin into a qtquick1 and a qtquick2 pluginKai Koehne2011-11-0149-125/+394
* Fixed Rectangle where the radius is less than half the border width.Kim Motoyoshi Kalland2011-11-011-4/+12
* Avoid crash when ShaderEffect source is not available.Kim Motoyoshi Kalland2011-11-012-2/+2
* Repaint when the ShaderEffect's shader properties change.Kim Motoyoshi Kalland2011-11-011-0/+2
* Ensure that chained incubation works from componentCompleted.Martin Jones2011-11-0111-22/+216
* Declarative: Fix gcc 4.6 warnings about assigned/unused variables.Friedemann Kleint2011-11-0115-18/+8
* Fix bus errors on Linux/ARM due to word alignment issuesSimon Hausmann2011-11-011-0/+2
* Declarative: Remove qpa-conditionals from test profiles.Friedemann Kleint2011-11-016-8/+6
* Add non-floats to particle typeAlan Alpert2011-11-015-37/+171
* Add performance guideline page for the particle systemAlan Alpert2011-11-011-5/+30
* Workaround windows not gaining focus on mac.Andrew den Exter2011-11-012-3/+13
* Fix crash when trying to access a missing texture.Glenn Watson2011-11-011-1/+1
* Force V8 debugger load on startup instead of on demand.Glenn Watson2011-11-011-0/+7
* Clean up ImageParticle shaderAlan Alpert2011-11-011-4/+10
* Mark ImageParticle as insignificantAlan Alpert2011-11-011-1/+1
* Debugger: Fix crash on exitKai Koehne2011-10-311-2/+0
* Pass the right line information to signal handlers in Connection elementKai Koehne2011-10-311-1/+6
* Eliminate some warningsJiang Jiang2011-10-311-3/+3
* Basic autotest of QQuickSpriteGoalAlan Alpert2011-10-313-0/+172
* System test for TextEditDamian Jansen2011-10-312-0/+486
* ImageParticle Sprite ImprovementsAlan Alpert2011-10-314-29/+53
* Stabilize Particles tests some moreAlan Alpert2011-10-3120-32/+32
* Debugger: Don't crash in v8 profiler service if client sends false on startupKai Koehne2011-10-291-3/+5
* Add I18N support to qmltestrunnerCharles Yin2011-10-281-0/+15
* Fix PaintedItem redraw bugCharles Yin2011-10-287-31/+99
* Debugger: Fix autotest compilation failureKai Koehne2011-10-281-1/+1
* qmlplugindump: Dump QObject based module api.Christian Kamm2011-10-281-4/+58
* TextInput system testsDamian Jansen2011-10-282-0/+540
* Text system testsDamian Jansen2011-10-284-0/+558
* Fixed QQuickPaintedItem texture binding when using Image render target.Yoann Lopes2011-10-271-18/+23
* Make qdeclarativeinspector autotest compile againKent Hansen2011-10-271-1/+0
* Rename test target to match directory name.Michael Brasser2011-10-271-1/+1
* Fix qdeclarativeinspector test target nameDamian Jansen2011-10-271-1/+1
* Re-add anchors autotest for QtQuick 2.0.Michael Brasser2011-10-2712-0/+974
* Use TESTDATA macro in ListModel tests.Michael Brasser2011-10-272-12/+16
* Readonly QML property supportAaron Kennedy2011-10-2613-49/+160
* Fix QInputPanel::invokeAction(Click) not being called on mouse clicksSimon Hausmann2011-10-261-8/+1