thomas_lucky13
411f85ca81
stylus tool bar
2 years ago
Clément Fauconnier
d95a408683
updated copyright
3 years ago
Clément Fauconnier
c1d45a3d11
call reloadThumbnails when adding a pdf in board mode
3 years ago
Clément Fauconnier
4f4c2e47cc
fixed an issue where buttons corresponding to saved pen width and eraser width would not be checked (at start)
3 years ago
Clément Fauconnier
19fd765ac3
fixed an issue where a copy of an item registered as a tool would not be registered itself as is
3 years ago
Clément Fauconnier
ee3b9aec7d
improved selection behavior in document mode and updating of buttons/actions + reduced the amount of some calls
3 years ago
Clément Fauconnier
9169146e27
don't call showKeyboard if opening is in error (osx only)
3 years ago
Clément Fauconnier
064ba61552
use simplified call to documentThumbnailsUpdated (with the good source)
3 years ago
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
7e83f910ca
restore call to QGraphicsView::mouseMoveEvent if drawing mode and not pressed
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
002a5fefc6
ruler and triangle were no longer receiving mouse move events
3 years ago
letsfindaway
f7974f0b33
fix: resizing of palettes in UBBoardPaletteManager
3 years ago
Clément Fauconnier
5a8b0a1117
fixed deselect all on autosave
3 years ago
Clément Fauconnier
edf2245ae7
fixed an issue where all items would be deselected except one but selection frame not updated
3 years ago
Clément Fauconnier
d2ab0e0962
strokes group should be moved if tool is play or (selection & item not selected)
3 years ago
Clément Fauconnier
4c95514a1a
QGraphicsView::mouseMoveEvent should be called if tool is selector or play but mouse not pressed
3 years ago
Clément Fauconnier
ec5f202ef1
always verify movingItem is not null + don't call QGraphicsView::mouseMoveEvent if movingItem is null + don't display grey rectangle with the magic finger
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
f2fce3cc0f
detect and handle change of stylusTool while device pressed
...
- Basically simulate a device release with the previous tool and a
device press with the new tool to correctly terminate the previous
action.
- Hide the eraser when switching to another tool.
4 years ago
letsfindaway
541083a972
add option to draw intermediate grid lines
4 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
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