summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove old code that was for the MIPSpro compilerThiago Macieira2012-03-261-14/+1
* Fix measurement system for the UKLars Knoll2012-03-264-9/+18
* Fix qtnamespace compile break on Mac.Sarah Smith2012-03-261-6/+0
* Remove the use of a template qUnused function for ICCThiago Macieira2012-03-251-1/+1
* Use private futexes for QMutex on Linux if they're availableThiago Macieira2012-03-251-2/+35
* Add macros for assuming and unreachable codeThiago Macieira2012-03-243-0/+71
* Update the C++11 support macrosThiago Macieira2012-03-242-45/+115
* Remove support for Mac OS X compilers without the -Xarch flagThiago Macieira2012-03-241-16/+0
* Add the missing 'itt eq' instructions to the ARM atomics.Thiago Macieira2012-03-241-0/+2
* Silence warnings about GCC #pragma in ICCThiago Macieira2012-03-241-2/+2
* Fix loading of the ICU dynamic libraries on Windows.Friedemann Kleint2012-03-241-6/+23
* Whitespace fix for brace in qstring.cppThiago Macieira2012-03-231-1/+1
* Quick optimisations to QString: no const-ref for QLatin1XXXThiago Macieira2012-03-231-4/+4
* Use the same ifdef-based debugging as the other engines.Robin Burchell2012-03-231-22/+28
* Make QLocalePrivate::updateSystemLocale() reset the locale data on UnixLars Knoll2012-03-221-21/+49
* Make QLocale not depend on being friends with the global staticThiago Macieira2012-03-222-9/+8
* Add qpair.h to the HEADERS listThiago Macieira2012-03-221-0/+1
* Remove the false information that IA-64 supports SSE2Thiago Macieira2012-03-221-6/+0
* support relative Sysroot specification in qt.confOswald Buddenhagen2012-03-221-5/+3
* make unspecified/empty HostPrefix fall back to PrefixOswald Buddenhagen2012-03-221-0/+6
* QStandardPaths: implement displayName() on all platforms.David Faure2012-03-224-18/+42
* Significantly speed up insertion into QJsonObject/ArrayLars Knoll2012-03-222-10/+19
* FocusAboutToChange event to be send before focus changesPekka Vuorela2012-03-221-0/+1
* Make comment() work in the C locale too.David Faure2012-03-221-1/+2
* Return all expected paths in QStandardPaths::standardLocationsDavid Faure2012-03-221-22/+49
* Show correct origin of Q_ASSERT in Windows dialogKai Koehne2012-03-221-3/+3