summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Simplify the soft key roles of QAction.Jason Barron2009-09-214-8/+8
* | Change QDialogButtonBox to use the new soft key API.Jason Barron2009-09-211-106/+39
* | Give the soft key functionality it's own macro.Jason Barron2009-09-213-8/+8
* | Refactor soft keys implementation.Jason Barron2009-09-219-236/+64
* | S60 native looking dialog support.Sami Merilä2009-09-211-0/+142
* | Making Keypad Navigation more usableAlessandro Portale2009-09-194-10/+78
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-182-2/+18
|\ \ | |/
| * Application crashes when a menu is inserted twice on a menubar (Cocoa).Prasanth Ullattil2009-09-182-2/+18
| * Update license headers again.Jason McDonald2009-09-08152-608/+608
* | Doc: Made the QDockWidget::windowTitle property non-internal.David Boddie2009-09-161-1/+1
* | Fix QLineEdit drag'n'dropAlan Alpert2009-09-151-1/+0
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Alan Alpert2009-09-152-2/+9
|\ \
| * | Fixed QLineEdit to pass the tst_QLineEdit::displayText() autotest.Kim Motoyoshi Kalland2009-09-152-2/+9
* | | Fix QLineEdit::setPaletteAlan Alpert2009-09-152-1/+18
|/ /
* | Remove spurious, wrong semi-colonThiago Macieira2009-09-141-1/+1
* | Fix closing the menu of a QMenuBar with the mouseOlivier Goffart2009-09-141-1/+3
* | Fix QMenuBar hover effect.Olivier Goffart2009-09-141-3/+1
* | Removed some superfluous semicolonsAlessandro Portale2009-09-092-3/+3
* | QMenubar could popup a menu when undocking a toolbarThierry Bastian2009-09-091-5/+6
* | Fix a possible crash when deleting the QMainWindow layoutThierry Bastian2009-09-091-1/+2