summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | QSysInfo: expand Linux distribution detection to /etc/lsb-releaseThiago Macieira2015-02-251-31/+58
| * | Fix various qdoc-warnings.Friedemann Kleint2015-02-252-2/+2
| * | QVariant: fix converting enum to stringOlivier Goffart2015-02-251-2/+2
| * | Doc: Fix typosSergio Ahumada2015-02-251-1/+1
| * | Fix QT_POSIX_IPC supportPasi Petäjäjärvi2015-02-254-5/+2
| * | Fix various qdoc-warnings.Friedemann Kleint2015-02-254-4/+4
* | | Allow passing absolute paths without file extension to QPluginLoaderAlex Richardson2015-02-261-9/+17
* | | Android: Add scoped local ref. handler.Christian Strømme2015-02-262-1/+17
* | | Bump versionOswald Buddenhagen2015-02-252-4/+5
* | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-02-2545-118/+227
|\| |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-2438-83/+179
| |\|
| | * 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
| | * Fix links in plural words.Florian Bruhin2015-02-163-6/+6
| | * Doc: clarify what QUrl::topLevelDomain actually doesThiago Macieira2015-02-161-0/+15
| | * Make the detection of the number of cores on Unix prettierThiago Macieira2015-02-151-4/+2
| | * Ensure that the binary JSON objects are actually sortedThiago Macieira2015-02-151-0/+5
| | * qFormatLogMessage: optimize %{backtrace}Olivier Goffart2015-02-141-3/+3
| | * Document and further test that QJsonObject::keys() is sorted.Mitch Curtis2015-02-111-0/+2
| | * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-103-3/+28
| | |\
| | | * Fix compilation with Apple Clang 425Thiago Macieira2015-02-091-2/+10
| | | * WinRT: Gracefully exit an applicationMaurice Kalinowski2015-02-021-0/+18
| | | * Fix memory leak in qSetMessagePatternKai Koehne2015-02-021-2/+6
| | | * Correct the version of ICC that has the constexpr bug fixedThiago Macieira2015-01-291-1/+4
| | * | logging: Check if uClibc has backtrace supportFatih Aşıcı2015-02-091-4/+11
| * | | Merge dev into 5.5Oswald Buddenhagen2015-02-2333-305/+389
| |\ \ \
| * | | | Remove __cdecl from Windows desktop atomicsThiago Macieira2015-02-201-1/+1
| * | | | Fix MSVC 2013/64bit warnings about conversion from 'size_t' to 'int'.Friedemann Kleint2015-02-182-5/+5
| * | | | Merge remote-tracking branch 'origin/dev' into 5.5Frederik Gladhorn2015-02-1725-109/+131
| |\ \ \ \
| * | | | | Fix QDebug cumulating operator<< with many Q_ENUMOlivier Goffart2015-02-174-24/+33
| * | | | | Use Clang 3.6's __builtin_assume in Q_ASSUMEThiago Macieira2015-02-171-1/+5
| * | | | | Fix Intel compiler warning about change of signThiago Macieira2015-02-171-4/+4
* | | | | | QCommandLineOption: fix wrong version number in \since tagDavid Faure2015-02-241-2/+2
* | | | | | QCommandLineParser: add support for hiding options from --help.David Faure2015-02-233-0/+35
| |_|/ / / |/| | | |
* | | | | QDateTime: cache the result of date.timeSpec() in QDebug op<<Marc Mutz2015-02-211-2/+3
* | | | | QDateTime: drop quotes in QDebug outputMarc Mutz2015-02-211-1/+2
* | | | | Haiku: Extend QStorageInfo implementationTobias Koenig2015-02-201-2/+25
* | | | | Haiku: Use 'unknown' as QSysInfo::productType()Tobias Koenig2015-02-201-3/+0
* | | | | Remove BlackBerry PlayBook support.Rafael Roquetto2015-02-201-1/+1
* | | | | Fix typo: properly write endianness.Lisandro Damián Nicanor Pérez Meyer2015-02-201-1/+1
* | | | | Fix compilation on AndroidMichal Klocek2015-02-202-4/+4
* | | | | Disable constexpr support for QNXSean Harmer2015-02-201-0/+5
* | | | | Doc: Fix QTextStream::readLine() snippetAlexander Volkov2015-02-181-3/+3
* | | | | QDate/QTime: mark some functions constexprMarc Mutz2015-02-171-27/+27