summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add explicit note about removeMappings() not disconnecting the signalAndy Shaw2015-12-111-0/+3
* Fix two data races in QThread/QThreadDataDavid Faure2015-09-223-8/+8
* Fix the spurious socket notifications under WindowsAlex Trotsenko2015-09-103-79/+80
* Doc: Corrected link issues in qtbaseNico Vertriest2015-09-041-2/+3
* Doc: add clarification about signals not being buffered when blockedSamuel Gaist2015-08-061-0/+2
* Doc: Don't advertise QLocale::system() in QTranslator::load documentationKai Koehne2015-07-231-1/+1
* Doc:added doc to undocumented functionsNico Vertriest2015-07-223-3/+40
* QtCore: Fix const correctness in old style castsThiago Macieira2015-07-203-3/+4
* Windows: Fix crash when using wmain() and passing a fake argv.Friedemann Kleint2015-07-131-1/+1
* doc: Correction in access(): signals are now publicAlejandro Exojo2015-07-121-2/+3
* Remove the warning printed when QObject's destructor catches exceptionsThiago Macieira2015-07-081-8/+1
* Fix the remainingTime() result after the first activation of a QTimerThiago Macieira2015-07-081-5/+16
* Make the Windows qt_msectime() function return 64-bitThiago Macieira2015-07-082-2/+2
* doc: Fix and improve QMetaMethod::tagAlejandro Exojo2015-07-061-6/+9
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-272-5/+26
|\
| * Don't document the IsGadget flagThiago Macieira2015-06-231-1/+1
| * Doc: document future direction of QCoreApplication::notify()Thiago Macieira2015-06-221-0/+11
| * Don't enforce all QMetaType::TypeFlag difference across Qt versionsAlex Blasche2015-06-101-4/+14
* | winrt: don't return invalidated timers in QEventDispatcherWinRT::registeredTi...Oliver Wolff2015-06-231-1/+1
* | Use qthread_win.cpp for WinRT as wellOliver Wolff2015-06-231-11/+10
* | Make QMetaObject::Connection check its state deeplyThiago Macieira2015-06-192-1/+12
* | QCoreApplication::applicationFilePath(): Fix array bounds violation of argv.Friedemann Kleint2015-06-111-5/+7
* | fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
|/
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/...Jani Heikkinen2015-06-022-180/+293
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-012-180/+293
| |\
| | * Android: Store and use the class names as key when caching.Christian Strømme2015-05-082-180/+293
* | | Merge 5.5 into 5.5.0Oswald Buddenhagen2015-06-012-5/+10
|\| |
| * | QMetaType: Fix compilation with non default constructible Q_GADGETOlivier Goffart2015-05-271-1/+1
| * | QMetaType: Do not automatically register types that derives from a Q_GADGETOlivier Goffart2015-05-232-4/+9
* | | winrt: Fixed timer handling in case where additional user events occurOliver Wolff2015-05-261-3/+6
|/ /
* | WinRT: Fix warnings for Windows PhoneMaurice Kalinowski2015-05-191-0/+1
* | WinRT/Winphone: Fix warnings in qtbaseOliver Wolff2015-05-181-1/+2
* | Fix QtPrivate::IsQEnumHelper<void>Olivier Goffart2015-05-171-0/+1
* | WinRT: fix namespaced buildJoerg Bornemann2015-05-161-2/+6
* | Don't overwrite applicationName if already set.David Faure2015-05-091-4/+6
* | Add support to set text/uri-list mimedata via setData()Marko Kangas2015-04-281-1/+16
* | qdoc: Remove #ifdef Q_QDOC for uses of QPrivateSignalMartin Smith2015-04-205-25/+5
* | Rework WinRT timer handlingOliver Wolff2015-04-202-165/+208
* | QSignalBlocker: mark all functions as noexceptMarc Mutz2015-04-162-15/+15
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-157-7/+18
|\|
| * Fix QNX and Blackberry -qtnamespace buildSérgio Martins2015-04-014-2/+13
| * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-313-5/+5
* | Add support for unregistering of custom meta types.Robert Griebl2015-04-142-6/+58
* | Silence clang warnings in C++03 modeOlivier Goffart2015-04-011-0/+6
* | winrt: Fix non-PCH buildAndrew Knight2015-04-011-1/+3
* | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-011-0/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-0/+1
| |\|
| | * Doc: Fix qmath documentationSergio Ahumada2015-03-121-0/+1
* | | Make Creator happy with qobjectdefs_impl.h parsingThiago Macieira2015-03-311-0/+1
|/ /
* | Use Q_NULLPTR for the null pointers used in macrosThiago Macieira2015-03-301-2/+2