Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Re-apply change fa1856bcb2eff41dadf0900202dd43f44ddb2343 by Joerg Bornemann | Joerg Bornemann | 2009-11-03 | 1 | -0/+11 | |
| * | | | | | | | | Re-apply change 71913d435213188959441a89454de6308fd76484 by Jocelyn Turcotte | Jocelyn Turcotte | 2009-11-03 | 1 | -23/+0 | |
| * | | | | | | | | Re-apply change 6bc9ef388590b4bfb281d2e1510dc7c3d1837349 by Shane Kearns | Shane Kearns | 2009-11-03 | 1 | -0/+15 | |
| * | | | | | | | | Re-apply change 6f36d0aafaccbb9affe8ac1b82c225d985aa7491 by David Boddie | David Boddie | 2009-11-03 | 1 | -0/+17 | |
| * | | | | | | | | Re-apply change e2ef97128c006ac2a5c99c67bb54eebaa3b45720 by Thiago Macieira | Thiago Macieira | 2009-11-03 | 1 | -0/+37 | |
| * | | | | | | | | Re-apply change 3f7a99565de7ed17d7ac4c0a25b02997b094b1a9 by Thiago Macieira | Thiago Macieira | 2009-11-03 | 1 | -1/+2 | |
| * | | | | | | | | Re-apply change 0e917ae9587aa0727e6b26ba3eb0157362748fb7 by Jocelyn Turcotte | Jocelyn Turcotte | 2009-11-03 | 2 | -107/+107 | |
| * | | | | | | | | Re-apply change 37dc859e7e2e0f135e4c40bc7f6f824fcdb21e86 by David Boddie | David Boddie | 2009-11-03 | 2 | -7/+91 | |
| * | | | | | | | | Re-apply change 4ce556b952545494a8adb96f628c219a38406562 by Oswald Buddenhagen | Oswald Buddenhagen | 2009-11-03 | 1 | -1/+1 | |
| * | | | | | | | | Re-apply change cef1901dbd96be81fc4139b50b094dfae5223e6f by Martin Smith | Martin Smith | 2009-11-03 | 1 | -1/+1 | |
| * | | | | | | | | Re-apply change 6125aabeccb01a07c706fe4227279eb827e8e890 by Jocelyn Turcotte | Jocelyn Turcotte | 2009-11-03 | 1 | -2/+6 | |
| * | | | | | | | | Updated WebKit from /home/jturcott/dev/webkit/ to qtwebkit-4.6-snapshot-20091... | Jocelyn Turcotte | 2009-11-03 | 492 | -4844/+14466 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6 | David Boddie | 2009-11-03 | 15 | -155/+45 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Doc/i18n: Fixed source strings for translation. | David Boddie | 2009-11-03 | 11 | -23/+23 | |
| | * | | | | | | | Doc: Fixed license information. | David Boddie | 2009-11-03 | 1 | -1/+1 | |
| | * | | | | | | | Doc: Fixed qdoc warnings. | David Boddie | 2009-11-02 | 2 | -3/+3 | |
| | * | | | | | | | Doc: i18n overhaul for QObject::tr() and the Qt Linguist manual. | David Boddie | 2009-11-02 | 1 | -128/+18 | |
| * | | | | | | | | Revert "Compile fix until configure.exe is rebuilt for Windows" | Daniel Molkentin | 2009-11-03 | 1 | -2/+1 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Remove QMatrix4x4& return values in response to API review feedback | Rhys Weatherley | 2009-11-04 | 2 | -78/+61 | |
* | | | | | | | | Incorporate API review feedback for math3d classes. | Rhys Weatherley | 2009-11-04 | 6 | -133/+165 | |
* | | | | | | | | Fixed QPainterPath::addRoundedRect() for paths with Qt::WindingFill. | Kim Motoyoshi Kalland | 2009-11-03 | 1 | -10/+10 | |
* | | | | | | | | Merge branch 'statemachine-api-changes' into 4.6 | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 14 | -99/+104 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Rename QState::polished() signal to "propertiesAssigned" | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 4 | -11/+17 | |
| * | | | | | | | | Change name of QMouseEventTransition::path() to hitTestPath(). | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 4 | -14/+14 | |
| * | | | | | | | | Change name of modifiersMask property to "modifierMask" | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 8 | -49/+49 | |
| * | | | | | | | | Remove return type of QState::addTransition(QAbstractTransition*) | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 2 | -9/+8 | |
| * | | | | | | | | Change name of DoNotRestoreProperties enum to DontRestoreProperties | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 2 | -5/+5 | |
| * | | | | | | | | Change name of QStateMachine::animationsEnabled property to "animated" | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 3 | -11/+11 | |
* | | | | | | | | | Fixed fillRect on QImage::Format_ARGB32 images. | Kim Motoyoshi Kalland | 2009-11-03 | 1 | -1/+9 | |
* | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6 | Gunnar Sletta | 2009-11-03 | 5 | -40/+16 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fixed some compiler warnings. | Samuel Rødal | 2009-11-03 | 3 | -35/+7 | |
| * | | | | | | | | | Made QPainter::drawText() respect Qt::TextDontClip flag. | Samuel Rødal | 2009-11-03 | 1 | -1/+1 | |
| * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6 | Gunnar Sletta | 2009-11-03 | 22 | -84/+590 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fixed crash in QPixmap::fromImage with an Indexed8 without a colortable. | Gunnar Sletta | 2009-11-03 | 1 | -4/+8 | |
* | | | | | | | | | | | Check for QPixmap::isNull() in QPainter::drawPixmap() | Gunnar Sletta | 2009-11-03 | 1 | -1/+1 | |
* | | | | | | | | | | | Compile... | Gunnar Sletta | 2009-11-03 | 1 | -2/+2 | |
* | | | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-11-03 | 235 | -1923/+4768 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | / / / / / / / | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | fix font height calculation on QWS | Joerg Bornemann | 2009-11-03 | 1 | -1/+1 | |
| * | | | | | | | | | WebKit compile fix for Windows CE | Joerg Bornemann | 2009-11-03 | 1 | -0/+11 | |
| * | | | | | | | | | Fixed compilation on windows. | Dmytro Poplavskiy | 2009-11-03 | 1 | -3/+3 | |
| * | | | | | | | | | Fixed qrand global static related problem. | Dmytro Poplavskiy | 2009-11-03 | 1 | -19/+40 | |
| * | | | | | | | | | Merge commit 'e4bec39a139363d1ee4cf3fb15a3fe4499215e77' into 4.6 | Thiago Macieira | 2009-11-02 | 34 | -297/+1200 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge remote branch 'origin/4.6' into core-4.6 | Thiago Macieira | 2009-10-29 | 13 | -106/+810 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Remove the posix_memalign and Win32 _aligned_malloc | Thiago Macieira | 2009-10-29 | 1 | -38/+0 | |
| | * | | | | | | | | | | Merge branch '4.6' into core-4.6 | Thiago Macieira | 2009-10-29 | 20 | -449/+591 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Fix compilation on Mac: there's no malloc.h there | Thiago Macieira | 2009-10-29 | 1 | -5/+4 | |
| | * | | | | | | | | | | | Update confusing qWarning message. | Thiago Macieira | 2009-10-29 | 1 | -2/+2 | |
| | * | | | | | | | | | | | Fix compilation in QContiguousCache. | Thiago Macieira | 2009-10-29 | 1 | -3/+3 | |
| | * | | | | | | | | | | | QLocalServer: block indefinitely when timeout value is -1 | Peter Hartmann | 2009-10-28 | 1 | -16/+6 | |
| | * | | | | | | | | | | | Initialise the reserved bits to 0. | Thiago Macieira | 2009-10-28 | 7 | -4/+11 | |