aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QmlProfiler: Send trace start event when starting profilingChristiaan Janssen2011-11-032-7/+12
* V8Profiler: fix block at start when profiling is disabledChristiaan Janssen2011-11-031-1/+1
* Only issue non-threaded renderer warning onceAaron Kennedy2011-11-031-3/+7
* Profiler: Fix profiling when disabled on startupKai Koehne2011-11-031-1/+2
* Debugger: Remove unused filesKai Koehne2011-11-033-135/+0
* Cursory docs for QQuickCanvas and QQuickViewAlan Alpert2011-11-032-3/+163
* Fix GravityAlan Alpert2011-11-032-40/+45
* 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-022-2/+8
* Fix SizeRootObjectToView modeAlan Alpert2011-11-022-7/+3
* Fix incorrect cache indexes when consecutive list items are removed.Andrew den Exter2011-11-022-39/+6
* Add support for more sequence typesChris Adams2011-11-029-21/+877
* 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-0148-124/+393
* 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-017-22/+36
* 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
* Add non-floats to particle typeAlan Alpert2011-11-012-36/+155
* Workaround windows not gaining focus on mac.Andrew den Exter2011-11-011-3/+9
* 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
* 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
* ImageParticle Sprite ImprovementsAlan Alpert2011-10-313-28/+51
* 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-285-23/+4
* Fixed QQuickPaintedItem texture binding when using Image render target.Yoann Lopes2011-10-271-18/+23
* Readonly QML property supportAaron Kennedy2011-10-264-36/+42
* Fix QInputPanel::invokeAction(Click) not being called on mouse clicksSimon Hausmann2011-10-261-8/+1
* Rename QDeclarativePropertyCache::Data to QDeclarativePropertyDataAaron Kennedy2011-10-2619-329/+343
* Remove Q_WS_*, symbian and maemo code in QtDeclarativeDamian Jansen2011-10-2620-164/+22
* Basic QQuickSpriteImage autotestAlan Alpert2011-10-261-1/+1
* Add state changing properties to QQuickSpriteImageAlan Alpert2011-10-263-14/+64
* Optimize listmodel and allow nested elements from worker script.Glenn Watson2011-10-267-1277/+1488
* Fix "for (... in ...)" loops for list properties.Michael Brasser2011-10-262-2/+19
* Cache QObject method argumentsAaron Kennedy2011-10-253-88/+174
* qmldbg_inspector: Fix compilation on Windows.Friedemann Kleint2011-10-252-1/+2
* Allow access to all registered module apis.Christian Kamm2011-10-252-0/+16
* Add QT_BEGIN_HEADER/QT_END_HEADER macrosSergio Ahumada2011-10-253-0/+12
* Add MultiPointTouchArea element.Michael Brasser2011-10-259-11/+1114