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
Clément Fauconnier
cb5d2dba18
fixed an issue where toggling right palette would put the tools and area in an inconsistent state
4 years ago
Clément Fauconnier
e2d1594629
removed some code previsously added/uncommented to workaround an issue with desktop mode
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
Clément Fauconnier
6fe5024c18
fixed an issue where dekstopMode was no longer updating
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
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
e8a18a787c
Revert "workaround to fix geometry update when drawing on desktop (ubuntu 18)"
...
This reverts commit 94140cbc4b
.
6 years ago
Clément Fauconnier
94140cbc4b
workaround to fix geometry update when drawing on desktop (ubuntu 18)
6 years ago
Clément Fauconnier
e228fb19e5
updated Copyright to 2018
7 years ago
Craig Watson
694123c344
Fix for crash when exiting with an empty document
...
This removes a few instances of deleting a scene twice, or accessing
elements of a scene after they've been deleted.
Previously, the application would crash upon exiting if the scene was
empty but had been modified (e.g if an object was placed on the board
then deleted, then the application closed)
8 years ago
Antoine Girard-Vallee
021849d981
removed inserted tab
9 years ago
Antoine Girard-Vallee
7f662cfd18
fixed desktop mode on gnome desktop
9 years ago
Craig Watson
93b03b2ec1
Hide eraser/marker preview circles when mouse enters palettes, in board mode
9 years ago
Craig Watson
a8076a2be6
Make sure that drop shadows are deactivated in desktop mode
...
On OS X, making annotations in desktop mode then switching to board
mode and back could cause shadows to be drawn around every stroke, and
these persisted after erasing the strokes (though they did disappear
upon switching to board mode and back again).
9 years ago
Craig Watson
def5f7f719
Added ruled background
9 years ago
Craig Watson
575d14a5c2
Updated headers
9 years ago
Craig Watson
81ad100610
Fix for window being placed badly on the screen when returning to board mode from desktop mode on some environments
9 years ago
Craig Watson
70b2fd960b
Fix for desktop mode partial screen capture taking an offset image of the desktop
9 years ago
Craig Watson
5f97b1cf62
Fixed indexing of control and display screens
...
Caused problems e.g with podcast mode, where if the control and display
views were swapped in the preferences, the wrong screen would be recorded
when switching to desktop mode during recording of the podcast.
This happened even if only one screen was plugged in, so a black screen
was recorded in that case (at least on OS X 10.10)
9 years ago
Craig Watson
f4b1079d81
Revert "Revert changes pushed to wrong branch"
...
This reverts commit 4aa0ee6197
.
9 years ago
Craig Watson
4aa0ee6197
Revert changes pushed to wrong branch
...
When the time comes to merge dev into master (for real), the
following may be useful:
https://metlos.wordpress.com/2012/01/13/
git-merging-after-a-revert/
9 years ago
Craig Watson
7e2b463853
Fixed screenshot taking pixmap of entire desktop in multiscreen environment
9 years ago
Craig Watson
c6cc0d3a19
Fixed partial screenshot in desktop mode
...
Note: the screenshot can only be taken on the primary display now
(rather than on the display in which the mouse is, as was the case
before).
9 years ago
Craig Watson
20ebdf3cc5
Hide dock and menubar on OSX;
...
Due to QWidget::showFullScreen having side-effects on OSX (setting the
dock and menubar to autohide, making it impossible to then set them as
hidden), the calls to that method were replaced with
UBPlatformUtils::showFullScreen(QWidget *). This function then calls
QWidget::showMaximized() on OSX, or QWidget::showFullScreen() on Linux
and Windows.
It is currently still impossible to switch smoothly between showing or
hiding the dock on OSX; current behaviour is to hide it all the time,
even in desktop mode.
9 years ago
Craig Watson
bedf11cc2d
Updated Q_WS_* env variables.
...
Q_WS_MACX -> Q_OS_OSX
Q_WS_MAC -> Q_OS_OSX
Q_WS_WIN -> Q_OS_WIN
Q_WS_X11 -> Q_OS_LINUX
10 years ago
Claudio Valerio
5c47e5493e
header updated
12 years ago
Didier Clerc
e08b1f56c9
Fixed a problem with the colors on desktop mode
12 years ago
Claudio Valerio
f1ea5c3426
update copyright on headers
12 years ago
Claudio Valerio
26466abab4
changed licence
12 years ago
Claudio Valerio
b2628d12b8
removed tab
12 years ago
Ilia Ryabokon
09c1ba3794
Moved #1380 #1370 and #1369 from 2.10.00
12 years ago
Ilia
468965d442
Sankore-1351. Refresh mask only when needed.
13 years ago
Claudio Valerio
4423b2c757
removed some unused code
13 years ago
Claudio Valerio
f86d5c458b
fixed issue 1230 and 1344
13 years ago
Claudio Valerio
45931ab29a
At the first time the switch on the desktop mode is done the stylus palette is maximized
13 years ago
Aleksei Kanash
4c36ef935d
Transparent drawing view is separated as DesktopView and doesn't manages strokes selections and movements.
13 years ago
Aleksei Kanash
33988f4d48
Fixed selection of Cursor and Pointer tools in desktop mode.
13 years ago
Anatoly Mihalchenko
869164ca28
SANKORE-1069
...
Show Desktop: "Erase all" button isn't work
13 years ago
Anatoly Mihalchenko
a2491be487
Desktop mode: palettes layout (Windows)
13 years ago
Anatoly Mihalchenko
2782a7d164
some fixies
13 years ago
Anatoly Mihalchenko
46d85623d0
desktop mode: fix
13 years ago
Anatoly Mihalchenko
50d136f8d1
SANKORE-1077
...
Desktop mode is broken
SANKORE-633
Positioning of floating palettes inside layers .
13 years ago
Ilia Ryabokon
8b0e41ea91
Sankore 1107 Crashes fixed Undo command left
13 years ago
Ilia Ryabokon
eb53715d6c
Eraising elements
13 years ago
shibakaneki
d12a2a80e1
Fixed issue 633 again
13 years ago