summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix sorting after changing a QTableView's headerOlivier Goffart2009-10-131-0/+3
* Itemview: fix regression concerning Ctrl+rubber band selectionsFrank Reininghaus2009-10-131-1/+1
* Merge commit '8df79a473e1a7e5c79b9b10827985bf3e9501002' into 4.6Alexis Menard2009-10-1242-1341/+1847
|\
| * Compile fix after the latest change to gesture api.Denis Dzyubenko2009-10-121-8/+1
| * Fixed warnings autotest.Denis Dzyubenko2009-10-121-1/+1
| * Removed the QGesture contructor that we don't really need.Denis Dzyubenko2009-10-122-9/+9
| * Revert merge commit 3945fd75a93d790434b33c2d23aOlivier Goffart2009-10-121-1/+1
| * Merge branch '4.6' of git:qt/qt into 4.6Thiago Macieira2009-10-102-5/+6
| |\
| | * Fixed getting an icon for a file on the filesystem with gnome.Denis Dzyubenko2009-10-091-3/+6
| | * Fixed compilation warning by removing unused variables.Denis Dzyubenko2009-10-091-2/+0
| * | Fix compilation with xlC 7: you can't forward-declare enums.Thiago Macieira2009-10-091-6/+1
| |/
| * A new implementation of the Gesture API.Denis Dzyubenko2009-10-0934-1307/+1803
| * Doc: Created a snippet to generate the global colors image.David Boddie2009-10-091-12/+15
| * Workaround for softkeys not working in modal dialogs on S60 5.0Shane Kearns2009-10-091-0/+1
| * Fix compile error on symbian platformShane Kearns2009-10-091-0/+4
| * Fix printing bitmap fonts on X11 with FontConfig enabledEskil Abrahamsen Blomfeldt2009-10-093-11/+24
* | Fixed keyboard navigation for QTableViewGabriel de Dietrich2009-10-123-71/+140
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Alexis Menard2009-10-0914-56/+98
|\ \ | |/
| * Fixed crash when printing to files under CocoaGunnar Sletta2009-10-091-0/+6
| * Fixed text positioning when printing in HighResolution on Mac OS XGunnar Sletta2009-10-091-3/+4
| * Made QPen::setDashOffset() work with non-custom dashed lines.Kim Motoyoshi Kalland2009-10-091-3/+11
| * Fixed doc for softkeys in the qwidget doc.Denis Dzyubenko2009-10-091-2/+1
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jan-Arve Sæther2009-10-0928-183/+202
| |\
| | * Don't print EGL buffer size if it isn't set.Rhys Weatherley2009-10-081-2/+2
| | * Color role with higher contrast for focusrectAlessandro Portale2009-10-081-1/+1
| | * QS60Style: Re-enable color-from-skin-part extractionAlessandro Portale2009-10-081-5/+4
| | * Merge branch '4.5' into 4.6Thiago Macieira2009-10-083-4/+6
| | |\
| | | * QHeaderView: fixed the sizeHint with hidden sectionsThierry Bastian2009-10-071-4/+8
| | | * ignore invalid WM_KEYDOWN messages on WindowsJoerg Bornemann2009-10-071-2/+2
| | | * Fix ASSERT caused by Plastique style when setting an application font with a ...Bradley T. Hughes2009-10-071-1/+1
| | | * Fix a bug when clipsChildrenToShape is set back to false.Alexis Menard2009-10-023-0/+18
| | * | Remove incorrect optimisation in S60 widget / control stack syncShane Kearns2009-10-081-3/+8
| | * | Carbon: better wheel acceleration patchRichard Moe Gustavsen2009-10-082-6/+23
| * | | Rename identifyNonFloatItems -> identifyFloatItems.Jan-Arve Sæther2009-10-082-8/+8
| * | | Merge branch 'openbossa-expanding' into 4.6Jan-Arve Sæther2009-10-082-21/+26
| |\ \ \
| | * | | Store the floating items instead of the non-floating items.Jan-Arve Sæther2009-10-072-21/+26
* | | | | Fixed a potential crash in QGraphicsScenePrivate::_q_polishItems()J-P Nurmi2009-10-092-5/+8
* | | | | Fix context menu and menu key in QGraphicsView.Alexis Menard2009-10-081-1/+1
| |_|/ / |/| | |
* | | | Fix compile errors on mingw (The version supplied with Qt 4.5)Prasanth Ullattil2009-10-084-1/+29
* | | | Fix to Symbian accelerated scrolling problem.Jani Hautakangas2009-10-082-28/+21
* | | | Prevented input composition in password fields on X11 and Windows.axis2009-10-082-2/+2
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Sami Merilä2009-10-083-24/+2
|\ \ \ \
| * | | | Remove handling of arrow key on QDialogOlivier Goffart2009-10-081-22/+0
| * | | | Let the platform plugin decide on the click policy on itemviewOlivier Goffart2009-10-082-2/+2
* | | | | DialogButtonBox is shown together with softkeys (QTBUG-4739)Sami Merilä2009-10-081-14/+4
|/ / / /
* | | | Fix for qfiledialog autotest build break in Symbian.Janne Anttila2009-10-081-1/+1
* | | | QDesktopServices compile fix for Windows CEJoerg Bornemann2009-10-071-0/+4
* | | | QGuiPlatformPlugin: QFileIconProvider and QIcon backend.Olivier Goffart2009-10-075-85/+87
* | | | viewport()->update() after delegate set for QAbstractItemViewJeremy Katz2009-10-071-3/+3
* | | | Fix: Lazy instantiation of a static QActionAlessandro Portale2009-10-071-3/+4