summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Check for integer overflows in places where qAllocMore is usedMikhail Lappo2015-06-195-5/+31
* Improve documentation for Qt::ItemNeverHasChildren.Florian Bruhin2015-06-011-0/+1
* Update QProcess doc to use non-deprecated setProcessEnvironmentSamuel Gaist2015-05-301-4/+4
* Correct calculation of filesystem data on unusual filesystemsThiago Macieira2015-05-301-3/+3
* Merge remote-tracking branch 'origin/5.4.2' into 5.4Liang Qi2015-05-293-5/+13
|\
| * Revert some changes in light of GCC 4 -fPIE reversalv5.4.2Stephen Kelly2015-05-292-1/+13
| * Make qglobal.h only complain for GCC >= 5 about -fPIEThiago Macieira2015-05-291-1/+2
| * Only add -fPIC flags for compilers known to require it.Stephen Kelly2015-05-272-6/+1
* | Ensure the same behavior on Win as Unix re the host in isApparentlyStaleAndy Shaw2015-05-221-1/+1
* | Doc: Excluded qdoc files that caused unnecessary Qt Creator warnings.Venugopal Shivashankar2015-05-201-0/+3
* | Merge remote-tracking branch 'origin/5.4.2' into 5.4Liang Qi2015-05-184-183/+297
|\|
| * Try to ensure that -fPIC is used in CMake buildsEvangelos Foutras2015-05-141-1/+2
| * Make qglobal.h complain if you use -fPIEThiago Macieira2015-05-131-2/+2
| * Android: Store and use the class names as key when caching.Christian Strømme2015-05-082-180/+293
* | Doc: corrected autolink issues statemachine.qdocNico Vertriest2015-05-131-16/+16
* | Doc: fix QSystemSemaphore exampleJoerg Bornemann2015-05-131-2/+3
* | Merge remote-tracking branch 'origin/5.4.2' into 5.4Allan Sandfeld Jensen2015-05-082-3/+3
|\|
| * Require -fPIC instead of just -fPIE for -reduce-relocationsThiago Macieira2015-05-072-3/+3
* | Merge remote-tracking branch 'origin/5.4.2' into 5.4Simon Hausmann2015-05-042-0/+22
|\|
| * Merge 5.4 into 5.4.2Oswald Buddenhagen2015-04-204-71/+67
| |\
| * | QNAM: Fix upload corruptions when server closes connectionMarkus Goetz2015-04-202-0/+22
* | | Bump versionOswald Buddenhagen2015-04-201-2/+2
| |/ |/|
* | let QWindowsPipeReader::stop() cancel the current I/O operationJoerg Bornemann2015-04-162-10/+26
* | inline QWindowsPipeReader::completeAsyncReadJoerg Bornemann2015-04-162-32/+23
* | remove emitReadyReadTimer from QWindowsPipeReaderJoerg Bornemann2015-04-162-11/+0
* | QWindowsPipeReader: zero OVERLAPPED struct before every ReadFileJoerg Bornemann2015-04-161-1/+1
* | Doc: fix description of QWindowsPipeReader::readJoerg Bornemann2015-04-161-1/+1
* | QLockFile: fix deadlock when the lock file is corruptedOlivier Goffart2015-04-152-16/+16
|/
* Fix QNX and Blackberry -qtnamespace buildSérgio Martins2015-04-014-2/+13
* Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-3125-88/+88
* Doc: Added the missing description for WindowShadeButtonHintVenugopal Shivashankar2015-03-251-1/+2
* Re-add documentation for QStandardPaths::GenericDataLocation.Friedemann Kleint2015-03-251-0/+3
* Doc: Fix qmath documentationSergio Ahumada2015-03-121-0/+1
* Core: fix crash in QCollator if ucol_open() failedLiang Qi2015-03-111-13/+30
* Clarify InputMethodHint documentationPaul Olav Tvete2015-03-111-1/+2
* Windows Embedded: GetTickCount64 won't be available so just remove itAndy Shaw2015-03-111-8/+2
* QMimeDatabase: Fix magic rules with \tEike Ziller2015-03-101-0/+2
* Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-095-25/+28
* Call MoveFile() anyway if the delete failed because it did not existAndy Shaw2015-03-041-1/+1
* Delete the file that we will move to not the new file before movingAndy Shaw2015-02-261-1/+1
* Specific the correct mibEnum value for the 'macintosh' codecAndy Shaw2015-02-261-1/+1
* fix default of SettingsPath when qt.conf is presentOswald Buddenhagen2015-02-251-1/+3
* Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-2420-45/+53
* Timezones: Fix handling of offset-from-UTC QTimeZonesThiago Macieira2015-02-232-0/+11
* QVector: fix use of invalid iterators in removeAll()Marc Mutz2015-02-221-1/+3
* Fixing Qt5CoreConfigExtras.cmake.inBjoern Thiel2015-02-201-5/+5
* qstorageinfo_unix.cpp: Fix build on SolarisDmitry Shachnev2015-02-201-3/+4
* Android: Fix local ref handling.Christian Strømme2015-02-173-4/+17
* Android: fix timed QWaitCondition::wait() on Android >= 5.0.Yoann Lopes2015-02-171-5/+13
* work around MSVC level 4 warningJoerg Bornemann2015-02-171-0/+1