Craig Watson
5d48d55c7f
Fix for duplicated strokes being positioned badly
...
Bug likely surfaced when fixing positioning of saved strokes. Quick
tests show that positioning now works both for duplication and
saving/loading
8 years ago
Craig Watson
e5b4de9013
When control view is reset, update the display view and the zoom palette
8 years ago
Craig Watson
575d14a5c2
Updated headers
9 years ago
Craig Watson
e6f6f2e323
Fix for bad positioning of some objects (text boxes) after duplication
9 years ago
Craig Watson
6ad13d8a4b
Fix scroll speed with hand tool when zoomed in/out
9 years ago
Craig Watson
0491ce9e0b
Don't select images when adding them to the board
9 years ago
Craig Watson
ea85856c8d
Reload page thumbnails when adding a PDF to the document
9 years ago
Craig Watson
01bfc27f87
Hide OSK when closing OpenBoard
9 years ago
Craig Watson
59207cbbf2
Moved document metadata saving to UBPersistenceManager's worker thread
...
(Reading is still done synchronously, for now at least)
9 years ago
Craig Watson
599f925d58
New settings queue for UBSettings
...
This should cut down on disk access. Instead of loading and saving
settings directly through QSettings instances (which occasionally
read and write to their associated file; but there is no way to control
how often this happens), they are now added to a QHash for in-app
access.
Save() and load() functions were also added to enable manually saving
the settings, and loading all settings from file, respectively.
9 years ago
Craig Watson
41b538c733
Corrected a few minor duplication / zValue issues:
...
- zValue is correctly initialized when duplicating an object
- Duplicated objects are translated correctly
9 years ago
Craig Watson
7c34710325
Added GUI setting for using system OSK;
...
also corrected the "useSystemOnScreenKeybard" to
"useSystemOnScreenKeyboard".
9 years ago
Craig Watson
da5378a68c
Code clean-up
...
Mostly, removal of old code that had been commented out instead of
removed
9 years ago
Craig Watson
5b7cf175e9
Clean-up of on-screen keyboard code
...
- Moved all platform-specific code to UBPlatformUtils
- For now, removed support (on Linux) for checking whether onboard is
running when OpenBoard is started (it wasn't working anyway, but it needs a
cleaner solution for all 3 platforms)
9 years ago
Craig Watson
6f044afc49
Added support for OSX on-screen keyboard
9 years ago
Craig Watson
63b1742010
Added a 5th pen color (yellow by default)
9 years ago
agriche
6a941e256c
- Replace #include <QtGui> by #include <QtWidgets>.
...
- Replace #include <QtWebKit> by #include <QtWebKitWidgets>.
- Replace uniboardTool by openboardTool.
- Replace UBMimeType::UniboardTool by UBMimeType::OpenboardTool.
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
Claudio Valerio
a9db6c44b0
introduced the possibility to choose the wanted on screen keyboard
10 years ago
Claudio Valerio
4781a9bfc2
hack for onboard
10 years ago
Claudio Valerio
7cd7af2de4
when page is deleted the pictures are deleted too
10 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
bddb4db2b8
cosmetics
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
39a1284023
duplication fixed. Crash on closing the application after creating a new document fixed.
11 years ago
Claudio Valerio
55a4b8601a
fixed issue with copying a text
11 years ago
-f
276ccde541
ISSUE Sankore 1661
11 years ago
-f
9d25985de2
internalization of the automatic saving messages
11 years ago
-f
6311ca2b46
copy/paste action the zlevel order is respected
11 years ago
-f
2c1a2c953d
object selection on board remain unchanged after an automatic saving
11 years ago
-f
f135d9f6a4
changed the name of the autosave interval variable and its value
11 years ago
Ilia Ryabokon
e9f6f397e4
Old group button has been removed
11 years ago
Ilia Ryabokon
241ddb92a1
Duplicated group button functionality on the frame
11 years ago
Ilia Ryabokon
ab828a1824
Document autosave facility
11 years ago
Claudio Valerio
f4dd64d288
fixed issue 92
11 years ago
Claudio Valerio
5c47e5493e
header updated
11 years ago
Claudio Valerio
cab036fe9e
on scene move fixed copying issues
11 years ago
Didier Clerc
150dc953c6
Resolved a bug related to adding a page to current document
11 years ago
Claudio Valerio
0428f938d2
persistence of not required media on disk. Second step updated the cleanSource methods in classes that handle files on disk
11 years ago
Claudio Valerio
eb5bebbca3
removed temp flash file stored into the root document directory
11 years ago
Claudio Valerio
fa65eafefe
bugs of persistance of unwanted media on disk. First step fixed the undo manager
11 years ago
Didier Clerc
a2a729c888
Resolved a focus issue on the text item
11 years ago
Claudio Valerio
3b0bb2f091
copy/paste issue fixed. Issues: 4, 41, 53
11 years ago
Claudio Valerio
338a697820
copy/paste work correctly. Issue 4
11 years ago
Claudio Valerio
2eae1f37c2
added importer
12 years ago
Ilia Ryabokon
625c239e34
Stable selection frame. Transformation fixes
12 years ago
Claudio Valerio
059dd83bdc
restore code for deleting unused stored objects
12 years ago
Claudio Valerio
3cf0cc5e99
tutorial and webkit instance associated removed
12 years ago