aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljstools/qmljsmodelmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* qmljs: do not reset ProjectInfo in updateProjectInfoFawzi Mohamed2014-11-251-1/+2
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Add ui.qml support to code mode and editorFawzi Mohamed2014-10-141-0/+3
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-1/+1
* | CppTools: Change CppModelManager implementation patternhjk2014-09-191-3/+3
* | Remove Qt version checks.Christian Kandeler2014-09-081-2/+0
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-031-4/+4
|\|
| * QmlJS: Use canonical paths for matching of import directoriesKai Koehne2014-09-031-4/+4
* | qmljs: improve handling of qml dialectsFawzi Mohamed2014-07-301-8/+8
* | qmljs: move defaultProjectInfoForProject to the qmljs libraryFawzi Mohamed2014-07-241-2/+2
|/
* qmljs: fix race condition in defaultVContextFawzi Mohamed2014-06-301-3/+7
* Utils: Remove function wrapperhjk2014-06-301-1/+0
* CleanUp usage of QtAlgorithmsNikita Baryshnikov2014-06-171-1/+0
* qmljstools: remove unused qdebug importsFawzi Mohamed2014-06-111-2/+0
* DocumentModel: Make interface statichjk2014-05-131-3/+2
* qmljs: add qbs default pathsFawzi Mohamed2014-05-091-0/+5
* qmljs: better defaults, more uniform handling of pathsFawzi Mohamed2014-05-091-8/+13
* qmljs: fixing attributes naming (code style)Fawzi Mohamed2014-02-191-2/+0
* qml: moving most of ModelManager logic to ModelManageInterfaceFawzi Mohamed2014-02-191-1056/+23
* qmljs: generalize language treatementFawzi Mohamed2014-01-281-55/+25
* qml: make dumping errors more chattyFawzi Mohamed2014-01-201-0/+3
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Rename QString ITextEditorDocument::contents --> plainTextEike Ziller2013-12-101-1/+1
|/
* qmljs: delay import scan until at least one qml file is parsedFawzi Mohamed2013-11-261-0/+17
* qmljs: avoid double parsing of importsFawzi Mohamed2013-11-261-8/+22
* QmlJS: Fixing warningsThomas Hartmann2013-11-261-1/+1
* QmlJsTools: Fix compilation with Qt4Nikolai Kosjar2013-11-201-1/+1
* qmljs: scan importsFawzi Mohamed2013-11-201-27/+164
* qmljs: new import/dep trackingFawzi Mohamed2013-11-201-0/+28
* Braces cleanupOrgad Shaneh2013-11-141-4/+2
* qml: solve race condition when deleting while indexingFawzi Mohamed2013-11-121-0/+2
* qmljs: added qmljsconstants.hFawzi Mohamed2013-10-231-16/+16
* MessageManager: General cleanup.hjk2013-09-051-3/+2
* SessionManager: Apply 'static' patternhjk2013-09-051-4/+2
* ProjectManager: Use Core::Id for progress typeshjk2013-09-041-2/+1
* Apply 'static' pattern to MimeDatabasehjk2013-09-031-17/+10
* Core: Static pattern for ProgressManager, clean up all usershjk2013-09-021-33/+34
* KitManager: Use static API as other singletons doTobias Hunger2013-08-211-2/+2
* Merge remote-tracking branch 'origin/2.8'Oswald Buddenhagen2013-08-211-1/+1
|\
| * qmljs: avoid ecessive updating when cxx types might have changedFawzi Mohamed2013-07-301-1/+1
* | Update the Qml working copy from the documents, not editors.Eike Ziller2013-07-171-12/+9
* | Rename IDocument::fileName --> filePathEike Ziller2013-07-091-1/+1
|/
* QmlJSTools: Fix language detection bug.Christian Kandeler2013-07-021-1/+1
* qmljs: coalesce resets of code model triggered by cpp files updateFawzi Mohamed2013-07-021-1/+11
* qmljs: adding qrc supportFawzi Mohamed2013-06-031-1/+141
* qmljstools: reset code model after update of exported cpp typesFawzi Mohamed2013-05-291-2/+8