Craig Watson
26e0d76b7f
New previous/next page icons (kept old ones for web browser back/forward)
9 years ago
Craig Watson
6a388505da
New previous page / next page icons
9 years ago
Craig Watson
3bbf341e85
Updated version number (1.10a7)
9 years ago
Craig Watson
03564f0557
Fixed error displayed when podcast recorded successfully, on OSX
9 years ago
Craig Watson
2606c696c7
Added onboard as dependency in .deb package
9 years ago
Craig Watson
cb44c2b6b0
Basic readme
9 years ago
Craig Watson
16bacf1bc9
Added Data AbulEdu web search
9 years ago
Craig Watson
7c34710325
Added GUI setting for using system OSK;
...
also corrected the "useSystemOnScreenKeybard" to
"useSystemOnScreenKeyboard".
9 years ago
Craig Watson
4f61ce8975
Clean-up / commenting
9 years ago
Craig Watson
972e078a81
Fixed SWF transparency issue on Linux
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
631b070e82
Updated version number (1.10a6)
9 years ago
Craig Watson
138553bb30
Added system OSK support for Windows
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
435c559b86
Enable cross-origin requests for UBFeaturesWidgets
9 years ago
Craig Watson
6f044afc49
Added support for OSX on-screen keyboard
9 years ago
Craig Watson
54214f93f0
Add videos at their native size (not 320x240)
9 years ago
Craig Watson
93dc25385f
Updated About text in preferences menu
9 years ago
Craig Watson
b2fc32913e
Tutorial link now points to openboard.ch
9 years ago
Craig Watson
4cb7a15ceb
Fixed mediaservice plugins not being included in Windows installer
9 years ago
Craig Watson
7e105fa590
Post-install script on Linux: delete OpenBoardUser.config file (avoids a crash if the config file comes from a version <= 1.10a3)
9 years ago
Craig Watson
8e864c6e11
updated version number (1.10a5)
9 years ago
Craig Watson
1b525728ab
Fixed media playback on linux
9 years ago
Craig Watson
4aa0ee6197
Revert changes pushed to wrong branch
...
When the time comes to merge dev into master (for real), the
following may be useful:
https://metlos.wordpress.com/2012/01/13/
git-merging-after-a-revert/
9 years ago
Craig Watson
13a236d53b
Fixed video not appearing on secondary screen
9 years ago
Craig Watson
51bfde681e
Replace deprecated QPixmap::grabWindow function
9 years ago
Craig Watson
7e2b463853
Fixed screenshot taking pixmap of entire desktop in multiscreen environment
9 years ago
Craig Watson
82c349468e
Updated (/corrected) version number
9 years ago
Craig Watson
f26f3d1c6a
Enabled cross-origin requests to allow W3C widgets to load remote content
9 years ago
Craig Watson
6faeea9ddb
Corrected pen stroke duplication issue (see below)
...
Presumably due to the change in how pen strokes were saved to file (commit
8ed2e24
), pen strokes with pressure levels were badly saved. They were
converted to lines instead of polygons, meaning that every time a page
was saved or duplicated, the lines would look worse and worse -- and
artefacts would appear.
This should now be fixed.
9 years ago
Craig Watson
024322c8d1
Fixed full-screen widgets all being moved to primary screen on OSX
...
(due to commit 9adc899
).
Fullscreening should now work as expected in OSX 10.9 and 10.10, with
one or multiple monitors.
9 years ago
Craig Watson
9adc8991cd
Fixed UBPlatformUtils::showFullScreen not maximizing to full screen on OS X 10.9
9 years ago
Craig Watson
665945f590
Re-enabled podcasts on Win32
...
- Linked necessary Windows SDK libraries
- Solved compilation errors upon including `wmsdk.h` or other Windows
SDK headers (`interface` keyword wasn't recognized)
9 years ago
Craig Watson
125d8a4f84
Made yellow slightly redder for pen on white background
9 years ago
Craig Watson
63b1742010
Added a 5th pen color (yellow by default)
9 years ago
Craig Watson
3dc320d13a
Small correction in french translation
9 years ago
Craig Watson
31c29452c7
Merge branch 'dev' of https://github.com/DIP-SEM/OpenBoard into dev
9 years ago
Craig Watson
05fc24bee0
Updated version to 1.10alpha3
9 years ago
Craig Watson
8a64560785
removed import of removed library
9 years ago
Craig Watson
a389a75684
Updated translations
9 years ago
Craig Watson
f086277d6f
Updated release script on Linux
9 years ago
Craig Watson
2881790f3c
Removed 'Go to content source' option
9 years ago
Craig Watson
c71305e9dc
Updated release script for OSX
9 years ago
Craig Watson
2cec22c91d
Quick fix for issue #14
...
Page DPI is now saved as the DPI that was read when opening the file.
While not a perfectly fool-proof fix, it will at least allow files to be
migrated between OB 1.02 and 1.10.
9 years ago
Craig Watson
2fa97ecf79
Updated release scripts for Windows
9 years ago
Craig Watson
8ae88cfcb3
Fix compilation error on windows (inheritance prob.)
9 years ago
Craig Watson
c6cc0d3a19
Fixed partial screenshot in desktop mode
...
Note: the screenshot can only be taken on the primary display now
(rather than on the display in which the mouse is, as was the case
before).
9 years ago
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
76636f73d7
Fix video loading from file
...
- Added an overload for setMatrix in UBGraphicsMediaItem, to propagate
matrix changes to the child videoItem
- Upon loading a video, the child videoItem is now added correctly, and
set to the right position
9 years ago
Craig Watson
c220bf470f
Fix bad URL encoding in .svg
9 years ago