summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fixed QFile::link behaviour for WinCE devices.jaanttil2012-01-311-0/+1
* Various Qt documentation fixes (wk 44)artoka2012-01-311-1/+1
* Various qt documentation fixes (wk 43)artoka2012-01-317-7/+31
* Fix qsystemerror for WinCEJanne Anttila2012-01-301-25/+33
* Build fix for WINCE to qlocale_tools.cppJanne Anttila2012-01-301-0/+4
* Various Qt documentation bug fixes (wk 42)artoka2012-01-303-3/+3
* Fixed fileiterator issue for WEC7.Janne Anttila2012-01-301-0/+2
* Fix exception handling in Symbian event dispatcherMurray Read2012-01-261-1/+1
* qfilesystemengine_win.cpp: compile with namespaced QtJoerg Bornemann2012-01-251-7/+6
* Fix BC break with QAbstractFileEngine "mount points"Shane Kearns2012-01-252-4/+11
* remove NTFS junction and mount point detectionJoerg Bornemann2012-01-181-2/+1
* Revert "fix NTFS mount points"Joerg Bornemann2012-01-183-24/+12
* fix NTFS mount pointsJoerg Bornemann2012-01-173-12/+24
* Add missing llvm-gcc-4.2 SSE 4.2 intrinsics.Mike McQuaid2012-01-171-0/+66
* Fix a couple of edge cases for WildcardUnix matchingAndy Shaw2012-01-171-1/+1