aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/tools/settingsmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Qt 5.15 deprecation warningsChristian Kandeler2020-06-161-1/+1
* Apply 'modernize-make-unique' fix-itIvan Komissarov2019-11-281-2/+2
* Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-061-2/+4
* Return initializer list where it is possibleDenis Shienkov2019-02-261-12/+12
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-1/+1
* Use 'const auto' keywords more at objects allocationsDenis Shienkov2019-02-231-2/+2
* Add support for system-level settingsChristian Kandeler2018-06-011-4/+9
* Make sure we can build qbs without item modelsJoerg Bornemann2018-04-191-30/+1
* Use 'auto' keywords more for the allocated variablesDenis Shienkov2018-01-231-2/+2
* Fix some issues preventing Qbs from being built in amalgamation modeJake Petroules2017-11-301-1/+1
* Modernize variable declarationsDenis Shienkov2017-11-301-1/+1
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-1/+2
* Use nullptr to initialize the pointersDenis Shienkov2017-11-201-3/+3
* STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-161-1/+1
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-4/+4
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-3/+3
* STL compatibility: use front() instead of first()Jake Petroules2017-11-141-2/+2
* Replace QScopedPointer with std::unique_ptrJoerg Bornemann2017-10-131-2/+3
* Fix string -> variant conversion in settings modelChristian Kandeler2017-05-171-5/+5
* Allow running qbs without a profileChristian Kandeler2017-03-311-1/+5
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-211-6/+7
* Change style of #includes of Qt headersJake Petroules2017-01-041-6/+7
* Update license headersIikka Eklund2016-08-291-14/+23
* Extract toJSLiteral functions from scripttools.{h|cpp}Joerg Bornemann2016-07-061-1/+3
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* SettingsModel: Allow to change the base directory.Christian Kandeler2016-02-241-0/+8
* Revert "Eliminate usage of QScriptEngine for JSON parsing"Christian Kandeler2015-04-271-5/+14
* Eliminate usage of QScriptEngine for JSON parsingRuslan Nigmatullin2015-03-261-14/+5
* update license headersJoerg Bornemann2015-03-021-2/+2
* Merge branch '1.3' into 'master'Christian Kandeler2015-01-281-6/+6
* fix stand-alone qbs buildJoerg Bornemann2014-11-071-0/+5
* Allow bulk changes to the settings model data.Christian Kandeler2014-11-071-9/+58
* Move the SettingsModel into the library.Christian Kandeler2014-11-051-0/+342