summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-3192-1189/+1189
* Bump year to 2015Kai Koehne2015-01-151-3/+3
* Remove use of 'register' from Qt.Kevin Funk2014-08-114-8/+8
* Fix at lot of QT_NO_ define guards for very tiny Qt builds.Robert Griebl2014-08-052-0/+4
* fix WINVER #ifdef for QS_TOUCH and QS_POINTERJoerg Bornemann2014-05-201-2/+2
* Use WINVER instead of _MSC_VER for version check in qeventdispatcher_win.cpp.Joerg Bornemann2014-05-061-2/+2
* Updated year in copyright headerKai Koehne2014-03-2690-92/+92
* BlackBerry: Improve platform specific documentationBernd Weimer2014-03-181-0/+9
* Doc: Discuss the concept of thread affinity in more detailSze Howe Koh2014-03-131-7/+35
* Fix the name of the arguments of qAtan2 to match std::atan2Thiago Macieira2014-02-051-3/+3
* Fix virtual key mapping on MS WindowsJuan Luis Boya García2013-11-251-0/+5
* Kernel: Fix gcc warning in qsharedmemory_win.cppKai Koehne2013-11-181-1/+1
* Fix MinGW-warnings about narrowing/invalid conversions.Friedemann Kleint2013-11-181-1/+1
* QObject: use per-thread storage for qFlagLocation()Marc Mutz2013-11-161-14/+6
* BlackBerry: Prevent superfluous removal of socket notifiersBernd Weimer2013-11-061-12/+11
* Backport of Qt5 applicationName handlingSamuel Gaist2013-11-022-7/+18
* BlackBerry: improve BPS event lifetime managementJonathan Hoffmann2013-10-312-2/+88
* Use correct mask constant in the Windows event dispatcher.Friedemann Kleint2013-08-201-1/+14
* Revert "Disable precision timers when running MSVC2012 code on pre-Windows 8."Friedemann Kleint2013-08-201-5/+1
* Don't assume that all CFPropertyListRef are CFArrayRefsThiago Macieira2013-08-051-0/+1
* Fix warning when building objects with a Q_OBJECT macroTobias Hunger2013-07-221-1/+1
* Accept defeat when select(2)ing without a monotonic clockThiago Macieira2013-07-121-6/+2
* BlackBerry: Increased loop level around bps_get_eventBernd Weimer2013-07-021-4/+10
* Implement apostrophe in windows cmd args.Leonard Lee2013-06-171-5/+2
* Make sure QThreadData and QAdoptedThread object is destroyed at app exitjian liang2013-06-161-0/+7
* Clear the current thread data for the main threadThiago Macieira2013-06-161-7/+0
* Disable precision timers when running MSVC2012 code on pre-Windows 8.Friedemann Kleint2013-06-041-1/+5
* BlackBerry: Revised error handling in event dispatcherBernd Weimer2013-05-151-40/+42
* QThreadDataPrivate: fix data race on canWait boolean.David Faure2013-04-232-3/+4
* Rename qAbs Function for timevalDavid E. Narváez2013-04-131-3/+2
* Avoid socket notifiers on invalid file descriptorsBernd Weimer2013-04-081-5/+4
* QThread documentation: do not discourage the reimplementation of QThreadSze Howe Koh2013-02-191-1/+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
* Use taskIdSelf() function instead of taskIdCurrent global variablePasi Petäjäjärvi2013-01-281-2/+2
* Undefine overlapping variable names defined in VxWorks headersPasi Petäjäjärvi2013-01-281-0/+38
* Use time.h related includes from qfunctions_vxworks.h file.Pasi Petäjäjärvi2013-01-281-3/+1
* Change all shmget calls to user-only memoryThiago Macieira2013-01-182-5/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1390-92/+92
* Centralise handling & ignoring of SIGPIPE in qcore_unix_p.hThiago Macieira2013-01-051-0/+29
* BlackBerry: Reevaluation of timer list in event dispatcherBernd Weimer2013-01-051-11/+22
* Allow qmljsdebugger argument and value to be separated by a spaceAurélien Gâteau2012-12-181-0/+4
* Prevent crashes after throwing an exception.Mitch Curtis2012-11-281-0/+15
* BlackBerry: Restore proper BPS channel in event dispatcherBernd Weimer2012-11-281-8/+36
* BlackBerry: Removed filtering of window system eventsBernd Weimer2012-11-231-2/+5
* QTranslator: Use resource memory instead of copying itThomas McGuire2012-11-051-19/+44
* Removed usage of pipe in Blackberry event dispatcherBernd Weimer2012-11-024-42/+78
* Blackberry: Fix for slowness of touch move eventsBernd Weimer2012-10-301-60/+46
* Blackberry: Fix QCoreApplication::applicationFilePath() performance.Sergio Martins2012-10-301-6/+29
* Blackberry: Populating the QCoreApplicationDataFabian Bumberger2012-10-181-0/+47