summaryrefslogtreecommitdiffstats
path: root/src/gui/util/qcompleter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-291-0/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Compile with QStringBuilder and QByteArrayOlivier Goffart2011-04-011-1/+1
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Merge commit '9f766c977a329c84023a15fc66f52d26ff03447b^' into qt-master-from-4.7Olivier Goffart2010-10-251-6/+12
|\|
| * QCompleter: do not auto complete when directory is changed.Olivier Goffart2010-10-131-6/+12
* | Make QCompleter return current parent instead of invalid indexZeno Albisser2010-10-201-1/+1
|/
* Fix compilation: QT_NO_LINEEDITTasuku Suzuki2010-08-161-0/+2
* QFileDialog : Fix completer showing up on the MyComputer view.Alexis Menard2010-07-151-1/+3
* Merge remote branch 'origin/4.6' into 4.7-from-4.6Rohan McGovern2010-05-191-7/+12
|\
| * Doc: fix typoOlivier Goffart2010-05-171-1/+1
| * QCompleter: fix misuse of QMap that can lead to crashesOlivier Goffart2010-05-171-6/+11
* | Make QCompleter cope with restricted screen real estate (mobile devices)Dominik Holland2010-05-061-6/+15
* | Fix QT_NO_FILESYSTEMMODELTasuku Suzuki2010-04-121-0/+2
* | Revert change 7bf4512659 on Cocoa.Morten Johan Sørvig2010-03-231-1/+1
* | Fix the QPrintDialog showing a popup with nothing.Alexis Menard2010-03-171-1/+1
* | Implement showing the volume name for drives on Windows.Alexis Menard2010-01-141-4/+9
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\|
| * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* | Obsolete QDirModel and remove it from the doc.Alexis Menard2010-01-081-13/+57
|/
* Fix focus policy propagation in QCompleter on QWSPaul Olav Tvete2009-09-101-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* QCompleter could crash when setting the completion prefixThierry Bastian2009-09-021-3/+2
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-061-1/+1
|\| |
| * | fix warnings on mingw (gcc4.4)Thierry Bastian2009-08-041-1/+1
* | | Merge commit 'origin/master'Jason Barron2009-08-041-4/+3
|\ \ \
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-4/+3
* | | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-1/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Do not emit activated and close the popup when the item is not enabled.Benjamin C Meyer2009-07-301-1/+5
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-5/+33
|\| | | | |/ / |/| |
| * | Lets the size of the completer be configurable in a way similar to QComboBox.Frédéric Mercille2009-07-171-3/+27
| * | Fixes: The keyboard navigation of QComboBox don't work with the completionNoah White-Hamerslough2009-07-131-2/+2
| * | Doc: Indicated that QCompleter::completionModel() returns a proxy model.David Boddie2009-06-251-0/+4
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-3/+7
|\| |
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-3/+7
| |\|
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | * Prevented QCompleter popup from appearing briefly on Windows.jasplin2009-06-161-1/+5
| | * Fixed problems with the event handling in QCompleter on Mac.jasplin2009-06-121-1/+1