index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
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.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
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
auto
/
quick
/
qquickanimations
Commit message (
Expand
)
Author
Age
Files
Lines
*
tst_qquickanimations: start() a QElapsedTimer
Giuseppe D'Angelo
2025-03-27
1
-1
/
+1
*
Add Qt::Qml before Qt::QmlPrivate to auto tests
Karim Pinter
2024-10-22
1
-0
/
+1
*
Wrap SKIP_IF_NO_* macros in do while(false) loop
Mitch Curtis
2024-09-05
1
-1
/
+1
*
Move duplicate window grab checks into a skip macro
Mitch Curtis
2024-09-04
1
-2
/
+3
*
QQuickAnimation: Fix setting running property
Antti Määttä
2024-06-19
1
-0
/
+36
*
Clean up some includes
Ulf Hermann
2024-05-30
1
-21
/
+24
*
Correct license for test files
Lucie Gérard
2024-02-27
9
-9
/
+9
*
CMake: Make quick tests standalone projects
Alexandru Croitor
2023-07-05
1
-0
/
+6
*
PropertyAnimation: Handle targets being deleted
Fabian Kosmale
2023-06-13
2
-0
/
+51
*
Make a group animation dirty when a member changed
Inho Lee
2023-06-11
3
-0
/
+249
*
Retire the qt_parse_all_arguments
Amir Masoud Abdol
2023-01-20
1
-2
/
+2
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-36
/
+36
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-09-07
1
-1
/
+1
*
Tests: do not use QT_DISABLE_DEPRECATED_BEFORE
Ivan Solovev
2022-08-26
1
-2
/
+0
*
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Alexandru Croitor
2022-07-28
1
-1
/
+1
*
Add license headers to cmake files
Lucie Gérard
2022-07-08
1
-0
/
+3
*
Fix flaky FrameAnimation test
Kaj Grönholm
2022-07-07
2
-7
/
+6
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
9
-265
/
+18
*
Blacklist flaky tst_qquickanimations::frameAnimation2 on macOs
Fabian Kosmale
2022-06-09
1
-0
/
+4
*
Implement FrameAnimation Quick element
Kaj Grönholm
2022-05-25
2
-0
/
+116
*
Do not re-source the from value in animation with multiple loops
Andreas Buhr
2022-05-07
2
-0
/
+103
*
Allow modifying from, to, duration and easing properties during animation
Mitch Curtis
2022-04-28
2
-0
/
+165
*
Fix tst_qquickanimations on Android
Andreas Buhr
2022-04-14
1
-2
/
+2
*
Re-blacklist flaky tests on macOS CI
Mitch Curtis
2022-03-15
1
-0
/
+7
*
Enable passing tests that were skipped on offscreen
Volker Hilsheimer
2022-03-07
1
-3
/
+2
*
Un-blacklist some passing tests
Shawn Rutledge
2022-02-05
1
-5
/
+0
*
Unset the QQmlAnimationTimer pointer from unregistered jobs
Volker Hilsheimer
2021-11-24
2
-0
/
+46
*
Blacklist flaky tst_qquickanimations tests on macos
Ulf Hermann
2021-11-23
1
-0
/
+8
*
Consolidate test helpers into private libraries
Mitch Curtis
2021-09-13
2
-5
/
+3
*
Fix warnings about lossy double/float conversion in tests
Volker Hilsheimer
2021-04-12
1
-2
/
+2
*
Fix some "can be marked override" warnings
Andreas Buhr
2021-02-23
1
-1
/
+1
*
Use a QDoubleEndedList for the children of animation group jobs
Ulf Hermann
2021-02-05
1
-1
/
+1
*
Remove the qmake project files
Fabian Kosmale
2021-01-15
1
-71
/
+0
*
CMake: Regenerate projects using pro2cmake one last time
Alexandru Croitor
2020-12-10
1
-1
/
+1
*
Fix alwaysRunToEnd==true prevented complex Anim from stopping
Piotr Mikolajczyk
2020-10-13
3
-0
/
+163
*
CMake: Regenerate projects to use new qt_internal_ API
Alexandru Croitor
2020-10-06
1
-3
/
+3
*
Blacklist QQuickAnimations' reparent test
Ulf Hermann
2020-07-17
1
-0
/
+2
*
CMake: Regenerate qtdeclarative/tests
Alexandru Croitor
2020-05-29
1
-1
/
+1
*
Clean up registration of QEasingCurve
Ulf Hermann
2020-05-19
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.15' into dev
Friedemann Kleint
2020-04-22
2
-0
/
+57
|
\
|
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-04-20
2
-0
/
+57
|
|
\
|
|
*
OpacityAnimator: apply opacity animation to the first frame in SG
Wang Chuan
2020-04-07
2
-0
/
+57
*
|
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-09
3
-0
/
+80
|
\
|
|
|
*
|
Fix signal emission order for zero-duration animations
Jan Arve Saether
2020-03-31
3
-0
/
+80
*
|
|
CMake: Update Apple platform defines after rename in qtbase
Tor Arne Vestbø
2020-03-17
1
-2
/
+2
*
|
|
Merge remote-tracking branch 'origin/dev' into wip/cmake
Alexandru Croitor
2020-03-12
1
-0
/
+2
|
\
\
\
|
*
|
|
Mark simplePath as flakey test on macOS in the CI
Simon Hausmann
2020-02-12
1
-0
/
+2
|
|
/
/
*
|
|
Regenerate qtdeclarative
Alexandru Croitor
2020-02-12
1
-6
/
+2
*
|
|
Merge remote-tracking branch 'origin/dev' into wip/cmake
Leander Beernaert
2020-01-16
1
-93
/
+125
|
\
|
|
|
*
|
tst_qquickanimations: Avoid memory leaks
Ulf Hermann
2020-01-10
1
-93
/
+125
|
|
/
[next]