summaryrefslogtreecommitdiff
path: root/src/libs/qmljs
Commit message (Expand)AuthorAgeFilesLines
* Don't put QString in static attributesAleix Pol2015-10-092-5/+5
* Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-09-251-1/+5
|\
| * qmljs: set cpp object to the latest version exportedMarco Benelli2015-09-171-1/+5
* | QmlJSTools: Fix glitches in QML consoleUlf Hermann2015-08-251-0/+1
* | QmlJS: Lazy-load console items to allow for recursionUlf Hermann2015-08-253-107/+116
* | QmlJs: Add missing override modifier.Christian Kandeler2015-08-211-1/+1
* | Remove unused functionThiago Macieira2015-08-171-9/+0
|/
* QbsProjectManager: Support an equivalent of QML_IMPORT_PATH.Christian Kandeler2015-08-041-0/+2
* QmlJs: More override changesTobias Hunger2015-06-041-1/+1
* libs/qmljs: s/Q_DECL_OVERRIDE/override/gTobias Hunger2015-06-0411-270/+270
* Make every operator bool() explicitDaniel Teske2015-06-021-1/+1
* Fix qbs build.Christian Kandeler2015-05-281-0/+1
* Allow plugins to insert custom imports.BogDan Vatra2015-05-283-1/+20
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-05-261-3/+3
|\
| * QmlJS: Mark some overridden functionsOrgad Shaneh2015-05-181-3/+3
* | QmlJS: allProjectsInfosForPath methodDenis Kormalev2015-05-192-13/+28
* | Remove QmLJSDelta classKai Koehne2015-04-244-671/+0
* | C++: Rename ClassOrNamespace -> LookupScopeOrgad Shaneh2015-04-201-1/+1
* | Qml&Js: properties/methods/enums inspectionNikita Baryshnikov2015-04-152-34/+45
* | Remove a few unneeded "QT += script"sAlessandro Portale2015-04-011-2/+0
* | Remove a few unneeded "QT += xml"sAlessandro Portale2015-03-311-1/+2
|/
* Clean headers in lib qmljs and plugins qmljstools, qmljseditor.Friedemann Kleint2015-03-0527-18/+48
* QmlJS: Fix crash in PathsAndLanguages::compact()hjk2015-03-041-1/+5
* QmlDesigner: Remove unneeded qualificationsOrgad Shaneh2015-02-182-7/+9
* qmljs: do not look up types in the prototypesFawzi Mohamed2015-02-161-1/+1
* qmljs: load qmltypes even if there is no pluginFawzi Mohamed2015-02-161-1/+1
* Allow the user to add instantiating componentsBogDan Vatra2015-02-161-1/+31
* Merge remote-tracking branch 'origin/3.3'Eike Ziller2015-02-121-2/+4
|\
| * qmljs: do not rely on future.isCanceled to be stickyFawzi Mohamed2015-01-221-2/+4
* | Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-12101-615/+615
|\ \ | |/
| * Update LicenseEike Ziller2015-01-16101-615/+615
* | qmljs: fix messageTakumi Asaki2015-01-211-1/+1
* | String improvementsRobert Loehning2015-01-061-1/+1
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-12-101-5/+10
|\ \ | |/
| * qmljs: lookup libraries in the correct placeFawzi Mohamed2014-12-041-1/+1
| * qmljs: fix projectInfoForPath and fileToPath mappingFawzi Mohamed2014-12-031-4/+9
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-12-011-3/+3
|\ \ | |/
| * qmljs: fix library path for builtinsFawzi Mohamed2014-11-261-3/+3
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-11-263-29/+36
|\ \ | |/
| * qmljs:reduce warnings for private pluginsFawzi Mohamed2014-11-252-12/+15
| * qmljs: ignore dump errors on initial scanFawzi Mohamed2014-11-251-2/+3
| * qmljs: phase out qtImportPathsFawzi Mohamed2014-11-252-9/+12
| * qmljs: make dumping nonrelocatable by defaultFawzi Mohamed2014-11-251-1/+1
| * qmljs: cleanupFawzi Mohamed2014-11-251-6/+4
| * qmljs: avoid storing qmltypes and qmlprojectFawzi Mohamed2014-11-251-0/+2
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-11-244-12/+18
|\ \ | |/
| * QmlJS: Fix potential null pointer access.Christian Kandeler2014-11-201-1/+1
| * qmljs: avoid warnings for empty qmltypes filesFawzi Mohamed2014-11-191-11/+11
| * qmljs: add isIdle method to detect background parsing/scannigFawzi Mohamed2014-11-182-0/+6
* | QmlJS: Allow scan of filesChristian Stenger2014-11-192-4/+3
|/