| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark src/corelib/animation as security:significant | Matthias Rauter | 2025-07-07 | 1 | -0/+1 |
| * | doc: Fix links and auto-links | David Boddie | 2025-06-10 | 1 | -1/+1 |
| * | QtCore: De-duplicate vtables, 2024 edition | Marc Mutz | 2024-09-16 | 1 | -0/+3 |
| * | Q*Animation: s/QPair/std::pair/ | Marc Mutz | 2023-12-14 | 1 | -7/+8 |
| * | QVariantAnimation: fix binding loops | Ivan Solovev | 2023-09-03 | 1 | -8/+8 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-11-03 | 1 | -6/+6 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Apply Q_CONSTINIT across the codebase | Marc Mutz | 2022-03-29 | 1 | -1/+1 |
| * | Short live Q_CONSTINIT! | Marc Mutz | 2022-03-26 | 1 | -1/+1 |
| * | QVariantAnimation: fix UB (FP 0/0) in interpolated() arg calculation | Marc Mutz | 2021-12-21 | 1 | -1/+3 |
| * | Remove unnecessary type conversion | Xiao YaoBing | 2021-05-25 | 1 | -2/+2 |
| * | Port QVariantAnimation to the new property system | Sona Kurazyan | 2021-04-30 | 1 | -2/+21 |
| * | Deprecate int based convert/canConvert | Lars Knoll | 2020-08-24 | 1 | -3/+4 |
| * | Use QList instead of QVector in corelib implementation | Jarek Kobus | 2020-06-29 | 1 | -2/+2 |
| * | Tidy nullptr usage | Allan Sandfeld Jensen | 2019-12-06 | 1 | -3/+3 |
| * | QtCore: port all QMutexLocker users to qt_{scoped,unique}_lock | Marc Mutz | 2019-08-25 | 1 | -2/+3 |
| * | Port from QAtomic::load() to loadRelaxed() | Giuseppe D'Angelo | 2019-06-20 | 1 | -2/+2 |
| * | Doc: replace even more null/0/nullptr with \nullptr macro | Christian Ehrlicher | 2019-05-08 | 1 | -2/+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 |
| * | | Doc: Move literal code block to a separate file | Cristian Maureira-Fredes | 2018-10-15 | 1 | -12/+2 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2018-01-20 | 1 | -1/+1 |
| |\ |
|
| | * | Fix cast-function-type gcc 8 warning | Allan Sandfeld Jensen | 2018-01-18 | 1 | -1/+1 |
| * | | doc: Correct qdoc warning in QVariantAnimation | Martin Smith | 2018-01-04 | 1 | -1/+1 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-06-10 | 1 | -4/+2 |
| |\ |
|
| | * | Fix QVariantAnimation documentation | Alejandro Exojo | 2016-06-08 | 1 | -4/+2 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| |/ |
|
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Doc: Corrected autolink errors qtbase | Nico Vertriest | 2014-10-27 | 1 | -4/+4 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Remove redundant static_cast from QVariantAnimation | Jędrzej Nowacki | 2014-07-25 | 1 | -3/+3 |
| * | Remove qBinaryFind usages from QtCore | Giuseppe D'Angelo | 2013-09-23 | 1 | -2/+2 |
| * | Remove qSort from QVariantAnimation | Giuseppe D'Angelo | 2013-09-11 | 1 | -1/+1 |
| * | Add missing interpolator for unsigned int. | Jan Arve Saether | 2013-09-10 | 1 | -0/+3 |
| * | Whitespace cleanup: remove trailing whitespace | Axel Waggershauser | 2013-03-16 | 1 | -2/+2 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Fix zero-duration animations running Backwards. | Andreas Aardal Hanssen | 2012-11-13 | 1 | -1/+2 |
| * | [QTBUG-13230] Make QVariantAnimation non-abstract | Marc Mutz | 2012-10-09 | 1 | -3/+4 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Remove qLowerBound usages from qtbase | Giuseppe D'Angelo | 2012-09-19 | 1 | -5/+7 |
| * | Doc: Add \inmodule QtCore to all QtCore class doc bodies | Thiago Macieira | 2012-08-23 | 1 | -0/+1 |
| * | Make the "\internal" qdoc command stand on its own line | Laszlo Papp | 2012-08-15 | 1 | -1/+2 |
| * | Don't use QMutexPool from the animation framework | Olivier Goffart | 2012-03-06 | 1 | -12/+10 |
| * | Remove the usage of deprecated qdoc macros. | Casper van Donderen | 2012-03-02 | 1 | -12/+12 |
| * | 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 |
| * | Update copyright year in license headers. | Jason McDonald | 2012-01-05 | 1 | -1/+1 |
| * | Make all uses of QBasicAtomicInt and Pointer use load() and store() | Thiago Macieira | 2011-10-03 | 1 | -2/+2 |
| * | 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/+701 |