aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace a few \returns by Returnshjk2023-03-241-2/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* qmljs: (QString -> Utils::FilePath)++Fawzi Mohamed2022-07-131-14/+16
* QmlJS: Fix issues with getting modulePathsEike Ziller2021-09-071-13/+31
* qmljs: update Qml parser to parser of Qt 6.2Fawzi Mohamed2021-07-201-1/+1
* QmlJS: Fix handling multiple import paths into same moduleChristian Stenger2021-01-211-6/+7
* Make QmlJS(Tools) build with Qt5 & Qt6Eike Ziller2020-09-171-2/+2
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-1/+1
* QmlJS: More Qt6hjk2020-06-191-1/+3
* Update qmljs parser to Qt 5.15 parserFawzi Mohamed2020-03-031-1/+1
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-3/+3
* QmlJS: Fix compile using Qt5.6 on macOSChristian Stenger2017-04-241-1/+1
* Use QString::*Ref methodMontel Laurent2017-04-211-2/+1
* QmlJs: fixes bug in module import search.Marco Benelli2016-06-231-14/+18
* QmlJs: handle the undefined version in module lookup.Marco Benelli2016-05-131-4/+14
* QmlJS: Avoid infinite loop on empty list of import pathsUlf Hermann2016-05-091-0/+2
* QmlJs: search for version in parent modules.Marco Benelli2016-05-041-0/+63
* Preferably use QStringRef::toInt().Friedemann Kleint2016-02-041-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Clean headers in lib qmljs and plugins qmljstools, qmljseditor.Friedemann Kleint2015-03-051-0/+2
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* qmljs: added qmljsconstants.hFawzi Mohamed2013-10-231-1/+1
* qmljs: add vector*d, quaternion, and matrix4x4 to code modelFawzi Mohamed2013-08-221-0/+4
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Add missing copyright headersTobias Hunger2012-03-051-0/+32
* QmlJS: Documentation.Christian Kamm2011-11-071-0/+5
* QmlJS: Handle inner ids in 'Wrap in Loader' quick fix.Christian Kamm2011-11-041-2/+5
* QmlJS: Clean up idOfObject() and folding text code.Christian Kamm2011-10-281-22/+12
* QmlJS: Add quick fix to wrap element in Loader.Christian Kamm2011-10-191-7/+18
* QmlJS: Move commonly used functions to qmlutils.h.Christian Kamm2011-10-101-0/+162