aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-1854/+0
* Debugger: Rename QDeclarativeDebugTrace to QDeclarativeProfilerServiceKai Koehne2012-02-101-6/+6
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-101-1/+7
* Remove deprecated builtin sql database API.Charles Yin2012-02-091-1/+0
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-031-3/+3
* Fix spelling errors that refer to non-existent symbolsMatthew Vogt2012-02-021-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove the work-around for avoiding possible deadlock.Xizhi Zhu (Steven)2012-01-251-6/+0
* Move sqldatabase into a module API pluginCharles Yin2012-01-251-2/+10
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* QDeclarativeExpression: storing column number in expression locationChristiaan Janssen2012-01-161-1/+1
* QDeclarativeDebug: Add a debug message service.Aurindam Jana2012-01-091-0/+2
* QDeclarativeEngine: Polish code for file name case check.Friedemann Kleint2012-01-061-9/+8
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Reserve enough space in the QDeclarativePropertyCache hashAaron Kennedy2011-12-221-4/+1
* QV8DebugService: Simplify the service codeAurindam Jana2011-12-141-1/+1
* Fix linking of QtQuick.dll on Windows.Friedemann Kleint2011-12-071-0/+1
* Fix crash when QtQuick 2.0 wasn't importedAaron Kennedy2011-12-051-0/+2
* Say hello to QtQuick moduleKent Hansen2011-12-021-6/+0
* Remove QSGContext and QSGTexture from QDeclarativePixmapDataGunnar Sletta2011-12-021-2/+2
* DeclarativeDebugServices: Cleanup CodeAurindam Jana2011-11-251-6/+3
* Move registration of QtQuick 2 types to separate classKent Hansen2011-11-241-8/+2
* Move QDeclarativeListModel and friends from util/ to qml/Kent Hansen2011-11-241-1/+3
* Move QDeclarativeApplication from util/ to qml/Kent Hansen2011-11-241-0/+1
* Qt.locale() and JS locale type extension.Martin Jones2011-11-221-0/+2
* Skip the captured properties step in bindingsAaron Kennedy2011-11-041-1/+1
* Fix most of the declarative bindings failing on ARM.Jani Uusi-Rantala2011-11-011-1/+1
* Ensure that chained incubation works from componentCompleted.Martin Jones2011-11-011-0/+3
* Rename QDeclarativePropertyCache::Data to QDeclarativePropertyDataAaron Kennedy2011-10-261-2/+2
* Rename QSG* to QQuick* in particles folderAlan Alpert2011-10-251-2/+2
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-211-2/+2
* Declarative: Fix MSVC and g++ warningsFriedemann Kleint2011-10-191-1/+1
* qdoc3: Remove several "QML:" qualifiers which should no longer be requiredMartin Smith2011-10-181-14/+14
* Clean up declarative includesKent Hansen2011-10-171-20/+20
* Optimize signal handlingAaron Kennedy2011-10-121-0/+94
* QInputPanel exposed as a property from QDeclarativeApplicationSami Kananoja2011-10-111-0/+7
* Debugger: Fix lock when profilingKai Koehne2011-10-071-0/+2
* Debugger: Call removeEngine also for QV8DebugServiceKai Koehne2011-10-061-0/+1
* QV8Profiler serviceChristiaan Janssen2011-10-061-1/+5
* Remove a few unneeded includesKent Hansen2011-09-301-15/+0
* Ensure JS-owned QObjects are cleaned up on v8engine dtorChris Adams2011-09-301-0/+3
* Remove more QByteArray<->QString conversionsKent Hansen2011-09-291-2/+2
* Asynchronous component instantiationAaron Kennedy2011-09-291-45/+103
* Remove some unused includes.Jędrzej Nowacki2011-09-151-2/+0
* Merge branch 'master' into refactorGunnar Sletta2011-09-121-8/+26
|\
| * Improve efficiency of qmlEngine()Aaron Kennedy2011-09-091-2/+20
| * Doc fix for QDeclarativeEngineDamian Jansen2011-09-071-2/+2
| * Rename QDeclarativeEngineDebugServer to ~ServiceKai Koehne2011-08-311-4/+4
* | Remove the remaining dependencies onto QtWidgetsLars Knoll2011-09-011-1/+0
* | Merge branch 'master' into refactorGunnar Sletta2011-08-311-1/+31
|\|