summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* Make QMenu::activateCausedStack() exception safe.Marius Bugge Monsen2009-10-211-3/+11
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Marius Bugge Monsen2009-10-215-6/+44
|\
| * Cleaned up the API of the Symbian event hooks.axis2009-10-212-2/+8
| * Mac: fix bug when reparenting non-native menu barsRichard Moe Gustavsen2009-10-203-4/+26
| * Fixed QFileDialog crash on SymbianMiikka Heikkinen2009-10-201-0/+10
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Alexis Menard2009-10-204-6/+8
|\ \ | |/
| * Softkeys remain disabled if action owning action widget is enabledSami Merilä2009-10-161-2/+1
| * Merge commit 'origin/4.5' into origin/4.6Olivier Goffart2009-10-151-2/+2
| |\
| | * Some sub menus are disabled in CocoaPrasanth Ullattil2009-10-151-2/+2
| * | Signal for an update when the cursor is visibleAlan Alpert2009-10-151-1/+1
| * | Removed assertion from QComboBox::removeItem()Stian Sandvik Thomassen2009-10-151-1/+4
* | | QToolButton popup menu is shown at wrong position when embedded in aAlexis Menard2009-10-203-7/+31
|/ /
* | Second attempt: Fixed a few compiler warnings from QtGui for Symbian.Janne Anttila2009-10-131-3/+3
* | Revert "Fixed a few compiler warnings from QtGui for Symbian."Janne Anttila2009-10-131-3/+3
* | Fixed a few compiler warnings from QtGui for Symbian.Janne Anttila2009-10-131-3/+3
* | A new implementation of the Gesture API.Denis Dzyubenko2009-10-096-85/+42
* | Carbon: better wheel acceleration patchRichard Moe Gustavsen2009-10-081-2/+1
* | DialogButtonBox is shown together with softkeys (QTBUG-4739)Sami Merilä2009-10-081-14/+4
* | Fix: Lazy instantiation of a static QActionAlessandro Portale2009-10-071-3/+4
* | Support small screen for QToolBar auto test.Liang QI2009-10-071-1/+1
* | Fix crash in QPlainTextEdit when using large fontsEskil Abrahamsen Blomfeldt2009-10-061-0/+3
* | Fix QTextEdit pageUp/Down key handling in read-only modemae2009-10-051-21/+28
* | Fix QPlainTextEdit pageUp/Down key handling in read-only modemae2009-10-051-22/+29
* | Fix a compilation warning on Mac OS XBenjamin Poulain2009-10-051-1/+4
* | Fixed a crash in menus on Symbian.axis2009-10-052-5/+9
* | Added some comments.axis2009-10-051-1/+1
* | Fixed indentation.axis2009-10-051-3/+3
* | Moved non-public functions out of public header file.axis2009-10-052-8/+5
* | Disable etched text on rich text labelsJens Bache-Wiig2009-10-051-2/+4
* | Mac: bugfix 45f095b8970dc3c1b6f6e97fa2323654ba848288Richard Moe Gustavsen2009-10-021-9/+16
* | Mac: update/small fix to 45f095b8970dc3c1b6f6e97fa2323654ba848288Richard Moe Gustavsen2009-10-022-12/+14
* | Clear text selection in QLabel when it is losing focusmae2009-10-021-1/+12
* | Fix: Abstract slider does not understand wheel events properlyRichard Moe Gustavsen2009-10-013-23/+22
* | Fix regression in Command link button font sizeJens Bache-Wiig2009-09-091-8/+19
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jani Hautakangas2009-09-301-2/+2
|\ \
| * | Fix typo.Alexis Menard2009-09-291-2/+2
* | | Symbian specific fixes to QComboBoxJani Hautakangas2009-09-301-7/+3
|/ /
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Sami Merilä2009-09-281-5/+15
|\ \
| * | Impossible to interact with the year on QCalendarWidget on GraphicsViewThierry Bastian2009-09-281-5/+15
* | | Triggering softkey action for disbled widget causes a crash.Sami Merilä2009-09-281-0/+1
|/ /
* | Merge commit 'origin/4.5' into 4.6Andreas Aardal Hanssen2009-09-282-211/+5
|\ \ | |/
| * Doc: fixed typo in QTabBar::tabRect() docsStian Sandvik Thomassen2009-09-281-1/+1
| * Fixes a crash in QDoubleSpinBoxJoão Abecasis2009-09-251-210/+4
* | ifdefs to allow compilation with QT_NO_MAINWINDOW and QT_NO_TOOLBARJeremy Katz2009-09-251-0/+2
* | Missing mouse release event on toolbars on Mac OS XPrasanth Ullattil2009-09-221-0/+2
* | Prevented export of some internal functions.axis2009-09-222-4/+4
* | Remove key accelerators from Softkeys and Menus in S60.Sami Merilä2009-09-221-21/+3
* | Ensure that the menu only shows when clicking on the menu buttonAndy Shaw2009-09-211-1/+3
* | Get menubars working again with new softkey API.Jason Barron2009-09-211-0/+1
* | Introduce MenuSoftKey as a standard key to the internal enum.Jason Barron2009-09-211-1/+1