index
:
qt/qtbase.git
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
path:
root
/
src
/
corelib
/
animation
/
qabstractanimation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtCore: use Qt::TimerId methods
Ahmad Samir
2024-08-31
1
-2
/
+2
*
Q{AbstractAnimation,Unified}Timer: Port runningAnimationCount() to qsizetype
Marc Mutz
2024-06-14
1
-5
/
+5
*
QDefaultAnimationDriver: change to use QObject::connect PMF syntax
Juha Vuolle
2024-04-18
1
-3
/
+6
*
QAbstractAnimation: avoid spurious dependencies on the state property
Ivan Solovev
2023-09-18
1
-8
/
+10
*
QAbstractAnimation::setCurrentTime() - fix bindable property usage
Ivan Solovev
2023-09-06
1
-14
/
+27
*
Long live QScopedPropertyUpdateGroup
Marc Mutz
2023-02-10
1
-2
/
+1
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-5
/
+5
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtCore: use C++11 thread_local instead of QThreadStorage
Thiago Macieira
2022-02-03
1
-13
/
+8
*
De-inline ctors/dtors in qabstractanimation_p.h
Marc Mutz
2022-01-05
1
-0
/
+23
*
Allow negative delta for designer animation driver
Antti Määttä
2021-10-18
1
-2
/
+5
*
corelib: Fix typos in source code comments
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
Avoid use after free in tst_qsequentialanimationgroup
Fabian Kosmale
2021-06-02
1
-2
/
+6
*
Port QAbstractAnimation to the new property system
Sona Kurazyan
2021-04-27
1
-5
/
+61
*
QAbstractAnimation: initialize the private members while declaring them
Sona Kurazyan
2021-04-13
1
-1
/
+1
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-1
/
+1
*
Remove default parameter from QUnifiedTimer::updateAnimationTimers
Volker Hilsheimer
2020-10-16
1
-1
/
+1
*
Remove timeStep parameter from QAnimationDrive::advanceAnimation
Volker Hilsheimer
2020-10-13
1
-16
/
+12
*
Revert "Remove timeStep parameter from QAnimationDrive::advanceAnimation"
Lars Knoll
2020-09-11
1
-12
/
+16
*
Remove timeStep parameter from QAnimationDrive::advanceAnimation
Volker Hilsheimer
2020-09-03
1
-16
/
+12
*
QAnimationDriver: remove deprecated startTime(), setStartTime()
Edward Welbourne
2020-08-28
1
-31
/
+0
*
Another round of 0->nullptr cleanup
Allan Sandfeld Jensen
2020-07-31
1
-2
/
+2
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-4
/
+4
*
Merge remote-tracking branch 'origin/5.12' into dev
Liang Qi
2019-06-25
1
-1
/
+1
|
\
|
*
Report correct state change when destroying QAbstractAnimation
Tor Arne Vestbø
2019-06-20
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.13' into dev
Liang Qi
2019-06-14
1
-0
/
+2
|
\
\
|
*
|
Fix invalid vptr during destruction of animations
Allan Sandfeld Jensen
2019-05-23
1
-0
/
+2
*
|
|
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-04-05
1
-1
/
+1
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-04-04
1
-1
/
+1
|
|
\
|
|
|
*
Doc: Use the \nullptr macro instead of 0
Venugopal Shivashankar
2019-04-02
1
-1
/
+1
*
|
|
Use QScopedValueRollback more as a reentrancy guard
Allan Sandfeld Jensen
2019-03-26
1
-8
/
+8
|
/
/
*
/
QAnimationDriver: mark obsolete functions as deprecated
Christian Ehrlicher
2019-02-05
1
-0
/
+2
|
/
*
Merge remote-tracking branch 'origin/5.11' into 5.12
Liang Qi
2018-10-17
1
-4
/
+0
|
\
|
*
Modernize the "animation" feature
Liang Qi
2018-10-12
1
-4
/
+0
*
|
Modernize the "thread" feature
Ulf Hermann
2018-08-17
1
-10
/
+2
|
/
*
doc: Add missing return types to \fn commands, fix mis-specified ones
Martin Smith
2018-01-18
1
-4
/
+4
*
Use a custom QAnimationDriver to take control over time
Jan Arve Sæther
2017-12-02
1
-2
/
+2
*
QtCore: include mocs
Thiago Macieira
2017-05-05
1
-0
/
+1
*
Avoid compile warnings in qabstractanimation.cpp
Ulf Hermann
2017-01-03
1
-0
/
+2
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
Animation classes: micro-optimize loops.
Friedemann Kleint
2015-02-14
1
-4
/
+7
*
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
*
Use a dedicated timer for the animation driver.
Gunnar Sletta
2014-09-11
1
-3
/
+3
*
Incorporate fixes from QQmlAnimationTimer into QAnimationTimer.
Michael Brasser
2014-08-22
1
-16
/
+13
*
Rework how animationsystem interoperate with an animation driver.
Gunnar Sletta
2014-08-20
1
-36
/
+85
*
Allow to control animations frame rate from a custom QAnimationDriver
Timur Artikov
2014-04-29
1
-3
/
+4
*
Prevent QUnifiedTimer from ticking backwards.
Michael Brasser
2014-04-08
1
-4
/
+6
*
Doc: Adding mark-up to boolean default values.
Jerome Pasion
2013-10-08
1
-1
/
+1
*
Emit animation driver signals after we change the state.
Gunnar Sletta
2013-04-17
1
-2
/
+2
[next]