Clément Fauconnier
a7feaed729
resized preferences dialog
8 years ago
Clément Fauconnier
b73d0e22f8
added translations to Openboard_fr.ts
8 years ago
Clément Fauconnier
e75fb8f4d6
changed HideCheckForSoftwareUpdate default value to false
8 years ago
Clément Fauconnier
01d2b845ae
changed some default values
8 years ago
Clément Fauconnier
ad4eec200c
corrected/changed settings initialisation of grid parameters
8 years ago
Clément Fauconnier
4ca97d5c82
added translations + new image for setAsBackround action
8 years ago
Clément Fauconnier
c6c0120aab
added grid tab on preferences to handle grid color and opacity parameters
8 years ago
Clément Fauconnier
021d1e0807
added missing translations
8 years ago
Clément Fauconnier
120ec4c37f
added an icon for 'set as background' action
8 years ago
Clément Fauconnier
9e42b0698e
added an option in configuration file to hide/show the 'check update' action
8 years ago
Clément Fauconnier
7b1f64eabf
merge 1.4-dev + thumbnail views & fixes
8 years ago
Craig Watson
bde39f95d5
Updated bundled config file with new settings
8 years ago
Craig Watson
e61d2955a1
Fix for Data.AbulEdu search results not showing details (metadata,..)
8 years ago
Craig Watson
79d2403192
Removed GUI settings for stroke interpolation & simplifying
8 years ago
Marco Ciampa
750de4dbfd
Updated Italian translation
...
Credit: ciampix
8 years ago
Craig Watson
83874ddb08
Clean up update checking
8 years ago
EmPeWe
064b5a99b7
Updated German translation
...
Credit: EmPeWe
9 years ago
Craig Watson
42827b2a46
Added Basque translation (credit: Iñigo Gebara)
9 years ago
Craig Watson
b850787164
Updated translation files; completed french translations
9 years ago
Craig Watson
df71f158c3
Added stroke simplification algorithm
...
If enabled in the preferences menu, pen and marker strokes will be
replaced by a simplified stroke after they are drawn.
The algorithm is very basic (for now): if three points are almost lined
up (the threshold angle can be specified in the config file), then the
middle one is removed. This is repeated over the whole stroke; new
polygons are then generated based on the simplified stroke points.
This typically cuts down on number of points and polygons by a factor of
about 10, while having minimal visual impact.
9 years ago
Craig Watson
def5f7f719
Added ruled background
9 years ago
Craig Watson
38c145321d
Corrected background palette icon (dark, crossed BG), that always appeared selected
9 years ago
Gustavo Junior Alves
9b30de177c
Improve pt and pt_BR translations
9 years ago
Gustavo Junior Alves
86c96ed00f
Brazilian portuguese translation
9 years ago
Craig Watson
4491341a4d
(WIP) Interpolation of strokes. Progress so far:
...
- UBGraphicsScene calls UBGraphicsStroke::addPoint, which returns a list
of points that can be drawn. It may be none (e.g we discard very small
segments), one (if we do no interpolation) or several.
- Added a UBInterpolator base, abstract class. Various interpolation
methods can be added easily.
- Current methods: Basic spline (custom), Catmull-Rom spline (based on
alglib), and Bézier
- Added a setting to toggle interpolation. Added this to the UI as well
9 years ago
Craig Watson
6593b22e5e
Updated Google Maps widget
9 years ago
Craig Watson
dcebc11eeb
Improvements to packaging script for Linux:
...
- Qt plugins and libraries (and associated files) bundled only if necessary
- Dependencies corrected (for Ubuntu 14.04 and 16.04, at least),
mostly manually for now
- run.sh sets Qt plugin path environment variable (=> qt.conf
no longer needed; removed)
9 years ago
Craig Watson
e5445f2b43
Add support for opening UBZ files on Linux
9 years ago
Craig Watson
1ce6f84139
Updated linux release scripts
...
- Separated build and package
- OpenBoard now installs in /opt
- All binaries are stripped, for smaller package size
9 years ago
Craig Watson
7f3b790328
Removed some old, unused settings
9 years ago
Craig Watson
a6543e92f8
Fix Flash elements appearing on top of everything on Windows
9 years ago
Craig Watson
6672266db1
Added Slovak translations for applications
...
Credit: Jaroslav Ryník
9 years ago
Craig Watson
6771615d91
Fix for OS X 'Save PDF to OpenBoard' workflow still referencing Open-Sankoré
9 years ago
Craig Watson
259a765b5a
Wikipedia widget uses desktop site (again); changed widget size
...
I can't get the mobile site to display correctly; the position of the
contents moves around depending on the widget's position on the board.
Switched back to the desktop site because it's not worth spending days
on this.
9 years ago
Craig Watson
101d3d213b
Shrunk preferences menu tabs slightly
9 years ago
Craig Watson
ad9de898e1
Fixed prev/next images (in browser) not being bundled in installer
9 years ago
Craig Watson
a3be4d5999
Add Slovak translations for OpenBoard and interactivities
...
Credit: Jaroslav Ryník
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
cab1d0cacf
Hide software update setting in preferences window
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)
10 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
10 years ago
Craig Watson
4e1a02c4f7
removed references to youtube from videoPicker widget (youtube embedding doesn't work, won't be fixed soon)
10 years ago
Craig Watson
f75eb3dc03
Updated french and fr-CH translations
10 years ago
Craig Watson
55a472da08
Added OpenBoard.config (to be included in installer)
10 years ago