summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextdocument_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert signal emission order in QTextDocument to 4.5 behaviourmae2009-06-081-2/+4
| | | | | | | This is covered by the autotest tst_QTextDocument::receiveCursorPositionChangedAfterContentsChange() Reviewed-by: con
* Fixed unwanted merging of undo commands from different edit blocksmae2009-05-081-1/+2
| | | | | | | | | 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
* Long live Qt!Lars Knoll2009-03-231-0/+398