summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qwidgettextcontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Accessibility text updates for QTextEditFrederik Gladhorn2014-04-051-0/+28
* Remove a duplicate code of else-if statementluyikei2014-03-291-3/+0
* Android: Do not enable text selection in QTextEdits by default.Christian Strømme2014-02-211-0/+4
* Extending the inputMethodQuery APIPaul Olav Tvete2014-02-151-1/+42
* Q(Plain)TextEdit: Add find() overload with QRegExpChristian Loose2014-01-311-0/+13
* Add new BiDi control characters to Unicode control character menuKonstantin Ritt2014-01-141-1/+5
* QWidgetTextControl: drop some actions when QT_NO_CLIPBOARDMarc Mutz2013-12-091-1/+5
* Assign icons to actions of QTextEdit context menuAurélien Gâteau2013-07-301-0/+13
* Only call QA::updateAccessibility() if the "control owner" is a QWidgetJan Arve Saether2013-05-201-2/+2
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Update the display to reflect changes by input methodPaul Olav Tvete2013-02-271-1/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* compile fix for MSVC 2008 and std::upper_boundThomas Hartmann2012-10-041-10/+11
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove qUpperBound usages from qtbaseGiuseppe D'Angelo2012-09-191-2/+2
* Remove qLowerBound usages from qtbaseGiuseppe D'Angelo2012-09-191-2/+4
* Don't use string comparison to figure out how to use the clipboardJorgen Lind2012-09-051-3/+4
* Move assignment of mousePressed variable in QWidgetTextControlJorgen Lind2012-09-051-1/+2
* Replace some Q_WS_X11 by check for platform's name.Friedemann Kleint2012-07-161-2/+1
* Add stylehint to use querying RTL keyboard support.Friedemann Kleint2012-07-111-11/+2
* Avoid string-based lookup of signalsKent Hansen2012-06-051-2/+3
* Update accessibility selections in QTextControl.Frederik Gladhorn2012-04-141-3/+17
* Reverted use of tentative commit use in QWidget editorsPekka Vuorela2012-03-271-14/+5
* Fix QWidgetTextController issue when used with QtQuick1 TextEditPekka Vuorela2012-03-211-2/+2
* Remove use of deprecated conversion from QKeySequenceOlivier Goffart2012-02-271-1/+3
* Fix compilation with QT_NO_PRINTER.Andreas Holzammer2012-02-071-0/+2
* Renamed QInputPanel as QInputMethodPekka Vuorela2012-02-021-4/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove input context action support from editorsPekka Vuorela2011-12-201-12/+0
* Adapt from QInputContext interface to QInputPanelPekka Vuorela2011-12-201-18/+14
* 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
* QWidget text editors to commit text on their own on losing focusPekka Vuorela2011-11-101-0/+1
* QTextEdit to use tentative commit instead of QInputPanel::commit()Pekka Vuorela2011-11-101-5/+24
* Implement partial tentativeCommit support in QTextEditPekka Vuorela2011-11-101-0/+18
* QTextEdit - mouse events to override input contextPekka Vuorela2011-11-051-99/+118
* 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-211-5/+1
* QTextEdit - Fix selectionChange emission bugPekka Vuorela2011-10-111-6/+17
* Removed obsolete custom input context supportPekka Vuorela2011-10-111-11/+3
* Get rid of the last traces of QMimeSourceLars Knoll2011-09-291-1/+0
* Rename ImMicroFocus to ImCursorRectangleLars Knoll2011-09-081-1/+1
* Refactor QMouseEvent to contain the position inside the windowLars Knoll2011-09-011-1/+2
* Restore feature compatibility with QPrinter in QTextDocument::printLars Knoll2011-08-191-4/+2
* Don't rely on QPrinter in widgetsLars Knoll2011-08-191-5/+6
* Use the paged paintdevice in the print() method of QTextDocument.Lars Knoll2011-08-191-2/+0
* Renamed QLine/TextControl to QWidgetLine/TextControlLars Knoll2011-06-271-0/+3150