index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
corelib
/
kernel
/
qtimer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QTimer: clamp too-large milliseconds intervals to INT_MAX ms
Ahmad Samir
2025-03-20
1
-6
/
+5
*
Qt Timers: disallow setting negative intervals
Ahmad Samir
2025-02-10
1
-20
/
+52
*
QtCore: De-duplicate vtables, 2024 edition
Marc Mutz
2024-09-16
1
-0
/
+3
*
docs: promote QBasicTimer usage by making it more visible
Ahmad Samir
2024-09-06
1
-9
/
+1
*
QTimer: QChronoTimer isn't necessarily going to supersede QTimer
Ahmad Samir
2024-09-05
1
-8
/
+9
*
QTimer: fix calculation error in API docs
Ahmad Samir
2024-09-03
1
-1
/
+1
*
QtCore: use Qt::TimerId methods
Ahmad Samir
2024-08-31
1
-1
/
+1
*
QTimer: make singleShot() have nanoseconds resolution [2/2]: new-style
Marc Mutz
2024-08-29
1
-9
/
+14
*
QTimer: make singleShot() have nanoseconds resolution [1/2]: old-style
Marc Mutz
2024-08-29
1
-8
/
+16
*
Make from_msecs a QTimer class-static again
Marc Mutz
2024-08-29
1
-1
/
+2
*
Doc: Use consistent terminology in Q(Chrono)Timer's docs
Andre Hartmann
2024-08-10
1
-5
/
+4
*
Doc: Clarify setInterval() and start() for active timer
Andre Hartmann
2024-08-09
1
-2
/
+4
*
Q{Chrono,}Timer: de-duplicate API docs
Ahmad Samir
2024-08-03
1
-8
/
+10
*
QSingleShotTimer: de-inline [3/4]: move fromMSecs to qtimer.cpp
Marc Mutz
2024-07-12
1
-2
/
+19
*
QTimer: fix API docs related to QChronoTimer
Ahmad Samir
2024-06-10
1
-1
/
+1
*
QTimer/QObject::startTimer: improve the detection of overflow
Thiago Macieira
2024-04-27
1
-4
/
+4
*
QAbstractEventDispatcher: port timer uses to the V2 API
Thiago Macieira
2024-03-13
1
-1
/
+3
*
Mention QChronoTimer in API docs
Ahmad Samir
2024-03-03
1
-0
/
+7
*
Timers: add Qt::TimerId enum class
Ahmad Samir
2024-03-03
1
-11
/
+24
*
Q{Chrono}Timer: de-duplicate some code
Ahmad Samir
2024-03-03
1
-5
/
+5
*
Add QChronoTimer, a timer with nanoseconds precision
Ahmad Samir
2024-03-03
1
-1
/
+2
*
QTimer: delegate more to the chrono overloads
Ahmad Samir
2024-03-02
1
-15
/
+32
*
QTimer: make both defaultTypeFor() methods constexpr and noexcept
Ahmad Samir
2024-02-17
1
-4
/
+1
*
QTimer: do not set active state when setting a negative interval
Ivan Solovev
2024-02-12
1
-5
/
+15
*
QSingleShotTimer: port to chrono
Ahmad Samir
2023-11-04
1
-2
/
+4
*
QTimer: split QSingleShotTimer to a private header
Ahmad Samir
2023-10-27
1
-85
/
+1
*
QTimer: extend property tests and fix binding loop
Ivan Solovev
2023-09-03
1
-2
/
+3
*
QTimer: avoid needless allocation
Anton Kudryavtsev
2023-08-30
1
-2
/
+3
*
Doc: update QTimer::start() to say that it sets the interval
Thiago Macieira
2023-08-29
1
-2
/
+14
*
invokeMethod: enable passing parameters to overload taking functors
Mårten Nordheim
2023-08-24
1
-1
/
+3
*
QTimer: fix regression on singleShot-invoking non-mormalized SLOT()s
Thiago Macieira
2023-08-22
1
-1
/
+2
*
QTimer: add note about QT_NO_CONTEXTLESS_CONNECT to callOnTimeout docs
Ahmad Samir
2023-07-23
1
-2
/
+7
*
QTimer: fix API docs of callOnTimeOut overload
Ahmad Samir
2023-07-23
1
-5
/
+7
*
Move tetrix example to manual test
Tor Arne Vestbø
2023-06-29
1
-1
/
+1
*
Doc: fix warnings in QTimer
Volker Hilsheimer
2023-05-04
1
-21
/
+8
*
QTimer: fix compilation with C++20
Marc Mutz
2023-05-02
1
-1
/
+1
*
Use QSlotObject helper to drastically simplify QTimer
Volker Hilsheimer
2023-05-02
1
-110
/
+11
*
QTimer: optimize single shot timers that cross thread
Volker Hilsheimer
2023-04-20
1
-11
/
+33
*
QTimer: fix new-style slot invocation for receiver in another thread
Thiago Macieira
2023-03-23
1
-20
/
+13
*
QObject: implement startTimer(int) in terms of startTimer(chrono)
Ahmad Samir
2023-03-11
1
-4
/
+4
*
Fix analog clock example to adhere to guidelines
Jan Arve Sæther
2023-02-02
1
-1
/
+1
*
Remove wiggly example
Jan Arve Sæther
2023-01-31
1
-1
/
+1
*
Move QTimerPrivate to separate header
Konrad Kujawa
2022-09-13
1
-23
/
+8
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
Remove (set but) unused member from QTimerPrivate
Edward Welbourne
2022-01-18
1
-3
/
+1
*
QTimer: Add \note in documentation
Fan RuiJie
2021-10-14
1
-0
/
+2
*
Remove lazy binding evaluation
Lars Knoll
2021-04-16
1
-4
/
+3
*
Do not notify about property changes if the value hasn't changed
Sona Kurazyan
2021-04-07
1
-2
/
+6
*
QObjectCompatProperty: Require explicit notify
Fabian Kosmale
2021-04-01
1
-6
/
+3
*
Fix QTimer::setInterval to remove existing bindings
Andreas Buhr
2021-02-15
1
-0
/
+4
[next]