aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Optimizations to imports.Martin Jones2011-08-301-0/+28
| * Improve QStringHashAaron Kennedy2011-08-301-1/+3
* | Merge branch 'master' into refactorGunnar Sletta2011-08-251-8/+13
|\|
| * Enable v8 debuggingAurindam Jana2011-08-171-2/+2
| * Remove dead code.Jedrzej Nowacki2011-08-041-6/+0
| * Introduced a CONFIG option that enables declarative debug servicesThorbjørn Lindeijer2011-08-021-0/+11
* | Merge branch 'master' into refactorGunnar Sletta2011-08-111-6/+5
|\|
| * Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-6/+5
* | Build against refactor.Samuel Rødal2011-07-291-1/+1
|/
* Fix alias warnings in QDeclarativeGuardAaron Kennedy2011-07-291-1/+1