summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix bootstrapped build of QCoreApplicationThiago Macieira2013-09-301-0/+1
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+17
* Make QCoreApplicationPrivate::appName() thread-safeTor Arne Vestbø2013-09-261-0/+3
* Don't assume QCoreApplication::applicationName() will never changev5.2.0-alpha1Tor Arne Vestbø2013-09-252-6/+9
* Android: Use the application's class loader when loading Java classes.Christian Strømme2013-09-253-4/+33
* Fixed QJNIEnvironment reference counting.Yoann Lopes2013-09-251-3/+5
* Fix some doc errors.Frederik Gladhorn2013-09-212-5/+5
* Remove qFind usage from QCoreApplicationGiuseppe D'Angelo2013-09-211-1/+1
* Port of Qt 4's Windows session managementSamuel Gaist2013-09-211-0/+19
* QDateTime - Change date/time storage to msecsJohn Layt2013-09-201-0/+2
* WinRT: Shared memory supportAndrew Knight2013-09-201-3/+27
* Fixed compilation of QSystemsemaphore for WinRTKamil Trzcinski2013-09-201-0/+8
* WinRT: Basic global supportAndrew Knight2013-09-203-5/+21
* MetaType: de-inline the container iterables.Stephen Kelly2013-09-202-225/+400
* Android: Add private API for jni in QtCoreChristian Strømme2013-09-203-3/+2374
* Android: Added JNI_OnLoad to QtCoreChristian Strømme2013-09-204-0/+242
* MetaType: Add assignment operator to the container iterators.Stephen Kelly2013-09-192-0/+28
* MetaType: Fix memory leak of QAtomicInt.Stephen Kelly2013-09-171-0/+2
* MetaType: Fix operator{++,--}(int) with the type-erased const_iterators.Stephen Kelly2013-09-171-4/+4
* QObject: allow connecting to functors with a receiver objectDario Freddi2013-09-163-32/+112
* Fix spelling in Q_STATIC_ASSERT in qobject_castOlivier Goffart2013-09-161-2/+2
* Implement windowsErrorString for WinRTOliver Wolff2013-09-161-0/+12
* Use Q_STATIC_ASSERT to report error about missing Q_OBJECTOlivier Goffart2013-09-145-13/+34
* MetaType: Fix operator{+,-}(int) with the type-erased const_iterators.Stephen Kelly2013-09-132-4/+32
* Remove some unneeded constructors.Stephen Kelly2013-09-131-11/+3
* Fix new warnings under Clang 3.3Thiago Macieira2013-09-131-34/+36
* Remove qCopy from QCoreApplicationGiuseppe D'Angelo2013-09-121-1/+3
* 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