aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljstools
Commit message (Expand)AuthorAgeFilesLines
* Make PluginManager mostly static.Eike Ziller2012-06-192-3/+3
* Fix qbs code styleYuchen Deng2012-06-191-1/+1
* ActionManager API cleanup.Eike Ziller2012-05-251-5/+4
* IOptionsPage: replace virtual fuctions by data membershjk2012-05-232-44/+10
* FindExportsVisitor: qmlRegisterTypeAurindam Jana2012-05-071-3/+14
* Don't add singleton model manager to object pool.Eike Ziller2012-05-041-1/+0
* Compile after qt5/qtbase commit 75a0c7f9Bradley T. Hughes2012-04-302-2/+2
* QmlDebug: Rename library and (most) classesKai Koehne2012-04-181-2/+2
* QmlJSInspector: Remove dependency to QmlJSEditorKai Koehne2012-04-162-0/+4
* QmlJS: Move SemanticInfo from qmljseditor to qmljstoolsKai Koehne2012-04-164-3/+367
* qbs files: use Qt5 module dependenciesJoerg Bornemann2012-04-101-1/+1
* Qml/C++: Add finding C++ qmlRegisterUncreatableType calls.Takumi ASAKI2012-04-021-5/+20
* Fix qbs project filesMarco Bubke2012-03-211-1/+1
* Fix build breakage after making plugins dependent on cpptools.Erik Verbruggen2012-03-151-1/+1
* Move the ModelManagerInterface out of the CPlusPlus library.Erik Verbruggen2012-03-143-2/+3
* Port Qt Creator to the new plugin system of Qt 5.Friedemann Kleint2012-03-021-0/+1
* qbs: CleanupOrgad Shaneh2012-02-281-3/+0
* add qbs filesJoerg Bornemann2012-02-201-0/+68
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-202-2/+2
* Removed module names from #include directives.Erik Verbruggen2012-02-1519-44/+44
* Move QtConcurrent library into Utils.Friedemann Kleint2012-02-091-1/+1
* Remove checking for a null sessionmanager.Daniel Teske2012-01-311-6/+2
* Long live the king!hjk2012-01-2627-27/+27
* Use new static ICore interface.hjk2012-01-246-20/+14
* qmljs: fix racing condition with importPathsFawzi Mohamed2012-01-131-4/+11
* C++: Rename source/setSource to utf8Source/setUtf8SourceLeandro Melo2012-01-132-6/+6
* C++: Accept UTF-8 byte arrays in type of expressionLeandro Melo2012-01-131-3/+3
* C++: Preserve original indentation in extract functionLeandro Melo2012-01-121-0/+12
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-281-1/+42
|\
| * Transform always old code style settingsJarek Kobus2011-11-251-1/+42
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-251-2/+3
|\|
| * QmlJS: Require Qt >= 4.8.0 to dump builtins.Christian Kamm2011-11-231-2/+3
* | QmlJS tests: Move 'basic' codemodel test to QmlJSTools plugin.Christian Kamm2011-11-153-0/+116
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-1126-53/+53
|\|
| * String fixesRobert Loehning2011-11-031-1/+1
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0326-52/+52
* | more Id type fixeshjk2011-11-101-1/+1
* | QmlJS: Make Document::Ptr point to a const Document.Christian Kamm2011-11-082-3/+4
* | more style fixes of string literal accesshjk2011-11-021-11/+11
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-012-1/+5
|\|
| * QmlJS indenter: Never touch indent of multi-line strings.Christian Kamm2011-10-314-5/+13
* | QmlJS: Clean up idOfObject() and folding text code.Christian Kamm2011-10-281-2/+2
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-10-282-7/+26
|\|
| * QmlJS/C++: Fix possible crash on exit.Christian Kamm2011-10-202-7/+26
* | QmlJS: Support module apis defined by QML modules.Christian Kamm2011-10-211-19/+15
* | QmlJS checks: Suppression of static analysis messages.Christian Kamm2011-10-192-0/+7
* | QmlJS indenter: Move reusable code to qmljs lib.Christian Kamm2011-10-195-335/+14
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-10-171-5/+2
|\|
| * QmlJS indenter: Fix ternary multiline indent.Christian Kamm2011-10-171-5/+2
* | Json: Fix indenter for json files.Christian Kamm2011-10-121-0/+3