summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-252-6/+10
|\ \ \ \ | | |_|/ | |/| |
| * | | move ENDSESSION_* compat defines to before they are actually usedRolf Eike Beer2019-06-131-6/+6
| | |/ | |/|
| * | Fix bogus setAttribute setter warningMichal Klocek2019-06-191-0/+4
* | | QtCore: use new QLatin1String::arg()Marc Mutz2019-06-032-7/+7
* | | QObject: fix memory order on load/store of signal spy callback setMarc Mutz2019-06-201-2/+2
* | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-2016-186/+186
* | | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-1/+1
* | | Run prebuilt android test APKsBogDan Vatra2019-06-135-9/+63
* | | QObject/QWidget::setParent: add assertions to prevent loopsGiuseppe D'Angelo2019-06-072-0/+26
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-145-9/+105
|\ \ \ | | |/ | |/|
| * | doc: Fix tr() documentation issueMartin Smith2019-06-132-1/+6
| * | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-111-0/+5
| |\ \
| | * | wasm: make idealThreadCount() work on all threadsMorten Johan Sørvig2019-05-081-0/+5
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-112-0/+86
| |\ \ \ | | | |/ | | |/|
| | * | macOS: Introduce QMacKeyValueObserver and use in theme and styleTor Arne Vestbø2019-06-072-0/+86
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-071-8/+8
| |\| |
| | * | Rename QMacScopedObserver to the more fittingly QMacNotificationObserverTor Arne Vestbø2019-05-291-8/+8
* | | | Remove a few usages of deprecated APIShawn Rutledge2019-06-131-0/+2
* | | | QWeakPointer: use an alternative work-round for internalData() usersMarc Mutz2019-06-112-2/+8
* | | | QMetaType: fix an is_pod test that C++11 brokeMarc Mutz2019-06-121-7/+1
* | | | Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-077-74/+82
* | | | rtems: Fix detection bad file descriptorMikhail Svetkin2019-06-051-0/+9
* | | | rtems: Disable sys/sem.h includeMikhail Svetkin2019-06-061-1/+1
* | | | QEventDispatcherWin32: rework sending of posted eventsAlex Trotsenko2019-05-252-70/+56
* | | | QtCore: use qUtf16Printable and %ls, qErrnoWarning()Marc Mutz2019-05-292-5/+5
* | | | QCommandLineParser: add --help-all, to show Qt options as wellDavid Faure2019-05-153-0/+11
* | | | qobject_p.h: Const-correctness fixKevin Funk2019-05-271-1/+1
* | | | Make QCoreApplicationPrivate's destructor virtual in bootstrapped buildsGiuseppe D'Angelo2019-05-291-0/+5
* | | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-272-1/+28
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-271-1/+2
| |\| |
| | * | Update QMetaEnum::fromType()'s static assert's error messageEdward Welbourne2019-05-151-1/+2
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-0/+26
| |\| |
| | * | Warn when setting attributes after QCoreApplication is createdSergio Martins2019-05-141-0/+26
* | | | QBasicTimer: add some noexcept and constexprMarc Mutz2019-05-241-3/+3
* | | | Don't allow to copy QBasicTimer in Qt 6, it would stop the timerSérgio Martins2019-05-252-0/+81
* | | | QtPrivate::QSmartPointerConvertFunctor: Fix deprecation warningFriedemann Kleint2019-05-241-1/+1
* | | | QBasicTimer: share some codeMarc Mutz2019-05-231-25/+2
* | | | Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-231-6/+0
* | | | Update outdated comment in QEventDispatcherWin32::processEventsJoerg Bornemann2019-05-231-1/+1
* | | | Disable copies in QObjectData / QObjectUserDataGiuseppe D'Angelo2019-05-182-0/+15
* | | | Cleanup the fallout of QWeakPointer::data() deprecationGiuseppe D'Angelo2019-05-171-2/+2
* | | | Deprecate QWeakPointer::data()Giuseppe D'Angelo2019-05-161-1/+1
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-152-3/+3
|\| | |
| * | | doc: clang reported two fake declarations to be the sameMartin Smith2019-05-132-3/+3
* | | | QPointer: fix swap()Giuseppe D'Angelo2019-05-131-1/+5
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-137-70/+402
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-093-60/+392
| |\| |
| | * | Fix integer overflows in QDeadlineTimerKonstantin Shegunov2019-05-082-60/+383
| | * | Windows: Add debug output for message WM_DPICHANGEDFriedemann Kleint2019-05-081-0/+9
| * | | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-084-10/+10
| | |/ | |/|