summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextcursor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed unwanted merging of undo commands from different edit blocksmae2009-05-081-6/+19
| | | | | | | | | With this patch, commands no longer merge across block bounderies. In order to have merging still work for the normal insertion and deletion case, the unnecessary beginEditBlock()/endEditBlock() calls where cleaned up. Reviewed-by: Simon Hausmann
* Doc: Said that QTextCursor is an implicitly shared class inGeir Vattekar2009-05-061-1/+4
| | | | | | QTextCursor::operator= Task-number: 247955
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+2420