summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qtimer
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
* Purge empty BLACKLIST files from testsEdward Welbourne2023-11-241-0/+0
* 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-222-19/+14
* tst_qtimer: remove extra `;` after Q_DISABLE_COPYAhmad Samir2023-11-191-1/+1
* QTimer: extend property tests and fix binding loopIvan Solovev2023-09-032-0/+40
* 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
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tst_QTimer: ensure that timer activation respects start orderThiago Macieira2023-06-062-6/+109
* 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
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* 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
* Compile guard tests in corelib/kernel that need threading supportMikolaj Boc2022-09-111-0/+4
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* 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
* Remove the qmake project filesJoerg Bornemann2021-01-071-7/+0
* 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-012-3/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* 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
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-5/+5
* Blacklist tst_QTimer::zeroTimer on Ubuntu 20.04Tony Sarajärvi2020-05-251-0/+2
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-1/+1
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-3/+3
|\
| * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-3/+3
* | Regenerate tests/auto/corelib/kernelAlexandru Croitor2019-11-121-6/+0
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-112-18/+18
|\|
| * Update for failures only on dev branch. Use general platform namesDaniel Smith2019-08-191-9/+0
| * QTestLib: Introduce initMain() to run in main before qApp existsFriedemann Kleint2019-08-131-9/+18
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-3/+7
|\|
| * unblacklist passing testsDaniel Smith2019-07-081-3/+7
* | Implement SUBDIR-= conversion in pro2cmake toolJędrzej Nowacki2019-08-011-0/+21
|/
* Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-7/+8