summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Add API to disable text shaping on fontsEskil Abrahamsen Blomfeldt2017-07-261-2/+5
* | Rework qAppFileName() on MS-Win to handle problems gracefullyEdward Welbourne2017-07-251-35/+25
* | Improve symmetry of variant json conversionsAllan Sandfeld Jensen2017-07-251-2/+103
* | Fix some qdoc warnings for 5.10Friedemann Kleint2017-07-253-6/+6
* | QFileSystemEngine: Remove the remainder of Windows XP functionsThiago Macieira2017-07-252-53/+22
* | QFileSystemEngine: remove dynamic finding of Windows XP functionsThiago Macieira2017-07-252-84/+54
* | Add a safety check to prevent apps from running on unsupported OSesJake Petroules2017-07-213-0/+35
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devSimon Hausmann2017-07-2024-151/+195
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-1924-151/+195
| |\|
| | * QFile::rename: use the open file's ID, instead of using the file nameThiago Macieira2017-07-189-3/+66
| | * QSystemError: Make it format unknown Windows messagesThiago Macieira2017-07-181-0/+3
| | * Convert improper uses of qt_error_string() to QSystemError::stdString()Thiago Macieira2017-07-184-15/+17
| | * Merge qt_error_string and QSystemErrorThiago Macieira2017-07-183-97/+38
| | * QFileSystemEngine::id/Windows: Use the volume ID tooThiago Macieira2017-07-181-5/+7
| | * Doc: QLoggingCategory::setEnabled() should only be called in filterKai Koehne2017-07-181-6/+5
| | * Doc: Clarify limitations of category filterKai Koehne2017-07-181-2/+2
| | * Doc: Fix snippet for QUrl::isValid() documentationKai Koehne2017-07-181-1/+1
| | * Do not wait in QWindowsPipe{Reader|Writer}::stop()Joerg Bornemann2017-07-174-14/+30
| | * Fix warning messages in QWindowsPipeReader/WriterJoerg Bornemann2017-07-172-2/+2
| | * Update OS version constants in qsystemdetection.hJake Petroules2017-07-161-0/+18
| | * Add missing constexpr specifier to two iteratorsMårten Nordheim2017-07-142-6/+6
* | | Add "<APPDIR>/data/<APPNAME>" to the non Generic paths on WindowsHannah von Reth2017-07-202-4/+12
* | | key-value iterator: Remove constexpr from equality operatorsFriedemann Kleint2017-07-201-2/+2
* | | Fix QMacTimeZonePrivate::previousTransition() for early after epochEdward Welbourne2017-07-201-18/+70
* | | Stop setting FD_CLOEXEC on systems where O_CLOEXEC is honoredThiago Macieira2017-07-201-2/+3
* | | QFileSystemEngine: a file only exists if its link count is not 0Thiago Macieira2017-07-205-6/+21
|/ /
* | doc: Make qdoc comment a regular commentMartin Smith2017-07-191-1/+1