Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | Fix crash in the SQLQueryModel tests | Olivier Goffart | 2009-04-16 | 2 | -4/+9 | |
| | | * | Remove obsolete code. | Jason McDonald | 2009-04-16 | 2 | -15/+2 | |
| | | * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Jason McDonald | 2009-04-16 | 4 | -4/+35 | |
| | | |\ | ||||||
| | | | * | autotest fix in QtreeView | Thierry Bastian | 2009-04-16 | 1 | -1/+8 | |
| | | | * | My 4.5.1 changes. | Bjoern Erik Nilsen | 2009-04-16 | 1 | -0/+22 | |
| | | | * | Fix a bug that made it hard to click the top items in a list widget | Norwegian Rock Cat | 2009-04-16 | 1 | -2/+2 | |
| | | | * | Fixed titlebar on X11 for fixed size windows with Qt::CustomizeWindowHint | Denis Dzyubenko | 2009-04-16 | 1 | -1/+3 | |
| | | * | | Remove obsolete code from autotests. | Jason McDonald | 2009-04-16 | 109 | -1576/+415 | |
| | | |/ | ||||||
| | | * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Jason McDonald | 2009-04-16 | 1 | -3/+18 | |
| | | |\ | ||||||
| | | | * | QFileDialog: When passing an invalid path in static functions the native | Alexis Menard | 2009-04-16 | 1 | -3/+18 | |
| | | * | | Remove obsolete pre-processor directives that check QT_VERSION. | Jason McDonald | 2009-04-16 | 16 | -96/+0 | |
| | | * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Jason McDonald | 2009-04-16 | 2 | -4/+21 | |
| | | |\ \ | | | | |/ | ||||||
| | | | * | QX11Embed crashes on 64-bit Solaris | Bradley T. Hughes | 2009-04-16 | 1 | -4/+3 | |
| | | | * | Add sql changes to 4.5.1 changelog | Bill King | 2009-04-16 | 1 | -0/+18 | |
| | | * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Jason McDonald | 2009-04-16 | 61 | -925/+2568 | |
| | | |\ \ | | | | |/ | ||||||
| | | | * | protect against circular inclusion of pro/pri files | Oswald Buddenhagen | 2009-04-15 | 1 | -1/+7 | |
| | | | * | do not crash on lines starting with an equal sign | Oswald Buddenhagen | 2009-04-15 | 1 | -0/+3 | |
| | | | * | fix uninitialized variable read | Oswald Buddenhagen | 2009-04-15 | 1 | -4/+12 | |
| | | | * | add some comments | Oswald Buddenhagen | 2009-04-15 | 1 | -4/+4 | |
| | | | * | Changelog for 4.5.1 | Denis Dzyubenko | 2009-04-15 | 1 | -0/+42 | |
| | | | * | GTK: Fix line edit background color with custom brush | Jens Bache-Wiig | 2009-04-15 | 1 | -1/+1 | |
| | | | * | Silence warning about unused static function on Windows | João Abecasis | 2009-04-15 | 1 | -0/+2 | |
| | | | * | QFileDialog : Fix filters that doesn't work if whitespaces at the end | Alexis Menard | 2009-04-15 | 2 | -6/+26 | |
| | | | * | Fixed and improved the example code | Jan-Arve Sæther | 2009-04-15 | 2 | -14/+58 | |
| | | | * | Updated changes | Paul Olav Tvete | 2009-04-15 | 1 | -0/+3 | |
| | | | * | Make choosing a file path for a QUrl-type property work on Windows. | Friedemann Kleint | 2009-04-15 | 1 | -1/+1 | |
| | | | * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Jarek Kobus | 2009-04-15 | 43 | -858/+2198 | |
| | | | |\ | ||||||
| | | | | * | Update changelog with my changes | Bradley T. Hughes | 2009-04-15 | 1 | -0/+26 | |
| | | | | * | Fixed painting issues with draggable tabs | Jens Bache-Wiig | 2009-04-15 | 3 | -75/+57 | |
| | | | | * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Kavindra Devi Palaraja | 2009-04-15 | 2 | -2/+9 | |
| | | | | |\ | ||||||
| | | | | | * | Prevent crash in qt_scrollRectInImage. | Samuel Rødal | 2009-04-15 | 2 | -2/+9 | |
| | | | | * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Kavindra Devi Palaraja | 2009-04-15 | 8 | -15/+96 | |
| | | | | |\ \ | | | | | | |/ | ||||||
| | | | | | * | My 4.5.1 changes. | Morten Sørvig | 2009-04-15 | 1 | -2/+16 | |
| | | | | | * | Update the item if the text has changed but the boundingRect is the | Alexis Menard | 2009-04-15 | 2 | -0/+35 | |
| | | | | | * | BT: Updated configure for OpenGL ES 2.0 Windows CE | Friedemann Kleint | 2009-04-15 | 1 | -0/+0 | |
| | | | | | * | Reparenting QGLWidgets did sometimes caused warnings to be printed on | Trond Kjernåsen | 2009-04-15 | 1 | -1/+1 | |
| | | | | | * | BT: Namespace compile fixes for Cocoa. | Norwegian Rock Cat | 2009-04-15 | 3 | -6/+15 | |
| | | | | | * | My changes | Jan-Arve Sæther | 2009-04-15 | 1 | -6/+19 | |
| | | | | | * | My changes for 4.5.1 | João Abecasis | 2009-04-15 | 1 | -0/+10 | |
| | | | | * | | Doc - clarified that on Windows, for 32-bit programs running in WOW64 | Kavindra Devi Palaraja | 2009-04-15 | 1 | -0/+4 | |
| | | | | * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Kavindra Devi Palaraja | 2009-04-15 | 3 | -7/+18 | |
| | | | | |\ \ | | | | | | |/ | ||||||
| | | | | | * | My ChangeLog. | Andreas Aardal Hanssen | 2009-04-15 | 1 | -1/+9 | |
| | | | | | * | Correcting paragraph | Morten Engvoldsen | 2009-04-15 | 1 | -3/+1 | |
| | | | | | * | BT: OpenGL ES 2.0 now compiles properly for Windows CE | Thomas Hartmann | 2009-04-15 | 1 | -4/+6 | |
| | | | | | * | Added remark about XML input | Morten Engvoldsen | 2009-04-15 | 1 | -2/+5 | |
| | | | | * | | Doc - changed "MAY NOT" to an italicized version of 'may not' for some | Kavindra Devi Palaraja | 2009-04-15 | 1 | -1/+1 | |
| | | | | |/ | ||||||
| | | | | * | BT: Fix Cocoa bug w/OpenGL widgets in dock widgets would disappear. | Norwegian Rock Cat | 2009-04-15 | 5 | -23/+32 | |
| | | | | * | BT: Fix a crash on certain theme changes in GNOME | Jens Bache-Wiig | 2009-04-15 | 1 | -0/+1 | |
| | | | | * | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ... | Simon Hausmann | 2009-04-15 | 13 | -700/+1794 | |
| | | | | * | BT: QAbstractSocket: fix check for closing state (typo) | Peter Hartmann | 2009-04-15 | 1 | -1/+1 | |