summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qcombobox.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QComboBox: new signal currentTextChangedMark Brand2012-10-261-2/+18
* QComboBox: fix use in QDataWidgetMapper/QItemDelegateMark Brand2012-10-261-1/+16
* Mac: Non-editable QComboBoxes shouldn't get focus by defaultGabriel de Dietrich2012-10-251-1/+19
* Bring back MacSizeChange eventGabriel de Dietrich2012-10-171-1/+1
* QComboBox: mention insert policy in context of editable propertyMark Brand2012-10-161-1/+4
* QComboBox::currentText: correct documentationMark Brand2012-10-151-3/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Misc documentation fixes triggered by qdoc errors/warningsShawn Rutledge2012-08-201-1/+1
* Enable QComboBox animation on Windows and fixing related bugsThomas Hartmann2012-08-201-1/+1
* QComboBox docs: cleanup Qt3 support leftoversJ-P Nurmi2012-08-171-79/+2
* Emit the highlighted signal if the model changes.Stephen Kelly2012-08-151-1/+5
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* Cocoa: Fix combo box flicker on show.Morten Sorvig2012-03-301-3/+3
* Remove QAccessibleEvent child parameter.Frederik Gladhorn2012-03-191-5/+5
* Use pointers for QAccessibleEvent.Frederik Gladhorn2012-03-151-5/+10
* Cocoa: Improve basic window handling.Morten Johan Sorvig2012-03-141-4/+13
* QComboBox: Use platform theme hint to determine popup geometry.Friedemann Kleint2012-02-281-13/+8
* Renamed QInputPanel as QInputMethodPekka Vuorela2012-02-021-1/+1