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
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
Ilia Ryabokon
4602732dcc
Little cast fix to correct compiler interpretation
13 years ago
shibakaneki
3fb1e75c6b
Did a better implementation of this fix
13 years ago
Didier
3ef2b22340
Fixed a signal issue
13 years ago
shibakaneki
dae012bb38
Corrected another small issue
13 years ago
shibakaneki
a591d30cc6
Corrected a small issue
13 years ago
shibakaneki
af3e7ef5c3
Fixed issue 280
13 years ago
Aleksei Kanash
a41462f347
Fixed behavior for Tools and W3C_tools.
...
Fixed creation of transparent drawing view.
13 years ago
Ilia Ryabokon
1b3a3a6135
Drawnings are enabled again
13 years ago
Luca Capello
1c132000f0
*.cpp: add 'LGPL-2 with OpenSSL exception' headers
13 years ago
shibakaneki
3509b44817
Fixed issue 661 and 662
13 years ago
shibakaneki
bb561c3869
Fixed issue 769
13 years ago
Claudio Valerio
7dd642226a
added good header
13 years ago
Claudio Valerio
715eb229c3
fixed issue of windows on double screen
13 years ago