summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix some documentation warnings.Friedemann Kleint2016-03-242-1/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-212-13/+13
|\
| * winrt: process all triggered timers in processEventsOliver Wolff2016-03-161-5/+5
| * Add argument names to the function signatures in headersOlivier Goffart2016-03-101-8/+8
* | Dedupe QMetaObject::castSean Harmer2016-03-151-8/+1
* | Add a function to QMetaObject to check for inheritanceSean Harmer2016-03-152-0/+19
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-135-28/+43
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-115-28/+43
| |\|
| | * QObject: fix GCC 6 warning about qt_static_metacall's 'hidden' attribute useMarc Mutz2016-03-091-2/+13
| | * Q*Application: fix UB caused by accessing QGuiApplication from QCoreApplicati...Marc Mutz2016-03-093-26/+25
| | * QtTest: fix UB in QSpontaneKeyEvent::setSpontaneous()Marc Mutz2016-03-071-0/+5
* | | QtCore: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-115-22/+22
|/ /
* | QVector: preserve capacity in clear()Marc Mutz2016-02-291-2/+2
* | Perfect (almost) Qt on Android splash screen.BogDan Vatra2016-02-242-1/+9
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-9/+10
|\|
| * doc: Clean up old references to QApplication for GUI applicationEskil Abrahamsen Blomfeldt2016-02-191-9/+10
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-183-5/+15
|\|
| * Wrap legacy APIs in a QT_MAC_DEPLOYMENT_TARGET_BELOW macro.Jake Petroules2016-02-181-0/+2
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-152-5/+13
| |\
| | * Fix livelock at application exit if threads were runningThiago Macieira2016-02-022-5/+13
* | | Merge "Merge dev into 5.7" into refs/staging/5.7Oswald Buddenhagen2016-02-174-24/+50
|\ \ \
| * | | Microoptimize QObject::activate.Milian Wolff2016-02-161-5/+5
| * | | Share code between const and non-const QMetaObject::cast variants.Milian Wolff2016-02-161-8/+2
| * | | Add qOverload to select overloaded functionsPeter Kümmel2016-02-151-0/+6
| * | | Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-122-11/+37
* | | | Say hello to Android ServicesBogDan Vatra2016-02-172-2/+54
|/ / /
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-1/+1
|\| |
| * | Removed redundant and distracting test from conditional.Edward Welbourne2016-02-041-1/+1
| |/
* | Remove qt_safe_select and qt_select_msecsLouai Al-Khanji2016-02-052-58/+0
* | Clean up new poll code slightlyLouai Al-Khanji2016-02-043-23/+20
* | Android: Add runOnAndroidThreadSyncBogDan Vatra2016-02-042-0/+12
* | QProcess: Use poll instead of select on Unix platformsLouai Al-Khanji2016-02-032-0/+16
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-024-4/+158
|\|
| * Fix memory leak if QMetaType::create is called for an unknown typeJędrzej Nowacki2016-02-011-2/+3
| * Move Cocoa key code helper functions to QtCoreTor Arne Vestbø2016-01-292-0/+153
| * Bump copyright year to 2016Kai Koehne2016-01-291-2/+2
* | QEventDispatcherUNIX: Clean up thread_pipe logicLouai Al-Khanji2016-01-292-80/+111
* | QTranslator: optimize string and char usageAnton Kudryavtsev2016-01-281-2/+2
* | QEventDispatcherUNIX: Use poll instead of selectLouai Al-Khanji2016-01-262-324/+206
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-7/+9
|\|
| * Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-231-7/+9
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-265-63/+81
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-215-63/+81
| |\|
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-194-16/+42
| | |\
| | | * Fix UB in QVariant::canConvert()Marc Mutz2016-01-111-3/+6
| | | * Allow socket events processing with a foreign event loop on WindowsAlex Trotsenko2016-01-052-13/+33
| | | * Add explicit note about removeMappings() not disconnecting the signalAndy Shaw2015-12-111-0/+3
| | * | Fix GCC 6 warning about placement-new operator on too little spaceThiago Macieira2016-01-121-18/+37
| | * | QVariant: use v_construct instead of duplicating logicThiago Macieira2016-01-121-31/+4
| | * | QVariant: make sure to default-initialize in v_constructThiago Macieira2016-01-121-1/+1