aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix the evaluation of JS switch statements in QML bindings.Roberto Raggi2011-11-292-0/+57
* Properly protect access to pixmap reader thread with mutexChris Adams2011-11-291-12/+41
* Add a length property to TextEdit.Andrew den Exter2011-11-292-0/+22
* Add indexed deleter to sequence wrapper, implement length setterChris Adams2011-11-293-3/+87
* Initial window implementationAlan Alpert2011-11-297-4/+174
* Remove unused function magnitude()Kent Hansen2011-11-291-5/+0
* Fix unused variable warning in QQuickItemParticle::takeKent Hansen2011-11-291-0/+1
* QDeclarativeInspectorService: Call updateStatus() in GUI thread.Aurindam Jana2011-11-282-2/+2
* Fix unused variable warning in QSGContext constructorKent Hansen2011-11-281-1/+0
* Debugger: Fix compilation error with msvcKai Koehne2011-11-281-2/+1
* Add a getFormattedText function to TextEdit.Andrew den Exter2011-11-282-0/+31
* Fix multiline eliding and support eliding when height is set.Martin Jones2011-11-282-89/+100
* Remove QtQuick1-specific define from declarative.proKent Hansen2011-11-281-2/+0
* qml debugger: Create abstraction for State managementKent Hansen2011-11-285-64/+260
* Removed ShaderEffectItem and qt_ModelViewProjectionMatrix.Kim Motoyoshi Kalland2011-11-284-26/+0
* qmltestrunner reports wrong LOC for failed test casesCharles Yin2011-11-281-4/+4
* Rewrite Connections signal handlers at compile time.Michael Brasser2011-11-287-5/+38
* DeclarativeDebugServices: Cleanup CodeAurindam Jana2011-11-257-60/+21
* V8DebugService: Optimize Code.Aurindam Jana2011-11-252-265/+267
* Remove harfbuzz cruft from {declarative,qtquick1}.proKent Hansen2011-11-252-8/+0
* QtDeclarative: Fix building of tests on Windows.Friedemann Kleint2011-11-251-2/+2
* Fix crash calling VisualDataGroup.setGroups during initialization.Andrew den Exter2011-11-251-1/+2
* Fix searchs for insert positions in QDeclarativeListCompositor.Andrew den Exter2011-11-251-3/+3
* Remove ints from mouse event handling.Martin Jones2011-11-252-12/+12
* Add getText(), insert(), and remove() functions to TextEdit.Andrew den Exter2011-11-252-0/+64
* Improve performance on touch event delivery.Martin Jones2011-11-242-7/+47
* Fix style issuesKent Hansen2011-11-242-3/+3
* Propegate the smooth property to the textureproviderGunnar Sletta2011-11-241-0/+1
* QDeclarativeDebugService: Crash fixAurindam Jana2011-11-241-5/+7
* QQuickTextInput - Remove nonexisting method from headerPekka Vuorela2011-11-241-1/+0
* TextInput elements not to have tentative commit in inputMethodQueryPekka Vuorela2011-11-242-2/+2
* Fixed assert during QQuickCanvas::hideEvent().Kim Motoyoshi Kalland2011-11-242-18/+3
* ConsoleAPI: Use environment variableAurindam Jana2011-11-241-15/+19
* Get rid of unused inputMethodQuery and inputMethodEvent functions in QQuickCa...Joona Petrell2011-11-242-41/+0
* Move registration of QtQuick 2 types to separate classKent Hansen2011-11-244-8/+129
* Move QDeclarativeListModel and friends from util/ to qml/Kent Hansen2011-11-2417-25/+17
* Move QDeclarativeApplication from util/ to qml/Kent Hansen2011-11-246-4/+3
* Remove unused code.Martin Jones2011-11-241-31/+0
* Use the AST for binding rewriting when possible.Michael Brasser2011-11-236-13/+10
* Debugger: Don't register v8 callback until client is attachedKai Koehne2011-11-232-46/+148
* Debugger: Make registration of services explicitKai Koehne2011-11-237-17/+24
* Increase the limit of the QDeclarativePixmapCache to something sensibleGunnar Sletta2011-11-231-6/+1
* Remove documentation for non-existing functionGunnar Sletta2011-11-231-8/+0
* Don't crash when importing script with syntax errorKent Hansen2011-11-231-4/+12
* v4: Get rid of dependency on QQuickAnchorLine typeKent Hansen2011-11-236-13/+49
* Add QtQuick1 plugin's major version to target pathKent Hansen2011-11-231-1/+1
* Fix PathView insertion/removal/move item offsetMartin Jones2011-11-231-23/+20
* Don't disconnect mid binding evaluationAaron Kennedy2011-11-221-0/+2
* Profiler: Preserve line information also for optimized bindingsKai Koehne2011-11-223-3/+8
* Debugger: Move server into it's own threadKai Koehne2011-11-229-146/+253