aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/jsextensions/textfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Return initializer list where it is possibleDenis Shienkov2019-02-261-3/+3
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-2/+2
* Do not generally re-apply rules just because inputs have changedChristian Kandeler2018-07-111-0/+1
* Fix build with MSVCChristian Kandeler2018-05-081-8/+9
* Initialize the JS extension classes explicitlyChristian Kandeler2018-05-081-5/+1
* Modernize variable declarationsDenis Shienkov2017-11-301-1/+1
* Use nullptr to initialize the pointersDenis Shienkov2017-11-201-3/+3
* Merge remote-tracking branch 'origin/1.9' into masterJoerg Bornemann2017-09-111-2/+2
|\
| * TextFile: Always destroy QTextStream before QFileJoerg Bornemann2017-09-011-2/+2
* | Remove the need for calling TextFile.close()Joerg Bornemann2017-08-231-3/+15
* | Add TextFile.Append for appending data to text filesJoerg Bornemann2017-08-211-14/+14
* | Add TextFile::filePath()Christian Kandeler2017-07-131-0/+9
|/
* Refactor all jsextension code into the .cpp filesJake Petroules2017-01-051-2/+40
* Change style of #includes of Qt headersJake Petroules2017-01-041-4/+5
* Warn against possibly improper use of JS extensions in qbs project filesChristian Kandeler2016-11-111-0/+7
* Update license headersIikka Eklund2016-08-291-14/+23
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* 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
* | Improve the TextFile class.Christian Kandeler2014-09-041-76/+77
|/
* Prepare for using QT_NO_CAST_FROM/TO_ASCII.Jake Petroules2014-01-141-2/+4
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+185