Craig Watson
64002a1706
Set zValue during deepCopy for W3C widget and curtain item
9 years ago
Craig Watson
f5d1c3857f
Rotating the protractor now sets cursor as rotation cursor
9 years ago
Craig Watson
ec5bc49875
Protractor: fixed font size on windows
9 years ago
Craig Watson
7e96ab18eb
Fixed protractor tool
...
- Corrected and cleaned up rotation calculation
- Fixed button position/size issues (clickable area didn't correspond to the button image)
- Fixed tool flashing during resizing
- (new feature) Buttons now scale proportionally to the protractor when it is resized
- Everything is now drawn by default at a scale of 1 instead of 1.5
- Pen width set to 0 (i.e always 1 pixel thick regardless of zoom), to keep the old look & feel
- Scaled the marker tool image (.svg) to look like it did before without scaling it in code
- Removed debug messages
Tested on OS X, works fine.
9 years ago
agriche
8b6a9279d3
- Bypass the boundRect() method at each resizepolygon.
9 years ago
agriche
691eb2a8b3
- Modify all paint buttons (close,reset,rotate,mark,resize buttons).
9 years ago
agriche
f12032f549
- Replace apps.id = "uniboardTool://uniboard.mnemis.com/apps"
...
by "openboardtool://apps".
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
9 years ago
Craig Watson
a2c2c2c4e1
Updated geometric functions (transform, scale, rotate) for Qt5 comp.
9 years ago
Craig Watson
4b15c535ec
minor compatibility updates (added missing headers, simple function name changes etc)
9 years ago
cfauconnier
b26469042f
Sankore 570
11 years ago
Claudio Valerio
67e4b32109
fixed trasparency problem
11 years ago
Claudio Valerio
1b3295188b
storkes realized using the ruler and the triangle doesn't support pressure
11 years ago
Claudio Valerio
1df0122f25
fixed strokes with pressure on rules and triangle
11 years ago
Claudio Valerio
a4b01dd416
fixed issue 94
11 years ago
Claudio Valerio
5c47e5493e
header updated
11 years ago
Claudio Valerio
93fcf6c2e6
set good brush to avoid transparency problems
11 years ago
Claudio Valerio
afad2faa04
the frame is correctly created for the mask tool
11 years ago
Claudio Valerio
ab09c2b5f5
fixed compass issue
11 years ago
Ilia Ryabokon
005d30feb9
Duplication, paint all the selected items by highlighting them
12 years ago
Claudio Valerio
b2c05d49e4
removed unused signal
12 years ago
Claudio Valerio
f1ea5c3426
update copyright on headers
12 years ago
Claudio Valerio
4b0a4ab3be
restored old graphics delegate behavior and added new stroke smoothing behavior
12 years ago
Claudio Valerio
f8ace64ec1
quick hack to be modified
12 years ago
Claudio Valerio
5bb5198bb5
removed aristo
12 years ago
Claudio Valerio
26466abab4
changed licence
12 years ago
Claudio Valerio
b2628d12b8
removed tab
12 years ago
Aleksei Kanash
c74c6cdc40
Fixed behavior of c++ tools.
12 years ago
shibakaneki
d740a60abc
Reworking the squares size
12 years ago
shibakaneki
3b0cae959a
Reworked the tools architecture
12 years ago
Claudio Valerio
9e44b36d19
commented aristo
12 years ago
Claudio Valerio
b98e2afc0c
removed unused brush
12 years ago
Claudio Valerio
b84294dfc0
fixed issue with ruler and compass. They show now the correct radius information
12 years ago
Guillaume Burel
5e07ba4ac0
Modified Ariso's default orientation.
...
Now oriented to Top.
12 years ago
Guillaume Burel
15ba2c4ab1
Fixed SANKORE-1177.
12 years ago
Guillaume Burel
ed67f1bada
Fixed SANKORE-1044 "multiples caches".
...
Now, only one instance per scene is allowed in calling UBGraphicsCache instance() static function.
12 years ago
Guillaume Burel
8feabdb5b4
Added missing includes in UBGraphicsAristo.h.
12 years ago
Guillaume Burel
44d5c087e3
Fixed deep copy.
...
Angles are now copied when saving tool state.
12 years ago
Guillaume Burel
519c39c843
Fixed, improved, cleaned and commented aristo tool.
12 years ago
Anatoly Mihalchenko
5f9f9ea6b5
SANKORE-570
...
Triangle: Resizing of the tool is broken
12 years ago
Yimgo
2e58fcae97
Typo in comment.
12 years ago
Anatoly Mihalchenko
db5c7ce732
Correct deletion of delegate instance (error with Vido on MAC OS)
12 years ago
Yimgo
d64c87a920
Filled aristo tool brush.
12 years ago
Luca Capello
432d191fcc
*.h: add 'LGPL-2 with OpenSSL exception' headers
12 years ago
Luca Capello
1c132000f0
*.cpp: add 'LGPL-2 with OpenSSL exception' headers
12 years ago
Yimgo
3d8301cc0c
introduced aristo tool.
...
TODO:
* nice icon
* nice brush
* fix draw with marker
12 years ago
Ilia Ryabokon
da8c496f3e
Flipping and rotating possibilities for UBGraphicsGroupContainerItem
12 years ago
Aleksei Kanash
81a49e9525
Reworked items copying mechanism.
...
Now coping creates a full copy of already created item. Copy has it's own content (like video, audio or folder) and stores original item properties (like locked, pos, size, freezed e.t.c.).
12 years ago
Aleksei Kanash
659e780dbf
SANKORE-774 - toolbar disabled for all items instead media and text items. It allows to calculate items bounding rect correctly.
12 years ago
Aleksei Kanash
83b8cd7814
SANKORE-800 - z-layer buttons was removed from UBCurtainItem.
12 years ago