Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix switching to html text. | Christian Mollekopf | 2017-12-11 |
| | | | | | We sometimes ended up with an html string (not representation) in html model after switching for the first time. | ||
* | Show an IBeamCursor while hovering over a textfield. | Christian Mollekopf | 2017-10-23 |
| | |||
* | Fix draft loading. | Christian Mollekopf | 2017-10-09 |
| | |||
* | Clear all formatting when converting to plain text. | Christian Mollekopf | 2017-10-08 |
| | | | | | | We used to end up with whatever formatting the current cursor had. Task: https://phabricator.kde.org/T7160 | ||
* | TextDocumentHandler to deal with HTML formatting | Christian Mollekopf | 2017-10-06 |
| | |||
* | TextEditor html conversion and testrunner | Christian Mollekopf | 2017-10-06 |
| | |||
* | A working Html TextEditor | Christian Mollekopf | 2017-10-06 |
| | | | | | It's just the TextArea that is broken, it seems the TextEdit works fine with html content. | ||
* | Switch the textformat based on the html property | Christian Mollekopf | 2017-09-18 |
| | |||
* | Autodetect textformat to not break plaintext | Christian Mollekopf | 2017-09-18 |
| | | | | When showing plaintext all linebreaks were ignored. | ||
* | Replaced the invisible char hack with a better solution | Christian Mollekopf | 2017-09-13 |
| | | | | | | We now cache the format until the next char is inserted, which seems to work fine, doesn't break selection and is overall much cleaner. | ||
* | We don't want persistentSelection and centralize the setCursorPosition | Christian Mollekopf | 2017-09-13 |
| | | | | | | hack Which breaks mouse selection btw. | ||
* | Extract html or plaintext depending on setting | Christian Mollekopf | 2017-09-13 |
| | |||
* | Keep TextEditor as our html editor | Christian Mollekopf | 2017-09-13 |
| | |||
* | introduce Kube.ScrollBar | Michael Bohlender | 2017-08-23 |
| | |||
* | TextEditor escaping | Christian Mollekopf | 2017-07-23 |
| | |||
* | Move focus to text editor by default, and forward to next item on esc | Christian Mollekopf | 2017-07-23 |
| | | | | ...since we support tabs in the text editor. | ||
* | Editor focus | Christian Mollekopf | 2017-07-21 |
| | |||
* | A scrollable texteditor | Christian Mollekopf | 2017-07-15 |
| | |||
* | Use the implcit flickable to simplify the code | Christian Mollekopf | 2017-06-23 |
| | |||
* | Slightly better sizing in the composer | Christian Mollekopf | 2017-06-23 |
| | |||
* | Crashes so far | Christian Mollekopf | 2017-06-19 |
| | |||
* | A texteditor that does scrolling | Christian Mollekopf | 2017-06-19 |
Something is not quite right with the sizes, but at least it works otherwise. |