| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-09-03 | 6 | -24/+16 |
|\ |
|
| * | Update license headers. | Jason McDonald | 2009-09-02 | 4 | -12/+0 |
|
|
| * | Made mouse wheel navigation skip disabled tabs | Stian Sandvik Thomassen | 2009-09-01 | 2 | -12/+16 |
|
|
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | David Boddie | 2009-09-01 | 152 | -1979/+1993 |
| |\ |
|
| * | | Doc: Fixed broken links to renamed functions. | David Boddie | 2009-09-01 | 1 | -4/+5 |
|
|
* | | | Improved the gesture api. | Denis Dzyubenko | 2009-09-03 | 4 | -8/+5 |
|
|
* | | | QMainWindow doesn't respect the sizehint of the dockwidgets | Thierry Bastian | 2009-09-02 | 1 | -4/+4 |
|
|
* | | | Doc: Fixed broken links to renamed functions. | David Boddie | 2009-09-01 | 1 | -4/+5 |
|
|
* | | | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 5 | -65/+65 |
|
|
* | | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 153 | -1989/+1989 |
|\ \ \
| | |/
| |/| |
|
| * | | Update tech preview license header. | Jason McDonald | 2009-08-31 | 152 | -1976/+1976 |
|
|
| * | | Fixes: Crash when double-clicking a tab in a QTabBar with movable tabs | Olivier Goffart | 2009-08-28 | 1 | -1/+2 |
|
|
* | | | Compile with Qt-in-a-namepsace. | Morten Sørvig | 2009-08-28 | 1 | -2/+4 |
|
|
* | | | QTabBar: Fix the position of button in tabs. | Olivier Goffart | 2009-08-27 | 1 | -2/+2 |
|
|
* | | | QTabBar: fix text being croped when there is an icon on the tab | Olivier Goffart | 2009-08-27 | 1 | -4/+5 |
|
|
* | | | Fix compile error on Windows | Prasanth Ullattil | 2009-08-27 | 2 | -2/+2 |
|
|
* | | | Do not crash when double-clicking a tab in a QTabBar with movable tabs | Frank Reininghaus | 2009-08-27 | 1 | -1/+2 |
|
|
* | | | QToolbar now collapses when dragged | Thierry Bastian | 2009-08-26 | 3 | -5/+5 |
|
|
* | | | fix warnings on Windows CE | Joerg Bornemann | 2009-08-26 | 2 | -1/+3 |
|
|
* | | | QLineEdit: reenable the delete action from the context menu | Thierry Bastian | 2009-08-26 | 5 | -13/+2 |
|
|
* | | | Cocoa, the menus can be disabled after a modal dialog | Richard Moe Gustavsen | 2009-08-26 | 1 | -3/+10 |
|
|
* | | | Fix another minor copy'n'paste error from QLineControl refactoring | Alan Alpert | 2009-08-26 | 1 | -2/+2 |
|
|
* | | | QWidgetanimator: the animations are children of the widget they animate | Thierry Bastian | 2009-08-25 | 1 | -1/+1 |
|
|
* | | | Fix use of uninitialized memory in QLineEdit | Olivier Goffart | 2009-08-25 | 1 | -3/+3 |
|
|
* | | | Fix memory leak in QLineEdit | Olivier Goffart | 2009-08-25 | 1 | -0/+1 |
|
|
* | | | Mac: respect Qt::AA_MacPluginApplication and disable native menubar | Richard Moe Gustavsen | 2009-08-25 | 1 | -8/+7 |
|
|
* | | | Make sure we use layoutDirection from the widget and not always the app | Thierry Bastian | 2009-08-25 | 8 | -17/+19 |
|
|
* | | | Some cleanups after code review. | Jason Barron | 2009-08-25 | 2 | -6/+2 |
|
|
* | | | Mac: When using Qt as a plugin app, menubars does not work | Richard Moe Gustavsen | 2009-08-25 | 1 | -0/+6 |
|
|
* | | | QMenu: make no active action when the mouse leaves the menu | Thierry Bastian | 2009-08-25 | 1 | -0/+2 |
|
|
* | | | Carbon: pan gesture keeps breaking wheel events | Richard Moe Gustavsen | 2009-08-25 | 6 | -3/+25 |
|
|
* | | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-24 | 2 | -2/+14 |
|\ \ \
| |/ / |
|
| * | | Fix QPlainTextEdit painting errors | mae | 2009-08-24 | 1 | -2/+3 |
|
|
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Morten Sørvig | 2009-08-24 | 152 | -156/+156 |
| |\ \
| | |/ |
|
| | * | Fix Menu icons are too large on Cocoa | Dean Dettman | 2009-08-13 | 1 | -2/+2 |
|
|
| | * | Revert "Frame property for QDateTimeEdit can be set independently of" | Matthew Cattell | 2009-08-11 | 1 | -1/+0 |
|
|
| | * | Frame property for QDateTimeEdit can be set independently of | Matthew Cattell | 2009-08-11 | 1 | -0/+1 |
|
|
| | * | Qt's domain name is now qt.nokia.com. | Jason McDonald | 2009-08-11 | 1 | -2/+2 |
|
|
| | * | Update license headers. | Jason McDonald | 2009-08-11 | 152 | -152/+152 |
|
|
| * | | Fix QCombobox popup flicker on OS | Morten Sørvig | 2009-08-24 | 1 | -0/+12 |
| |/ |
|
| * | Fix memory leak. | Olivier Goffart | 2009-07-22 | 1 | -0/+2 |
|
|
* | | QMenuBar: some update Geometries missing | Thierry Bastian | 2009-08-24 | 1 | -0/+2 |
|
|
* | | Fix QPlainTextEdit painting errors | mae | 2009-08-24 | 1 | -2/+3 |
|
|
* | | Gestures, Mac: remove pan gesture from qabstractscrollarea | Richard Moe Gustavsen | 2009-08-24 | 2 | -4/+9 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-21 | 1 | -0/+7 |
|\ \ |
|
| * | | Handle Touch* events in the same way as other input events in QAbstractScroll... | Bradley T. Hughes | 2009-08-21 | 1 | -0/+7 |
|
|
* | | | Fix build error when Q_WS_S60 is undefined | Iain | 2009-08-20 | 2 | -1/+3 |
|
|
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-20 | 2 | -2/+15 |
|\ \ \
| |/ / |
|
| * | | Improved the documentation of saving and restoring window geometry. | Denis Dzyubenko | 2009-08-19 | 1 | -1/+14 |
|
|
| * | | Make the license test pass. | Frans Englich | 2009-08-19 | 1 | -1/+1 |
|
|