summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Update contact information in license headers.Sergio Ahumada2012-08-01510-1021/+1021
* Check for 0 before accessing the pointerLars Knoll2012-07-301-0/+3
* QUrl: document that setIdnWhitelist isn't thread-safeMarc Mutz2012-07-281-0/+3
* Use improved QLibrary search heuristics for ICU in QLocaleSean Harmer2012-07-271-0/+2
* Introduce ImprovedSearchHeuristics flag to QLibrarySean Harmer2012-07-273-25/+92
* Improve performance of QLibrary::load()Sean Harmer2012-07-271-7/+7
* Disable MacOSX 10.6+ locale code for iOS builds.Ian Dean2012-07-271-1/+1
* QUrl: add missing detach() in setEncodedUrl, spotted by Marc Mutz.David Faure2012-07-221-2/+2
* qurl.cpp: Remove trailing whitespaces.David Faure2012-07-211-19/+19
* Doc: Fix QUrl::isLocalFile documentationSergio Ahumada2012-07-211-1/+1
* Disable QAtomic assembly code for incompatible compilers.Ian Dean2012-07-201-1/+1
* Only forward-declare some std classes if QT_NO_STL is defined.Raphael Kubo da Costa2012-07-171-0/+2
* doc: removed incorrect reference to Q_OS_X11Rohan McGovern2012-07-131-1/+1
* Add Mac OS 10.8 QSysInfo enumsMorten Sorvig2012-07-102-1/+5
* QNX: QtGlobal: compile as a C header againMarc Mutz2012-07-091-1/+3
* QNX: fix compilation with C++11 enabledMarc Mutz2012-07-081-0/+12
* [Blackberry] Fix event loop throughput issueRafael Roquetto2012-07-051-8/+25
* Fix socket notifier registration on Blackberry.Rafael Roquetto2012-07-052-8/+52
* Fix access to uninitialized pointerTobias Hunger2012-07-031-1/+1
* Removing potential crashes from out-of-thread cleanup on SymbianMurray Read2012-06-212-4/+37
* Avoid crash cancelling timer in wrong thread on terminateMurray Read2012-06-191-1/+1
* Fix qatomic inline asm for x32 ABI.Davide Pesavento2012-06-191-3/+3
* UCD 5.0: Apply Unicode Corrigendum #6Konstantin Ritt2012-06-131-788/+789
* Fix QFile append on windowsShane Kearns2012-06-092-2/+10
* Mac: Remove "unsupported" warning for 10.8Morten Sorvig2012-06-081-1/+4
* Add OS version detection for windows 8Andreas Holzammer2012-05-242-0/+6
* Fix local variable is initialized but not referenced warningNicolas Arnaud-Cormos2012-05-231-6/+7
* QRegExp: fix crashGiuseppe D'Angelo2012-05-231-0/+2
* QRegExp: fix autotest, fix usage of uninitialized valuesGiuseppe D'Angelo2012-05-211-1/+1
* Fix cases where functions are called with a drive and no slashAndy Shaw2012-05-161-9/+9
* QElfParser: fix type of sh_sizePino Toscano2012-05-162-3/+3
* fix composition (C/KC) of some sequencesKonstantin Ritt2012-05-111-2/+3
* Fix atomics on SPARCThiago Macieira2012-05-031-8/+8
* Fix crash with evaluation licenseSamuli Piippo2012-04-271-7/+2
* Fix QThread start failure due to bad thread name on SymbianJuha Kukkonen2012-04-251-1/+10
* Integrate Blackberry Platform Services (BPS) with Qt event loop.Jeff Kehres2012-04-255-7/+388
* Fix IPv6 address returned from QUrl::hostShane Kearns2012-04-231-5/+4
* Update QSettings and Mac OS X documentation with App Store informationPasi Matilainen2012-04-231-0/+21
* Moved qmljs_debug_arguments to QCoreApplicationRafael Roquetto2012-04-202-0/+34
* Fix build with QT_NO_WARNING_OUTPUTAndy Shaw2012-04-191-0/+4
* Bump Qt version to 4.8.2aksalova2012-04-181-2/+2
* Add new QSysInfo::symbianVersion() enumsPasi Pentikainen2012-04-132-3/+13
* Use value of LANG if LC_TIME is empty.Thomas Sondergaard2012-04-041-0/+2
* Fix corelib build for WEC7.Janne Anttila2012-04-041-1/+3
* Fix QFileSystemEngine::tempPath on Blackberry OSRafael Roquetto2012-04-011-0/+7
* Fix regressions due to partial QSslSocket::peek fixShane Kearns2012-03-301-0/+5
* Fix scopes on iconv related pro/pri filesRafael Roquetto2012-03-281-1/+1
* Give QThread threads better names on SymbianMurray Read2012-03-271-6/+17
* Removing Symbian fast allocator implementationMurray Read2012-03-1610-6407/+2
* Crash in Symbian text codec creation without CleanupStackMurray Read2012-03-151-1/+5