aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/api/projectfileupdater.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bump minimum Qt versionChristian Kandeler2023-09-121-4/+0
* Port from qAsConst() to std::as_const()Marc Mutz2023-05-221-2/+2
* Switch JavaScript back-endChristian Kandeler2023-02-071-1/+1
* Fix compilation with Qt less than 5.15.2Denis Shienkov2021-11-291-3/+11
* Fix Clang-Tidy & Clazy 'clazy-qstring-ref' warningsDenis Shienkov2021-11-191-2/+3
* clang-tidy: Fix 'bugprone-narrowing-conversions' warningsIvan Komissarov2020-04-141-4/+4
* Apply 'modernize-pass-by-value' fix-itIvan Komissarov2020-01-281-18/+17
* Add missing virtual destructorsIvan Komissarov2019-05-031-0/+2
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-3/+4
* corelib: Apply modernize-use-overrideAlessandro Portale2018-08-201-3/+3
* Remove erroneous const qualifiersJake Petroules2017-11-301-3/+2
* Modernize variable declarationsDenis Shienkov2017-11-301-13/+13
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-6/+7
* Use nullptr to initialize the pointersDenis Shienkov2017-11-201-2/+2
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-6/+6
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-6/+6
* STL compatibility: use front() instead of first()Jake Petroules2017-11-141-7/+7
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-211-3/+4
* Change style of #includes of Qt headersJake Petroules2017-01-041-1/+1
* Fully qualify referencesJake Petroules2016-11-301-8/+8
* Do not use fromLocal8Bit() for string literalsKai Koehne2016-11-081-1/+1
* Assume UTF-8 encoding for qbs project filesChristian Kandeler2016-11-081-2/+2
* Update license headersIikka Eklund2016-08-291-14/+23
* Extract toJSLiteral functions from scripttools.{h|cpp}Joerg Bornemann2016-07-061-1/+1
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Properly quote JavaScript strings.Jake Petroules2015-07-131-7/+3
* update license headersJoerg Bornemann2015-03-021-2/+2
* Merge branch '1.3' into 'master'Christian Kandeler2015-01-281-6/+6
|\
| * Update LicenseEike Ziller2015-01-261-6/+6
* | Merge remote-tracking branch 'origin/1.3'Joerg Bornemann2014-10-161-7/+8
|\|
| * License update.Eike Ziller2014-10-161-7/+8
* | Merge remote-tracking branch 'origin/1.3'Joerg Bornemann2014-09-251-41/+56
|\|
| * API: Make sure newly added files are sorted.Christian Kandeler2014-09-241-41/+56
* | Rename fileName to filePath in CodeLocation.Jake Petroules2014-08-041-5/+5
|/
* API: Be smarter about adding files already matched by wildcards.Christian Kandeler2014-07-231-0/+6
* Fix argument replacement in error message.Christian Kandeler2014-07-041-2/+2
* prevent writing of mixed line endings in ProjectFileUpdaterJoerg Bornemann2014-06-161-2/+48
* Fix "Add Files" functionality.Christian Kandeler2014-06-021-3/+4
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+475