Commit Graph

2684 Commits (master)

Author SHA1 Message Date
thomas_lucky13 c6ca99f84b Draw dashed and dotted lines 2 years ago
thomas_lucky13 5530f91744 toolbar 2 years ago
thomas_lucky13 0eab8cd019 images 2 years ago
thomas_lucky13 4828bd2229 virtual keyboard 2 years ago
thomas_lucky13 2737e1c4ce toolPalette 2 years ago
thomas_lucky13 2910ead719 New flags 2 years ago
thomas_lucky13 c42433e400 New libpalette 2 years ago
thomas_lucky13 a6ba17dbc7 New cursors 2 years ago
thomas_lucky13 d4bb09bb9d new stylusPalette 2 years ago
letsfindaway 29861cab73 fix: handling of active ruler 2 years ago
letsfindaway f1ea20c9dc fix: ruler stays effective after deleted from board 2 years ago
Clément Fauconnier b56cb415b0 updated french translations 2 years ago
Clément Fauconnier d95a408683 updated copyright 2 years ago
Clément Fauconnier 0530ab151b add a setting to enable/disable pdfMerger use 2 years ago
Clément Fauconnier 41de5ae2f5 avoid definition collision with gcc 11 (see @bartoszek description of the issue (#491) for more detail 2 years ago
Clément Fauconnier 493b6ab72b trying to maintain fixes that were committed with 1a425b0 + setPdfVersion to 1.4 to help ensure compatibilty with pdf-merger 2 years ago
Clément Fauconnier bee87e38d5 trying to restore pdf-merger 2 years ago
Clément Fauconnier d562cd103e ticker would not always be updated on osx 2 years ago
Artem Proskurnev 08abb806e7 Increasing the call area of the submenu. SVG icons 2 years ago
Clément Fauconnier 60cf43d6e1 changed global config to C++17 use 2 years ago
Clément Fauconnier 2118671a14 remove register keyword (in unused code) as it is no longer accpted in C++17 with clang 2 years ago
Clément Fauconnier c1d45a3d11 call reloadThumbnails when adding a pdf in board mode 2 years ago
Clément Fauconnier b8ff50297e update thumbnails when a page is dropped in its own document + don't call treeviewselectionChanged if dropped a page as it will not change treeview 2 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) 2 years ago
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
letsfindaway 2aee390105 fix: compile with poppler >= 22.03 2 years ago
letsfindaway 421a407202 add option to keep background color in PDF export 2 years ago
letsfindaway 490b9dee3e add option to export background grid to pdf 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