| Commit message (Expand) | Author | Age | Files | Lines |
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 19 | -247/+247 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|
|
* | QAbstractAnimation: replacing QPointer usage for QWeakPointer | Leonardo Sobral Cunha | 2009-08-28 | 1 | -12/+19 |
|
|
* | QAbstractAnimation: fixes segfault when deleting animation inside updateCurre... | Leonardo Sobral Cunha | 2009-08-27 | 2 | -9/+19 |
|
|
* | QPropertyAnimation: small refactor and we got rid of QMetaProperty | Thierry Bastian | 2009-08-27 | 2 | -30/+14 |
|
|
* | QPropertyAnimation: use of QWeakPointer instead of QObject::connect | Thierry Bastian | 2009-08-27 | 3 | -33/+23 |
|
|
* | Animation: reordering of private members saves 8 bytes | Thierry Bastian | 2009-08-27 | 1 | -3/+3 |
|
|
* | animations: make sure setCurrentTime is called on all animations | Thierry Bastian | 2009-08-25 | 1 | -2/+5 |
|
|
* | Improve memory usage of the connectionlists inside QObject | Olivier Goffart | 2009-08-19 | 2 | -9/+8 |
|
|
* | Animations: update the documentation | Thierry Bastian | 2009-08-18 | 1 | -7/+0 |
|
|
* | fix includes to use lower-case | Harald Fernengel | 2009-08-17 | 1 | -1/+1 |
|
|
* | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 1 | -1/+1 |
|
|
* | Fix compile issue for animation framework | Thierry Bastian | 2009-08-13 | 1 | -1/+1 |
|
|
* | QPropertyAnimation: refactor of the default-value code | Thierry Bastian | 2009-08-13 | 3 | -41/+33 |
|
|
* | oops: fix an issue when going backward and there is only 1 key value set | Thierry Bastian | 2009-08-12 | 1 | -4/+11 |
|
|
* | Make QPropertyAnimation symetric wrt direction | Thierry Bastian | 2009-08-12 | 2 | -39/+39 |
|
|
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 20 | -20/+20 |
|
|
* | QParallelAnimationGroup pause resume fixed | Thierry Bastian | 2009-08-04 | 1 | -1/+2 |
|
|
* | Animations: better handling of the timer | Thierry Bastian | 2009-08-04 | 2 | -27/+6 |
|
|
* | extend the QObjectPrivate::connectedSignals bitfield to make space | Aaron Kennedy | 2009-07-31 | 1 | -1/+1 |
|
|
* | Doc: A few cleanups, fixes and improvements. | Volker Hilsheimer | 2009-07-19 | 2 | -4/+5 |
|
|
* | Animations: animations with 0 duration would never be auto-deleted | Thierry Bastian | 2009-07-17 | 1 | -1/+1 |
|
|
* | QPropertyAnimation: save a Q_GLOBAL_STATIC | Thierry Bastian | 2009-07-08 | 1 | -10/+8 |
|
|
* | Animations: fix compilation with QT_NO_ANIMATION | Thierry Bastian | 2009-07-08 | 6 | -2/+26 |
|
|
* | QAnimation: fix a jump in values when restarting an animation | Thierry Bastian | 2009-07-01 | 1 | -26/+21 |
|
|
* | Animation: fixed a NOTIFY signal name that was wrong | Thierry Bastian | 2009-07-01 | 1 | -1/+1 |
|
|
* | Doc: Removed mention of QItemAnimation from animation docs and set | Geir Vattekar | 2009-06-18 | 1 | -0/+1 |
|
|
* | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 20 | -40/+40 |
|
|
* | removed foreach usage from animation API | Thierry Bastian | 2009-06-09 | 1 | -14/+19 |
|
|
* | move the QT_NO_ANIMATION macro to the right place (ie after other | Thierry Bastian | 2009-06-04 | 7 | -15/+15 |
|
|
* | use of QMutexPool to reduce the number of Q_GLOBAL_STATIC in the | Thierry Bastian | 2009-06-03 | 2 | -36/+40 |
|
|
* | prepend private/ for included private headers | Martin Jones | 2009-06-01 | 5 | -5/+5 |
|
|
* | Fix compilation with -pedantic | David Faure | 2009-05-29 | 3 | -3/+3 |
|
|
* | Export symbol needed by the declarative module. | Michael Brasser | 2009-05-28 | 1 | -1/+2 |
|
|
* | small refactor to change the interpolator at the same time as the | Thierry Bastian | 2009-05-27 | 4 | -34/+40 |
|
|
* | Fixed a bug in animation when you set a start value that doesn't have | Thierry Bastian | 2009-05-26 | 1 | -3/+7 |
|
|
* | Fixed docs warnings for Animation API | Thierry Bastian | 2009-05-26 | 3 | -6/+15 |
|
|
* | Some refactoring of windows specific code + a private class of animations | Thierry Bastian | 2009-05-25 | 2 | -31/+19 |
|
|
* | Fix compilation on Solaris for animation API. | Alexis Menard | 2009-05-22 | 1 | -1/+1 |
|
|
* | update the qdoc tags (\since 4.6, remove \preliminary) | Kent Hansen | 2009-05-20 | 7 | -13/+7 |
|
|
* | Fix an issue that made appear warnings when the target of a property | Thierry Bastian | 2009-05-20 | 3 | -2/+31 |
|
|
* | No need to export QVariantAnimationPrivate | Thierry Bastian | 2009-05-20 | 1 | -1/+1 |
|
|
* | Removing QT_EXPERIMENTAL_SOLUTION from the animation api | Leonardo Sobral Cunha | 2009-05-19 | 11 | -74/+9 |
|
|
* | Removed unused method from QVariantAnimationPrivate | Leonardo Sobral Cunha | 2009-05-19 | 2 | -7/+0 |
|
|
* | Doc: Added information about ownership of animations. | David Boddie | 2009-05-19 | 1 | -7/+14 |
|
|
* | Avoid resetting the QVariantAnimation::currentValue when changing state | Leonardo Sobral Cunha | 2009-05-15 | 1 | -2/+0 |
|
|
* | General refactors in QVariantAnimation | Leonardo Sobral Cunha | 2009-05-15 | 2 | -27/+35 |
|
|
* | Update current value on QVariantAnimation::setKeyValues | Leonardo Sobral Cunha | 2009-05-15 | 1 | -0/+1 |
|
|
* | Avoid interpolating if we have less than 2 key values in QVariantAnimation | Leonardo Sobral Cunha | 2009-05-15 | 1 | -4/+10 |
|
|
* | Indentation and whitespace fixes in animation api | Leonardo Sobral Cunha | 2009-05-15 | 5 | -13/+10 |
|
|