Craig Watson
e1014a0138
re-enabled keyboard switching on Mac OS // functionality is still spotty..
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
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
55dd0450ff
More minor updates (function names changed, includes added, etc)
9 years ago
Craig Watson
4b15c535ec
minor compatibility updates (added missing headers, simple function name changes etc)
9 years ago
Craig Watson
d97feb57ef
Added includes for Qt5 compatibility
9 years ago
Claudio Valerio
2ee0eb793f
Mac Os X : Defined variable for conditional build
10 years ago
Claudio Valerio
587c859b1c
version correctly handled
11 years ago
Claudio Valerio
5c47e5493e
header updated
11 years ago
Claudio Valerio
c42faa7ec0
maac os build successful after rename
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
348acb8e5a
first page 0 handling fix
12 years ago
Claudio Valerio
429e6460dc
some leaks fixed and cosmetics changes
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
Claudio Valerio
4ace295a28
imported some fixes by hand from 2.10.b.04
12 years ago
Claudio Valerio
8511c7ac0e
some missing headers
12 years ago
Claudio Valerio
26466abab4
changed licence
12 years ago
Claudio Valerio
b2628d12b8
removed tab
12 years ago
Claudio Valerio
4423b2c757
removed some unused code
12 years ago
shibakaneki
d740a60abc
Reworking the squares size
12 years ago
shibakaneki
3b0cae959a
Reworked the tools architecture
12 years ago
Claudio Valerio
b84294dfc0
fixed issue with ruler and compass. They show now the correct radius information
12 years ago
Aleksei Kanash
0ed0540d3e
Fixed creation duplicated groups - used scene mechanism.
...
Excluded case of trying to determine mime type for empty string.
12 years ago
Claudio Valerio
e2e3dc0f24
fixed issue 1203
12 years ago
Aleksei Kanash
385a1c8eb7
UBAsyncLocalFileDownloader moved to DownloadManager.
12 years ago
Aleksei Kanash
9b1d2932e4
Fixed double copying of media items.
...
Refactored downloader for local files.
12 years ago
Aleksei Kanash
afb18c1e15
Handled content source url.
...
Items duplication adapted to new ideology of adding media items on the board.
12 years ago
Aleksei Kanash
b86614edde
Implemented new helper class for downloading local files into document in separate thread.
...
Have a problem - should take care about saving original src path.
12 years ago
Guillaume Burel
a74b7ca134
Added unistd.h dependancy to ensure compilation under gcc 4.7.
12 years ago
Anatoly Mihalchenko
1130a8aa7e
SANKORE-1074
...
Document navigator: "Add pages from file" isn't work with old UBZ
12 years ago
Anatoly Mihalchenko
869164ca28
SANKORE-1069
...
Show Desktop: "Erase all" button isn't work
12 years ago
Anatoly Mihalchenko
ff6332a66f
Virtual Keyboard under Mac OS 10.7: switching locales
12 years ago
Anatoly Mihalchenko
34c6aa28a9
Reversed changed...
12 years ago
Anatoly Mihalchenko
b5d26ab5e5
SANKORE-523
...
Changing the languages of the virtual keyboard crashes the software
12 years ago
Anatoly Mihalchenko
5f30e45d97
SANKORE-523
...
Changing the languages of the virtual keyboard crashes the software
12 years ago
Ilia Ryabokon
e232bbc900
Some changes crash related
12 years ago
Aleksei Kanash
05f6cc364f
Additional fix to Sankore-979 - improved cleaning mechanism for items on board.
12 years ago
Aleksei Kanash
990458d187
Removed memory leaks at deletion of UBGraphicsGroupContainerItem.
...
Corrected adding items to group.
Corrected group creation.
Corrected adding items to scene - items shouldn't be added to itemsToRemove list because that list needs for cleaning undo stack.
Improved mechanism of removing "itemsToRemove".
Removed wrong deletion of mButtons list from UBGraphicsItemDelegate destructor because that buttons has Frame as parent.
Removed possible memory leak in UBBoardController::clearUndoStack. Some items was able not deleted.
tmpScene in cffReader not deletes now because ithas a proxy as parent.
12 years ago
Anatoly Mihalchenko
8f06cfd8a1
SANKORE-1026 Navigation palette: thumbnails isn't refeshed after application added to the page
...
Improvement of scene update flag setting
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
shibakaneki
db10e4fbc0
Removed unused code
12 years ago
shibakaneki
4f7e1d743d
Implemented group duplication
12 years ago
Yimgo
cb7a0a3807
Segfault with ToolWidget instances fixed.
...
Trying to position ToolWidget at the right place to move naturally from widgetitem to toolidget.
12 years ago
Yimgo
cc68474a78
Segfault when quitting after tool widget deletion fixed.
...
Fix is obvious but it probably hides something.
12 years ago
Claudio Valerio
e5b8f058e8
removed accents on file name
12 years ago
Ilia Ryabokon
2033c14f05
Features widget featuring and refactoring
13 years ago