index
:
qt/qtbase.git
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
path:
root
/
src
/
corelib
/
kernel
/
qbasictimer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Qt Timers: disallow setting negative intervals
Ahmad Samir
2025-02-10
1
-3
/
+8
*
Create qdoc macros for C++ class docs 1.1: member-swap(), traditional phrasing
Marc Mutz
2024-11-05
1
-3
/
+1
*
QBasicTimer: port to std::chrono::nanoseconds
Ahmad Samir
2024-08-31
1
-6
/
+24
*
QBasicTimer: port to Qt::TimerId
Ahmad Samir
2024-08-31
1
-5
/
+17
*
QAbstractEventDispatcher: port timer uses to the V2 API
Thiago Macieira
2024-03-13
1
-2
/
+2
*
Mention QChronoTimer in API docs
Ahmad Samir
2024-03-03
1
-1
/
+2
*
Doc: Fix warnings and linking issues
Topi Reinio
2023-10-09
1
-3
/
+0
*
Doc: Add \relates command to two global swap() functions
Topi Reinio
2023-06-23
1
-1
/
+9
*
QBasicTimer: replace new qint64 overloads with chrono ones
Marc Mutz
2023-03-02
1
-14
/
+22
*
Doc: point at tetrix example for QBasicTimer usage
Volker Hilsheimer
2023-03-01
1
-2
/
+2
*
Remove wiggly example
Jan Arve Sæther
2023-01-31
1
-1
/
+1
*
Migrate QBasicTimer from int to qint64
Konrad Kujawa
2022-08-30
1
-3
/
+9
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
corelib: Fix typos in documentation
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
QBasicTimer: purge deprecated API
Edward Welbourne
2020-07-20
1
-24
/
+1
*
QBasicTimer: release timer id on exit
Alex Trotsenko
2019-11-13
1
-6
/
+4
*
Remove a few usages of deprecated API
Shawn Rutledge
2019-06-13
1
-0
/
+2
*
Don't allow to copy QBasicTimer in Qt 6, it would stop the timer
Sérgio Martins
2019-05-25
1
-0
/
+56
*
QBasicTimer: share some code
Marc Mutz
2019-05-23
1
-25
/
+2
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Improve checking for event/socket notifiers and timers
Jonathan Liu
2014-09-23
1
-9
/
+29
*
Doc: Adding mark-up to boolean default values.
Jerome Pasion
2013-10-08
1
-3
/
+3
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Doc: Add \inmodule QtCore to all QtCore class doc bodies
Thiago Macieira
2012-08-23
1
-0
/
+1
*
fix "No such ..." doc error in QBasicTimer::start()
Jeremy Katz
2012-07-19
1
-1
/
+1
*
Doc: Prepare for building modular QtCore docs.
Casper van Donderen
2012-04-19
1
-4
/
+4
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
*
Update contact information in license headers.
Jason McDonald
2012-01-23
1
-1
/
+1
*
Document that QBasicTimer::start(int, QObject*) uses Qt::CoarseTimer
Bradley T. Hughes
2012-01-05
1
-3
/
+4
*
Warn when using QBasicTimer::start() incorrectly
Bradley T. Hughes
2012-01-05
1
-2
/
+6
*
Update copyright year in license headers.
Jason McDonald
2012-01-05
1
-1
/
+1
*
Don't release timer ids in event dispatcher code
Bradley T. Hughes
2012-01-04
1
-5
/
+21
*
Add Qt::TimerType and the QTimer::timerType property
Bradley T. Hughes
2012-01-02
1
-1
/
+18
*
Update licenseheader text in source files for qtbase Qt module
Jyri Tahtela
2011-05-24
1
-17
/
+17
*
Initial import from the monolithic Qt.
Qt by Nokia
2011-04-27
1
-0
/
+138