summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add missing interpolator for unsigned int.Jan Arve Saether2013-09-101-0/+3
* | | Deprecate QFontDatabase::supportsThreadedFontRendering()Konstantin Ritt2013-09-101-5/+0
* | | Add detection for C++11 explicit conversion operators.Marcel Krems2013-09-091-0/+5
* | | Normalise and deduplicate paths for XDG_DATA_DIRSMartin Klapetek2013-09-091-0/+11
* | | Remove qCopy usages from QListGiuseppe D'Angelo2013-09-091-3/+4
* | | Metatype: Remove the need for runtime-registration of 3rd party containers.Stephen Kelly2013-09-093-100/+98
* | | Windows logging: Fix check for console applications.Friedemann Kleint2013-09-092-15/+32
* | | QDateTime - Split QDateTimeParser into a separate fileJohn Layt2013-09-096-1923/+2045
* | | QMetaMethod and QDBusMetaObject: Give public access to signal methodsCaroline Chao2013-09-091-3/+2
* | | Remove qSort usage from QSettingsGiuseppe D'Angelo2013-09-091-1/+2
* | | Remove qSort usages from QStringListGiuseppe D'Angelo2013-09-091-6/+6
* | | Constify QDirSortItemComparator::operator() (used for sorting)Giuseppe D'Angelo2013-09-091-2/+2
* | | Fix cross-compiling V4 for Android on WindowsEskil Abrahamsen Blomfeldt2013-09-091-0/+2
* | | Android: Fix unused variable/argument warningsEskil Abrahamsen Blomfeldt2013-09-092-0/+7
* | | Fix unused static function randTLS() warningEskil Abrahamsen Blomfeldt2013-09-091-1/+1
* | | Android: Fix QString(char*) warnings in qlogging.cppEskil Abrahamsen Blomfeldt2013-09-091-2/+3
* | | Add first/last accessors to QMapMathias Hasselmann2013-09-082-27/+77
* | | Change template parameter name of qt_check_for_QOBJECT_macroOlivier Goffart2013-09-071-1/+1
|/ /
* | Reimplement qBinaryFind in terms of std::lower_boundGiuseppe D'Angelo2013-09-071-2/+3
* | QDateTime - Change debug output to ISO FormatJohn Layt2013-09-062-3/+22
* | Move the preprocessor iterator for Qt smart pointers with the others.Stephen Kelly2013-09-061-8/+10
* | Make the automatic 1arg and 2arg metatype macros work with namespaced Qt.Stephen Kelly2013-09-061-4/+13
* | Fix the automatic declaration of smart pointer types.Stephen Kelly2013-09-061-6/+34
* | Add C++11 features supported by the Intel Compiler 14.0Thiago Macieira2013-09-061-0/+9
* | QDateTime - Documentation clean-upsJohn Layt2013-09-061-27/+33
* | QDateTime - Clean up Qt::DateFormat formatting and parsingJohn Layt2013-09-061-309/+271
* | QDateTime - Remove incorrect year range checkJohn Layt2013-09-061-6/+0
* | QDateTime - Switch to using the QLocale date formatterJohn Layt2013-09-051-197/+9
* | QLocale - Improve date formatterJohn Layt2013-09-052-77/+63
* | add QProcess::InputChannelModeOswald Buddenhagen2013-09-055-10/+75
* | add QProcess::Forwarded{Output,Error}ChannelOswald Buddenhagen2013-09-054-6/+36
* | make the pipe setup code less convolutedOswald Buddenhagen2013-09-051-16/+21
* | never create a console for command line tools launched from gui appsOswald Buddenhagen2013-09-051-3/+6
* | QVariant: Make it possible to extract a QObject* from a wrapper without conve...Stephen Kelly2013-09-051-1/+3
* | QVariant: Don't crash when doing user-defined conversion to QObject*Stephen Kelly2013-09-051-0/+2
* | QVariant::canConvert: Use the old type when checking for QObject* conversion.Stephen Kelly2013-09-051-1/+1
* | Simplify the smart pointer metatype templateStephen Kelly2013-09-051-17/+6
* | remove redundant conditionOswald Buddenhagen2013-09-051-3/+2
* | qpluginloader: fix static build (on iOS)Richard Moe Gustavsen2013-09-051-0/+2
* | Fix Clang 3.3 warning on using an undefined inline functionThiago Macieira2013-09-051-12/+16
* | Revert "Implement move-ctor and move-assignment-op for QScopedPointer"Stephen Kelly2013-09-052-38/+0
* | Add an advisory interruption mechanism to QThread.Corentin Jabot2013-09-055-1/+67
* | ICC supports __builtin_unreachable(), so use itThiago Macieira2013-09-051-1/+1
* | qdatetime: fix build on iOSRichard Moe Gustavsen2013-09-051-1/+1
* | Remove qFind usages from QLinkedListGiuseppe D'Angelo2013-09-041-1/+3
* | Remove qCopy from QVarLengthArrayGiuseppe D'Angelo2013-09-041-1/+2
* | Remove qSort usage from QIODeviceGiuseppe D'Angelo2013-09-041-1/+3
* | Get rid of qSort usages in QDirGiuseppe D'Angelo2013-09-041-2/+2
* | Doc: Fixed information about the default modules when using qmake.Jerome Pasion2013-09-042-0/+6
* | Unhide QObject::parent() from QAbstract{Table,List}model.Milian Wolff2013-09-041-0/+18