summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-2057-438/+931
|\
| * Document restrictions on the new connection syntaxOlivier Goffart2013-03-191-0/+7
| * Support connection to functor with multiple operator()Olivier Goffart2013-03-192-6/+64
| * Mark QtPrivate::ApplyReturnType constructor as explicit.Olivier Goffart2013-03-191-1/+1
| * Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-194-0/+10
| * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-167-18/+18
| * add QCoreApplication to bootstrap libOswald Buddenhagen2013-03-144-28/+160
| * simplify/fix QT_BOOTSTRAPPED-related #ifdefsOswald Buddenhagen2013-03-141-1/+1
| * make stubbed QCoreApplication::translate() resolve %nOswald Buddenhagen2013-03-132-7/+13
| * make Q_DECLARE_TR_FUNCTIONS() compile with QT_NO_DEPRECATEDOswald Buddenhagen2013-03-131-2/+9
| * Improve warning messages (and readability) of connectSlotsByName()Axel Waggershauser2013-03-131-12/+40
| * g_thread_init is deprecatedFrederik Gladhorn2013-03-121-0/+2
| * Let QMetaObject::connectSlotsByName(o) also check for signals of oAxel Waggershauser2013-03-071-1/+7
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-062-4/+4
| |\
| * \ Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-064-3/+6
| |\ \
| | * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-054-3/+6
| | |\ \
| * | | | Clear the current thread data for the main threadThiago Macieira2013-03-051-7/+0
| |/ / /
| * | | Introducing the Qt Android portPaul Olav Tvete2013-03-052-2/+2
| * | | Mark all qtbase headers that aren't cleanThiago Macieira2013-03-032-0/+10
| * | | Add notify signals to some QCoreApplication propertiesAlan Alpert2013-03-012-4/+51
| * | | Merge "Merge branch 'ios' into dev" into refs/staging/devTor Arne Vestbø2013-02-281-0/+2
| |\ \ \
| | * | | iOS: Move Q_OS_IOS out of makesespec to qsystemdetection.hTor Arne Vestbø2013-02-261-0/+2
| * | | | Add private API to connect to slots in QObjectPrivateOlivier Goffart2013-02-281-0/+77
| |/ / /
| * | | Fix QMetaType of const referencesOlivier Goffart2013-02-211-0/+3
| * | | Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-181-10/+0
| * | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-176-7/+12
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-146-7/+12
| | |\ \ \
| * | | | | Make it possible to use QPointer<const T>Stephen Kelly2013-02-131-34/+22
| |/ / / /
| * | | | Use stub function rand_r for VxWorks DKM modePasi Petäjäjärvi2013-02-122-0/+4
| * | | | Remove dead code from QPointer.Stephen Kelly2013-02-111-40/+0
| * | | | qMetaTypeId(): deprecate the dummy parameter.Olivier Goffart2013-02-082-18/+18
| * | | | Add qDegreesToRadians and qRadiansToDegrees math functionsLaszlo Papp2013-02-052-0/+107
| * | | | Work around posix violation in qnx (missing pselect())Fabian Bumberger2013-01-303-10/+17
| * | | | Generate forward header (QtMath) for the math operations with syncqtLaszlo Papp2013-01-291-0/+4
| * | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-295-29/+17
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-285-29/+17
| | |\ \ \ \
| * | | | | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2929-113/+0
| |/ / / / /
| * | | | | Switch to struct timespec everywhere instead of timevalThiago Macieira2013-01-287-91/+91
| * | | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2394-96/+96
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2294-96/+96
| | |\ \ \ \ \
| * | | | | | | Simplify checking of the SHM/SEM Unix key file's existenceThiago Macieira2013-01-231-3/+0
| * | | | | | | Undefine overlapping variable names defined in VxWorks headersPasi Petäjäjärvi2013-01-231-0/+38
| * | | | | | | Use time.h related includes from qfunctions_vxworks.h file.Pasi Petäjäjärvi2013-01-231-3/+1
| * | | | | | | Add support getting memory page size to RTP mode on VxWorks.Pasi Petäjäjärvi2013-01-232-1/+7
| * | | | | | | Use taskIdSelf() function instead of taskIdCurrent global variablePasi Petäjäjärvi2013-01-231-2/+2
| * | | | | | | Use Qt defined gettimeofday for VxWorks and no fallback to X11 versionPasi Petäjäjärvi2013-01-232-1/+9
| |/ / / / / /
| * | | | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-163-10/+36
| |\ \ \ \ \ \
| * | | | | | | Add Q_COREAPP_STARTUP_FUNCTION macro.David Faure2013-01-152-0/+73
| * | | | | | | Add support for Linux eventfd(7) in the UNIX event loopThiago Macieira2013-01-152-4/+36
| * | | | | | | Merge branch 'stable' into devSergio Ahumada2013-01-099-18/+18
| |\ \ \ \ \ \ \