summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | fix build under FreeBSD 10Oswald Buddenhagen2015-06-301-0/+1
* | Replace MAC OS X with OS XNico Vertriest2015-06-302-3/+3
* | Bump versionOswald Buddenhagen2015-06-291-2/+2
* | QDate/QTime: fix SiC introduced by adding new non-explicit ctorsMarc Mutz2015-06-281-2/+2
* | Apple's 3.6.0svn based clang doesn't support -Winconsistent-missing-overrideGabriel de Dietrich2015-06-281-1/+1
* | Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-2713-16/+83
|\ \
| * | Don't document the IsGadget flagThiago Macieira2015-06-231-1/+1
| * | Doc: document future direction of QCoreApplication::notify()Thiago Macieira2015-06-221-0/+11
| * | Detect and set Xcode 6.3 clang versionGabriel de Dietrich2015-06-221-1/+3
| * | Doc: Remove link to deprecated QProcess::pid()Kai Koehne2015-06-171-1/+1
| * | Version transitionType as a new propertyAlan Alpert2015-06-111-1/+1
| * | Fix sizes QStorageInfo returns for invalid drivesIvan Komissarov2015-06-112-1/+7
| * | Compile on 10.7: Disable constexpr supportMorten Johan Sørvig2015-06-101-1/+1
| * | Don't enforce all QMetaType::TypeFlag difference across Qt versionsAlex Blasche2015-06-101-4/+14
| * | Update for the newest Darwin-family operating systems.Jake Petroules2015-06-103-1/+39
| * | Doc: Update due to renaming QTextStream::readLine() overloadAlexander Volkov2015-06-032-2/+2
| * | Rename QTextStream::readLine(QString *, qint64) into readLineIntoSimon Hausmann2015-06-032-3/+3
* | | Simplify permission flag handling a bitKonstantin Ritt2015-06-252-13/+5
* | | Make QDir::relativeFilePath() return "." for a path to itself.Christian Kandeler2015-06-241-0/+2
* | | Doc: Improve code snippet in QTranslator overviewKai Koehne2015-06-241-3/+4
* | | QLocale: Fix example return value for uiLanguages()Kai Koehne2015-06-241-1/+1
* | | winrt: don't return invalidated timers in QEventDispatcherWinRT::registeredTi...Oliver Wolff2015-06-231-1/+1
* | | Use qthread_win.cpp for WinRT as wellOliver Wolff2015-06-235-483/+61
* | | Disable C++11 thread_local with ICC on OS XThiago Macieira2015-06-221-1/+4
* | | Improve QString doc when using non-spaced numbered place markerSamuel Gaist2015-06-192-0/+32
* | | Make QMetaObject::Connection check its state deeplyThiago Macieira2015-06-192-1/+12
* | | Use the default QLocale for QFileSelector, not the system localeThiago Macieira2015-06-191-3/+3
* | | fix decoding of file paths in QLockFilePrivate::processNameByPidJoerg Bornemann2015-06-121-3/+3
* | | fix unterminated char buffer glitchJoerg Bornemann2015-06-121-3/+4
* | | Fix less-than comparison for QStandardItem and QSortFilterProxyModel with inv...Friedemann Kleint2015-06-111-2/+5
* | | QCoreApplication::applicationFilePath(): Fix array bounds violation of argv.Friedemann Kleint2015-06-111-5/+7
* | | Doc: corrected qdoc syntax errorNico Vertriest2015-06-101-0/+1
* | | Refactor handling of environment variable QT_WINVER_OVERRIDE.Friedemann Kleint2015-06-101-28/+21
* | | Fix return value of QWindowsFileSystemWatcherEngine::removePaths().Friedemann Kleint2015-06-091-2/+1
* | | Added support for Windows 10 in QSysInfo::productVersion()Marcel Krems2015-06-091-0/+4
* | | Fix race condition with QProcess on OSX 10.7Dyami Caliri2015-06-061-0/+3
* | | fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.5.0' into 5.5" into refs/stagin...Liang Qi2015-06-0210-207/+336
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/...Jani Heikkinen2015-06-029-204/+330
| |\ \
| | * | 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