- 22 Aug, 2020 1 commit
-
-
Laurent Montel authored
-
- 11 Aug, 2020 3 commits
-
-
Christophe Marin authored
-
Christophe Marin authored
-
Christophe Marin authored
-
- 07 Aug, 2020 1 commit
-
-
Laurent Montel authored
"Ctrl-Up" to take the cursor to the beginning of the line or paragraph. " CCBUG: 425081
-
- 06 Aug, 2020 1 commit
-
-
Laurent Montel authored
-
- 04 Aug, 2020 1 commit
-
-
Laurent Montel authored
-
- 02 Aug, 2020 1 commit
-
-
Laurent Montel authored
-
- 31 Jul, 2020 3 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
The default QTextEdit behavior is following: - the current char format corresponds to the symbol right _before_ the cursor position. - if the cursor is at the start of the block, the format is grabbed from the symbol _after_ the cursor. It works well with standard formatting (bold, underline, etc), which can easily be enabled / disabled using corresponding QActions. Note that the behavior is also the same for, say, LibreOffice. However, it does not work well with hyperlinks. If the document ends with a link, it is virtually impossible to start typing normal text right after this link (i.e. to reset the char format). The only way to do it is to use copy-paste (i.e. paste some normal text, preserving formatting), which is quite frustrating. For the same reason it's not easy to write some text right after hyperlink. I believe it's the reason behind this tiny whitespace in `insertHtml` inside richTextComposer. The workaround is following: alter the default behiour and take the character format from symbol right _after_ the link if the cursor points at the end of the link (this is also the way LibreOffice behaves).
-
- 13 Jul, 2020 1 commit
-
-
Laurent Montel authored
-
- 12 Jul, 2020 1 commit
-
-
Laurent Montel authored
-
- 08 Jul, 2020 1 commit
-
-
Laurent Montel authored
-
- 07 Jul, 2020 1 commit
-
-
Laurent Montel authored
-
- 06 Jul, 2020 1 commit
-
-
Laurent Montel authored
-
- 02 Jul, 2020 4 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
- 01 Jul, 2020 8 commits
-
-
Laurent Montel authored
(cherry picked from commit 6eb75b82)
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
- 22 Jun, 2020 1 commit
-
-
Laurent Montel authored
-
- 17 Jun, 2020 1 commit
-
-
Laurent Montel authored
-
- 14 Jun, 2020 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 12 Jun, 2020 1 commit
-
-
Laurent Montel authored
-
- 10 Jun, 2020 1 commit
-
-
Laurent Montel authored
-
- 09 Jun, 2020 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 08 Jun, 2020 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 07 Jun, 2020 1 commit
-
-
Laurent Montel authored
-
- 05 Jun, 2020 1 commit
-
-
Laurent Montel authored
-