summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Emit the activated signal when the platform menu item is selected.Andy Shaw2015-12-161-1/+5
* QComboBox: Disable wheel events on OS X & iOSAdam Strzelecki2015-11-091-0/+4
* QLineEdit: Fix visibility handling of side widgets.Friedemann Kleint2015-10-221-3/+3
* Handle action events in QLineEditIconButton.Friedemann Kleint2015-08-182-4/+36
* Open menu on the third click on QMenuBar on X11Alexander Volkov2015-08-171-1/+1
* QComboBox: make editable comboboxes usable with input methodsRichard Moe Gustavsen2015-08-111-0/+2
* QLineEdit: update IM status after selection changeRichard Moe Gustavsen2015-08-111-0/+3
* QLineEdit should inherit the input methods from QComboBox.BogDan Vatra2015-07-301-0/+1
* Fix action shortcuts for QToolButtonPaul Olav Tvete2015-07-231-1/+6
* Doc:added doc to undocumented functionsNico Vertriest2015-07-221-0/+5
* QDial: remove documentation for non-existent functions.Mitch Curtis2015-07-141-3/+2
* QComboBox: Fix compilation with QT_NO_COMPLETERChristoph Schleifenbaum2015-07-131-0/+2
* Replace MAC OS X with OS XNico Vertriest2015-06-3012-15/+15
* fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/...Jani Heikkinen2015-06-021-1/+3
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-1/+3
| |\
| | * Doc: clarify ownership after QStackedWidget::removeWidgetJoerg Bornemann2015-05-131-1/+3
* | | Fix combobox regression 5.4 -> 5.5Allan Sandfeld Jensen2015-05-301-1/+1
|/ /
* | Translate AM/PM under the QDateTimeParser context so it is consistentAndy Shaw2015-05-281-2/+2
* | D-Bus system tray icon: submenus can be created after context menuShawn Rutledge2015-05-211-5/+7
* | QMenuBar: honor the left widget size hintGiuseppe D'Angelo2015-05-161-1/+1
* | Remove init() function declaration.Morten Johan Sørvig2015-05-131-1/+0
* | QDialogButtonBox: prevent crashes on deletions in slotsGiuseppe D'Angelo2015-05-091-1/+11
* | Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-1/+1
|\|
| * Fix shortcuts when using setDefaultActionPaul Olav Tvete2015-05-021-1/+1
* | QLineEdit: show the clear button if it gets enabled after setting a textGiuseppe D'Angelo2015-05-072-5/+5
* | QMainWindow::restoreDockWidget(): Fix positioning of floating docks with nati...Friedemann Kleint2015-04-261-2/+8
* | QToolButton: Fix popup menu geometry in case of QGraphicsProxyWidget.Friedemann Kleint2015-04-091-2/+2
* | Add Q_UNUSED for parameter (OS X)Timur Pocheptsov2015-04-071-0/+2
* | QComboBox: also adjust size on model reset, with AdjustToContentsDavid Faure2015-04-041-0/+1
* | QComboBox: open popup on touch release if QStyleHints has setFocusOnTouchRele...Richard Moe Gustavsen2015-04-042-16/+32
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-313-1/+12
|\|
| * Doc: warn about resize event bugPaul Olav Tvete2015-03-211-0/+3
| * QComboBox: Update completer on setCurrentIndex()Andre Hartmann2015-03-181-1/+4
| * Workaround for programs depending on previous layout bugPaul Olav Tvete2015-03-111-0/+5
* | QTabBar: Disable wheel events on MacGabriel de Dietrich2015-03-301-0/+2
* | Do not emit textEdited on inputMask changeJoni Poikelin2015-03-271-2/+2
* | QComboBox: use native popup on iOSRichard Moe Gustavsen2015-03-252-7/+7
* | QComboBox: change showNativePopup to be non-blockingRichard Moe Gustavsen2015-03-252-51/+81
* | QSplashScreen: Center also on high-dpi screensMorten Johan Sørvig2015-03-231-1/+1
* | QDoubleSpinBox: Set back an upper limit widthCaroline Chao2015-03-232-4/+16
* | Fix high-dpi scaledContents QLabelMorten Johan Sørvig2015-03-191-1/+4
* | QtWidgets: Fix const correctness in old style castsThiago Macieira2015-03-173-9/+9
* | Remove scrollarea cornerarea when only one scrollbar is visible.Marko Kangas2015-03-121-11/+3
* | QAbstractButton: emit released on focus out or disableFrederik Gladhorn2015-03-101-3/+7
* | Doc: added doc QProgressBar about undeterm. stateNico Vertriest2015-03-091-0/+2
* | Fix crash when accessing QStyleHints before QGuiApplication is constructed.Friedemann Kleint2015-02-253-3/+3
* | Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-255-9/+9
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+4
|\|
| * Make sure the QSplashScreen isn't closed instantly when calling finish()Andy Shaw2015-02-171-1/+4