- 29 Aug, 2020 1 commit
-
-
Michael Reisecker authored
The drag & drop behaviour of the text editor itself is kept as-is (moving text blocks with the mouse etc., and also inserting file names if dropped into the text area) because we don't want to re-implement all of this ourselves. However, we display a guidance text if a user drags files over the text area telling them where to drop them to open.
-
- 19 May, 2020 1 commit
-
-
Mathias Bavay authored
And some cosmetic fixes for the line numbering of the preview editor
-
- 31 Mar, 2020 1 commit
-
-
Mathias Bavay authored
Moreover, the license for the lines numbering has been clarified and is now advertised in the About window
-
- 21 Mar, 2020 2 commits
-
-
Michael Reisecker authored
-
Michael Reisecker authored
Modernize signal mapping in PreviewEdit (better compile time checks), re-add line number safety margin (sorry, my oversight).
-
- 20 Mar, 2020 7 commits
-
-
Michael Reisecker authored
(old style cast, and "no out-of-line virtual method definitions")
-
Michael Reisecker authored
-
Michael Reisecker authored
Use recommended call for text width. I looked this up a while ago for the Alternative width calculation. This way we stay happy with the default Qt 5.9 and don't require 5.11 just for this call. (Ok I admit - I don't want to update Qt myself. But luckily it is the correct call.)
-
Mathias Bavay authored
The fonts are now setup in the constructor. An unnecessary script has been deleted.
-
Mathias Bavay authored
-
Mathias Bavay authored
And a minor visual tweak to the line numbering
-
Mathias Bavay authored
(it is licensed under BSD instead of GPL)
-