Craig Watson
4d74341c68
Fixed pen strokes' zLevels not being saved to file (Issue #12 )
9 years ago
Craig Watson
8ed2e2451d
Removed export of polygons outside of groups
...
The lines removed in this commit led to (presumably) unintended
behavior: when saving a document, pen strokes were saved not as a group,
but just as their constituent polygons.
This meant that the following block of code, that handles saving pen
strokes correctly, was never executed.
This doesn't fix the z-Value issue (#12 ), but it seems to be a step in the right
direction.
9 years ago
Craig Watson
91cc74fbd7
First pass at OS X port (Qt4->5; Carbon->Cocoa)
...
Application compiles and runs, with some caveats. Full list of changes:
- minor changes related to Qt4->Qt5 API differences
- Replaced calls to Carbon framework by Cocoa
- Removed registering of AE event handler. Seems to be done
automatically in Qt5.
- temporarily removed Podcast functionality, pending (presumably)
complete re-write due to Quicktime being obsolete in newer OS X
versions.
- Created OBCocoa namespace, and associated files src/core/OBCocoa.h/.mm, to
handle OS X - specific system calls. Currently used only by
UBApplication, but can in the future provide a useful interface between
the cocoa framework and OB, to avoid having too much OSX-specific code
in various files
9 years ago
Craig Watson
cdb56333f3
Replaced Phonon with QtMultimedia
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
087738d5c0
Minor updates (includes, changes in function names)
9 years ago
Craig Watson
26f6de7851
Minor compatibility updates (strings etc; missing includes)
9 years ago
Craig Watson
d97feb57ef
Added includes for Qt5 compatibility
9 years ago
Craig Watson
92a07e8243
added includes for Qt5 compatibility
9 years ago
Craig Watson
385ac60ccf
added includes for Qt5 compatibility
9 years ago
Claudio Valerio
8f89afbd54
fixed issue of images imported on document mode with the import button
10 years ago
Claudio Valerio
9df8c0f823
removed bad fix. Duplication of imported image
10 years ago
Claudio Valerio
a2eb4c06c0
Fixed bug. On import action the image is immediately stored into the document folder
10 years ago
Claudio Valerio
6d7350445f
workaround for issue related to the group duplication
11 years ago
root
5db7791042
group added on scene once
11 years ago
Claudio Valerio
058d74fdbe
commented loop for counting the number of polygons. For debug use only
11 years ago
Claudio Valerio
fc87cb062a
fixed some build issues
11 years ago
Claudio Valerio
dbc0f592d0
images are stored on disk when downloaded on the board
11 years ago
Claudio Valerio
a713dd7ec0
removed snapshot creation
11 years ago
Claudio Valerio
b4bb6f0510
removed cff support
11 years ago
Nicolas Nenon
eb60133355
Issue Sankore 1554
11 years ago
-f
61e588bb94
Threaded the storage of the scene. Asynchronous reading of the previous and next scene to be stored on cache.
11 years ago
-f
817b69fd4f
Scene objects no more indexed
11 years ago
-f
2ccecf203b
removed unused code
11 years ago
-f
88921fbb77
fixed issue 111
11 years ago
Ilia Ryabokon
241ddb92a1
Duplicated group button functionality on the frame
11 years ago
Claudio Valerio
4e958f77e6
hack dpi problem for pdf and texts
11 years ago
Claudio Valerio
5c47e5493e
header updated
11 years ago
Claudio Valerio
98b3ccccf1
fixed thumbnails number vs real number of scene when a dnd on mode document is realized
11 years ago
Claudio Valerio
fdc9e7ca6f
Third step to fix the bug 27
11 years ago
Didier Clerc
81507a3b27
resolved html pasting issues from 3rd party rich text editor
11 years ago
Claudio Valerio
f8a21c1b3c
page zero issue after importing documents using the Importer program
12 years ago
Claudio Valerio
06a8d52ca8
changes due to rename
12 years ago
Claudio Valerio
907c08482e
first try on linux after changing name
12 years ago
Claudio Valerio
930a7c6d39
restored old version of storing strokes
12 years ago
Claudio Valerio
7658de9240
adapted zvalue if out of boundaries
12 years ago
Claudio Valerio
fbd630636b
removed unused classes
12 years ago
Claudio Valerio
a84471d731
fixed group persistance issue
12 years ago
Claudio Valerio
63834823c4
removed planete sankore export related gui
12 years ago
Claudio Valerio
18f00e6b26
removed export to planete
12 years ago
Claudio Valerio
908297ef08
removed teacher guide
12 years ago
Claudio Valerio
429e6460dc
some leaks fixed and cosmetics changes
12 years ago
Claudio Valerio
feb346f644
some refactoring
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
849ed076a2
on 'stroke' load the transformation is set to the stroke group too. This allows to erase a stroke on a loaded document
12 years ago
Claudio Valerio
68db0058c1
fixed issue with bad transfrom matrix
12 years ago
Claudio Valerio
ecf7c7b75d
fixed issue with lost of transform for strokes
12 years ago
Claudio Valerio
f1ea5c3426
update copyright on headers
12 years ago
Claudio Valerio
724e5467eb
fixed issue on polygon without parent
12 years ago