Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added method to clear the undo/redo stacks. | Erik Verbruggen | 2010-02-09 | 1 | -0/+7 |
| | | | | Reviewed-by: mae | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | introduce int QTextDocument::available{Undo,Redo}Steps() const; | hjk | 2009-10-30 | 1 | -0/+3 |
| | | | | | | | | | | Formerly, QTextDocument::revision() could be used to guesstimate the number of available undo steps that was used in Qt Creator to store cursor positions in parallel to the actual text contents. Now that revision() is strictly increasing, another means is needed, therefore the new functions providing the needed data. Reviewed-by: mae | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fix crash when accessing newly constructed QTextObjects. | Benjamin Poulain | 2009-03-26 | 1 | -0/+1 |
| | | | | | | | | | The pieceTable member was only initialized by QTextDocumentPrivate _after_ the call to createObject. This patch initializes it at construction time. Task-number: 246138 Reviewed-by: Simon Hausmann | ||||
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+298 |