- 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
-
- 04 Jun, 2020 1 commit
-
-
Laurent Montel authored
-
- 02 Jun, 2020 1 commit
-
-
Laurent Montel authored
-
- 31 May, 2020 1 commit
-
-
Rescale image only when needed (i.e. original image is larger than desired). Also, when user don't want to rescale the image at all, special values width == -1 && height == -1 are provided; this case should also be covered.
-
- 30 May, 2020 3 commits
-
-
Igor Poboiko authored
-
Igor Poboiko authored
The width and height are currently used to set properties of QTextImageFormat, which then are used to set "width" and "height" html properties for img tag, so that rescaling will be done by whoever reads generated html. The image itself is not affected. By also rescaling the image itself, we can save some space and reduce the size of the document (e.g.: I tried to add a HD photo of original size 4000x2000, whose base64 was ~12mb; I resized it to 500x250, and the size reduced to 300kb)
-
Igor Poboiko authored
activateRichText emits textModeChanged signal, which leads to richTextComposerActions::textModeChanged call. Which segfaults if table actions are not yet created by explicit createActions call.
-
- 29 May, 2020 1 commit
-
-
Laurent Montel authored
-
- 28 May, 2020 2 commits
-
-
Igor Poboiko authored
The old code doesn't set the flag richTextEnabled, which results in some actions being enabled and some being disabled due to checks in slotUpdateMiscActions.
-
Laurent Montel authored
-
- 26 May, 2020 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-