Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Skipping two test cases due to Open C bug. | Aleksandar Sasha Babic | 2009-09-29 | 1 | -0/+6 | |
| | * | | | Restoring cases that have been lost. | Aleksandar Sasha Babic | 2009-09-29 | 2 | -3/+113 | |
| * | | | | Fix compile of anomaly for S60 3.1 SDK | Espen Riskedal | 2009-09-29 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Adds QUrl::fromUserInput, gathered from QWebView::guessUrlFromString. | Jocelyn Turcotte | 2009-09-29 | 3 | -0/+142 | |
| * | | | mark test as expected failure only when JIT is enabled | Kent Hansen | 2009-09-29 | 1 | -2/+8 | |
| * | | | Add Slovenian translation | Jure Repinc | 2009-09-29 | 4 | -1/+17070 | |
| * | | | Used the correct placeholder for the second argument | Jure Repinc | 2009-09-29 | 1 | -1/+1 | |
| * | | | The text fit now in the screen. | Alexis Menard | 2009-09-29 | 1 | -1/+1 | |
| * | | | Merge commit 'origin/4.5' into 4.6 | Oswald Buddenhagen | 2009-09-29 | 1 | -0/+13 | |
| |\ \ \ | ||||||
| | * | | | minor fixes in Russian translations | Ritt Konstantin | 2009-09-29 | 2 | -19/+27 | |
| | * | | | My changelog for 4.5.3. | Alexis Menard | 2009-09-29 | 1 | -0/+13 | |
| * | | | | Merge commit 'qt/4.6' into mmfphonon | Frans Englich | 2009-09-29 | 5 | -2/+62 | |
| |\ \ \ \ | ||||||
| | * | | | | Make sure delayed events are cancelled when a state machine halts | Kent Hansen | 2009-09-29 | 3 | -0/+60 | |
| | * | | | | Remove "inline" keyword from unused constructors | Harald Fernengel | 2009-09-29 | 1 | -2/+2 | |
| | * | | | | Rebuild configure.exe | Kent Hansen | 2009-09-29 | 1 | -0/+0 | |
| * | | | | | Merge commit 'qt/4.6' into mmfphonon | Frans Englich | 2009-09-29 | 44 | -375/+501 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Fix tr-Errors/remove QObject::tr(), mainly in ScriptTools | Friedemann Kleint | 2009-09-29 | 10 | -60/+63 | |
| | * | | | | Introduce state machine event priority, make it possible to cancel events | Kent Hansen | 2009-09-29 | 4 | -27/+135 | |
| | * | | | | Fix bug with posting events from HandleCommandL on Symbian. | Jason Barron | 2009-09-29 | 1 | -0/+1 | |
| | * | | | | Fix auto-test failure for QFileSystemModel::sort | Alexis Menard | 2009-09-29 | 1 | -5/+16 | |
| | * | | | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-09-29 | 4 | -100/+79 | |
| | |\ \ \ \ | | | |/ / / | ||||||
| | | * | | | added my changes to the changelog | Denis Dzyubenko | 2009-09-29 | 1 | -1/+6 | |
| | | * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Jason McDonald | 2009-09-29 | 2 | -16/+41 | |
| | | |\ \ \ | ||||||
| | | | * | | | QGraphicsItem: cached embedded widget item is not repainted when widget is up... | Andreas Aardal Hanssen | 2009-09-29 | 2 | -16/+41 | |
| | | * | | | | Remove mentions of QtSW. | Jason McDonald | 2009-09-29 | 2 | -3/+3 | |
| | | * | | | | Remove mention of QtSW. | Jason McDonald | 2009-09-29 | 1 | -1/+1 | |
| | | |/ / / | ||||||
| | | * | | | Tidy changes file for 4.5.3. | Jason McDonald | 2009-09-29 | 1 | -99/+24 | |
| | | * | | | Update changes file for 4.5.3 for DirectFB | Anders Bakken | 2009-09-28 | 1 | -3/+14 | |
| | | * | | | Added my 4.5.3 changes to changelog. | Samuel Rødal | 2009-09-28 | 1 | -0/+12 | |
| | | * | | | tst_qnetworkcookiejar: Backported 4.6 changes | Markus Goetz | 2009-09-28 | 1 | -14/+14 | |
| | | * | | | Mac: build issue (autotest stalls build) | Richard Moe Gustavsen | 2009-09-28 | 1 | -1/+1 | |
| | | * | | | Mac: backport efd84105355 to silence visibility warnings | Richard Moe Gustavsen | 2009-09-28 | 1 | -2/+1 | |
| | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Espen Riskedal | 2009-09-29 | 1 | -2/+2 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Enable QtScript by default on Windows | Kent Hansen | 2009-09-29 | 1 | -2/+2 | |
| | * | | | | | make sure QtWebKit and QtScript are included in the .sis file | Espen Riskedal | 2009-09-29 | 1 | -0/+5 | |
| | |/ / / / | ||||||
| | * | | | | Disable ECMAScript date test. | Olivier Goffart | 2009-09-29 | 1 | -0/+1 | |
| | * | | | | Fix EGL/GLX surface leak when using texture-from-pixmap | Tom Cooksey | 2009-09-29 | 1 | -3/+2 | |
| | * | | | | Fix typo. | Alexis Menard | 2009-09-29 | 1 | -2/+2 | |
| | * | | | | Recorrect formextractor example build break after updating 3rdparty/webkit | Jocelyn Turcotte | 2009-09-29 | 1 | -7/+7 | |
| | * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Jeremy Katz | 2009-09-29 | 177 | -1253/+3879 | |
| | |\ \ \ \ | ||||||
| | | * | | | | After some discussion we decided to remove hasConflicts() from the API. | Jan-Arve Sæther | 2009-09-29 | 6 | -49/+35 | |
| | | * | | | | Add missing docs for QGraphicsAnchor | Jan-Arve Sæther | 2009-09-29 | 1 | -0/+18 | |
| | | | |_|/ | | | |/| | | ||||||
| | | * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Jani Hautakangas | 2009-09-29 | 2 | -52/+42 | |
| | | |\ \ \ | ||||||
| | | | * | | | Stabilize tests | Olivier Goffart | 2009-09-29 | 2 | -52/+42 | |
| | | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Jani Hautakangas | 2009-09-29 | 1 | -1/+1 | |
| | | |\ \ \ \ | | | | |/ / / | ||||||
| | | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Jani Hautakangas | 2009-09-29 | 181 | -1263/+3913 | |
| | | |\ \ \ \ | ||||||
| | | * | | | | | Softkey fixes to QMenu tests. | Jani Hautakangas | 2009-09-29 | 3 | -18/+43 | |
| | * | | | | | | fix warnings about declarations shadowing class members (autotest reported) | Jeremy Katz | 2009-09-29 | 7 | -50/+50 | |
| * | | | | | | | Merge commit 'qt/4.6' into mmfphonon | Frans Englich | 2009-09-29 | 405 | -3154/+7757 | |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | ||||||
| | * | | | | | | Fix spelling error in the demo browser close-multiple-tabs dialog | Tor Arne Vestbø | 2009-09-29 | 1 | -1/+1 | |
| | | |_|/ / / | | |/| | | | |