Commit Graph

2651 Commits (d3e82de307a2893b2ffbddea8a68c4050ebcceb3)

Author SHA1 Message Date
Clément Fauconnier d3e82de307 call pageSelectionChanged when importing a file 2 years ago
Clément Fauconnier d206b31a0b fixed an issue where the rotate cursor would not update correctly after deselection/selection 2 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 2 years ago
Clément Fauconnier b401d49176 fixed two issues where actions would not be updated correctly 2 years ago
Clément Fauconnier eedf2867a1 fixed an issue where the ticker would not update after clicking stop + fixed an issue on linux where play button would have to be clicked several times to replay a video that has been watched entirely (the RessourceError message remains but the user just need to click play once now) 2 years ago
Clément Fauconnier ee0ce30201 fixed a crash caused by scene indexes deleted in ascending order 2 years ago
Clément Fauconnier 03bd003c9a fixed some issues where actions would not fit with current selection + reduced amount of calls made to pageSelectionChanged() 2 years ago
Clément Fauconnier 569cbb7ab4 removed references to 'flash' in web capture feature 2 years ago
Clément Fauconnier bc3921ebdd fixed some issues introduced with last commit on selection 2 years ago
Clément Fauconnier ee3b9aec7d improved selection behavior in document mode and updating of buttons/actions + reduced the amount of some calls 2 years ago
Clément Fauconnier 095d4f748b added message if trying to open ubx directly (linux + windows) 2 years ago
Clément Fauconnier 37cfe3ea30 fixed an issue on OSX where files could no longer be imported by double-clicking or using 'open with' 2 years ago
Clément Fauconnier 1374fb3698 don't call play/pause on osx to display the first frame (the video won't pause) 2 years ago
Clément Fauconnier b943a0d79d cherry-picked 670d772 + b944207c 2 years ago
Clément Fauconnier 6994400e71 use progressdialog and QtConcurrent in order to create documentProxies structure (improving performances in a network-storage context) 2 years ago
Clément Fauconnier cb7538aacd fixed a case where import would fail because of an attempt to copy an already existing file while overwrite is false 2 years ago
Clément Fauconnier 836f0f2705 improved thumbnails reloading (fixes somes cases and is more respectful of reponsibility) 2 years ago
Clément Fauconnier 443c03cbb6 fixed naming of 'delete folder' actions 2 years ago
Clément Fauconnier 173fe34355 prevent a crash when trying to open an ubx file by double click or 'open with' actions 2 years ago
Clément Fauconnier bbf134d1fe fixed a bug where grouped items with file dependencies would not be properly copied when copying a page from a document to another 2 years ago
Clément Fauconnier 9169146e27 don't call showKeyboard if opening is in error (osx only) 2 years ago
Clément Fauconnier 064ba61552 use simplified call to documentThumbnailsUpdated (with the good source) 2 years ago
Clément Fauconnier 758bd16da7 fixed missing calls to reloadThumbnails in some cases 2 years ago
Clément Fauconnier a73298f978 fixed apple script to take into account the case where multiple layouts have been added for visual keyboard 2 years ago
Clément Fauconnier 8d3c421e48 delay is needed after click not throughout the whole script 2 years ago
Clément Fauconnier 02aca3cb9c added delay to prevent failure (sometimes the scripts fails making an action in time so the next fails too etc...) of virtual keyboard opening in macOS 11 2 years ago
Clément Fauconnier e7b707d591 update document thummbnail when a new page is inserted 2 years ago
Clément Fauconnier a277bf78a3 forgot to check OS 2 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 2 years ago
Clément Fauconnier 6e21cd4c27 updated translations 2 years ago
Clément Fauconnier edf0631a1d Revert "call processEvents instead of flush (flush has no effect on mac)" as it was provoking some random crashes 2 years ago
Clément Fauconnier bef1cb5905 don't call the end message in the foreach 2 years ago
Clément Fauconnier 1a0c45b7d6 call processEvents instead of flush (flush has no effect on mac) 2 years ago
Clément Fauconnier 22acd9888a fixed a bug where by calling createDefaultFont at every UBGraphicsTextItem instanciation, some fonts styles could be overridden 2 years ago
Clément Fauconnier 8216d2e9c6 insertthumbpage in board mode only if the same document is selected in both modes 2 years ago
Clément Fauconnier 827f5a514c reload board thumnails after adding a file to the document if the document is also selected in board 2 years ago
Clément Fauconnier 76cfee3dc5 don't reload thumbnails everytime documentscenechanged is called + reload after duplicate in Board Mode 2 years ago
Clément Fauconnier 141c48e20d fixed an issue where reload thumbnails would be called twice with the second call not using the good source container 2 years ago
letsfindaway cea9920003 fix: coordinates when display screen is left of control screen 2 years ago
Clément Fauconnier e33fc007c7 prevent a crash when clearBackground then undo then redo then clearBackground 3 years ago
Clément Fauconnier 7e83f910ca restore call to QGraphicsView::mouseMoveEvent if drawing mode and not pressed 3 years ago
Clément Fauconnier af52add371 remove unused slot 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
Clément Fauconnier 6504c42e75 fixed an issue where mSelectedThumbnail could become inconsistent + fixed an issue where a blank page would be added while importing the same document again and again 3 years ago
Clément Fauconnier bd41d79731 fixed an issue where long time press could be triggered if the 'persist document' operations would take longer than the timeout defined for longPressTimer 3 years ago
Clément Fauconnier 937b031d6e improved thumbnails handling as they could be re-generated 2-3 times with no reason. Huge performance issue in a network-storage context, especially with large files 3 years ago
Clément Fauconnier d56c61cb5c fixed a typo preventing old keyboard from launching 3 years ago
Clément Fauconnier 7466b60778 at the same level, a document and a folder can share the same name 3 years ago