summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Added support for multicore CPUs in QThread::idealThreadCount for INTEGRITY t...Florian Behrens2013-04-091-1/+7
* Avoid socket notifiers on invalid file descriptorsBernd Weimer2013-04-081-5/+4
* Use LC_MESSAGES instead of LC_NUMERIC in QSystemLocale::fallbackLocale()Dmitry Shachnev2013-04-071-1/+1
* Fix a bug in QSystemLocale on BB10El Mehdi Fekari2013-04-042-18/+20
* QNonContiguousByteDevice: roll back complete internal state in reset()Peter Hartmann2013-03-261-0/+6
* Inital port of QSystemLocale on BlackBerry 10El Mehdi Fekari2013-03-205-107/+422
* Fixed bug in QTimeLine::setPaused(false)Jan Arve Saether2013-03-201-0/+3
* QThread::isFinished should return true from finished()Olivier Goffart2013-03-191-2/+2
* Update Irish locale to return correct date formatEl Mehdi Fekari2013-03-131-2/+2
* Workaround a bug in mktime on QNXFabian Bumberger2013-03-131-0/+10
* Fix CreateFileMapping() error handlingPeter Kümmel2013-03-012-4/+5
* Fix QTBUG-18934 by checking return value of qt_safe_pipeSimeon Bird2013-02-281-9/+23
* Fix compilation of Qt Concurrent with gcc 4.3Thiago Macieira2013-02-271-1/+1
* QThread documentation: do not discourage the reimplementation of QThreadSze Howe Koh2013-02-192-39/+29
* Fix call to QMetaObject::metaCall from updatePropertyDavid E. Narváez2013-02-181-2/+5
* QLocale: Update tamil's AM/PM textEl Mehdi Fekari2013-02-151-107/+106
* Fixed checking HOME variable return value using isEmpty()Pasi Petäjäjärvi2013-02-131-1/+1
* Strip prepending <hostname>: string from currentPath() for VxSimPasi Petäjäjärvi2013-02-131-1/+9
* QLocale: Update the Japanese and Czech localeEl Mehdi Fekari2013-02-121-5/+5
* QProcessEnvironment: Permit magic cmd variablesDaniel Teske2013-02-081-1/+2
* BlackBerry: The MeasurementSystem port was for BlackBerry OS not QNXSamuli Piippo2013-02-012-11/+11
* Make compile with QT_NO_FILESYSTEMITERATORThomas Zander2013-01-305-0/+10
* VxWorks process (RTP) mode does not have taskLock/taskUnlock functionsPasi Petäjäjärvi2013-01-281-0/+5
* Add support getting memory page size to RTP mode on VxWorks.Pasi Petäjäjärvi2013-01-282-1/+7
* Use Qt defined gettimeofday for VxWorks and no fallback to X11 versionPasi Petäjäjärvi2013-01-282-1/+9
* VxWorks header only available in DKM mode and not in RTP mode.Pasi Petäjäjärvi2013-01-281-1/+1
* Use taskIdSelf() function instead of taskIdCurrent global variablePasi Petäjäjärvi2013-01-281-2/+2
* Use stub functions getpwuid and getgrgid for VxWorksPasi Petäjäjärvi2013-01-281-2/+2
* Do not define QT_NO_DYNAMIC_LIBRARY for VxWorks process (RTP)Pasi Petäjäjärvi2013-01-281-1/+1
* Use sched_get_priority_* functions only for SCHED_RR and SCHED_FIFOPasi Petäjäjärvi2013-01-281-2/+14
* Undefine overlapping variable names defined in VxWorks headersPasi Petäjäjärvi2013-01-281-0/+38
* Use stub function gettimeofday for VxWorksPasi Petäjäjärvi2013-01-281-0/+4
* Use time.h related includes from qfunctions_vxworks.h file.Pasi Petäjäjärvi2013-01-281-3/+1
* To support QT_NO_IM on Linux/Windows/MacJing Bai2013-01-211-0/+8
* Update the Indonisian and Catalan locales in CLDR data:Mehdi Fekari2013-01-181-215/+214
* 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