summaryrefslogtreecommitdiff
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Removing potential crashes from out-of-thread cleanup on Symbian4.8.1-symbianMurray Read2012-08-222-4/+37
* Avoid crash cancelling timer in wrong thread on terminateMurray Read2012-06-211-1/+1
* Fix QThread start failure due to bad thread name on SymbianJuha Kukkonen2012-04-261-1/+10
* Fix regressions due to partial QSslSocket::peek fixShane Kearns2012-04-031-0/+5
* Give QThread threads better names on SymbianMurray Read2012-04-031-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-082-2/+84
* Don't allow app panic on QProcess destruction, kill or terminateMurray Read2012-03-081-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
* Fix to exit of adopted thread watcher in Windowsjian liang2012-02-281-7/+20
* Fix potential race condition in data structure of adopted thread watcherjian liang2012-02-281-1/+3
* QWindowsPipeWriter could terminate the process to earlyMartin Petersson2012-02-281-1/+1
* Fixed zlib build for WEC7.Andreas Holzammer2012-02-271-0/+10
* Fix a crash in QSystemLocalePrivate::uiLanguages().Friedemann Kleint2012-02-251-1/+1
* Allowing symbian cleanup code in thread started and finished slotsMurray Read2012-02-221-2/+10
* QElapsedTimer/Win: Fix 64-bit integer overflowJonathan Liu2012-02-211-1/+3
* Fixes QProcess on QNXRafael Roquetto2012-02-203-82/+67
* RR scheduler error handling for deleted active objectsMurray Read2012-02-201-2/+6
* Fix for Shazam crashMurray Read2012-02-171-7/+5
* Fix Windows timer performance regressionJonathan Liu2012-02-161-1/+1
* Checking for directory exists in failed QDir::mkpath on SymbianMurray Read2012-02-151-2/+9
* Initializes seqDumpPos on qiodevice.cppNick Ratelle2012-02-141-1/+2
* Fixed compiler warning about unused variable with QT_NO_TEXTCODEC.Andreas Holzammer2012-02-111-0/+3
* Raise loopLevel for deleteLater in event filtersJohn Stanley2012-02-102-1/+16
* Fixes a possible out-of-bound write in QByteArray.Nick Ratelle2012-02-091-6/+11
* realpath(X,0) IS supported on QNX.Nick Ratelle2012-02-091-1/+1
* Avoiding early deleteLater in Symbian with better loopLevel trackingMurray Read2012-02-092-17/+39
* Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-02-091-1/+1
* Fixed null pointer dereference in QUnifiedTimerNick Ratelle2012-02-081-6/+9
* Fix bug in qatomic for INTEGRITY RTOSKalle Viironen2012-02-081-34/+57
* Some small doc fixes, typos and removal of one incorrect paragraphAndy Shaw2012-02-081-5/+0
* Handling adopted thread death with active timers on SymbianMurray Read2012-02-082-6/+23
* Changes in Symbian CleanupStack use to allow dodgy app startMurray Read2012-02-082-12/+11
* Make QString::latin1() re-entrant, the global QHash needs a mutex.David Faure2012-02-081-1/+8
* Fixes QIconvCodec::convertToUnicode()Nick Ratelle2012-02-072-1/+6
* Fixed qmldbg_inspector build for WEC7.jaanttil2012-02-061-0/+5
* Add support for QNX iconv implementation.Rafael Roquetto2012-02-032-0/+6
* Reduces compiler warnings when compiling for WEC7jaanttil2012-02-032-0/+2
* Fix progress bar values >100% when http upload is retriedShane Kearns2012-02-032-1/+2
* Change QUrl::toLocalFile to return path for relative urlsAapo Haapanen2012-02-021-1/+8