Craig Watson
17a08d35e4
Clean-up of OS X podcast recording; fixed frames sometimes carrying over from one video to the next
9 years ago
Craig Watson
5a51dbd908
Changed version number to 1.3.0-rc.2
9 years ago
Craig Watson
b0304f0bdd
Small fix in readme
9 years ago
Craig Watson
4bf9af0d4b
Merge branch 'pixabay_search' into dev
...
Adds Pixabay image search, to replace the defunct Google search
9 years ago
Craig Watson
45d4307f78
Changed API key for SEM one
9 years ago
Craig Watson
798d98904c
Display message when there are no search results
9 years ago
Craig Watson
2c484ae4a3
Added filters for image type, and french/english locales
9 years ago
Craig Watson
fe428263d8
Added shorter / wider banner
9 years ago
Craig Watson
e9e9bd97c8
Added banner
9 years ago
Craig Watson
e32d193cd7
Tweaked eraser & marker preview circle colors
9 years ago
Craig Watson
dcb20ca251
Fix documents not being renamed correctly (new name wasn't persisted)
9 years ago
Craig Watson
cab1d0cacf
Hide software update setting in preferences window
9 years ago
Craig Watson
8098679b23
Cleaned up exporter classes (to remove excessive code duplication)
9 years ago
Craig Watson
fea02af4d6
Fixed a few warnings
9 years ago
Craig Watson
1423458afc
Preferences: hide built-in OSK settings when system OSK is selected
9 years ago
Craig Watson
6d5f44b348
Search language matches OpenBoard's language
9 years ago
Craig Watson
88782ef9d2
Fixed a remnant from the planète sankoré search;
...
also added a function to get slightly larger images (though the Pixabay
API doesn't give width and hight info about these, so it's not currently
used)
9 years ago
Craig Watson
b8928d9f29
Functional Pixabay search
...
- Fixed display
- Fixed/added support for pages
- Added image title generation, so it can be e.g added to OpenBoard
library
9 years ago
Craig Watson
2c68edd548
Fix delete key not working as shortcut in Document view
9 years ago
Craig Watson
4e1a02c4f7
removed references to youtube from videoPicker widget (youtube embedding doesn't work, won't be fixed soon)
9 years ago
Craig Watson
f75eb3dc03
Updated french and fr-CH translations
9 years ago
Craig
25147845d9
Changed version numbering to major.minor.patch-type.build
...
e.g 1.3.0-rc.1, or 1.3.0
Also, changed version number to 1.3.0-rc1
9 years ago
Craig Watson
55a472da08
Added OpenBoard.config (to be included in installer)
9 years ago
Craig Watson
0eba0b1f31
First pass at Pixabay image search
...
Search basically works; but just one page of elements are retrieved.
Metadata is assigned ok.
To do: paginate search results; correct display; and later, add filters
9 years ago
Craig Watson
a32c1e4c5f
Removed Google image search (API is obsolete)
9 years ago
Craig Watson
3f73f25f6f
Improved error handling for media items
...
- Display a meaningful error message to the user when adding or trying
to play a video
- Make sure the video placeholder is visible even after switching pages
9 years ago
Craig Watson
9d5105bad9
Check if location is writable before exporting to PDF
9 years ago
Craig Watson
97b8ff496b
Check if location is writable before exporting to .ubz
9 years ago
Craig Watson
53aa4f4928
Remove multiple calls to QuazipFile::close() on the same file
9 years ago
Craig Watson
ecb88480f0
Removed post-install deletion of OpenBoardUser.config on Linux
9 years ago
Craig Watson
3c1415e4ed
Fixed saving of settings
9 years ago
Craig Watson
ec2ae56171
Fix items not being movable after being ungrouped
9 years ago
Craig Watson
5231e4268d
Select a new document when trashing a multiple selection
...
(Not doing so resulted in either a trashed item being selected when
returning to board mode, or a crash if the item had been permanently
deleted)
9 years ago
Craig Watson
ec6725debc
Comments clean-up
9 years ago
Craig Watson
241f672d3c
Fixed force load of all settings
...
The previous solution didn't really have any effect; only a handful of
settings were in the mUserSettings or mAppSettings at the moment it was
called. The better solution is to just call value() in the constructor
of UBSetting, which means the setting is cached as soon as it is
created.
9 years ago
Craig Watson
39e020bbfa
Hide 'check for update' menu entry by default
9 years ago
Craig Watson
8623acf397
Only save user settings that are different from the app settings
9 years ago
Craig Watson
85f14002a6
Fix for media item toolbar not grabbable
9 years ago
Craig Watson
01bfc27f87
Hide OSK when closing OpenBoard
9 years ago
Craig Watson
f7ed005a69
Enable hiding* OSK on Linux (*actually, killing)
9 years ago
Craig Watson
6fc70bef99
Enable hiding OSK on OS X
9 years ago
Craig Watson
a8d94208b9
Enable hiding OSK on Windows
9 years ago
Craig Watson
214764dce3
zValue tweaks
...
- Sort by Z before duplicating a selection (so that relative Z's are
kept)
- in UBZLayerController, iterate only through UBGraphicsScene's fast
access items, not QGraphicsScene::items
9 years ago
Craig Watson
d5746d2e8d
Clean-up of UBGraphicsScene's preview circle functions
9 years ago
Craig Watson
bff9b39a71
Improvements to display of eraser and highlighter preview circles
...
- Defined constants in UBSettings for highlighter preview circle colors
- Switch between light and dark colors when changing backgrounds
- For eraser: use color settings that were defined in UBSettings (they
were ignored since the preview circle was added)
9 years ago
Craig Watson
9f3fa2fa86
Added settings for showing (or not) the eraser and highlighter preview circles
9 years ago
Craig Watson
35000fe7d2
Added preview circle around highlighter tool
9 years ago
Craig Watson
a8f2ef6699
Suppress an annoying warning
9 years ago
Craig Watson
dd64b93da6
Don't draw dashed line around videoItem when selected
9 years ago
Craig Watson
eb597bf26d
Fix videos being play/paused after a manual stop
...
When a video is first loaded (placed on the scene), we play/pause it to
load the first frame; but this was also called when the video was
manually stopped. To avoid this, a mStopped attribute was added to
UBGraphicsMediaItem. It is set to true only when the video is stopped by
the user.
9 years ago