Clément Fauconnier
e963d58a0c
updated version to 1.6.2rc-0302
3 years ago
kaamui
c09a3a67c4
Merge pull request #539 from letsfindaway/png-icpp-profiles
...
fix: remove incorrect sRGB profile from iCCP data in png files
3 years ago
kaamui
97ce12ad6b
Merge pull request #549 from marcin-serwin/polish-translation-update
...
Update polish translation
3 years ago
kaamui
ca18ac0fa2
Merge pull request #531 from ovari/dev
...
Update OpenBoard_hu.ts
3 years ago
Clément Fauconnier
8fe3dce0d2
updated italian translations
3 years ago
kaamui
a578f53bb2
Merge pull request #533 from letsfindaway/bug-527-palette-and-tool-resize
...
Fix bug 527: palette and tool resize
3 years ago
Clément Fauconnier
8d3c421e48
delay is needed after click not throughout the whole script
3 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
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
c3430d3975
updated version to 1.6.2rc-0225
3 years ago
Clément Fauconnier
b921d083d1
updated german translations
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
kaamui
593b2c9a3a
Merge pull request #553 from letsfindaway/fix-screen-geometry
...
fix: coordinates when display screen is left of control screen
3 years ago
Clément Fauconnier
e9eeffd807
fixed missing ubz icon in linux (xdg-icon-resource does not support svg yet so ... to improve)
3 years ago
Clément Fauconnier
6e21cd4c27
updated translations
3 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
...
This reverts commit 1a0c45b7d6
.
3 years ago
Clément Fauconnier
bef1cb5905
don't call the end message in the foreach
3 years ago
Clément Fauconnier
1a0c45b7d6
call processEvents instead of flush (flush has no effect on mac)
3 years ago
Clément Fauconnier
9001b88a77
ask for permission to use system events in order to use virtual keyboard
3 years ago
Clément Fauconnier
22acd9888a
fixed a bug where by calling createDefaultFont at every UBGraphicsTextItem instanciation, some fonts styles could be overridden
3 years ago
Clément Fauconnier
8216d2e9c6
insertthumbpage in board mode only if the same document is selected in both modes
3 years ago
Clément Fauconnier
827f5a514c
reload board thumnails after adding a file to the document if the document is also selected in board
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
141c48e20d
fixed an issue where reload thumbnails would be called twice with the second call not using the good source container
3 years ago
letsfindaway
cea9920003
fix: coordinates when display screen is left of control screen
...
- fix usage of global coordinates where local coordinates are required
- show widget before changing geometry (necessary in some environments)
3 years ago
Marcin Serwin
9f2eb892df
Update polish translation
3 years ago
Clément Fauconnier
e33fc007c7
prevent a crash when clearBackground then undo then redo then clearBackground
3 years ago
letsfindaway
136297d695
fix: cursow shown on a ruler using pen tool
...
- when using the pen tool on a ruler the "normal" cursor was shown
- instead the special drawRulerLine cursor should be shown
- UBGraphicsScene::drawPenCircle update cursor only with no active ruler
3 years ago
Clément Fauconnier
7e83f910ca
restore call to QGraphicsView::mouseMoveEvent if drawing mode and not pressed
3 years ago
Clément Fauconnier
1cdcc2c8be
changed version to 1.6.2a-1118
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
09fc069edd
changed version to 1.6.2a-1115
3 years ago
Clément Fauconnier
002a5fefc6
ruler and triangle were no longer receiving mouse move events
3 years ago
letsfindaway
3d6608a29a
fix: remove incorrect sRGB profile from iCCP data in png files
...
When starting OpenBoard and eventually during execution the following
error message appeared in the log:
libpng warning: iCCP: known incorrect sRGB profile
This is due to wrong data in some of the png files used for icons in
OpenBoard.
Removing this wrong information resolves this issue.
For further information see https://stackoverflow.com/questions/
22745076/libpng-warning-iccp-known-incorrect-srgb-profile
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
e45255efc3
add .qmake.stash to gitignore
3 years ago
Clément Fauconnier
0b0ef02962
use macports for ffmpeg lib (no more issues on rpaths)
3 years ago
Clément Fauconnier
4707745ca0
using macports for poppler (so 10.13 lib is available) + updated quazip homebrew's lib (to improve)
3 years ago
Clément Fauconnier
fe95d069c1
Merge branch 'dev' of https://github.com/OpenBoard-org/OpenBoard into dev
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
74c7b84a5c
Merge branch 'dev' of github.com:OpenBoard-org/OpenBoard into dev
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
Clément Fauconnier
e993b146d4
Merge branch 'dev-singleapplication' into dev
3 years ago
Clément Fauconnier
deb1b131bc
Merge branch 'dev' into dev-singleapplication
3 years ago
Clément Fauconnier
ddf89789fc
Merge branch 'dev' of https://github.com/OpenBoard-org/OpenBoard into dev
3 years ago