summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qtimer/tst_qtimer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Timers: add Qt::TimerId enum classAhmad Samir2024-03-031-6/+22
* QTimer: use QTest::ingoreMessage() for negative internvals testsAhmad Samir2024-02-151-0/+15
* QTimer: do not set active state when setting a negative intervalIvan Solovev2024-02-121-1/+37
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Add a comment to tst_qtimer.cpp to point out its reuse by QtGuiEdward Welbourne2023-11-241-0/+10
* tst_QTimer: refactor CMake codeAhmad Samir2023-11-221-7/+0
* tst_qtimer: remove extra `;` after Q_DISABLE_COPYAhmad Samir2023-11-191-1/+1
* QTimer: extend property tests and fix binding loopIvan Solovev2023-09-031-0/+38
* QTimer: fix regression on singleShot-invoking non-mormalized SLOT()sThiago Macieira2023-08-221-0/+57
* CMake: remove check for cxx11_futureThiago Macieira2023-08-021-4/+0
* tst_QTimer: ensure that timer activation respects start orderThiago Macieira2023-06-061-0/+99
* QTimer: optimize single shot timers that cross threadVolker Hilsheimer2023-04-201-2/+13
* Fix QTimer::crossThreadSingleShotToFunctor testVolker Hilsheimer2023-03-301-8/+20
* QTimer: fix new-style slot invocation for receiver in another threadThiago Macieira2023-03-231-3/+8
* tst_QTimer: suppress the cross-thread timer stopping warningsThiago Macieira2023-02-281-0/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-17/+17
* Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-161-10/+0
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* Include qproperty.h where neededMarc Mutz2021-11-041-0/+1
* Fix QTimer::setInterval to remove existing bindingsAndreas Buhr2021-02-151-0/+4
* QTimer: port to new property systemIvan Solovev2021-01-261-0/+88
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Test QTimer's isSingleShot() and timerType()Edward Welbourne2020-11-171-1/+7
* Fix tst_qtimer::zeroTimer unit testAndreas Buhr2020-11-011-1/+3
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-7/+9
* tst_QTimer::remainingTime(): get rid of QTest::currentTestFailed()Jarek Kobus2020-09-101-8/+11
* Fix flaky QTimer::remainingTime() testJarek Kobus2020-09-101-18/+44
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-5/+5
* Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-3/+3
* QTestLib: Introduce initMain() to run in main before qApp existsFriedemann Kleint2019-08-131-9/+18
* Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-7/+8
* Replace Q_DECL_NOTHROW with noexcept the remaining placesAllan Sandfeld Jensen2019-04-091-1/+1
* Optimize QTimer::singleShot(0, ...) when taking PMF or Functor callableMilian Wolff2019-04-061-1/+122
* Windows: improve QTimer::remainingTime when called before processEventsChristian Andersen2019-01-281-0/+29
* tst_QTimer: relax time requirement on remaining timeChristian Andersen2019-01-271-3/+3
* Rename QTimer::connectTo() to QTimer::callOnTimeout()Sergio Martins2018-09-031-5/+5
* Remove codepaths and checks for unsupported Apple platformsTor Arne Vestbø2018-08-311-2/+1
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-155/+113
|\
| * tst_QTimer: Replace unconditional qWait()s with QSignalSpyKari Oikarinen2018-06-261-152/+111
* | Add QTimer::connectTo(), a shorthand way of connecting to timeout()Sergio Martins2018-03-251-0/+27
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-2/+2
|\
| * Clean up OS version checks for Apple platformsJake Petroules2017-09-291-2/+2
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-4/+4
|/
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-0/+4
|\
| * Skip unreliable tst_QTimer::moveToThread() on macOS 10.12J-P Nurmi2017-06-191-0/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-291-4/+2
|\|
| * tst_QTimer::timeout(): Use QTRY_VERIFY_WITH_TIMEOUTFriedemann Kleint2017-05-191-4/+2
* | Add a few std::move in functions accepting slotsOlivier Goffart2017-04-291-2/+9
|/
* Use a precise timer in tst_QTimer::remainingTimeThiago Macieira2017-02-051-0/+1
* Adapt to the C++ SIC introduced by P0021: noexcept overloadingThiago Macieira2017-01-141-0/+8