summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes potential memory leak in qtextcodec.cppNick Ratelle2012-03-141-17/+9
* Fix q_atomic_decrement for 64-bit SolarisSamuli Piippo2012-03-141-0/+2
* Fix documentation errorShane Kearns2012-03-131-1/+0
* Optimise QFile::seek that doesn't move the file pointerShane Kearns2012-03-131-0/+3
* Support changing locales at runtime in QPA plugins.Nick Ratelle2012-03-121-2/+33
* Fixes mismatching delete operatorRafael Roquetto2012-03-111-1/+1
* Fixed wrong iconv_open call under QNXRafael Roquetto2012-03-111-1/+1
* Fixes codecs.pri to reflect new QNX mkspec nameRafael Roquetto2012-03-091-1/+1
* Enable storage of global Qt settings in app-local settings file on MacPasi Matilainen2012-03-072-2/+84
* Don't allow app panic on QProcess destruction, kill or terminateMurray Read2012-03-071-4/+12
* Bump Qt version to 4.8.1Girish Ramakrishnan2012-03-051-2/+2
* Fix signature of q_atomic_test_and_set_ptr.Girish Ramakrishnan2012-03-041-1/+1