summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor/qmljsmodelmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move shared code to a new QmlJSTools plugin.Christian Kamm2010-11-111-594/+0
* QmlJS: Fix code model update when project filelist changes.Christian Kamm2010-11-091-0/+23
* Debugger/JS Code model: Set environment for QML tools correctly.Friedemann Kleint2010-10-261-0/+1
* QmlJS: Simplify document and library updating.Christian Kamm2010-10-151-23/+16
* QmlJS: Fix plugin dumpers running all the time if dump fails.Christian Kamm2010-10-141-18/+23
* QML Observer: Build together on runtime with debugging toolsLasse Holmstedt2010-09-291-20/+7
* Compile qmldump with debugging helpersLasse Holmstedt2010-09-291-10/+8
* QmlJS: Add initial 'Find Usages' support.Christian Kamm2010-09-241-27/+24
* QmlJS: Speed up Link significantly, provide more info on imports.Christian Kamm2010-09-161-12/+13
* Qml: Make import classification in Bind less verbose.Christian Kamm2010-09-161-11/+14
* Qml: Write qmldump errors to 'General messages'.Christian Kamm2010-09-151-3/+27
* MIME database: Add support for attribut weight; Add magic matcher for byte pa...Leandro Melo2010-09-131-4/+4
* QmlJS: Fix import path list growing over time.Christian Kamm2010-09-081-0/+2
* Concate strings instead of using the QDir API to speed up the linking phase.Roberto Raggi2010-09-081-2/+3
* Introduced SemanticInfo::isValid().Roberto Raggi2010-09-081-1/+6
* QmlJS: Fix running qmldump on plugins that require a specific uri.Christian Kamm2010-08-251-6/+18
* Truned qmldump into an .app, and suppress its dock icon.Erik Verbruggen2010-08-241-4/+8
* Renamed QmlJS::Document::documentRevision().Roberto Raggi2010-07-071-1/+1
* QmlJS: Fix import path handling in the model manager.Christian Kamm2010-06-221-18/+48
* QmlJS: Revert to supplying a xml file for builtin type information.Christian Kamm2010-06-211-1/+3
* QmlJS: Get rid of xml file describing qml builtin types.Christian Kamm2010-06-101-3/+10
* QmlJS: Store plugin metatypes in LibraryInfo. Rework type loading.Christian Kamm2010-06-091-2/+64
* QmlJS: Get at types defined in plugins by running qmldump on them.Christian Kamm2010-06-091-1/+4
* QmlJS: Collect import version numbers in Bind.Christian Kamm2010-06-091-10/+10
* Fixed QTCREATORBUG-1397.Erik Verbruggen2010-05-181-0/+10
* QmlJS: The qml document's path is no longer an implicit import path.Christian Kamm2010-04-261-2/+1
* QmlJS: Set importing scopes for scripts correctly.Christian Kamm2010-04-221-11/+8
* Emit extra signals to have the task manager show issues on project-load.Erik Verbruggen2010-04-161-5/+8
* Hooked up the QML task manager again.Erik Verbruggen2010-04-161-2/+15
* QmlJSEditor: When looking for qml libraries scan the current doc's path.Christian Kamm2010-04-071-1/+3
* QmlJSEditor: Build Snapshot by looking at imports of parsed files.Christian Kamm2010-04-061-106/+132
* QmlJSEditor: Fix file/directory imports for qml files not in a project.Christian Kamm2010-03-311-1/+13
* Read qmldir files in a thread and cache them in Snapshot.Christian Kamm2010-03-181-2/+36
* Improve Qml code model import handling.Christian Kamm2010-03-181-0/+105
* Long live the king!hjk2010-03-051-1/+1
* Removed private header dependencies and introduced loading QML types from XML...Erik Verbruggen2010-03-011-0/+20
* Check the file's mimetype before creating QML/JS documents.Roberto Raggi2010-02-151-7/+14
* Renamed qmlmodelmanager.Roberto Raggi2010-02-151-0/+206