- 19 Feb, 2019 1 commit
-
-
Clément Fauconnier authored
-
- 05 Feb, 2019 1 commit
-
-
Clément Fauconnier authored
-
- 08 Jan, 2019 1 commit
-
-
Clément Fauconnier authored
-
- 02 Oct, 2018 2 commits
-
-
Clément Fauconnier authored
-
Clément Fauconnier authored
-
- 17 Sep, 2018 1 commit
-
-
Clément Fauconnier authored
-
- 07 Sep, 2018 1 commit
-
-
Clément Fauconnier authored
-
- 31 Jul, 2018 1 commit
-
-
Clément Fauconnier authored
-
- 18 Jul, 2018 1 commit
-
-
Clément Fauconnier authored
-
- 12 Jun, 2018 1 commit
-
-
Clément Fauconnier authored
-
- 14 Mar, 2018 1 commit
-
-
Clément Fauconnier authored
-
- 19 Feb, 2018 2 commits
-
-
Clément Fauconnier authored
-
Clément Fauconnier authored
-
- 31 Jan, 2018 1 commit
-
-
Clément Fauconnier authored
This reverts commit 08f7b3c1.
-
- 23 Jan, 2018 2 commits
-
-
Clément Fauconnier authored
-
Clément Fauconnier authored
-
- 20 Dec, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 19 Dec, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 28 Nov, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 20 Nov, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 13 Nov, 2017 2 commits
-
-
Clément Fauconnier authored
-
Clément Fauconnier authored
-
- 03 Nov, 2017 3 commits
-
-
Clément Fauconnier authored
-
Clément Fauconnier authored
fixed a bug where clicking on/moving a textbox by its rubberband whith stylus tool on text caused a crash (more frequent after zoom out)
-
Clément Fauconnier authored
-
- 02 Nov, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 12 Oct, 2017 4 commits
-
-
Clément Fauconnier authored
-
Clément Fauconnier authored
Revert "workaround to adress badly attached thumbnail views (no more time to investigate on it...) + prevent overwriting scenes" This reverts commit 0fd15f62.
-
Clément Fauconnier authored
-
Clément Fauconnier authored
workaround to adress badly attached thumbnail views (no more time to investigate on it...) + prevent overwriting scenes
-
- 10 Oct, 2017 2 commits
-
-
Clément Fauconnier authored
This reverts commit b6f41165.
-
Clément Fauconnier authored
-
- 26 Sep, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 25 Sep, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 24 Sep, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 22 May, 2017 1 commit
-
-
Craig Watson authored
Previously, items such as audio, video, and widget items could not be cut and pasted because when the page was saved, any item that had been deleted was permanently removed (including its source file, in the case of these mulitmedia items). This commit prevents the deletion any item in the undoStack (i.e, items that have been deleted) when the document is persisted, meaning the source file is still available when pasting the item on another page (or document). Note that this can lead to cases where the source file is kept in the document even when no item is present. This should be a relatively rare occurence, however.
-
- 23 Apr, 2017 1 commit
-
-
Craig Watson authored
This fixes two related issues: 1) When taking a partial screenshot of the desktop, then copying it (Ctrl-C) and pasting it in a new document, it was not saved 2) When a page of one document was copied into another (in document mode, by dragging the page onto another document), media files disappeared from the new page.
-
- 11 Mar, 2017 1 commit
-
-
Craig Watson authored
Bug likely surfaced when fixing positioning of saved strokes. Quick tests show that positioning now works both for duplication and saving/loading
-
- 28 Jan, 2017 1 commit
-
-
Craig Watson authored
This was observed in some cases on low-resolution screens, at least on Linux and Windows. The previously hardcoded value for the width of the text items' titlebar (consisting of the buttons for formatting text) was replaced by a method calculating its width (which varies based on screen resolution).
-
- 14 Jan, 2017 1 commit
-
-
Craig Watson authored
- Selecting multiple media items then grouping them didn't behave as it should for other items => fixed by adding type tests - A group containing several media items wasn't saved to SVG with those media items as children, due to incorrect UUID copying in the mediaItems's deepCopy() methods
-