summaryrefslogtreecommitdiff
path: root/src/libs/qmljs
Commit message (Expand)AuthorAgeFilesLines
* QmlJs::Check: using the Option enum to ignore type errorsThomas Hartmann2011-03-012-9/+10
* QmlJs::Check: turning "file or directory does not exist" into a warningThomas Hartmann2011-03-011-1/+3
* QmlJS: Try to implicitly import libraries in the same directory.Christian Kamm2011-02-253-43/+120
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-3/+3
* QmlJS: Remove the strict separation of types and attached types.Christian Kamm2011-02-214-82/+6
* Re-imported and re-generated the QML parser from Qt.Erik Verbruggen2011-02-216-13/+15
* More copyright fixesTobias Hunger2011-02-182-0/+66
* QmlJS: Completion for attached properties.Christian Kamm2011-02-104-6/+111
* QmlJS: Rework FakeMetaObjects to no longer contain pointers.Christian Kamm2011-02-104-117/+94
* qmldump: Dump attached types and read them in Creator.Christian Kamm2011-02-101-1/+3
* QmlJS: Update list of Qt object members.Christian Kamm2011-02-101-17/+20
* QmlJS: Simplify loading types defined in C++.Christian Kamm2011-02-093-26/+32
* QmlJS: Use / in fully qualified names to separate package and classname.Christian Kamm2011-02-091-1/+1
* QmlJS: Put types with cpp names into a separate package.Christian Kamm2011-02-094-52/+54
* QmlJS: Fix local-file url property check.Christian Kamm2011-02-091-1/+1
* QmlJS: Fix qml type info by reintroducing workaround exports.Christian Kamm2011-02-091-0/+2
* qmldump: Use the new qmldump correctly.Christian Kamm2011-02-092-2/+4
* QmlJS: Switch to new format for QML meta data.Christian Kamm2011-02-094-29/+45
* qmldump: Make Creator able to read qmldump's new output.Christian Kamm2011-02-096-12/+512
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-048-11/+11
* Header cleanup in src, specify module name.Friedemann Kleint2011-01-243-9/+7
* Exported header cleanup.Friedemann Kleint2011-01-2010-29/+18
* QmlJS indenter: Fix object bindings with namespaces.Christian Kamm2011-01-201-1/+3
* It's 2011 now.con2011-01-1259-61/+61
* C++/Qml: Don't allow exported types to override builtins.Christian Kamm2011-01-102-18/+34
* Qml/C++: Fix performance problem with type extraction.Christian Kamm2011-01-064-3/+12
* QmlJS: Add refcounting to FakeMetaObjects.Christian Kamm2011-01-063-58/+47
* Qml-C++: Find C++ qmlRegisterType calls and populate QML code model.Christian Kamm2011-01-043-1/+21
* LanguageUtils: Add FakeMetaObject and ComponentVersion.Christian Kamm2011-01-049-405/+64
* LanguageUtils: Introduce new library for cross-language utils.Christian Kamm2011-01-041-0/+1
* QmlJS indenter: Only auto-reindent if indent was unchanged.Christian Kamm2011-01-042-0/+13
* Merge branch '2.1'con2010-12-1740-280/+440
|\
| * License headers.con2010-12-1740-280/+440
* | Removed stray tokens and fixed warnings/errors when compiling with pedantic C...Roberto Raggi2010-12-162-4/+4
* | QMlJSCheck: Components have their own scope for idsThomas Hartmann2010-12-132-5/+19
* | QmlJsCheck: check for Behaivours and exclude them from duplicate checkThomas Hartmann2010-12-131-1/+2
* | QmlJS indenter: Fix for expressions starting with numbers or strings.Christian Kamm2010-12-091-0/+2
* | QmlJSCheck: adding more checksThomas Hartmann2010-12-072-2/+66
* | JS checks: Check code block script bindings for common errors.Christian Kamm2010-12-061-7/+24
* | JS checks: Allow blocks after for(var ...).Christian Kamm2010-12-062-1/+14
* | QmlJSInterpreter: adding public API to ASTObjectValueThomas Hartmann2010-12-012-0/+19
* | QmlJSInterpreter: specifying detailed types for QFont/QVector3DThomas Hartmann2010-12-011-7/+7
* | QmlJS: Don't warn about expression statements in script bindings.Christian Kamm2010-11-291-2/+11
* | QmlJS: Don't warn for "string == ''" and "boolean == true".Christian Kamm2010-11-291-2/+4
* | QmlJS: Don't warn on 'numbervalue == 0'.Christian Kamm2010-11-291-6/+11
* | Fix syntax highlighting of multiline QMLJS stringsRhys Weatherley2010-11-292-2/+26
* | QmlJS: Remove overzealous 'undefined' check for enums.Christian Kamm2010-11-291-4/+2
* | QmlJS: Add JSLint-style warnings for common JS traps.Christian Kamm2010-11-252-0/+388
* | QmlJS: Enhance check pass to do lookup... and disable it.Christian Kamm2010-11-252-0/+64
* | QmlJS: Fix binding and scoping function expressions.Christian Kamm2010-11-252-8/+9