Clément Fauconnier
812b446f46
new GraphMe widget (fixed)
6 years ago
Clément Fauconnier
17d8d0957c
changed sortOrder style + resized splitter sizes
6 years ago
Clément Fauconnier
568b95594d
new parameters SortKind and SortOrder in config (WIP)
6 years ago
Clément Fauconnier
b608118fad
document views resized and not collapsible + check version Openboard
6 years ago
Clément Fauconnier
319671eeab
deleted Models Folder and code related + redesign of Documents UI
6 years ago
Clément Fauconnier
8ecf99f838
First step of OpenSankore Document Mode integration
6 years ago
Clément Fauconnier
bb60925bdd
revert GraphMe widget
6 years ago
Clément Fauconnier
1688bd5399
changed version in 'about' tab
6 years ago
Clément Fauconnier
16a2c9e942
fixed widgets recently added
6 years ago
Clément Fauconnier
071588e288
added 3 widgets
6 years ago
Clément Fauconnier
24b9d7f15b
added some translations in french versions
6 years ago
Clément Fauconnier
2b1af9d27c
changed checkbox name and simplified code for swapDisplayScreens
6 years ago
Clément Fauconnier
823115bd1d
added an option to swap first and second display screens
6 years ago
Clément Fauconnier
7e265a1eab
updated spanish translations + added galician
7 years ago
Clément Fauconnier
3860e97b49
1.4 release without real time previews on left palette
7 years ago
Clément Fauconnier
dcf039448c
added translations
7 years ago
Clément Fauconnier
0344a4c293
added translations
7 years ago
Clément Fauconnier
012e838491
added a 'reset background grid size' button in the background palette
7 years ago
Clément Fauconnier
92297181b5
increased preferences default width
7 years ago
Clément Fauconnier
38f4e5e633
corrected french translation
7 years ago
Clément Fauconnier
c464de1238
added Horloge.wgt
7 years ago
Clément Fauconnier
ac21d9ed20
edited/added some translations
7 years ago
Clément Fauconnier
a7287d1618
removed Planete Sankore widgets
7 years ago
Clément Fauconnier
7d35b53a68
autoresize of the grid tab (in preferences)
7 years ago
Clément Fauconnier
a7feaed729
resized preferences dialog
7 years ago
Clément Fauconnier
b73d0e22f8
added translations to Openboard_fr.ts
7 years ago
Clément Fauconnier
e75fb8f4d6
changed HideCheckForSoftwareUpdate default value to false
7 years ago
Clément Fauconnier
01d2b845ae
changed some default values
7 years ago
Clément Fauconnier
ad4eec200c
corrected/changed settings initialisation of grid parameters
7 years ago
Clément Fauconnier
4ca97d5c82
added translations + new image for setAsBackround action
7 years ago
Clément Fauconnier
c6c0120aab
added grid tab on preferences to handle grid color and opacity parameters
7 years ago
Clément Fauconnier
021d1e0807
added missing translations
7 years ago
Clément Fauconnier
120ec4c37f
added an icon for 'set as background' action
7 years ago
Clément Fauconnier
9e42b0698e
added an option in configuration file to hide/show the 'check update' action
7 years ago
Clément Fauconnier
7b1f64eabf
merge 1.4-dev + thumbnail views & fixes
7 years ago
Craig Watson
bde39f95d5
Updated bundled config file with new settings
7 years ago
Craig Watson
e61d2955a1
Fix for Data.AbulEdu search results not showing details (metadata,..)
7 years ago
Craig Watson
79d2403192
Removed GUI settings for stroke interpolation & simplifying
7 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
8 years ago
Craig Watson
42827b2a46
Added Basque translation (credit: Iñigo Gebara)
8 years ago
Craig Watson
b850787164
Updated translation files; completed french translations
8 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.
8 years ago
Craig Watson
def5f7f719
Added ruled background
8 years ago
Craig Watson
38c145321d
Corrected background palette icon (dark, crossed BG), that always appeared selected
8 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