aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljstools/qmljsmodelmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlJS: Use mime types to distinguish qml and js files.Christian Kamm2011-09-121-26/+47
* QmlJS: Find setContextProperty calls in C++ and expose to QML.Christian Kamm2011-09-081-12/+18
* QmlJS: Remove unused function.Christian Kamm2011-09-051-9/+0
* Remove some dead stores pointed out by clang.Christian Kamm2011-09-021-14/+0
* C++/QmlJS: Warnings if C++ based QML type detection fails.Christian Kamm2011-08-301-2/+9
* QmlJS: Ensure project infos are removed when a project closes.Christian Kamm2011-08-301-0/+19
* QmlJS: Improve ModelManagerInterface API, add docs.Christian Kamm2011-08-301-5/+7
* QmlJS: Move the exported-C++-type detection out of C++ code.Christian Kamm2011-08-241-11/+40
* QmlJS: Fix semantic and non-semantic QML error reporting.Christian Kamm2011-08-181-11/+19
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-10/+10
* QmlJS: Fix basic code model test.Christian Kamm2011-07-121-0/+6
* QmlJS: Dump builtins per Qt version.Christian Kamm2011-07-111-12/+43
* QmlJS: Move Context to its own file.Christian Kamm2011-07-051-1/+1
* QmlJS: Add 'reset code model' action.Christian Kamm2011-06-231-0/+19
* QmlJS: Fix potential linking problem.Christian Kamm2011-05-301-1/+10
* QmlJS: Output qmltypes parse warnings to General messages pane.Christian Kamm2011-05-301-3/+1
* QmlJS: Allow for QML modules with version subdirectories.Christian Kamm2011-05-301-19/+61
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* QmlJS: Add semantic errors to task window.Christian Kamm2011-04-211-0/+2
* Fix more krazy warnings.Friedemann Kleint2011-04-191-2/+2
* Update license.hjk2011-04-131-14/+13
* QmlJS: Don't warn user about imports if static info is availableKai Koehne2011-04-121-0/+5
* QmlJS: Fix implicit "." import when . has a QML module.Christian Kamm2011-03-101-43/+63
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-1/+1
* qmldump: Use the new qmldump correctly.Christian Kamm2011-02-091-2/+3
* QmlJS: Switch to new format for QML meta data.Christian Kamm2011-02-091-5/+7
* qmldump: Make Creator able to read qmldump's new output.Christian Kamm2011-02-091-1/+1
* Header cleanup in src, specify module name.Friedemann Kleint2011-01-241-9/+9
* QmlJS: Be more efficient when looking for QML libraries.Christian Kamm2011-01-201-28/+37
* QmlJS: Avoid frequent libraryInfoUpdated emissions.Christian Kamm2011-01-121-5/+12
* It's 2011 now.con2011-01-121-1/+1
* Qml/C++: Fix performance problem with type extraction.Christian Kamm2011-01-061-4/+41
* QmlJS: Add refcounting to FakeMetaObjects.Christian Kamm2011-01-061-4/+1
* Qml-C++: Find C++ qmlRegisterType calls and populate QML code model.Christian Kamm2011-01-041-0/+30
* Merge branch '2.1'con2010-12-171-7/+11
* QmlJS: Set default import paths in constructor.Christian Kamm2010-12-091-1/+1
* QmlJS: Improve error reporting for failed plugin dumps.Christian Kamm2010-11-251-0/+3
* QmlJS: Don't use full mime type detection to decide between qml/js.Christian Kamm2010-11-251-9/+12
* QmlJS: Move plugin dumping code and redump on file change.Christian Kamm2010-11-111-98/+5
* Getting the QmlJsModelManager working stand aloneThomas Hartmann2010-11-111-19/+43
* Move shared code to a new QmlJSTools plugin.Christian Kamm2010-11-111-0/+598