summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Migrate QStandardPaths to use QRegularExpressionSamuel Gaist2017-08-051-3/+5
* Doc: add warning against bulk random data creation to QRandomGeneratorSamuel Gaist2017-08-051-1/+4
* QFileSystemEngine/Windows: fix setFileTime when input date is UTCThiago Macieira2017-08-051-15/+30
* QFileSystemEngine::setFileTime/Unix: remove the fallback to futimesatThiago Macieira2017-08-053-17/+2
* Filesystem: Use "birth time" to avoid confusion with Unix ctimeThiago Macieira2017-08-0511-75/+111
* Move platform-specific code from QFSFileEngine to QFileSystemEngineThiago Macieira2017-08-055-162/+178
* Introduce QFileInfo::birthTime and metadataChangeTimeThiago Macieira2017-08-052-10/+45
* QFileSystemEngine::renameFile: use calls that don't overwriteThiago Macieira2017-08-044-1/+57
* Allow QSettings to synchronize non-atomicallyThiago Macieira2017-08-043-14/+67
* Support Alternate Data Streams in QSaveFileThiago Macieira2017-08-041-5/+32
* QTemporaryFileName: use the random data more wiselyThiago Macieira2017-08-041-46/+32
* QFile::rename: use QTemporaryFileName instead of QTemporaryFileThiago Macieira2017-08-041-24/+33
* Long live QTemporaryFileName!Thiago Macieira2017-08-043-151/+95
* QTemporaryFile: split the template parsing and generationThiago Macieira2017-08-041-62/+59
* QTemporaryFile: give the engine access to the template nameThiago Macieira2017-08-043-15/+13
* QTemporaryFile: add a simpler rename() (non-virtual) overrideThiago Macieira2017-08-042-0/+36
* QFSFileEngine: make rename() on Unix not overwriteThiago Macieira2017-08-046-12/+73
* Implement conversion from nullptr QVariant to QString and QByteArrayAllan Sandfeld Jensen2017-08-041-2/+8
* Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2017-08-041-7/+16
* QVariants of null pointers should be nullAllan Sandfeld Jensen2017-08-042-4/+25
* Long live qEnvironmentVariable()Thiago Macieira2017-08-043-17/+109
* Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devFrederik Gladhorn2017-08-0217-88/+270
|\
| * Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-0217-88/+270
| |\
| | * configure: un-namespace remaining non-inline configure testsOswald Buddenhagen2017-08-021-5/+5
| | * configure: Add a feature to write tests in the .json fileThiago Macieira2017-08-021-21/+199
| | * configure: standardize handling of 64 bit atomicsOswald Buddenhagen2017-08-023-15/+6
| | * configure: prune dead tests::journaldOswald Buddenhagen2017-08-021-5/+0
| | * Windows/QFileSystemModel: Fix updating of removed drivesFriedemann Kleint2017-07-311-3/+6
| | * QEventDispatcherWin32: Check for WM_QT_SOCKETNOTIFIER on internal window onlyFriedemann Kleint2017-07-291-1/+2
| | * Fix build for -no-feature-icu -no-feature-textcodecStephan Binner2017-07-291-1/+1
| | * Fix open/chmod race condition in QSaveFileAntonio Larrosa2017-07-281-1/+5
| | * Use correct paths in Qt5CoreConfigExtrasMkspecDirKevin Funk2017-07-281-2/+8
| | * Revert "Make QFile::open fail when using an invalid file name"Thiago Macieira2017-07-271-14/+0
| | * Blacklist use of [[nodiscard]] with ClangThiago Macieira2017-07-261-1/+2
| | * Return "en" for QLocale::c().bcp47Name()Jüri Valdmann2017-07-261-1/+1
| | * Convert features.itemviews to QT_[REQUIRE_]CONFIGStephan Binner2017-07-253-11/+0
| | * Let QWindowsPipeWriter::write only warn about unexpected errorsJoerg Bornemann2017-07-241-1/+9
| | * QFileSystemEngine::id/Windows: Fix use with directoriesThiago Macieira2017-07-221-3/+10
| | * QFileSystemWatcher/kqueue: make the fd duplication + FD_CLOEXEC atomicThiago Macieira2017-07-211-2/+1
| | * QHash: make MSVC happy about the iterators passed to is_permutationGiuseppe D'Angelo2017-07-201-1/+15
* | | Correct QThread::idealThreadCount() docsMorten Johan Sørvig2017-08-021-1/+1
* | | Add QThreadPool::stackSizeMorten Johan Sørvig2017-08-023-1/+32
* | | Make QThreadPoolPrivate use NSDMIsMorten Johan Sørvig2017-08-022-10/+6
* | | Allow conversion of QVariants with real null valuesAllan Sandfeld Jensen2017-08-021-12/+22
* | | Fix some qdoc warningsFriedemann Kleint2017-08-022-12/+7
|/ /
* | QXmlStream: resolve puzzle in translatable stringsOswald Buddenhagen2017-07-311-22/+15
* | QTzTimeZonePrivate: resolve a misguided TODOEdward Welbourne2017-07-311-24/+16
* | Support more than 62 instances of QWinEventNotifier, take 2Joerg Bornemann2017-07-305-41/+172
* | Docs: Fix day/year format in QDateTimeDavid Fries2017-07-282-8/+9
* | Fix use of getentropy on larger blocksThiago Macieira2017-07-271-2/+16