Clément Fauconnier
47446798d8
selected color icon was no longer visible
4 years ago
Clément Fauconnier
e05d686949
setDesktopMode to correct value + uncomment some osx code on an old bug
4 years ago
Clément Fauconnier
5031b105a1
revert 21f59f11cb
4 years ago
Clément Fauconnier
4bdecc834c
remove flash animations access (but not more to make easier for anyone who wants to reactivate it)
5 years ago
Victor "multun" Collod
fb25c17e4e
fix use after free of movingItem
5 years ago
Clément Fauconnier
add38a48d0
fixed an issue where the finger selector would not move text items just created
5 years ago
Clément Fauconnier
11654b6ee9
downloading a PDF to add it to the current document was no longer working due to changes in QUrl::toLocalFile
5 years ago
Clément Fauconnier
21f59f11cb
added statement suggested in #259 issue as I didn't found any regression and it seems to solve a systematic crash on Windows according @torinfo
5 years ago
Clément Fauconnier
40c334c144
reuse last used color for newer text boxes (only if applied globally) + recolor text boxes on background changes (white text becomes black and black text becomes white (like for polygons))
5 years ago
Clément Fauconnier
0cccd34024
fixed an issue where duplicated grouped items were losing zlevel order
6 years ago
Clément Fauconnier
3506afa3b4
fixed a bug where flash widgets were not handled properly when set as tools
6 years ago
Clément Fauconnier
d6ca0f6ed4
createNewDocument on init
6 years ago
Clément Fauconnier
c77b8fd8b8
code cleaning + copyright update + i18n update
6 years ago
Clément Fauconnier
e228fb19e5
updated Copyright to 2018
6 years ago
Clément Fauconnier
b94ec80753
fixed a bunch of issues related to new document mode
6 years ago
Clément Fauconnier
1432af6970
fixed a bug where addToWorkingDocument was not working with images, audios and videos
6 years ago
Clément Fauconnier
5ed4a41dba
native dialogs and replace if exists dialog on import document
6 years ago
Clément Fauconnier
8ecf99f838
First step of OpenSankore Document Mode integration
6 years ago
Clément Fauconnier
823115bd1d
added an option to swap first and second display screens
7 years ago
Clément Fauconnier
3860e97b49
1.4 release without real time previews on left palette
7 years ago
Clément Fauconnier
cd1b2e0087
added code lost in auto-resolved conflicts during my last 'stash apply'
7 years ago
Clément Fauconnier
e2aef9f0aa
increased messages during document loading + optimized some calls
7 years ago
Clément Fauconnier
532ed5331f
Revert "force saving of current scene, while not explicitely asked to not"
...
This reverts commit 08f7b3c1d5
.
7 years ago
Clément Fauconnier
08f7b3c1d5
force saving of current scene, while not explicitely asked to not
7 years ago
Clément Fauconnier
723ef7b263
fixed a bug where adding an existing page to the curent document resulted in a crash
7 years ago
Clément Fauconnier
68c7da58fe
persist document before possible crash on ClearUndoStack (when using eraser then clearBoard button
7 years ago
Clément Fauconnier
2a92fc1ba1
fade grid opacity on zooms lower than 0.7
7 years ago
Clément Fauconnier
a97bdc4b21
(WIP) improved global behavior on thumbnails views positioning (resizing, page format, ...)
7 years ago
Clément Fauconnier
1f9a4858e1
replaced previous workaround on thumbnail views by a fix
7 years ago
Clément Fauconnier
d4a3a19845
same behavior as Marker Circle for pen circle
7 years ago
Clément Fauconnier
773dab5cf7
persist view position on each scene of a document (only during session)
7 years ago
Clément Fauconnier
859b52b7a4
fixed a bug where thumbnail views where not correctly updated/highlighted after a drag and drop
7 years ago
Clément Fauconnier
ae559ac3d4
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)
7 years ago
Clément Fauconnier
8645c28471
highlight active thumbnail view
7 years ago
Clément Fauconnier
7a9b89694b
fixed some bad behaviors around thumbnail views and document persistence
7 years ago
Clément Fauconnier
5343f6b9ba
new workaround for disconnected thumbnail views... to change ASAP
7 years ago
Clément Fauconnier
ce2f4259c5
Revert "workaround to adress badly attached thumbnail views (no more time to investigate on it...) + prevent overwriting scenes"
...
This reverts commit 0fd15f62a4
.
7 years ago
Clément Fauconnier
407e454897
incresead long press interval
7 years ago
Clément Fauconnier
0fd15f62a4
workaround to adress badly attached thumbnail views (no more time to investigate on it...) + prevent overwriting scenes
7 years ago
Clément Fauconnier
698193a85f
Revert "Fix for screenshot tool not grabbing videos"
...
This reverts commit b6f41165a6
.
7 years ago
Clément Fauconnier
8429a9706c
fixed a bug where where the active scene was overwritten by the last one
7 years ago
Clément Fauconnier
ccb1d8b8af
reverter revert workaround
7 years ago
Clément Fauconnier
08e7ae8461
revert previous fix + code cleaning
7 years ago
Clément Fauconnier
7b1f64eabf
merge 1.4-dev + thumbnail views & fixes
7 years ago
Craig Watson
457aef5b0f
Allow cut-and-pasting items between pages
...
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.
8 years ago
Craig Watson
fc81e27b9f
Fix for copy/paste issues
...
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.
8 years ago
Craig Watson
5d48d55c7f
Fix for duplicated strokes being positioned badly
...
Bug likely surfaced when fixing positioning of saved strokes. Quick
tests show that positioning now works both for duplication and
saving/loading
8 years ago
Craig Watson
fe6b92513f
Fix for text items' buttons overflowing from frame
...
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).
8 years ago
Craig Watson
09ab3e19d0
Fixes for media item grouping:
...
- 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
8 years ago
Craig Watson
5477d44e48
Fix for video / audio items not being selectable by rubber band
8 years ago