| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone... | Jan-Arve Sæther | 2009-10-28 | 3 | -7/+25 |
|\ |
|
| * | Fix bad check for GCC version. | Thiago Macieira | 2009-10-23 | 1 | -1/+1 |
|
|
| * | Improved gesture event filtering inside QGraphicsView for QGraphicObjects | Denis Dzyubenko | 2009-10-22 | 1 | -1/+4 |
|
|
| * | Changed qsrand() behavior for Windows to match the linux version | ninerider | 2009-10-22 | 1 | -5/+20 |
|
|
* | | Fix incomplete documentation for Qt::DecorationRole | David Faure | 2009-10-27 | 1 | -1/+1 |
|
|
* | | QVariant::isNull does not return the right result with QVariant::setValue | Olivier Goffart | 2009-10-27 | 1 | -0/+1 |
|
|
* | | MAke sure we call setCurrentTime when an animation is started | Thierry Bastian | 2009-10-23 | 2 | -12/+9 |
|/ |
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Marius Bugge Monsen | 2009-10-21 | 1 | -2/+3 |
|\ |
|
| * | Doc update for QDir::rootPath and QDir::homePath in Symbian. | Janne Anttila | 2009-10-20 | 1 | -2/+3 |
|
|
* | | Fixes to the way animations are registered to the timer | Thierry Bastian | 2009-10-21 | 1 | -12/+9 |
|
|
* | | Improve performance when starting a lot of animations | Thierry Bastian | 2009-10-21 | 1 | -2/+3 |
|
|
* | | Fixed a bug in that could unregister not-registered animations | Thierry Bastian | 2009-10-20 | 1 | -2/+3 |
|
|
* | | Make the default duration of pause animations 250ms | Thierry Bastian | 2009-10-20 | 1 | -1/+2 |
|
|
* | | Make the total duration of animation be 0 if duration is 0 | Thierry Bastian | 2009-10-20 | 1 | -8/+8 |
|/ |
|
* | Revert "Change the way we handle KeyboardUIMode on Mac" | Benjamin Poulain | 2009-10-20 | 1 | -1/+3 |
|
|
* | Reimplementing QDate/QTime/QDateTime in Symbian native manner | Aleksandar Sasha Babic | 2009-10-19 | 1 | -1/+61 |
|
|
* | Made sure the noSocketEvents value is preserved in case of exception. | axis | 2009-10-19 | 1 | -3/+3 |
|
|
* | Removed unnecessary include from a public header file. | axis | 2009-10-16 | 1 | -4/+0 |
|
|
* | Merge commit 'origin/4.6' into mmfphonon | Frans Englich | 2009-10-16 | 3 | -13/+25 |
|\ |
|
| * | Merge commit 'a814aba657288942b5beed70a2110446420f981c' into origin-4.6 | Olivier Goffart | 2009-10-15 | 2 | -4/+10 |
| |\ |
|
| | * | Merge commit origin/4.6 into team-widgets/4.6 | Olivier Goffart | 2009-10-15 | 4 | -11/+13 |
| | |\ |
|
| | * \ | Merge origin/4.6 into team-widgets/4.6 | Olivier Goffart | 2009-10-14 | 3 | -4/+43 |
| | |\ \ |
|
| | * | | | Fix QUrl regression with setHost("::ffff:129.144.52.38") | David Faure | 2009-10-13 | 1 | -2/+7 |
|
|
| | * | | | QMetaObject::activate: reordered mutex locks/unlocks around spy | Florian Vichot | 2009-10-13 | 1 | -2/+3 |
|
|
| * | | | | doc: Clarified when setDefaultFormat() is ignored by constructors. | Martin Smith | 2009-10-15 | 1 | -9/+15 |
| | |_|/
| |/| | |
|
* | | | | Merge commit 'origin/4.6' into mmfphonon | Frans Englich | 2009-10-15 | 17 | -85/+334 |
|\ \ \ \
| |/ / / |
|
| * | | | Removed platform specific include from qprocess.h | Miikka Heikkinen | 2009-10-14 | 4 | -11/+13 |
| | |/
| |/| |
|
| * | | Merge qt-team-widgets/4.6 into origin/4.6 | Olivier Goffart | 2009-10-13 | 5 | -53/+191 |
| |\ \
| | |/ |
|
| | * | Merge commit '8df79a473e1a7e5c79b9b10827985bf3e9501002' into 4.6 | Alexis Menard | 2009-10-12 | 7 | -42/+68 |
| | |\ |
|
| | * | | Update lastTick on all timerTicks in QAbstractAnimation | Leonardo Sobral Cunha | 2009-10-09 | 1 | -7/+4 |
|
|
| | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Alexis Menard | 2009-10-09 | 1 | -2/+13 |
| | |\ \ |
|
| | * \ \ | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Marius Bugge Monsen | 2009-10-08 | 3 | -5/+39 |
| | |\ \ \ |
|
| | * | | | | In QParallelAnimationGroup, only stop the children if they arent stopped | Leonardo Sobral Cunha | 2009-10-07 | 1 | -3/+5 |
|
|
| | * | | | | Avoids timer ticks when there are only pause animations running | Leonardo Sobral Cunha | 2009-10-07 | 4 | -47/+186 |
|
|
| | * | | | | Removed unused function QUnifiedTimer::elapsedTime from animation api private | Leonardo Sobral Cunha | 2009-10-07 | 1 | -1/+0 |
|
|
| | * | | | | In QAbstractAnimation::setState setCurrentTime when animation pauses | Leonardo Sobral Cunha | 2009-10-07 | 1 | -8/+9 |
|
|
| * | | | | | Doc: Minor corrections and additions to i18n documentation. | David Boddie | 2009-10-12 | 1 | -1/+1 |
|
|
| * | | | | | Doc: Gesture API documentation review. | David Boddie | 2009-10-12 | 1 | -5/+5 |
|
|
| * | | | | | Fix for poor performance during screen orientation switch | Shane Kearns | 2009-10-12 | 1 | -2/+2 |
|
|
| * | | | | | Added documentation for the Gesture API. | Denis Dzyubenko | 2009-10-12 | 1 | -1/+40 |
| | |_|_|/
| |/| | | |
|
| * | | | | Fixed warnings autotest. | Denis Dzyubenko | 2009-10-12 | 1 | -1/+1 |
|
|
| * | | | | Fixed enum values in Qt::GestureContext. | Denis Dzyubenko | 2009-10-12 | 1 | -2/+2 |
|
|
| * | | | | QUuid::createUuid() not unique when using threads on Unix | Bradley T. Hughes | 2009-10-12 | 2 | -4/+37 |
|
|
| * | | | | A new implementation of the Gesture API. | Denis Dzyubenko | 2009-10-09 | 4 | -8/+29 |
|
|
| * | | | | Revert "Workaround for OpenC daylight saving cache issue when using localtime... | Aleksandar Sasha Babic | 2009-10-09 | 1 | -30/+2 |
| | |_|/
| |/| | |
|
| * | | | Fix for tst_qfile::map auto test in Symbian OS 3.1. | Janne Anttila | 2009-10-09 | 1 | -2/+13 |
| | |/
| |/| |
|
| * | | Workaround for OpenC daylight saving cache issue when using localtime_r. | Janne Anttila | 2009-10-08 | 1 | -2/+30 |
|
|
| * | | Fix Qt Designer startup warnings about Qt::DropAction properties | Friedemann Kleint | 2009-10-08 | 1 | -2/+2 |
|
|
| * | | Documented the NoOpaqueDetection enum value in ImageConversionFlags. | Samuel Rødal | 2009-10-07 | 1 | -1/+7 |
| |/ |
|
* | | Added a new event type, WinIdChange. | Gareth Stockwell | 2009-10-09 | 2 | -0/+3 |
|/ |
|