summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-201-1/+1
|\
| * Fix another type of crash when dragging QDockWidget in and outShawn Rutledge2013-06-131-1/+1
* | hide placeholder text when QLineEdit has preedit textTasuku Suzuki2013-06-191-1/+1
* | Remove use of 'register' from Qt.Stephen Kelly2013-06-171-1/+1
* | Recognize separator item in QMenu.Leonard Lee2013-06-171-2/+2
* | QDockWidget: Keep position when undocking.Friedemann Kleint2013-06-121-0/+3
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-05-312-29/+4
|\|
| * QMenu: Remove last references to QMacWindowFaderGabriel de Dietrich2013-05-302-29/+4
* | Refer to setDragEnabled in QLineEdit's detailed description.Mitch Curtis2013-05-301-1/+2
|/
* Only call QA::updateAccessibility() if the "control owner" is a QWidgetJan Arve Saether2013-05-201-2/+2
* Ensure the hovered signal is emitted for the action and menu for CocoaAndy Shaw2013-05-131-0/+1
* Remove references to inexisting enums in Q_ENUMSOlivier Goffart2013-05-081-1/+0
* Enable non-client-area mouse events by default for widgets.Friedemann Kleint2013-05-071-14/+0
* QPlainTextEdit: add missing feature zoom on Ctrl+WheelCaroline Chao2013-04-302-0/+49
* Doc: Zooming inside QTextEditCaroline Chao2013-04-301-0/+2
* Cocoa: Reflect menu hierarchy in QCocoaMenu* objectsGabriel de Dietrich2013-04-252-6/+7
* Ensure the QLineEdit::returnPressed() signal is still emittedAndy Shaw2013-04-211-0/+1
* Make password mask characters themeable.Mitch Curtis2013-04-191-6/+7
* Cocoa Menu: Remove unnecessary retain, release/retain in the right orderGabriel de Dietrich2013-04-181-0/+1
* An RTL submenu should be right-alignedShawn Rutledge2013-04-181-2/+2
* Prevent recursions when triggering menus in QToolButtonFrederik Gladhorn2013-04-161-0/+4
* QMdi: Don't emit subWindowActivated during StyleChange handling.David Faure2013-03-251-1/+7
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-19148-148/+148
* Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-191-0/+2
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-1625-61/+61
* Add convenience for section actions in QMenuKevin Ottens2013-03-132-2/+107
* QFontComboBox: Minor code optimization & simplificationKonstantin Ritt2013-03-121-25/+12
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-052-7/+7
|\
| * Fix Qt Designer warning about being unable to handle property.Friedemann Kleint2013-02-261-1/+1
| * Hiding scrollbar on MacOSX 10.7 if policy is set to ScrollBarAlwaysOffCyril Oblikov2013-02-211-6/+6
* | Introducing the Qt Android portPaul Olav Tvete2013-03-051-11/+18
* | Update the display to reflect changes by input methodPaul Olav Tvete2013-02-271-1/+2
* | Add multi-line input method hintPaul Olav Tvete2013-02-271-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-202-18/+27
|\|
| * Fix QDockWidget being unable to dock when initially floating.Friedemann Kleint2013-02-201-3/+11
| * Doc: Removed reference to deprecated \badcode command.Jerome Pasion2013-02-191-1/+2
| * Cocoa: Add QMdiSubWindow size grip back.Morten Johan Sørvig2013-02-191-14/+14
* | QProgressBar: Use localized numbers and percent sign.Friedemann Kleint2013-02-202-10/+39
* | Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-181-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-144-10/+10
|\|
| * Merge "Merge branch 'release' into stable" into refs/staging/stableSergio Ahumada2013-02-012-5/+1
| |\
| | * Merge branch 'release' into stableSergio Ahumada2013-01-312-5/+1
| | |\
| | | * Doc: added snippet file macmainwindow.mmNico Vertriest2013-01-251-1/+1
| | | * Doc: deleted short paragraph referring to non-existing snippetNico Vertriest2013-01-251-4/+0
| * | | Correct QTextEdit detailed description.Mitch Curtis2013-02-011-4/+8
| |/ /
| * | Doc: Fix references to Qt TestSze Howe Koh2013-01-301-1/+1
* | | Fix sizeHint for QAbstractSpinBoxCaroline Chao2013-02-123-31/+24
* | | Also copy checkable property to platform itemBogDan Vatra2013-02-111-1/+2
* | | Automatically hide the SIPBogDan Vatra2013-02-111-1/+1
* | | Allow actions in a QMenu to show their tooltipshjk2013-02-083-1/+47