summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Change all shmget calls to user-only memoryThiago Macieira2013-01-182-5/+5
* Define Q_COMPILER_AUTO_FUNCTION in Qt 4.8.Thiago Macieira2013-01-181-0/+2
* Fix malloc errors from legacy realpath on Mac OSX.Jeremy Nicholl2013-01-161-2/+9
* Limit the range of the QUrlPrivate::port to -1 to 65535Thiago Macieira2013-01-141-1/+1
* QUrl::fromUserInput: fix for urls without a host.David Faure2013-01-141-2/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-13510-513/+513
* Add struct keyword for timeval variable to remove ambiguityPasi Petäjäjärvi2013-01-101-1/+1
* Update Canadian(English) localeMehdi Fekari2013-01-101-2/+2
* Update Turkish and Irish locales dataMehdi Fekari2013-01-071-2624/+2641
* Don't increase the reference count if dynamic_cast failedThiago Macieira2013-01-051-0/+2
* Centralise handling & ignoring of SIGPIPE in qcore_unix_p.hThiago Macieira2013-01-052-19/+30
* Fix thread-safety of qt_ignore_sigpipeThiago Macieira2013-01-051-1/+5
* BlackBerry: Reevaluation of timer list in event dispatcherBernd Weimer2013-01-051-11/+22
* Elaborate shortDayName(), etc using default locale.Leonard Lee2012-12-201-10/+10
* Allow qmljsdebugger argument and value to be separated by a spaceAurélien Gâteau2012-12-181-0/+4
* QUrl: make sure setAuthority is consistent with setHostPeter Hartmann2012-12-151-1/+4
* QUrl: ensure toEncoded() matches toString() wrt. empty authorityPeter Hartmann2012-12-151-1/+1
* Update defaultNumberingSystem value for some indic and slovak countries/regionsmfekari2012-12-141-19/+19
* Add missing fields for atomic classes in ARMv5 OABI.Tomasz Duda2012-12-121-0/+2
* Bump Qt version to 4.8.5Sergio Ahumada2012-12-071-2/+2
* Qnx: Check if QCoreApplication::instance() exists before using QSocketNotifiermfekari2012-11-291-2/+5
* QNX: fix QProcess fd inheritanceRafael Roquetto2012-11-281-3/+18
* Prevent crashes after throwing an exception.Mitch Curtis2012-11-281-0/+15
* Document how to name threads.Mitch Curtis2012-11-281-0/+8
* Fixes problem with single precision floats in QDataStream (Windows).Christian Strømme2012-11-281-1/+5
* BlackBerry: Restore proper BPS channel in event dispatcherBernd Weimer2012-11-281-8/+36
* Do not detect directories ending in ".lnk" as link files.Friedemann Kleint2012-11-281-1/+6
* BlackBerry: Changed QSettings file accessBernd Weimer2012-11-262-5/+28
* BlackBerry: Removed filtering of window system eventsBernd Weimer2012-11-231-2/+5
* Qnx: Handle the MeasurementSystem in QNXmfekari2012-11-232-0/+100
* Fix regression in QXmlStreamWriter with codec set to UTF-16Jan Arve Saether2012-11-231-7/+25
* Revert "QtConcurrent: Fix for leak in QFuture"Thiago Macieira2012-11-203-46/+5
* Fix regression introduced in QFileSystemEntry::path()Andy Shaw2012-11-181-1/+1
* Make the qatomic classes work in ARMv5 OABI.Tomasz Duda2012-11-181-0/+16
* QString doesn't work with old ABI on ARM.Tomasz Duda2012-11-172-2/+11
* Fix zero-duration animations running Backwards.Andreas Aardal Hanssen2012-11-151-1/+2
* Update Qlocale data with CLDR 2.0.0Konstantin Ritt2012-11-103-4532/+5150
* Update Qlocale data with CLDR 1.9.1Konstantin Ritt2012-11-103-3387/+3431
* QtConcurrent: Fix for leak in QFutureOrgad Shaneh2012-11-083-5/+46
* Fix for memory leak in ResultStoreOrgad Shaneh2012-11-081-1/+4
* Use slogger2 for logging on Blackberry instead of writing to stderrFabian Bumberger2012-11-082-0/+62
* QNX: Fix build with QNX SDP 6.5.Sergio Martins2012-11-071-1/+1
* QTranslator: Use resource memory instead of copying itThomas McGuire2012-11-051-19/+44
* x-compile with mingw: fix codec linker errorsPeter Kümmel2012-11-031-4/+4
* Removed usage of pipe in Blackberry event dispatcherBernd Weimer2012-11-024-42/+78
* QNX: Remember information on whether a file is a linkThomas McGuire2012-10-311-0/+7
* QNX: Use extra information in dirent to avoid stat() callsThomas McGuire2012-10-313-2/+69
* Blackberry: Fix for slowness of touch move eventsBernd Weimer2012-10-301-60/+46
* QNX: Use inotify on QNX systems that support itThomas McGuire2012-10-303-0/+17
* Blackberry: Fix QCoreApplication::applicationFilePath() performance.Sergio Martins2012-10-301-6/+29