summaryrefslogtreecommitdiff
path: root/src/plugins/qmljstools/qmljsmodelmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-04-301-0/+2
|\
| * qmljs: add explicit -relocatable flag to qmlplugindumper and use itFawzi Mohamed2013-04-251-0/+2
* | Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-04-181-1/+1
|\ \ | |/
| * qmljs: update qt-creator builtins.qmltypes, and use them for qt<-4.8.5Fawzi Mohamed2013-04-161-1/+1
* | Mime: Use string comparisons instead of regexps for simple globbinghjk2013-04-171-5/+9
* | CppTools: Rename files to comply with coding standardTobias Hunger2013-04-101-1/+1
* | CppTools: Use namespace CppTools consistentlyTobias Hunger2013-04-081-4/+4
* | Clean headers in QmlJsTools.Friedemann Kleint2013-04-031-15/+0
* | QmlJsTools: Adjust to MessageManager api changeDaniel Teske2013-03-251-2/+2
|/
* qmljs: add infrastructure handling qml dialects betterFawzi Mohamed2013-02-211-0/+163
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | qmljs: differnt language constants for the different qml flavorsFawzi Mohamed2013-01-311-4/+18
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-4/+2
* | QmlJSTools: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-221-12/+12
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\ \ | |/
| * Adjust license headershjk2012-10-051-21/+20
* | HostOsInfo: Add some more useful abstractions.Christian Kandeler2012-09-051-2/+2
* | Utils: Introduce HostOsInfo class.Christian Kandeler2012-08-271-8/+5
|/
* QmlJS: Update to latest QmlJS parser from Qt 5.Christian Kamm2012-07-311-2/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* QmlJSInspector: Remove dependency to QmlJSEditorKai Koehne2012-04-161-0/+2
* Move the ModelManagerInterface out of the CPlusPlus library.Erik Verbruggen2012-03-141-1/+1
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-9/+9
* Move QtConcurrent library into Utils.Friedemann Kleint2012-02-091-1/+1