summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
Commit message (Expand)AuthorAgeFilesLines
* Improved the documentation of saving and restoring window geometry.Denis Dzyubenko2009-08-191-1/+14
* Make the license test pass.Frans Englich2009-08-191-1/+1
* Rectify copy'n'paste error from the QLineControl refactoring.Alan Alpert2009-08-191-1/+1
* Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-1744-77/+50
* Fixed coverity warningsThierry Bastian2009-08-141-2/+1
* Fix coverity warningsThierry Bastian2009-08-131-3/+1
* Use the correct font for QLineEditPaul Olav Tvete2009-08-131-0/+1
* fix tab and hold for Windows CE and scrollbarsThomas Hartmann2009-08-131-0/+6
* Compile with QT_KEYPAD_NAVIGATION definedAlan Alpert2009-08-131-3/+2
* Update URL's to use new domain.Jason McDonald2009-08-121-2/+2
* Update contact URL in license headers.Jason McDonald2009-08-12155-155/+155
* QDateTimeEdit: setFrame property is respected when a popup calendarMatthew Cattell2009-08-111-0/+1
* Fixed a possible problem when unplugging a QToolBarThierry Bastian2009-08-101-1/+1
* QDockWidget: Make visibilityChanged more accurateThierry Bastian2009-08-072-2/+2
* Fix test failure in tst_QDateTimeEdit::task118867Eskil Abrahamsen Blomfeldt2009-08-061-1/+1
* Make sure cursorPositionChanged is emitted when cursor position changesEskil Abrahamsen Blomfeldt2009-08-061-0/+1
* QMenuBar: we can't test the action geometries when it is nativeThierry Bastian2009-08-061-0/+3
* QMenu: small little code simplificationThierry Bastian2009-08-061-12/+5
* QMenu could return wrong geometries for its actionsThierry Bastian2009-08-061-0/+2
* Enable pan gesture on all QAbstractScrollArea-based widgets.Denis Dzyubenko2009-08-066-29/+37
* Rearranged the gesture code a bit for future native gestures on Windows.Denis Dzyubenko2009-08-063-28/+6
* Make QLineEdit cursor blink againAlan Alpert2009-08-061-0/+3
* Compile Fix for QT_KEYPAD_NAVIGATIONAlan Alpert2009-08-067-11/+29
* MainWindow: fixed an update issue when moving a separatorThierry Bastian2009-08-051-0/+3
* QMenu: fix a crash depending on stylesThierry Bastian2009-08-051-9/+13
* Removed the startPos/lastPos/pos from the gesture classes.Denis Dzyubenko2009-08-041-4/+4
* QMenu now takes minimum width into account for the action rectsThierry Bastian2009-08-041-5/+6
* Fix obsolete license headersJason McDonald2009-08-042-4/+4
* Fixed "Hightlighted menu items not always selected" bug.Gabriel de Dietrich2009-08-031-1/+1
* Doc - Fixed a broken link to the Apple Human Interface Guidelines documentKavindra Devi Palaraja2009-07-301-1/+1
* Use correct license header.Volker Hilsheimer2009-07-291-2/+2
* Move QLineEdit logic into QLineControlAlan Alpert2009-07-299-1824/+2974
* Fix menubar item size incorrect with iconJens Bache-Wiig2009-07-281-4/+3
* Mac/Cocoa: Remove separator line for "unified document tabs"Morten Sørvig2009-07-271-3/+7
* Fix missing mnemonics when triggering menus by shortcutJens Bache-Wiig2009-07-241-0/+3
* Specify widget when calling QToolTip::showText() to make sure the tool tip en...Thomas Sondergaard2009-07-241-3/+3
* qdoc: Fixed all references to obsolete QHttp classes.Martin Smith2009-07-241-4/+5
* Get collapsible menus working correctly.Norwegian Rock Cat2009-07-244-54/+44
* Reverted commits that changed the behavior of the keypresses with modifiers.Denis Dzyubenko2009-07-231-2/+1
* "Emacs" style keyboard shortcuts don't work on Carbon.Prasanth Ullattil2009-07-231-2/+2
* "Emacs" style keyboard shortcuts don't work on Cocoa.Prasanth Ullattil2009-07-231-2/+4
* Ensure all the standard shorcuts are used for the Close Action in MDIAndy Shaw2009-07-231-1/+1
* Show text even if maximum == 0Olivier Goffart2009-07-221-1/+1
* Support for very large range in QProgressBarOlivier Goffart2009-07-221-2/+2
* Simplify the computation of the QProgressBar progress.Olivier Goffart2009-07-221-2/+2
* Doc: small improvementsVolker Hilsheimer2009-07-201-1/+1
* doc: Changed several \reimp to \internalMartin Smith2009-07-201-4/+0
* Doc: Document QAction::Priority and Qt::ToolButtonFollowStyle.Volker Hilsheimer2009-07-181-3/+2
* Add priority property to QActionJens Bache-Wiig2009-07-171-2/+8
* Allow picking up tool button style from the systemJens Bache-Wiig2009-07-161-1/+9