Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Do not deduce scrollbar extent twice if scrollbar policy is Qt::ScrollBarAlwa... | Aurélien Gâteau | 2009-05-28 | 1 | -4/+10 | |
| * | | | | | | QStateMachine: better way to get the sender signalIndex | Olivier Goffart | 2009-05-28 | 1 | -18/+7 | |
| * | | | | | | Moved QGL2PaintEngineExPrivate into GL2 paint engine header file. | Samuel Rødal | 2009-05-28 | 4 | -93/+96 | |
| * | | | | | | Respect PM_ScrollView_ScrollBarSpacing in QAbstractScrollArea::minimumSizeHint() | Christoph Feck | 2009-05-28 | 1 | -0/+6 | |
| * | | | | | | improved string operations all over the place | Thierry Bastian | 2009-05-28 | 153 | -823/+804 | |
| * | | | | | | Use Qt::UniqueConnection instead of disconnect/connect | Olivier Goffart | 2009-05-28 | 5 | -13/+6 | |
| * | | | | | | Compile qstatemachine autotest | Olivier Goffart | 2009-05-28 | 1 | -1/+1 | |
| * | | | | | | Doc change; QGraphicsView::DontClipPainter is obsolete since Qt 4.5. | Andreas Aardal Hanssen | 2009-05-28 | 2 | -11/+2 | |
| * | | | | | | Adds support for linking against iodbc on linux. | Bill King | 2009-05-28 | 1 | -7/+1 | |
| * | | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-05-27 | 47 | -323/+496 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | Fixed: Setting a border using stylesheet for QComboBox adds an unwated frame. | Olivier Goffart | 2009-05-27 | 1 | -3/+6 | |
| | * | | | | | QNetworkReply internals: do not assert when aborted and reading data | Peter Hartmann | 2009-05-27 | 1 | -1/+2 | |
| | * | | | | | Fixed a possible assert in QGtkStyle | Jens Bache-Wiig | 2009-05-27 | 1 | -32/+31 | |
| | * | | | | | Fixes for merge-request #407 | Leonardo Sobral Cunha | 2009-05-27 | 1 | -3/+2 | |
| | * | | | | | Dont show children when parent is not visible in QGraphicsItem | diaulas | 2009-05-27 | 1 | -0/+5 | |
| | * | | | | | Fixed aliasing pointer corruption in QDataStream. | Trond Kjernaasen | 2009-05-27 | 1 | -15/+77 | |
| | * | | | | | QFileDialog selection bug when calling it multiple times. | Alexis Menard | 2009-05-26 | 1 | -5/+6 | |
| | * | | | | | Fix a painting issue in the QGtkStyle statusbar | Jens Bache-Wiig | 2009-05-26 | 1 | -1/+1 | |
| | * | | | | | SSL: Remove broken system certificate loading code | Markus Goetz | 2009-05-26 | 1 | -24/+1 | |
| | * | | | | | BT: Fixed GL textdrawing in the Boxes demo. | Trond Kjernaasen | 2009-05-26 | 2 | -5/+9 | |
| | * | | | | | Carbon, QFontDialog::getFont() ignore the "initial" parameter | Richard Moe Gustavsen | 2009-05-26 | 1 | -8/+31 | |
| | * | | | | | Clearifying QWebFrame docs | Morten Engvoldsen | 2009-05-26 | 1 | -2/+3 | |
| | * | | | | | Fix a crash in Phonon::EffectWidget | Jens Bache-Wiig | 2009-05-26 | 1 | -1/+2 | |
| | * | | | | | qdoc: Indicate what iterator_categor means for container classes. | Martin Smith | 2009-05-26 | 2 | -4/+8 | |
| | * | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Martin Smith | 2009-05-26 | 19 | -75/+108 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Fixed: QSortFilterProxyModel setDynamicSortFilter doesn't works when setting ... | Olivier Goffart | 2009-05-26 | 3 | -5/+10 | |
| | | * | | | | | fix double slash prepending causing troubles on WinCE | Maurice Kalinowski | 2009-05-26 | 1 | -6/+12 | |
| | | * | | | | | BT:Fix access of deleted memory with a static QCursor. | Michael Goddard | 2009-05-26 | 1 | -1/+3 | |
| | | * | | | | | Doc: Clarified what close(), abort() and disconnectFromHost() really do | David Boddie | 2009-05-25 | 1 | -10/+18 | |
| | | * | | | | | Doc: Miscellaneous documentation fixes for Qt 4.5.x and later. | David Boddie | 2009-05-25 | 4 | -13/+11 | |
| | | * | | | | | Doc: Removed documentation about the non-existent | David Boddie | 2009-05-25 | 1 | -2/+0 | |
| | | * | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | David Boddie | 2009-05-25 | 11 | -116/+152 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | BT: Namespace compile fixes. | Norwegian Rock Cat | 2009-05-25 | 2 | -1/+2 | |
| | | | * | | | | | fix warning in QtSvg if qreal == float | Joerg Bornemann | 2009-05-25 | 1 | -1/+1 | |
| | | | * | | | | | BT:Fix a clipping issue in tabbar tabs | Jens Bache-Wiig | 2009-05-25 | 1 | -4/+7 | |
| | | | * | | | | | BT: fix systray balloon crash bug on Windows CE | Joerg Bornemann | 2009-05-25 | 1 | -13/+16 | |
| | | | * | | | | | Adding details to QSettings functions | Morten Engvoldsen | 2009-05-25 | 1 | -2/+11 | |
| | | * | | | | | | Doc: Fixed terminology. | David Boddie | 2009-05-25 | 1 | -1/+1 | |
| | | * | | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | David Boddie | 2009-05-25 | 49 | -385/+519 | |
| | | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | | qdoc: Indicate that qAbs(T& v) compares v to a 0 of type T. | Martin Smith | 2009-05-26 | 1 | -12/+37 | |
| | | |_|/ / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | BT: Prevent crash in Designer when using a scroll wheel to change a property. | Norwegian Rock Cat | 2009-05-25 | 1 | -8/+20 | |
| | * | | | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Martin Smith | 2009-05-25 | 2 | -0/+9 | |
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | ||||||
| | | * | | | | | | BT: Mac: Crash when using QFontDialog | Richard Moe Gustavsen | 2009-05-25 | 2 | -0/+9 | |
| | * | | | | | | | qdoc: Moved some qdoc comments to a common cpp file. | Martin Smith | 2009-05-25 | 4 | -87/+95 | |
| | |/ / / / / / | ||||||
| | * | | | | | | qdoc: Added some missing qdoc comments. | Martin Smith | 2009-05-25 | 2 | -11/+14 | |
| | * | | | | | | qdoc: Added some missing qdoc comments. | Martin Smith | 2009-05-25 | 8 | -57/+60 | |
| | * | | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Martin Smith | 2009-05-25 | 8 | -70/+46 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | qdoc: Added some missing qdoc comments. | Martin Smith | 2009-05-25 | 1 | -0/+6 | |
| * | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | mae | 2009-05-27 | 8 | -22/+82 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Remove used variable | Olivier Goffart | 2009-05-27 | 2 | -4/+1 | |