aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljstools
Commit message (Expand)AuthorAgeFilesLines
* Update license.hjk2011-04-1316-224/+208
* Revert "QmlJSEditor: Don't warn about failing dumps if dumper is from 2.1"Kai Koehne2011-04-121-11/+1
* QmlJS: Don't warn user about imports if static info is availableKai Koehne2011-04-122-0/+6
* QmlJSEditor: Don't warn about failing dumps if dumper is from 2.1Kai Koehne2011-04-081-1/+11
* QmlJSDumper: improve d1041cc9676e3074d1f099238fde0e16e4aef704Thomas Hartmann2011-03-211-1/+1
* QmlJSDumper: fix for plugins/componentsThomas Hartmann2011-03-211-0/+1
* QmlJS: Fix implicit "." import when . has a QML module.Christian Kamm2011-03-102-47/+73
* clean up DEPENDPATH insanityOswald Buddenhagen2011-03-092-2/+0
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-224-6/+6
* Text editor: Introduce per project settingsLeandro Melo2011-02-212-3/+9
* L10n: tr()-Fixes for 2.2Friedemann Kleint2011-02-151-1/+2
* QmlJS: Rework FakeMetaObjects to no longer contain pointers.Christian Kamm2011-02-101-7/+2
* qmldump: Use the new qmldump correctly.Christian Kamm2011-02-094-9/+16
* QmlJS: Switch to new format for QML meta data.Christian Kamm2011-02-093-26/+29
* 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
* qmldump: Produce an error message if module import fails.Christian Kamm2011-01-211-6/+16
* Exported header cleanup.Friedemann Kleint2011-01-201-6/+4
* 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-1217-17/+17
* QmlJSTools: Indicate optional dependency on CppTools.Christian Kamm2011-01-111-0/+2
* Qml/C++: Fix performance problem with type extraction.Christian Kamm2011-01-062-5/+52
* QmlJS: Add refcounting to FakeMetaObjects.Christian Kamm2011-01-062-10/+7
* Qml-C++: Find C++ qmlRegisterType calls and populate QML code model.Christian Kamm2011-01-044-0/+40
* LanguageUtils: Add FakeMetaObject and ComponentVersion.Christian Kamm2011-01-041-6/+7
* LanguageUtils: Introduce new library for cross-language utils.Christian Kamm2011-01-041-0/+1
* License headers, part 2con2010-12-1710-70/+110
* Merge branch '2.1'con2010-12-176-42/+66
* Removed stray tokens and fixed warnings/errors when compiling with pedantic C...Roberto Raggi2010-12-161-1/+1
* Compile fix for pedantic C++ compilers.Roberto Raggi2010-12-161-1/+1
* QmlJS: Set default import paths in constructor.Christian Kamm2010-12-091-1/+1
* QmlJS: Allow QML plugins to ship pre-dumped type descriptions.Christian Kamm2010-11-262-11/+75
* QmlJS: Improve error reporting for failed plugin dumps.Christian Kamm2010-11-253-4/+39
* QmlJS: Don't use full mime type detection to decide between qml/js.Christian Kamm2010-11-251-9/+12
* QmlJS: Add a filter for functions to the locator.Christian Kamm2010-11-167-2/+485
* Fix compile on windows.Christian Kamm2010-11-111-1/+1
* QmlJS: Move plugin dumping code and redump on file change.Christian Kamm2010-11-115-106/+401
* Getting the QmlJsModelManager working stand aloneThomas Hartmann2010-11-111-19/+43
* Move shared code to a new QmlJSTools plugin.Christian Kamm2010-11-1115-0/+1697