aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/astpropertiesitemhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* qt6: replace some QStringRefs with QStringViewsIvan Komissarov2020-11-091-1/+1
* Remove bogus assertion from Properties item handlerChristian Kandeler2018-10-111-1/+0
* AST visitor: Keep Properties items that are children of Export itemsChristian Kandeler2018-03-091-2/+5
* Add a location to errors in conditions of Properties itemsChristian Kandeler2018-02-231-7/+8
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-9/+10
* Replace QSharedPointer/QWeakPointer with std::shared_ptr/std::weak_ptrJake Petroules2017-05-231-4/+4
* Fix wrong item type when handling Properties blocksChristian Kandeler2017-02-081-3/+4
* Make sure an item always has a valid typeChristian Kandeler2017-01-101-1/+2
* Make list properties overridableChristian Kandeler2016-11-101-12/+42
* Update license headersIikka Eklund2016-08-291-14/+23
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Merge 1.4 into master.Christian Kandeler2015-08-211-3/+7
* Give the Item class a proper type attribute.Christian Kandeler2015-08-141-4/+3
* ASTVisitor: Resolve type name before setting up alternatives.Christian Kandeler2015-08-111-4/+0
* Refactor ItemReaderASTVisitor.Christian Kandeler2015-08-111-0/+148