summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qcombobox.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing emission of activated(QString)Andy Shaw2016-02-021-0/+1
* 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
* QComboBox: make editable comboboxes usable with input methodsRichard Moe Gustavsen2015-08-111-0/+2
* QLineEdit should inherit the input methods from QComboBox.BogDan Vatra2015-07-301-0/+1
* QComboBox: Fix compilation with QT_NO_COMPLETERChristoph Schleifenbaum2015-07-131-0/+2
* Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
* Fix combobox regression 5.4 -> 5.5Allan Sandfeld Jensen2015-05-301-1/+1
* 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-041-16/+30
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-1/+4
|\
| * QComboBox: Update completer on setCurrentIndex()Andre Hartmann2015-03-181-1/+4
* | QComboBox: use native popup on iOSRichard Moe Gustavsen2015-03-251-5/+5
* | QComboBox: change showNativePopup to be non-blockingRichard Moe Gustavsen2015-03-251-50/+75
* | Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-251-1/+1
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | QComboBox: use QModelIndex::sibling() instead of index()+parent()Marc Mutz2015-02-041-3/+1
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-2/+2
* | QComboBox: simplify codeGiuseppe D'Angelo2015-01-161-7/+6
* | QComboBox: make setModel reset the root model indexGiuseppe D'Angelo2015-01-131-0/+4
* | Make setting twice the very same model on QComboBox a no-opGiuseppe D'Angelo2014-12-201-0/+3
|/
* iOS, QComboBox: don't apply special case for OS X on iOSRichard Moe Gustavsen2014-11-261-2/+2
* Correctly update QComboBox appearance on editable changeEskil Abrahamsen Blomfeldt2014-10-241-2/+1
* Fix height of combo popup when the list view has non-zero spacing.Friedemann Kleint2014-10-221-5/+21
* osx: let qcombobox specify target rect when showing popupRichard Moe Gustavsen2014-10-131-1/+1
* Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Fix crash in QCombobox when resetting model during currentIndexChanged()Alex Blasche2014-09-211-1/+1
* Respect Qt::FontRole for QComboBox items.Mitch Curtis2014-09-161-3/+8
* QComboBox: update focus policy when setting a new line editLiang Qi2014-06-211-8/+16
* Use QModelIndex to get the data from underlying modelFriedemann Kleint2014-06-191-2/+2
* Fix compilation in under -no-c++11 modeThiago Macieira2014-06-191-7/+10
* Accessibility: Update ComboBox text on arrow keysFrederik Gladhorn2014-05-161-6/+6
* QComboBox: Set the proper font after a MacSizeChange eventGabriel de Dietrich2014-04-091-0/+12
* QComboBox: Use native popups on MacGabriel de Dietrich2014-04-071-6/+90
* Handle key release events correctlyPaul Olav Tvete2014-03-141-0/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-1/+1
|\
| * QComboBox: Don't do anything if wheel event delta is zeroGabriel de Dietrich2013-12-041-1/+1
* | QComboBox: use QSignalBlockerMarc Mutz2013-11-091-6/+6
|/
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-3/+3
* QComboBox - only react on a mouse-release if we had a mousepressThorbjørn Lund Martsum2013-08-211-2/+17
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-5/+26
|\
| * QComboBox: fix item activation via completerJ-P Nurmi2013-08-081-5/+26
* | Merge branch 'stable' into devSergio Ahumada2013-07-111-3/+2
|\|
| * QComboBox - optimize (improve stupid code at enter-key)Thorbjørn Martsum2013-07-101-3/+2
* | Add QComboBox::currentDataGiuseppe D'Angelo2013-05-271-0/+14
|/
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Made QMacStyle internalJ-P Nurmi2012-11-231-1/+1
* Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-291-13/+0