aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/markdowneditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: remove text editor action handlerDavid Schulz2024-04-091-12/+3
* Markdown: Fix the Show Editor/Preview buttonsEike Ziller2024-02-191-2/+2
* Utils: Also rename parameteraction.{h,cpp} to action.{h,cpp}hjk2024-01-291-2/+1
* TextEditor: Use new setup pattern for markdown and json editorhjk2024-01-291-0/+26
* Remove CommandButtonEike Ziller2024-01-261-17/+13
* Use ActionBuilder for Markdown editorEike Ziller2024-01-261-51/+70
* Markdown: Open external links from text editorMathias Hasselmann2024-01-151-1/+14
* Markdown: Follow local anchor links in text editorMathias Hasselmann2024-01-151-2/+26
* Markdown: Open links to local files in text editorMathias Hasselmann2024-01-151-4/+65
* Markdown: Use regular text editor's toolbarMathias Hasselmann2024-01-111-23/+16
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2024-01-081-1/+36
|\
| * Markdown: Add anchors for headingsEike Ziller2024-01-041-0/+21
| * Markdown: Fix that file links were shown as blank in previewEike Ziller2024-01-041-1/+15
* | Add Line/Column indicator to Markdown editorEike Ziller2023-11-171-0/+5
|/
* Fix UI text capitalization, punctuation, and phrasingLeena Miettinen2023-10-201-1/+1
* Markdown: Add missing commands for show editor/preview and swapEike Ziller2023-10-091-13/+44
* Markdown: Add missing actions for text stylesEike Ziller2023-09-291-63/+109
* Markdown: Enable action buttons with unselected textTasuku Suzuki2023-09-291-18/+33
* Utils, all: Standardize on QtcSettingshjk2023-09-271-1/+6
* Markdown: Add some tool button to help writing markdownTasuku Suzuki2023-09-141-0/+95
* Some more tr fixesEike Ziller2023-06-141-1/+1
* Markdown: Set focus to text editor at startEike Ziller2023-06-061-2/+2
* MarkdownEditor: Ensure focus is inside the editor partChristian Stenger2023-06-021-0/+2
* Markdown: Save and restore stateEike Ziller2023-05-101-61/+115
* Markdown: Save visible views as defaultEike Ziller2023-05-101-4/+25
* Markdown: Support bookmarks and jumping to search resultsEike Ziller2023-05-091-9/+30
* Markdown: Delay update of previewEike Ziller2023-05-081-15/+38
* Markdown: Fix focus handlingEike Ziller2023-05-051-12/+33
* Markdown: Add option for hiding previewEike Ziller2023-04-251-20/+50
* Editor: add option to switch markdown viewer panesDavid Schulz2023-04-211-3/+35
* Markdown: Fix that text editing actions were not availableEike Ziller2023-04-201-11/+32
* Markdown: Reuse Markdown highlighter from change log viewerEike Ziller2023-04-191-1/+3
* Markdown: Fix keeping scroll position when text is editedEike Ziller2023-02-231-1/+1
* Markdown: Remove unneeded contextEike Ziller2023-02-231-6/+0
* MarkdownView: Merge into TextEditorhjk2023-02-211-0/+109