summaryrefslogtreecommitdiff
path: root/src/plugins/qmljstools
Commit message (Expand)AuthorAgeFilesLines
* Fix qbs build.Nikolai Kosjar2012-10-081-1/+2
* fix qbs buildJoerg Bornemann2012-10-081-3/+2
* Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-0539-808/+770
|\
| * Adjust license headershjk2012-10-0530-618/+589
* | ScriptConsole: Set empty context when not debuggingAurindam Jana2012-10-051-0/+2
* | ScriptConsole: Missing HeadersAurindam Jana2012-10-0518-0/+540
* | ScriptConsole: Move from Debugger to QmlJSToolsAurindam Jana2012-10-0531-48/+2338
* | qbs files: Consolidate includePaths in QtcLibrary and QtcPluginOrgad Shaneh2012-10-051-7/+1
* | Locator: State language in filter names.Nikolai Kosjar2012-10-041-1/+1
* | qbs files: Sort filesOrgad Shaneh2012-10-031-6/+6
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-09-271-4/+0
|\ \ | |/
| * QmlJSTools: Fix autotestKai Koehne2012-09-271-4/+0
* | qmljstools: de-noisehjk2012-09-243-64/+29
* | Support built-in testing infrastructure with qbs build.Christian Kandeler2012-09-131-0/+6
* | HostOsInfo: Add some more useful abstractions.Christian Kandeler2012-09-051-2/+2
* | Utils: Introduce HostOsInfo class.Christian Kandeler2012-08-271-8/+5
|/
* Removal of Symbian supportAlessandro Portale2012-08-221-1/+0
* Avoid adding the same DEFINE multiple times to the command lineKai Koehne2012-08-211-1/+1
* Remove NULL tests for Core::ICore::settings()Orgad Shaneh2012-08-091-39/+38
* QmlJS: Update to latest QmlJS parser from Qt 5.Christian Kamm2012-07-311-2/+1
* Changed URL to qt-project.org in pluginspecs.Konstantin Tokarev2012-07-301-2/+2
* tr()-Fixes for 2.6.Friedemann Kleint2012-07-271-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-1929-87/+29
* 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