summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | Let Q_DECLARE_METATYPE and Q_DECLARE_FLAGS be undefined under Q_MOC_RUNThiago Macieira2016-05-041-1/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-033-4/+4
|\| |
| * | CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-183-4/+4
* | | QtBase: use printf-style qWarning/qDebug where possible (II)Marc Mutz2016-05-033-15/+16
* | | Revert "Optimize QMetaObject::activate."Milian Wolff2016-04-251-30/+19
* | | Remove dynamic loading of functions that are present in Windows Vista onwards.Friedemann Kleint2016-04-192-31/+12
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-113-26/+55
|\| |
| * | add cross-platform tablet->mouse event synth; enable on AndroidShawn Rutledge2016-04-081-1/+3
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-23/+50
| |\|
| | * Qt Meta macros: Allow tools to define annotationsOlivier Goffart2016-04-061-23/+50
| * | Move QThread::currentThreadId() down to the loop using it.Erik Verbruggen2016-04-061-2/+2
* | | qdoc: Remove Q_QDOC for int type() in qmetatype.hMartin Smith2016-04-082-8/+3
* | | Unify naming of LIBS/CFLAGS for 3rd party librariesLars Knoll2016-04-071-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-056-9/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-1/+1
| |\|
| | * QVariant: Fix flags for type-erased associative iterator keyStephen Kelly2016-04-031-1/+1
| * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-302-2/+2
| * | Unify license header usage.Jani Heikkinen2016-03-291-5/+5
| * | Fix some documentation warnings.Friedemann Kleint2016-03-242-1/+2
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-3012-1261/+14
* | | Fix Q_QDOC code for PointerToMemberFunctionOlivier Goffart2016-03-294-7/+16
* | | Fix parsing of documentation for QByteArrayList and QStringListOlivier Goffart2016-03-231-0/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-2213-71/+98
|\| |
| * | 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
| |/ /
* | | Remove old commentsJędrzej Nowacki2016-03-161-6/+4
* | | Optimize QMetaObject::activate.Milian Wolff2016-03-031-19/+30
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-011-2/+2
|\| |
| * | QVector: preserve capacity in clear()Marc Mutz2016-02-291-2/+2
* | | Also search the main bundle plugin path for plugins on Apple OSes.Jake Petroules2016-02-251-0/+20
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-02-256-15/+34
|\| |
| * | 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 remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-02-192-2/+54
|\| | |
| * | | Merge "Merge dev into 5.7" into refs/staging/5.7Oswald Buddenhagen2016-02-174-24/+50
| |\ \ \
| * | | | Say hello to Android ServicesBogDan Vatra2016-02-172-2/+54