aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/jsextensions/fileinfoextension.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch JavaScript back-endChristian Kandeler2023-02-071-229/+181
* Add executableSuffix to the FileInfo serviceRaphael Cotty2022-08-081-0/+12
* Create Host service and update FileInfoRaphael Cotty2022-02-011-0/+20
* clang-tidy: Fix 'bugprone-narrowing-conversions' warningsIvan Komissarov2020-04-141-1/+1
* Speedup FileInfoExtension::js_joinPathsIvan Komissarov2020-01-091-3/+11
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-13/+13
* Add FileInfo.canonicalPathJoerg Bornemann2018-12-201-0/+13
* Fix build with MSVCChristian Kandeler2018-05-081-38/+39
* Initialize the JS extension classes explicitlyChristian Kandeler2018-05-081-5/+1
* Add FileInfo.suffix and FileInfo.completeSuffixJoerg Bornemann2018-05-021-0/+26
* Fix compilation with gcc 4.8Kai Koehne2018-03-071-1/+1
* Fix FileInfo.{to,from}NativeSeparators()Christian Kandeler2018-02-091-2/+2
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-4/+5
* STL compatibility: use push_back() instead of append()Jake Petroules2017-11-221-1/+1
* Add FileInfo::cleanPath()Christian Kandeler2017-07-131-0/+13
* Replace QRegularExpression with std::regexJake Petroules2017-05-261-3/+5
* Check the arguments to FileInfo::relativePath() for validityChristian Kandeler2017-02-071-3/+13
* Refactor all jsextension code into the .cpp filesJake Petroules2017-01-051-5/+4
* Change style of #includes of Qt headersJake Petroules2017-01-041-5/+6
* Merge 1.6 into masterChristian Kandeler2016-08-291-3/+1
|\
| * Do not allow "static" JS extension classes to be instantiatedChristian Kandeler2016-08-261-3/+1
* | Update license headersIikka Eklund2016-08-291-14/+23
|/
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Fix regression in FileInfo.joinPaths.Jake Petroules2015-08-281-3/+6
* Implement the FileInfo extension in C++.Jake Petroules2015-08-241-0/+250