berniev
75fa455c5d
Gui: Use override etc 2
2022-08-09 12:43:23 +02:00
Uwe
560c85c7f8
[Gui] Task* and Text*: remove unused includes
2022-03-05 17:44:07 +01:00
wmayer
7dc3f5ff28
Gui: add virtual methods undoActions()/redoActions() to MDIView to simplify code in UndoDialog/RedoDialog
2021-10-23 15:15:09 +02:00
Mateusz Skowroński
98f63ba60f
Fix build warnings from deprecated Boost headers (they are used internally by Boost). Thanks @wwmayer for the hint.
2020-12-29 10:20:53 +01:00
wmayer
17e0697c5e
Gui: improve usability of text document object
2020-03-17 11:36:03 +01:00
wmayer
1050b1926f
fix flaws to add PreCompiled.h inside normal header files
2020-02-03 15:03:49 +01:00
wmayer
9746106740
Gui: allow to set font family and size and syntax highlighting
2019-12-19 23:17:46 +01:00
wmayer
ea824a6d7f
fix -Winconsistent-missing-override -Wunused-variable
2019-10-13 14:29:52 +02:00
wmayer
5390266ac7
fixes #0004125 : MDIViews not accessible correctly
2019-09-15 18:15:44 +02:00
wmayer
506ce6b5f5
fix override warnings
2017-09-15 01:49:12 +02:00
Markus Hovorka
f9f2d8c31b
Add TextDocument with full size editor
...
A new document object App::TextDocument. It has a property Text which
holds the text of the document as a string. This commit also contains a
full size editor based on QPlainTextEdit. It can only be used by the
TextDocument and has a read only mode invoked for read only documents
(ReadOnly property set to true). The editor is invoked by a double
click on the TextDocument.
2017-07-04 19:36:10 +02:00