summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljsfindexportedcpptypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Accept arrays as enum descriptions in qmltypes filesUlf Hermann2019-09-301-1/+1
* Parse the types registered with qmlRegisterUncreatableMetaObject()Thomas DeRensis2019-08-221-2/+25
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-15/+15
* Standardize on int for line and column valueshjk2019-07-261-9/+9
* qmljs: Use C++11’s override and remove virtual where applicableAlessandro Portale2018-06-261-2/+2
* app_version.h: Make IDE name configurableTobias Hunger2017-09-051-2/+2
* QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* QML: Band-aid fix to prevent a crashErik Verbruggen2016-07-251-0/+3
* QmlJS: Reparse cpp types when component headers changeUlf Hermann2016-07-151-6/+12
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* C++: Revert lookup to 3.4.2Nikolai Kosjar2015-11-191-1/+1
* C++: Rename ClassOrNamespace -> LookupScopeOrgad Shaneh2015-04-201-1/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | qmljs: find and add singleton and url based registrations in cpp filesFawzi Mohamed2014-09-081-58/+194
|/
* qmljs: switch to the new category loggingFawzi Mohamed2014-07-011-1/+0
* C++: Use Token::utf16chars{Begin,End} where appropriateNikolai Kosjar2014-05-231-2/+2
* C++: Clarify units of a TokenNikolai Kosjar2014-05-151-4/+9
* qml: moving most of ModelManager logic to ModelManageInterfaceFawzi Mohamed2014-02-191-0/+777