summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qcombobox.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-141-0/+2
|\
| * Build fix for -no-feature-shortcutPaul Olav Tvete2017-03-031-0/+2
* | Remove unused references to QMacStyle headersJake Petroules2017-02-281-5/+0
|/
* Widgets: Update micro focus in QLineEdit and friendsJarkko Koivikko2017-02-171-0/+2
* Doc: added spec about parameter enableNico Vertriest2016-12-121-2/+2
* Clean up style selection codeLars Knoll2016-11-291-1/+1
* QComboBox: Prioritize the model font for popup itemsGabriel de Dietrich2016-11-101-7/+7
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+11
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-0/+3
| |\
| | * QComboBox: fix build with GCC 7Marc Mutz2016-10-221-0/+3
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-171-0/+7
| |\|
| | * Doc: add notes about validator and completer in QComboBoxFrederik Gladhorn2016-10-131-0/+7
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-131-0/+1
| |\|
| | * QComboBox: add missing break in switch in keyPressEvent()Marc Mutz2016-10-121-0/+1
* | | Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-2/+2
* | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-2/+2
|\|
| * QComboBox: fix crash on setEditable(false) called from editTextChanged()Marc Mutz2016-07-061-2/+2
* | QtWidgets: Fix qdoc warnings related to inputMethodQuery().Friedemann Kleint2016-04-211-0/+2
* | QComboBox: Implement support for IM queries with QVariant argumentRichard Moe Gustavsen2016-04-141-0/+8
* | 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