Clément Fauconnier
e2d1594629
removed some code previsously added/uncommented to workaround an issue with desktop mode
4 years ago
Clément Fauconnier
3923b33531
fixed an issue where d'n'd was broken with qt 5.15 or osx >= 10.15 if QMimeData::setUrls was filled with empty urls
4 years ago
Clément Fauconnier
13e498c7b2
fixed label of the colors toolbar
4 years ago
Clément Fauconnier
d30d9862d4
improved last fix + fixed an issue where rename a folder could result broken folders hierarchy
4 years ago
Clément Fauconnier
a3ad10b459
fixed two issues regarding ubx import where import could fail if some folders and files had the same name
4 years ago
Clément Fauconnier
a5bcaf2763
make the text under 'empty My Documents' and 'emty Trash' actions be different
4 years ago
Clément Fauconnier
254d090bae
added an option in the preferences to enable/disable the new pdf optimizations during zoom (just in case some issues may remain, to remove later)
4 years ago
John Papale
76cc3c7fbe
Fixed item capture dialog not displayed.
4 years ago
jpapale
b841793de7
Activated 'maskUpdate' for MAC + QT >= 5.10, which solves MAC desktop
...
issue, where events would not be propagated to apps on the background
(cf https://bugreports.qt.io/browse/QTBUG-81456 ).
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
5868e7480a
Made the pdf processing thread be terminated on exit after 3s.
4 years ago
Clément Fauconnier
d0e2523ee6
forgot to remove a return used while debugging
4 years ago
John Papale
b901739ab6
Fixed gcc compile error.
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
505ca347af
renamed and moved XPDF zoom constants to make them more readable and open to further development
4 years ago
John Papale
d5988f979c
Cleanup. Fixed 'Poppler' compile error, since previous commit.
4 years ago
John Papale
0cf3bdde1a
Cleanup comments.
4 years ago
John Papale
8ba6d1b7b2
Made zoom cache behavior configurable with var 'ZoomBehavior' (0 =no cache, 1 =x3 zoom cache, 2 = 2.5/5/10 cache). Cleanup.
4 years ago
John Papale
c860e0b0b7
Made work the (inactive) case !defined XPDFRENDERER_CACHE_ZOOM_IMAGE.
4 years ago
John Papale
9448d193c9
Optimized performance while zooming complex pdf.
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
3b166d5298
still listen to key press events when focus on Thumbnails view
4 years ago
Clément Fauconnier
45d392219d
potential fix for screenoverlapping
4 years ago
Clément Fauconnier
275096f1f5
prevent focus loose without resizing textbox on each change
4 years ago
Clément Fauconnier
6d2fd84472
ensure grabbed image is properly sized for screen target when screen mirroring is enabled
4 years ago
Clément Fauconnier
c81138d9be
detect scene modifications (object translations for exemple) even if object controls are not visible
4 years ago
Clément Fauconnier
ab74e1d0da
scan document if pagecount metadata contains the value 0, as it could prevent the document to be displayed in the Document Mode (didn't found ways to get into this scenario, but still)
4 years ago
Clément Fauconnier
5031b105a1
revert 21f59f11cb
4 years ago
Clément Fauconnier
6fe5024c18
fixed an issue where dekstopMode was no longer updating
5 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
Clément Fauconnier
e96cdbe890
moved dmgutil (osx) and poppler includes as to make openboard (osx) compile without OpenBoard-ThirdParty + quazip fix headers for osx (clang apparently not searching for system headers with double quotes)
5 years ago
Clément Fauconnier
7e49eabab4
toggleFinder logic only on osx
5 years ago
Clément Fauconnier
8ccf7480c4
make the dock appear when the cursor selector is choosen so we can navigate through other apps (due to the issue regarding transparent view and interactions with other apps (OSX only))
5 years ago
Victor "multun" Collod
a21fc24b75
initialize isResizing in UBGraphicsDelegateFrame
5 years ago
Victor "multun" Collod
038f9ed07b
initialise mDrawWithCompass in UBGraphicsScene
...
Detected using valgrind
5 years ago
Victor "multun" Collod
ab51a2eb24
fix uninitialized variable uses
...
I did a valgrind run to try and figure out why it OpenBoard crashes from
time to time, and found these two uninitialized variable uses.
5 years ago
Clément Fauconnier
0a4b5f2201
Revert "workaround for a really strange behavior on x11 (cf. comments).."
...
It still happens if a virtual machine is opened (window manager issue/conflicts ?) but I can't reproduce if not. And it provokes a regression with multiple screens
This reverts commit 5c517525fc
.
5 years ago
Clément Fauconnier
600f1bccef
fixed a copy-paste typo
5 years ago
Clément Fauconnier
a66b07f410
rollback to xpdf on Windows (used USE_XPDF define, thanks to @ootwch PR)
5 years ago
Victor "multun" Collod
fb25c17e4e
fix use after free of movingItem
5 years ago
Clément Fauconnier
6edebf9632
added quick reminder on types
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
10950bd702
rollback to windowsmedia + fix on audio crash
5 years ago
Clément Fauconnier
e20a45167a
restrict workaround to 10.13+ versions
5 years ago
dev
66baf6634e
workaround to broken StaysOnTop+TransluscentBackground behavior on OSX 10.13+ (cf. https://bugreports.qt.io/browse/QTBUG-81456 ). Not satisfying at all but only thing I found acceptable for the moment...
5 years ago
Clément Fauconnier
f708b59790
(wip) ffmpeg support attempt for Windows
5 years ago