summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Allow compilation on OS X 10.5Sean Harmer2012-09-051-4/+5
* Make connectNotify() work with QMLThomas McGuire2012-08-311-0/+15
* Fixes possible memory leak in QContiguousCacheFabian Bumberger2012-08-301-2/+4
* Display QThread name for debugging.Sean Harmer2012-08-301-0/+30
* Blackberry: Fix QFileSystemEngine::tempPath()Thomas McGuire2012-08-301-2/+5
* QSharedPointer: make QT_SHAREDPOINTER_TRACK_POINTERS work with QObjectsGiuseppe D'Angelo2012-08-271-1/+1
* QUrl: fix thread safety.David Faure2012-08-232-49/+181
* Remove qurl.cpp from qmake and bootstrap, it's not needed.David Faure2012-08-221-1/+17
* license: Fix Blackberry/QNX license headersSergio Ahumada2012-08-142-4/+4
* Bump hex copy of Qt version number to 4.8.3.Jason McDonald2012-08-141-1/+1
* Mac: Don't crash if language preferences can't be retrieved.Eike Ziller2012-08-101-1/+1
* Changed qt version to 4.8.3jutaipal2012-08-081-1/+1
* Fix valgrind errors due to "const char *getSystemLocale"David Faure2012-08-061-1/+1
* 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-221-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-091-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-261-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