summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-019-204/+330
|\
| * 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
* | | Translate AM/PM under the QDateTimeParser context so it is consistentAndy Shaw2015-05-282-8/+9
* | | Doc fix typo in QT_MESSAGE_PATTERNTasuku Suzuki2015-05-271-1/+1
* | | QIODevice::read(): limit the size of result buffer with a proper valueAlex Trotsenko2015-05-271-7/+6
* | | QMetaType: Fix compilation with non default constructible Q_GADGETOlivier Goffart2015-05-272-1/+22
* | | take process name into account for QLockFile's pid clash resolutionJoerg Bornemann2015-05-264-4/+102
* | | QMetaType: Do not automatically register types that derives from a Q_GADGETOlivier Goffart2015-05-232-4/+9
* | | Make warnings of QIODevice more verbose.Friedemann Kleint2015-05-231-10/+30
* | | Fix compilation of QContiguousCache::operator=Thiago Macieira2015-05-201-1/+1
* | | doc: add QStandardPaths documentation for iOSRichard Moe Gustavsen2015-05-201-1/+29
* | | WinRT: Fix warnings for Windows PhoneMaurice Kalinowski2015-05-191-0/+1
* | | Fix warning on WinRT armMaurice Kalinowski2015-05-191-1/+1
* | | QStateMachine: empty the whole internal queue before external queueErik Verbruggen2015-05-191-16/+10
* | | QStateMachine: fix RestorableId exception specificationMarc Mutz2015-05-191-1/+2
* | | WinRT/Winphone: Fix warnings in qtbaseOliver Wolff2015-05-183-3/+8
* | | Doc: added doc to undocumented functionsNico Vertriest2015-05-188-31/+237
* | | Fix QtPrivate::IsQEnumHelper<void>Olivier Goffart2015-05-171-0/+1
* | | WinRT: fix namespaced buildJoerg Bornemann2015-05-162-6/+16
* | | Reorder member variables to avoid padding.Volker Krause2015-05-145-8/+8
* | | QSize, QSizeF: Add Q_REQUIRED_RESULTSérgio Martins2015-05-131-9/+9
* | | QSysInfo: Expand Linux distribution detectionCaroline Chao2015-05-131-10/+76
* | | Consider "assets" scheme as a local file on AndroidBogDan Vatra2015-05-131-4/+8
* | | Fix hidden detachSérgio Martins2015-05-131-8/+8
* | | Don't assume QLocale::codecForLocale always returns non-nullKonstantin Ritt2015-05-131-5/+7
* | | qstandardpaths_ios: allow empty strings to be returned for undefined locationsRichard Moe Gustavsen2015-05-101-9/+0
* | | Don't overwrite applicationName if already set.David Faure2015-05-091-4/+6
* | | Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-088-74/+92
|\| |
| * | 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