summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* Add a convenient way to get a type-erased smart pointer from a QVariant.Stephen Kelly2013-09-112-0/+61
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-101-2/+7
|\
| * Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-071-2/+7
| |\
| | * QMetaMethod::invoke: compare the QMetaType id of the return typesOlivier Goffart2013-08-291-2/+7
* | | Fix escape handling in qWinCmdArgsDavid Faure2013-09-101-3/+4
* | | Metatype: Remove the need for runtime-registration of 3rd party containers.Stephen Kelly2013-09-092-100/+67
* | | Windows logging: Fix check for console applications.Friedemann Kleint2013-09-091-2/+0
* | | QMetaMethod and QDBusMetaObject: Give public access to signal methodsCaroline Chao2013-09-091-3/+2
* | | Android: Fix unused variable/argument warningsEskil Abrahamsen Blomfeldt2013-09-092-0/+7
* | | Change template parameter name of qt_check_for_QOBJECT_macroOlivier Goffart2013-09-071-1/+1
|/ /
* | Move the preprocessor iterator for Qt smart pointers with the others.Stephen Kelly2013-09-061-8/+10
* | Make the automatic 1arg and 2arg metatype macros work with namespaced Qt.Stephen Kelly2013-09-061-4/+13
* | Fix the automatic declaration of smart pointer types.Stephen Kelly2013-09-061-6/+34
* | QVariant: Make it possible to extract a QObject* from a wrapper without conve...Stephen Kelly2013-09-051-1/+3
* | QVariant: Don't crash when doing user-defined conversion to QObject*Stephen Kelly2013-09-051-0/+2
* | QVariant::canConvert: Use the old type when checking for QObject* conversion.Stephen Kelly2013-09-051-1/+1
* | Simplify the smart pointer metatype templateStephen Kelly2013-09-051-17/+6
* | Fix Clang 3.3 warning on using an undefined inline functionThiago Macieira2013-09-051-12/+16
* | Fix ICC warnings about functions declared but not usedThiago Macieira2013-09-042-1/+3
* | Long live QCommandLineParser!David Faure2013-08-241-1/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-212-18/+23
|\|
| * 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-8/+0
| * Rename template parameter: "I" -> "II"Sze Howe Koh2013-08-181-9/+9
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-144-9/+37
|\|
| * Android: Fix QCoreApplication::applicationDirPath()Eskil Abrahamsen Blomfeldt2013-08-081-1/+1
| * qobject: Do not destroy slot objects inside a lockDario Freddi2013-08-071-8/+26
| * Symbol for max number of arguments in QMetaMethod::invoke()Illya Kovalevskyy2013-07-302-0/+10
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-151-5/+1
|\|
| * QCoreApplication: Removed out-of-date docs (argv() method).Tomasz Olszak2013-07-121-5/+1
* | Merge branch 'stable' into devSergio Ahumada2013-07-118-66/+65
|\|
| * Accept defeat when select(2)ing without a monotonic clockThiago Macieira2013-07-101-6/+2
| * Fix dead lock in the Qt event handlingOlivier Goffart2013-07-101-2/+4
| * Doc: Uniformize the syntax description of Q_PROPERTYOlivier Goffart2013-07-101-1/+1
| * Clean up evaluation license logicTor Arne Vestbø2013-07-053-47/+42
| * QtCore: Fix remaining MSVC-64 warnings about integer truncation.Friedemann Kleint2013-07-021-5/+5
| * BlackBerry: Increased loop level around bps_get_eventBernd Weimer2013-06-291-4/+10
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-281-1/+1
| |\
| | * Fix compilation with ICC 13.1: the MSVC 2005 & 2008 code is badThiago Macieira2013-06-261-1/+1
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-271-1/+1
|\| |
| * | Further followup to Q_OS_MACX changes.Jake Petroules2013-06-241-1/+1
* | | Make the qfatal for redeclaring a type with the same name a warning.Richard J. Moore2013-06-251-5/+5
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-208-26/+72
|\| |
| * | Doc: QTranslator::translate() isn't an overload anymoreDavid Faure2013-06-191-2/+0
| * | Remove use of 'register' from Qt.Stephen Kelly2013-06-176-24/+24
| * | Add basic conversion functions from QVariant(QJsonValue).Jędrzej Nowacki2013-06-141-0/+48
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-122-2/+3
|\| |
| * | Mark the Q_DECLARE_OPAQUE_POINTER macro as introduced in 5.0Laszlo Papp2013-06-121-0/+1
| * | QtCore: Fix MSVC-64 warnings about integer truncation.Friedemann Kleint2013-06-081-2/+2
| |/
* | Add internal functions to QObjectPrivate for signal & slot connections in QMLSimon Hausmann2013-06-073-2/+66