Clément Fauconnier
758bd16da7
fixed missing calls to reloadThumbnails in some cases
3 years ago
Clément Fauconnier
e7b707d591
update document thummbnail when a new page is inserted
3 years ago
Clément Fauconnier
a277bf78a3
forgot to check OS
3 years ago
Clément Fauconnier
333b2eb322
prevent the same error to popup again and again if something went wrong while trying to open the virtual keyboard
3 years ago
Clément Fauconnier
76cfee3dc5
don't reload thumbnails everytime documentscenechanged is called + reload after duplicate in Board Mode
3 years ago
Clément Fauconnier
ac43610fb6
fixed other issues regarding thumbnails. A lot of issues were hidden by the fact that we were regenerating everything, almost everytime an action would imply a change in thumbnails
3 years ago
Clément Fauconnier
bfcaace42e
fixed a lot of issues regarding thumbnails
3 years ago
Clément Fauconnier
5a8b0a1117
fixed deselect all on autosave
3 years ago
Clément Fauconnier
b3692061a5
fixed an issue where erase a stroke then clear the scene before changing page would cause a crash
3 years ago
Clément Fauconnier
1cb97a8f85
call adjust displayView when centering on last center
3 years ago
letsfindaway
b30b3fd522
add cpp tool to draw a coordinate system
4 years ago
Clément Fauconnier
13e498c7b2
fixed label of the colors toolbar
4 years ago
jpapale
4293bfa51f
Ported to QT5.9, which fixes 'MAC desktop mode not forwarding events'.
...
Cleanup related to QWebkit.
4 years ago
John Papale
a1074cc7d6
Added 'ZoomBehavior=3' (compromise loss vs speed) and 'ZoomBehavior=4' (multithreaded). Made sure pdf image cache is skipped in non GUI cases (ex. exporting pdf).
4 years ago
Clément Fauconnier
d91e92780c
fixed an issue where metadata was not updated correctly in some cases of a page deletion
4 years ago
Clément Fauconnier
1dbdd90f68
improved import/export behaviors as some documents could be overwritten when they should not
4 years ago
Clément Fauconnier
47446798d8
selected color icon was no longer visible
4 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
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
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
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
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
1f9a4858e1
replaced previous workaround on thumbnail views by a fix
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
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
b6f41165a6
Fix for screenshot tool not grabbing videos
8 years ago