summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextcontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Fixed compiler warnings about unused q and d pointers.Janne Anttila2012-03-151-1/+0
* Update accessibility selections in QTextControl.Frederik Gladhorn2012-02-081-2/+13
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Fix QPlainTextEdit when using Qt::TextSelectableByKeyboard flagjahonkon2011-11-111-5/+2
* QTBUG-21058: Fix for possible crashes in QTextControl::setCursorWidth()Mikko Knuutila2011-10-041-4/+4
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master...Qt Continuous Integration System2011-09-091-5/+2
|\
| * Fix double click and drag not extending word selection.Andrew den Exter2011-09-081-5/+2
* | Merge branch 4.7 into qt-4.8-from-4.7Sergio Ahumada2011-08-261-12/+22
|\ \
| * | Make it easier to select words at the start of a line.Andrew den Exter2011-08-241-12/+22
* | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-08-151-2/+6
|\| | | |/ |/|
| * Move cursorDelegate with the mouse selection of read only text input.Andrew den Exter2011-08-041-2/+6
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-171-17/+17
| |\
| | * Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* | | Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-2/+4
|\ \ \
| * | | Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-05-141-1/+1
| |\| |
| | * | Make TextEdit word selection more natural.Andrew den Exter2011-05-131-1/+1
| * | | Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-05-131-1/+3
| |\| |
| | * | Ensure the TextEdit cursor delegate is repositioned on mouse events.Andrew den Exter2011-05-121-1/+3
| | |/
* | / Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
|/ /
* | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-04-271-10/+6
|\|
| * Ignore changes to selectByMouse during a selection.Andrew den Exter2011-04-271-10/+6
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-04-181-0/+3
|\|
| * Fix TextEdit cursorRectangle property.Andrew den Exter2011-04-131-0/+3
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-311-1/+1
|\|
| * Fix text selection with shift-click.Andrew den Exter2011-03-281-1/+1
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-03-151-2/+9
|\|
| * Fix TextEdit mouseSelectionMode overriding selectByMouse.Andrew den Exter2011-03-141-2/+9
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-03-101-1/+1
|\|
| * Update TextEdit's visible selection when only the anchor changes.Andrew den Exter2011-03-081-1/+1
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-03-051-2/+4
|\|
| * Fix potential crash in QTextControl.Lasse Holmstedt2011-03-041-2/+4
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-231-38/+82
|\|
| * Forward mouse events from TextInput and TextEdit to QInputContext.Andrew den Exter2011-02-211-38/+82
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-041-3/+41
|\|
| * Add a mouseSelectionMode property to TextEdit and TextInput.Andrew den Exter2011-02-011-2/+25
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
| |\
| * | Disable dragging text in TextEdit.Andrew den Exter2011-01-111-1/+16
* | | 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
| |/
* | Update the text cursor's position for input method events.Pierre Rossi2010-11-101-0/+3
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-281-6/+0
|\|
| * Fix text direction setting in QTextBlock layoutJiang Jiang2010-09-231-6/+0
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-251-8/+0
|\|
| * Ignore LayoutDirectionChange event in QTextControlJiang Jiang2010-08-191-8/+0
* | Remove the use of deprecated qVariant*Olivier Goffart2010-08-061-1/+1
|/
* Make sure cursorPositionChanged is emitted when doing undo/redoThorbjørn Lindeijer2010-05-181-0/+8
* A small mistake when comparing the flag.Alexis Menard2010-04-281-1/+3
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-121-2/+4
|\
| * Fix crash with QTextEdit::textChanged() when deleting a characterEskil Abrahamsen Blomfeldt2010-04-121-2/+4