summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add a verbosity setting to QDebug.Friedemann Kleint2015-03-132-5/+47
* QVector: remove brittle c2m() functionMarc Mutz2015-03-131-1/+0
* Doc: Change Q_CHECK_PTR documentation to match implementationRainer Keller2015-03-121-4/+7
* Make QRingBuffer a 64-bit safeAlex Trotsenko2015-03-125-38/+44
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-0918-69/+244
|\
| * QStringAlgorithms::simplified_helper: add missing check for detachedThiago Macieira2015-03-071-1/+1
| * Fix race condition in QDateTime::timeZone() and other methodsThiago Macieira2015-03-073-35/+36
| * Silence bogus MSVC warning about variable not usedThiago Macieira2015-03-071-0/+1
| * iOS: Define QT_NO_PROCESS, as the platform doesn't allow fork/execTor Arne Vestbø2015-03-061-0/+4
| * Make QPersistentModelIndex an internal meta-typeGabriel de Dietrich2015-03-066-6/+59
| * Fix -Wunreachable-code warning from clang in preprocessed Q_ASSERTThiago Macieira2015-03-061-1/+1
| * Make QCoreApplication::applicationName available after app destruction.David Faure2015-03-051-8/+14
| * QLockFile: Avoid zero-sized lock file on write errorhjk2015-03-051-4/+8
| * Add missing fetchAndXxx methods to atomic classes based on std::atomicThiago Macieira2015-03-052-0/+104
| * Make some QAbstractItemModel API invokableStephen Kelly2015-03-042-13/+14
| * Make the QItemSelectionModel::selection a property.Stephen Kelly2015-03-041-1/+2
* | xcb: implement and deprecate QWidget::setWindowIconText()Shawn Rutledge2015-03-062-2/+2
* | QCommandLineParser: add parsing mode for options after argumentsDavid Faure2015-03-062-3/+50
* | Merge remote-tracking branch 'origin/5.5' into devOswald Buddenhagen2015-03-045-22/+75
|\|
| * Document Q_ENUM and Q_FLAGOlivier Goffart2015-03-034-22/+74
| * QEvent types: use Q_ENUM qDebug support instead of custom formattersShawn Rutledge2015-03-031-0/+1
* | Merge remote-tracking branch 'origin/5.5' into devOswald Buddenhagen2015-03-0319-54/+122
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-023-3/+5
| |\
| | * 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
| * | Android: Fix compilation for x86Eskil Abrahamsen Blomfeldt2015-02-271-1/+3
| * | Output registered enums in qDebug operator for QFlags.Friedemann Kleint2015-02-262-2/+28
| * | OSX: fix leaks due to missing NSAutoreleasePoolErik Verbruggen2015-02-261-0/+13
| * | Reverse iteration in QMetaEnum::valueToKeys().Friedemann Kleint2015-02-261-3/+4
| * | 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