summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-1046-318/+476
|\
| * Include with qt module to avoid configure warningPekka Vuorela2012-04-051-2/+1
| * Change the parameter name of the mutex in a QWaitCondition.Stephen Kelly2012-04-042-16/+16
| * Revert "Make the CONFIG and QT_CONFIG contents available downstream."Stephen Kelly2012-04-041-3/+0
| * Update the documentation about the sign in QElapsedTimer::(m)secsToThiago Macieira2012-04-041-3/+3
| * Remove/update Qt 5 to-do's that won't be done for Qt 5.Jason McDonald2012-04-043-3/+1
| * Fix warnings about signed/unsigned comparisons in QtJson.Friedemann Kleint2012-04-032-5/+5
| * Fix warnings about truncations in constants.Friedemann Kleint2012-04-034-5/+5
| * Fix release mode warnings about unused variables.Friedemann Kleint2012-04-031-0/+1
| * Prepare category logging for Qt integrationWolfgang Beck2012-04-032-15/+25
| * Document QFile::rename and QDir::rename's copy operationVincent A2012-04-032-2/+12
| * Use the relevant "\since 5.0" entry (proposed to public since 5.0)Laszlo Papp2012-04-021-0/+1
| * Remove qdoc for obsolete methods of QSet.Jason McDonald2012-04-021-10/+0
| * Logging: Make sure documentation shows upKai Koehne2012-04-022-195/+199
| * Improve documentation for QMessageLoggerKai Koehne2012-04-021-3/+3
| * Remove extra lines in mimetypesABBAPOH2012-04-019-10/+0
| * Remove QMimeTypeParserBase from docABBAPOH2012-04-011-0/+1
| * Fix wrong method signature in documentationABBAPOH2012-04-011-1/+0
| * QRegularExpression: operator<<(QDebug, PatternOptions) improvementsGiuseppe D'Angelo2012-03-311-12/+12
| * Ensure that the variable for the installation prefix is unique.Stephen Kelly2012-03-311-2/+2
| * Fix QFileSystemEngine::tempPath on Blackberry OSRafael Roquetto2012-03-301-0/+7
| * Add Mac OS 10.8 define.Morten Sorvig2012-03-301-1/+4
| * Fix "unused variable" warning in QVariant header.Morten Sorvig2012-03-301-0/+1
| * Don't copy the whole binary input into QJsonDocumentDenis Dzyubenko2012-03-291-3/+4
| * Validate size of the input in QJsonDocument::fromBinaryDataDenis Dzyubenko2012-03-291-2/+4
| * Properly detach when the modified object is a sub objectLars Knoll2012-03-291-1/+1
| * Fix a crash in QFactoryLoaderJonas Rabbe2012-03-291-1/+2
| * Compile fix for Linux Standard BaseHarald Fernengel2012-03-281-3/+4
| * Fix warning introduced in Intel CC 12.1Thiago Macieira2012-03-281-1/+8
| * Make QCoreApplication::applicationName() default to argv[0]David Faure2012-03-281-1/+12
| * Prefix the variables for debug and release types properly.Stephen Kelly2012-03-281-2/+2
| * Fix scopes on iconv related pro/pri filesRafael Roquetto2012-03-271-1/+1
| * Update documentation for QAbstractEventDispatcher::TimerInfoBradley T. Hughes2012-03-271-4/+27
| * QUuid: mark constructors constexprMarc Mutz2012-03-271-0/+16
| * Add a Q_NORETURN macro to mark a function that never returnsThiago Macieira2012-03-271-0/+6
| * QJsonParseError improvementsAlexei Rousskikh2012-03-272-11/+90
* | New qHash algorithm for uchar/ushort arrays (QString, QByteArray, etc.)Giuseppe D'Angelo2012-04-091-19/+23
* | Stop relying on qHash always giving the same resultsGiuseppe D'Angelo2012-04-084-2/+33
* | QUrl: added two-arguments qHash supportGiuseppe D'Angelo2012-04-083-13/+11
* | More qHash(T, uint) overloads for Qt typesGiuseppe D'Angelo2012-04-071-2/+2
* | Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-0711-55/+2
* | qHash: always use the seed in the catch-all templateGiuseppe D'Angelo2012-04-061-1/+1
* | Fix compilation with MinGW.Marcel Krems2012-04-052-2/+8
* | QLatin1String: add qHash overloadGiuseppe D'Angelo2012-04-052-0/+7
* | Enable variadic macros for MSVC >= 2005João Abecasis2012-04-051-0/+4
* | Add zero-termination checks to QString and QByteArray testsJoão Abecasis2012-04-051-1/+1
* | Make QLocale::toULongLong return the proper type: qulonglongThiago Macieira2012-04-052-4/+2
* | Remove macro _POSIX_ from Win32 special fileDebao Zhang2012-04-052-2/+0
* | Don't allocate space for null when using fromRawDataJoão Abecasis2012-04-052-2/+2
* | Simplify conditionalsJoão Abecasis2012-04-052-2/+2