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
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
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
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
Clément Fauconnier
7a9b7eccc7
no redefinition of snprintf for msvc 2017+ compilers
5 years ago
Clément Fauconnier
5c517525fc
workaround for a really strange behavior on x11 (cf. comments)..
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
1bad7e0f58
Revert "Revert "screens overlapping on ubuntu 18 in some cases""
...
This reverts commit 05372d9c19
.
5 years ago
Clément Fauconnier
bc61f169a3
fixed a forgotten return (used while debugging)
5 years ago
bartus
716024eb79
Poppler >=0.83 fix.
...
Thanks to loqs at
https://bbs.archlinux.org/viewtopic.php?pid=1883212
5 years ago
Clément Fauconnier
c30b85376a
set emptyTrashForOlderDocuments default value to false
5 years ago
Clément Fauconnier
8f913a1ad5
delete documents in trash older than x days now won't delete documents x days old
5 years ago
Clément Fauconnier
9adb8e6643
Due to perfomance issues at openboard start, in a network-attached storage context, I had to find some (dirty) optimizations in order to counter-balance the huge response time of the directory scans performed when creating the documents tree (very huge in slowest machines (HDD, low CPU, with a thousand documents)). The simplest solution (I found) was to let the opening of metadatas fail, and to prevent any scanning. This implied to introduce the page-count as a metadata. As this issue is not encountered with a standard use of OpenBoard (with local documents), no update operation (of every document) should be necessary out of the described context
5 years ago
Clément Fauconnier
7d570b3a2e
fixed a regression where an renamed document at import would display the previous name
5 years ago
Clément Fauconnier
84fad66614
update 'updated-at' metadata when moving a document to trash (as it is done on the metadata.rdf file)
5 years ago
Clément Fauconnier
1dadb21212
just need to delete documents, as these methods are only used when closing OpenBoard. Fix bad indexes issues
5 years ago
Clément Fauconnier
f6152d2e5c
don't try to delete the trashIndex itself
5 years ago
Clément Fauconnier
05d672a8f8
added two options to periodically delete old documents in trash
5 years ago
Clément Fauconnier
54c800e467
workaround for QFontDialog issue locking current font ( https://bugreports.qt.io/browse/QTBUG-79637 )
5 years ago
Clément Fauconnier
fdecd32ec7
workaround for QFontDialog issue locking current font ( https://bugreports.qt.io/browse/QTBUG-79637 )
5 years ago
Clément Fauconnier
05372d9c19
Revert "screens overlapping on ubuntu 18 in some cases"
...
This reverts commit 7dc58b7e60
.
5 years ago
Clément Fauconnier
288b21c17f
improved behavior on font style changes
5 years ago