summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix cursor disappearance in QLineEdit on Mac when deleting all textPasi Matilainen2012-01-201-1/+1
* Rename all our interfaces from com.trolltech to org.qt-projectLars Knoll2012-01-192-7/+7
* Delete src/widgets/platforms/macMorten Johan Sorvig2012-01-173-19/+0
* Make QFtp private.Jonas M. Gastal2012-01-121-3/+2
* Docs: Forward-ported typo and link fixes from Qt 4.8Janne Anttila2012-01-111-1/+1
* Remove unused QT_NO_TEXTSTREAM.David Faure2012-01-112-4/+0
* Platform style hints: Introduce keyboard repeat rate.Friedemann Kleint2012-01-101-10/+2
* Remove docs for removed functions.Frederik Gladhorn2012-01-091-56/+0
* Move keyboard locale and input direction to QInputPanelPekka Vuorela2012-01-071-1/+2
* Fix documentation.Frederik Gladhorn2012-01-062-40/+0
* Remove qdoc for code that no longer exists.Frederik Gladhorn2012-01-062-174/+0
* Removed Qt::ImhMultiLinePekka Vuorela2012-01-051-1/+0
* Update copyright year in license headers.Jason McDonald2012-01-05149-149/+149
* QLineEdit to use Qt::ImhSensitiveData input hint on password echo modesPekka Vuorela2012-01-031-2/+2
* Replace a pseudo-virtual slot with a virtual method.Stephen Kelly2011-12-272-3/+2
* Finish removing Qt3 supportBradley T. Hughes2011-12-231-1/+1
* Adapt from input context mousehandler to input panel in QLineEditPekka Vuorela2011-12-201-7/+6
* Remove input context action support from editorsPekka Vuorela2011-12-202-25/+0
* Adapt from QInputContext interface to QInputPanelPekka Vuorela2011-12-201-18/+14
* Fix Memory leak related to Content MenuDebao Zhang2011-12-131-1/+1
* Delay masking the last character in Password echo mode.Andrew den Exter2011-12-122-3/+74
* Fix TextInput test failures.Andrew den Exter2011-12-121-0/+2
* Move cursorDelegate with the mouse selection of read only text input.Andrew den Exter2011-12-121-2/+6
* Make it easier to select words at the start of a line.Andrew den Exter2011-12-121-12/+22
* Fix QPlainTextEdit when using Qt::TextSelectableByKeyboard flagjahonkon2011-11-141-1/+1
* Fixed wrong QGroupBox check stateMarkku Heikkila2011-11-141-0/+4
* Fix QDateEdit calendar pop-up having wrong datejahonkon2011-11-141-0/+2
* Factor out QPlatformTheme from QPlatformPlugin.Friedemann Kleint2011-11-112-3/+3
* Repaint QProgressBar when minimum or maximum changedTero Ahola2011-11-111-4/+10
* Doc: Added more appropriate links to help reduce confusion.David Boddie2011-11-111-0/+2
* QWidget text editors to commit text on their own on losing focusPekka Vuorela2011-11-102-0/+2
* QTextEdit to use tentative commit instead of QInputPanel::commit()Pekka Vuorela2011-11-102-5/+25
* Implement partial tentativeCommit support in QTextEditPekka Vuorela2011-11-105-10/+36
* QLineEdit - made mouse interactions commit preeditPekka Vuorela2011-11-055-16/+83
* Fix broken indendation with hard tabsPekka Vuorela2011-11-051-4/+4
* Support tentative commit string with input method.Pekka Vuorela2011-11-053-5/+38
* QTextEdit - mouse events to override input contextPekka Vuorela2011-11-052-100/+121
* Multiline editors not to limit anchor position inputMethodQueryPekka Vuorela2011-10-241-1/+1
* Widgets: Remove Q_WS_QPA and qpa-sections from .pro files.Friedemann Kleint2011-10-215-24/+5
* Widgets: Remove Symbian-specific code.Friedemann Kleint2011-10-192-468/+0
* QTextEdit - Fix selectionChange emission bugPekka Vuorela2011-10-112-7/+19
* Removed obsolete custom input context supportPekka Vuorela2011-10-112-14/+3
* Clean-up a macro for CocoaMorten Sorvig2011-10-1011-401/+2
* Removed some dead code from QWidgetLineControlPekka Vuorela2011-10-063-147/+46
* Make QLineEdit unit test pass againPekka Vuorela2011-10-061-4/+8
* Move the documentation for the classes to their modules.Casper van Donderen2011-10-0349-31/+59
* Remove the remaining traces of QT3_SUPPORTLars Knoll2011-10-0311-82/+1
* Refactor accessibility for Qt5Jan-Arve Saether2011-09-291-1/+0
* Remove obsolete function isHeaderVisible.Frederik Gladhorn2011-09-292-29/+8
* Get rid of the last traces of QMimeSourceLars Knoll2011-09-295-4/+2