agriche
2b75543ee3
- comment all checkupdate().
9 years ago
agriche
2c83c5e479
- Update the mhttp variable.
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
agriche
7ad77bb411
- Update the include header qwidget.
9 years ago
agriche
f7df53b063
- Replace UniboardTool enum field by OpenboardTool .
9 years ago
agriche
1ddeaa0d61
- In DEBUG mode,the Openboard application crashes after a checkUpdate
...
("http://get.openboard.org/update.json ").
=> the url do not exists.
9 years ago
Craig Watson
b219655ac2
removed redundant OBCocoa files / namespace; moved functions to UBPlatformUtils, which serves the same purpose
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
72d43788da
Corrected signal/slot connection (signal function header changed)
9 years ago
Craig Watson
1727264325
Removed obsolete setGraphicsSystem call (may break functionality; if so, use QPA framework)
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
a060459e1a
Removed obsolete QHttp functions; added new checkUpdate() and associated functions
9 years ago
Craig Watson
087738d5c0
Minor updates (includes, changes in function names)
9 years ago
Craig Watson
1b4cca3a39
Updated connect functions
9 years ago
Craig Watson
2484e96bcf
Changes to message handler function; removal of obsolete setCodecForTr functions
9 years ago
Craig Watson
c49d4ed7da
Replaced QDesktopServices (obsolete) with QStandardPaths
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
42eb05560b
Removed deprecated QPlastiqueStyle. Replaced by stock Fusion style (new in Qt5). Change this to keep the custom look defined in UBStyle?
9 years ago
Craig Watson
385ac60ccf
added includes for Qt5 compatibility
9 years ago
Claudio Valerio
a9db6c44b0
introduced the possibility to choose the wanted on screen keyboard
10 years ago
Claudio Valerio
7cd7af2de4
when page is deleted the pictures are deleted too
10 years ago
Claudio Valerio
dd6a41fde3
fixed duplication issue
10 years ago
Claudio Valerio
5cd0fc1d4d
tutorial url as app paremeter
10 years ago
Claudio Valerio
8713dc3bcb
removed monitor for document directory
10 years ago
Claudio Valerio
cff1849fd0
ready for release
11 years ago
Claudio Valerio
e516d2e9df
mac os fix
11 years ago
Claudio Valerio
bddb4db2b8
cosmetics
11 years ago
Claudio Valerio
f84d204226
removed hack and correct duplication on a group
11 years ago
Claudio Valerio
aaa09c9921
document removed if it contains only <<structural>> QGraphicsItems
11 years ago
Claudio Valerio
6d7350445f
workaround for issue related to the group duplication
11 years ago
Claudio Valerio
5c89e8a752
added comment
11 years ago
Claudio Valerio
92c4312981
removed unused code
11 years ago
Claudio Valerio
998e074ea7
duplicated images on page duplication
11 years ago
Claudio Valerio
39a1284023
duplication fixed. Crash on closing the application after creating a new document fixed.
11 years ago
Claudio Valerio
422ab4c537
scene are deleted on gui thread
11 years ago
Claudio Valerio
832ebaac6c
using isActive instead of couting the viewer to know if the scene can be removed
11 years ago
Claudio Valerio
d6a17a2e84
removed c++11 dependency
11 years ago
Claudio Valerio
b4bb6f0510
removed cff support
11 years ago
Claudio Valerio
5cea797ef1
Scene is copied before being queued to avoid concurrence
11 years ago
-f
bea0740472
one scene document error when asking isEmpty. Load scene was called before persisted on disk
11 years ago
-f
ccf7532af8
waiting the end of worker thread correctly
11 years ago
-f
d21f8b9a9e
fixed headers
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
59133e42f5
The title bar of the qgraphicstext item is not a part of the frame
11 years ago
Claudio Valerio
4c9d969380
fixed issue with http request
11 years ago
-f
2c1a2c953d
object selection on board remain unchanged after an automatic saving
11 years ago
Claudio Valerio
280789c914
harmonized the version
11 years ago
-f
f135d9f6a4
changed the name of the autosave interval variable and its value
11 years ago
-f
5d686fff46
fixed path issue
11 years ago