summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qcombobox.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-0/+1
|\
| * QtWidgets: includemocsMarc Mutz2016-03-181-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-0/+1
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-02-151-0/+1
| |\
| | * Add missing emission of activated(QString)Andy Shaw2016-02-021-0/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-10/+10
|\| |
| * | Fix GCC 6 valid warnings about misleading indendationsThiago Macieira2016-01-301-10/+10
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-1/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-1/+5
| |\|
| | * Emit the activated signal when the platform menu item is selected.Andy Shaw2015-12-161-1/+5
* | | Updated license headersJani Heikkinen2016-01-151-14/+20
* | | QComboBox: use NRVO from QAIM::match() and prevent a detach attemptMarc Mutz2015-12-301-2/+1
* | | QComboBox: don't re-evaluate count()/model->rowCount() all the timeMarc Mutz2015-12-021-8/+12
* | | QtWidgets: use Q_UNLIKELY for every qWarning() (1)Marc Mutz2015-11-211-7/+7
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-0/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-0/+4
| |\|
| | * QComboBox: Disable wheel events on OS X & iOSAdam Strzelecki2015-11-091-0/+4
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-5/+10
|\| |
| * | Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-271-5/+10
* | | Fix building with QT_NO_IMUlf Hermann2015-09-281-0/+2
|/ /
* | Fix some doc warnings.Friedemann Kleint2015-09-111-3/+0
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-0/+2
|\|
| * QComboBox: make editable comboboxes usable with input methodsRichard Moe Gustavsen2015-08-111-0/+2
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-0/+1
|\|
| * QLineEdit should inherit the input methods from QComboBox.BogDan Vatra2015-07-301-0/+1
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-0/+2
|\|
| * QComboBox: Fix compilation with QT_NO_COMPLETERChristoph Schleifenbaum2015-07-131-0/+2
* | QComboBox::setView only delete the old view if it is a childThorbjørn Martsum2015-07-081-1/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
* | widgets: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-231-0/+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