summaryrefslogtreecommitdiffstats
path: root/framework/qml/TextEditor.qml
Commit message (Collapse)AuthorAge
* Enable HTML mode when loading an html message.Christian Mollekopf2018-07-01
|
* Preserve newlines when converting plain to htmlChristian Mollekopf2018-06-30
|
* paintedWidth is just a deprecated alias for contentWidthChristian Mollekopf2018-04-05
|
* Fixed composer editor sizing.Christian Mollekopf2018-02-13
| | | | We still failed to make the composer large enough initially.
* Use a height that takes the padding into account.Christian Mollekopf2018-02-05
|
* The editor must be the size of the content.Christian Mollekopf2018-02-05
| | | | | Otherwise we end up scrolling up the editor if the content is larger than the initial view.
* Fix switching to html text.Christian Mollekopf2017-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 Mollekopf2017-10-23
|
* Fix draft loading.Christian Mollekopf2017-10-09
|
* Clear all formatting when converting to plain text.Christian Mollekopf2017-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 formattingChristian Mollekopf2017-10-06
|
* TextEditor html conversion and testrunnerChristian Mollekopf2017-10-06
|
* A working Html TextEditorChristian Mollekopf2017-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 propertyChristian Mollekopf2017-09-18
|
* Autodetect textformat to not break plaintextChristian Mollekopf2017-09-18
| | | | When showing plaintext all linebreaks were ignored.
* Replaced the invisible char hack with a better solutionChristian Mollekopf2017-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 setCursorPositionChristian Mollekopf2017-09-13
| | | | | | hack Which breaks mouse selection btw.
* Extract html or plaintext depending on settingChristian Mollekopf2017-09-13
|
* Keep TextEditor as our html editorChristian Mollekopf2017-09-13
|
* introduce Kube.ScrollBarMichael Bohlender2017-08-23
|
* TextEditor escapingChristian Mollekopf2017-07-23
|
* Move focus to text editor by default, and forward to next item on escChristian Mollekopf2017-07-23
| | | | ...since we support tabs in the text editor.
* Editor focusChristian Mollekopf2017-07-21
|
* A scrollable texteditorChristian Mollekopf2017-07-15
|
* Use the implcit flickable to simplify the codeChristian Mollekopf2017-06-23
|
* Slightly better sizing in the composerChristian Mollekopf2017-06-23
|
* Crashes so farChristian Mollekopf2017-06-19
|
* A texteditor that does scrollingChristian Mollekopf2017-06-19
Something is not quite right with the sizes, but at least it works otherwise.