Craig Watson
d6503534db
Fixed duplication of groups
...
Previously, duplication did not copy the transformation matrices of group
members correctly. This made grouped objects move away when saving and
re-opening a document.
This should now be fixed.
9 years ago
Craig Watson
4d74341c68
Fixed pen strokes' zLevels not being saved to file (Issue #12 )
9 years ago
Craig Watson
ce521ede11
Video fixed on OS X
...
QVideoWidget had to be abandoned in favour of QGraphicsVideoItem. This
is because UBGraphicsMediaItem, i.e the class representing a media
(audio or video) object on the board, is a QGraphicsProxyWidget, and is
used to embed a QWidget into the Scene.
With Phonon's video widget, it was possible to embed the video widget in
this ProxyWidget. This is no longer possible (except on Windows, for
some reason), so this commit is a workaround, to use a
QGraphicsVideoItem instead of a QVideoWidget while modifying the rest
of the class hierarchy as little as possible.
Ultimately, a cleaner solution (not making UBGraphicsMediaItem inherit
QGraphicsProxyWidget, for example) may be desirable.
9 years ago
Craig Watson
cdb56333f3
Replaced Phonon with QtMultimedia
10 years ago
Craig Watson
a2c2c2c4e1
Updated geometric functions (transform, scale, rotate) for Qt5 comp.
10 years ago
Claudio Valerio
8f89afbd54
fixed issue of images imported on document mode with the import button
11 years ago
Claudio Valerio
6226ad20b7
removed copy of hidden graphics objects
11 years ago
Claudio Valerio
87c48bbbf8
removed duplicated code
11 years ago
Claudio Valerio
ee069c75ef
fixed with pixmap and svg not saved on disk when added from a capture
11 years ago
Claudio Valerio
f84d204226
removed hack and correct duplication on a group
11 years ago
Claudio Valerio
6d7350445f
workaround for issue related to the group duplication
11 years ago
Claudio Valerio
9b8235ed5c
fixed issue for stroke copying
11 years ago
Claudio Valerio
55a4b8601a
fixed issue with copying a text
11 years ago
Claudio Valerio
2f7521beb1
The frame of the graphics text widget match the real text size
11 years ago
Claudio Valerio
5cea797ef1
Scene is copied before being queued to avoid concurrence
11 years ago
Nicolas Nenon
eb60133355
Issue Sankore 1554
11 years ago
-f
817b69fd4f
Scene objects no more indexed
11 years ago
-f
dabaca53ae
on zlevel changed the frame operation mode is reset to resize instead of scale
11 years ago
-f
cb0c5ab41f
removed duplicated code
11 years ago
Ilia Ryabokon
e9f6f397e4
Old group button has been removed
11 years ago
Ilia Ryabokon
c53320d6e8
Circle and rectangular magnifier
12 years ago
Claudio Valerio
5c47e5493e
header updated
12 years ago
Didier Clerc
be14bdc657
Fixed an issue related to z-level management
12 years ago
Didier Clerc
0379f4394d
Fixed an issue with backspace on group items
12 years ago
Claudio Valerio
fdc9e7ca6f
Third step to fix the bug 27
12 years ago
Didier Clerc
a2a729c888
Resolved a focus issue on the text item
12 years ago
Didier Clerc
81507a3b27
resolved html pasting issues from 3rd party rich text editor
12 years ago
Claudio Valerio
3d162dcc58
removed unused code
12 years ago
Claudio Valerio
ee5f74b71e
wording
12 years ago
Claudio Valerio
08339e3bc4
updated the reference on videopicker
12 years ago
Claudio Valerio
06a8d52ca8
changes due to rename
12 years ago
Ilia Ryabokon
87ad5885ec
Fix ZLayerController addItem() bug
12 years ago
Ilia Ryabokon
f47733ee1a
Rotation transformations
12 years ago
Ilia Ryabokon
005d30feb9
Duplication, paint all the selected items by highlighting them
12 years ago
Claudio Valerio
1ff95dbf03
handled selectall keyboard shortcut on board
12 years ago
Ilia Ryabokon
625c239e34
Stable selection frame. Transformation fixes
12 years ago
Claudio Valerio
908297ef08
removed teacher guide
12 years ago
Ilia Ryabokon
a672c9bf1c
Presentation changes
12 years ago
Ilia Ryabokon
741298c0be
Common and private frame
12 years ago
Claudio Valerio
d3ca55c9a1
fixed some unused signals
12 years ago
Claudio Valerio
33c6e11732
some storage rework
12 years ago
Claudio Valerio
26f96b7619
zvalue for strokes handled correctly
12 years ago
Claudio Valerio
0bae231b15
fixed issue with strait line strokes
12 years ago
Ilia Ryabokon
c65efdee23
Selection process changed
12 years ago
Claudio Valerio
c55bf2af53
restored smoothing line
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
3646be9fe4
removed transition file
12 years ago
Ilia Ryabokon
fd92b8d58e
Strokes group contain one object
12 years ago
Claudio Valerio
2b81a9ee7b
removed comments
12 years ago