cartoone222
34506d334c
Add an option to disable shift + clear ( #368 )
...
* add bgcolor to turtul module
* add bgcolor to toolbox and a minor fix
* ok is ok now i hope however
* Submodule Omega-Kawaii-Theme remove
* this featurs https://github.com/UpsilonNumworks/Upsilon/issues/285
* Update escher/src/text_area.cpp casse coresction
Co-authored-by: Yaya-Cout <67095734+Yaya-Cout@users.noreply.github.com >
* change name of function beacause code to late in night is bad idee
* invation of capital letter
* Update apps/settings/sub_menu/code_options_controller.cpp
Co-authored-by: Yaya-Cout <67095734+Yaya-Cout@users.noreply.github.com >
* Update escher/src/text_area.cpp
Co-authored-by: Yaya-Cout <67095734+Yaya-Cout@users.noreply.github.com >
* im not shure all is done
* the last hiden locke
* fix https://github.com/UpsilonNumworks/Upsilon/issues/271
* Update apps/global_preferences.h
Co-authored-by: Quentin <github@arra.red >
* Update apps/settings/sub_menu/code_options_controller.cpp
Co-authored-by: Quentin <git@quentinguidee.dev >
* Update apps/global_preferences.h
Co-authored-by: Yaya-Cout <67095734+Yaya-Cout@users.noreply.github.com >
* Update apps/global_preferences.h
Co-authored-by: Yaya-Cout <67095734+Yaya-Cout@users.noreply.github.com >
* reformatting the code to meet the expected quality
* Update apps/settings/base.pt.i18n
Co-authored-by: Yaya-Cout <67095734+Yaya-Cout@users.noreply.github.com >
* Update apps/settings/base.de.i18n
Co-authored-by: Yaya-Cout <67095734+Yaya-Cout@users.noreply.github.com >
* Update apps/settings/base.es.i18n
Co-authored-by: Yaya-Cout <67095734+Yaya-Cout@users.noreply.github.com >
* Update apps/settings/base.hu.i18n
Co-authored-by: Yaya-Cout <67095734+Yaya-Cout@users.noreply.github.com >
* Update apps/settings/base.it.i18n
Co-authored-by: Yaya-Cout <67095734+Yaya-Cout@users.noreply.github.com >
* Update apps/settings/base.nl.i18n
Co-authored-by: Yaya-Cout <67095734+Yaya-Cout@users.noreply.github.com >
* fix nameing
* Update apps/settings/base.en.i18n
---------
Co-authored-by: Yaya-Cout <67095734+Yaya-Cout@users.noreply.github.com >
Co-authored-by: Quentin <github@arra.red >
Co-authored-by: Quentin <git@quentinguidee.dev >
2025-03-31 18:17:30 +00:00
Yaya-Cout
276e8a603a
[apps/settings] Unify prompt controller
2025-01-25 18:09:46 +01:00
andrigamerita
3c6641c808
[it.i18n] Add missing italian translations, fix typos / excessive length in the existing ones ( #331 )
...
* [it.i18n] [apps/code] Add missing translations
* [it.i18n] [apps/reader] Fix typo
* [it.i18n] [apps/external, apps/setting] Add missing translations + fixes
2023-06-26 17:01:54 +02:00
circuit10
b44a95a9b3
Casio fx-CG series port ( #324 )
...
* Initial test - working on Linux
* Try to make it work with liba
* Stop using liba and the filesystem
* IT WORKS
* Key input, full res, fix some of the crashes
* Fix the hang when doing calculations
* Add some more key mappings
* Fix the square root issue
* Icons
* Better key mappings, brightness control, better gamma correction, more effficient framebuffer
* Cleanup stage 1
* Cleanup stage 2
* Make the build system build a g3a
* Make it not exit when you press the menu button
* Add Casio port to README
* Use omega-master instead of omega-dev
* Fix mistake with cherry-picking in the README
* Fix internal storage crash
* Fix compile error on Numworks calculators
* Upsilon branding
* Sharper icon
* Make the CI work
* Add power off and improve menu
* Map Alpha + up/down to the brightness shortcut
* Add missing file
* Fix web CI build
* Revert "Fix web CI build"
This reverts commit f19657d9fc .
* Change "prizm" to "fxcg"
* Add FASTLOAD option for Add-in Push
* Add some charatcers to the catalog on Casio and improve key mappings
* Build with -Os -flto
* Disable LTO for now as it's causing crashes
* Put back the fonts I accidently changed
I'd like to add an option for this though as I prefer the ones from Epsilon
2023-05-10 18:28:18 +02:00
Yaya-Cout
224cec5efc
[apps/settings] Remove rests of USB protection
2023-01-16 18:49:52 +01:00
Yaya-Cout
7af7b895f5
[i18n] Clean translations
2023-01-16 18:39:31 +01:00
Laury
0b2a581177
[escher] Rework of timers and bigger text in toolboxes
2022-06-25 19:46:00 +02:00
Laury
125e1a8a82
[settings] Remove option to save cursor
2022-06-17 18:01:15 +02:00
Lisra-git
35017ec167
Lock Hardware Test while Exam Mode enabled ( #227 )
2022-06-12 11:38:52 +02:00
Laury
9f6d52d9d5
[usb] Removing residues from the USB protection
2022-05-04 15:49:11 +02:00
Yaya-Cout
03ae762b4a
[external] Updated for compatibility with KhiCAS
2022-04-29 22:00:12 +02:00
devdl11
3dfc8d749c
[bootloader/storage] new bootloader and fix python issue
2022-04-07 19:56:53 +02:00
Laury
e40d63a6ff
Merge Upsilon-dev
2022-03-23 22:02:27 +01:00
Yaya-Cout
8ac969d772
[Feature] Backlight settings ( #137 )
...
* Added backlight settings
* Changed location of the brightness setting
* Fix row size of brightness settings
* [apps/settings/brightness] Update translations
* Fix dimmer
* Update translations
* [apps/settings] Add dimmer duration setting
* [apps/settings] Ensure of the brightness level is greater than the dimmed brightness level
* Make transition smooth
* Removed transition time setting
I personally think that this setting is completely useless except if you absolutely want a transition that is not smooth, which is weird.
* Moved everything related to brightness in one submenu
* Some refactoring
* Update defaults
* Removed unnecessary translation
* [apps/settings] Fix Shift + Minus/Plus in settings
* Apply suggestions from code review
* [apps/shared] Remove a think that I don't know what it is
* Apply review suggestions
Co-authored-by: Joachim LF <joachimlf@pm.me >
Co-authored-by: lolocomotive <lolocomotive181@gmail.com >
2022-03-22 17:59:52 +01:00
Yaya-Cout
865bacf89a
[build/utilities] Add translations clean script ( #179 )
2022-03-20 16:10:54 +01:00
Laury
6dc31401fe
[bootloader] Compatibility with Omega 2.0
2022-03-17 20:05:20 +01:00
BAALBAKYA
19e5562228
2 corrections of bugs about the battery level in the settings ( #148 )
...
* added battery level handler for simulator
* added battery level > 100% when charging
* corrected version
* laury version but with float type
* Update apps/settings/sub_menu/about_controller.cpp
* Update apps/settings/sub_menu/about_controller.cpp
Co-authored-by: = <=>
Co-authored-by: Lauryy06 <80424145+Lauryy06@users.noreply.github.com >
2022-03-03 17:16:24 +01:00
Laury
c7516f1464
[settings] Fixed name of contributors
2022-02-22 20:44:16 +01:00
Laury
034fc65bc2
[settings] Updated contributors !
2022-02-05 19:00:33 +01:00
Yaya-Cout
1faac23ee8
[apps/settings] Fix assert in about submenu when username enabled ( #134 )
2022-01-25 20:17:07 +01:00
Yaya-Cout
169fb7404e
Fix spelling ( #128 )
...
* Fix spelling in .cpp files
* Fix spelling in all files
2022-01-20 17:21:35 +01:00
Yaya-Cout
f862cb023a
[apps/code] Add a setting for cursor saving ( #125 )
2022-01-14 13:42:30 +01:00
Laury
64a90422c4
[settings] Removed auto usb reactivation
2022-01-09 21:47:53 +01:00
lolocomotive
2248e415c4
Separate Upsilon and Omega versions ( #112 )
2022-01-04 20:37:46 +01:00
devdl11
dd48235721
USB Protection correction ( #90 )
2021-12-14 21:51:53 +01:00
Yaya-Cout
1df3ef87e6
[apps/settings] Fix voltage in settings ( #86 )
...
* [apps/settings] Fix voltage in settings
* [apps/settings] Fix batteryLevel size
2021-11-28 19:07:48 +01:00
Laury
4222137549
[apps/code] Improve code style in syntax highlighting setting
2021-11-27 13:42:47 +01:00
Yaya-Cout
806b11b589
[apps/code] Add a setting for syntax highlighting ( #85 )
2021-11-27 12:34:09 +01:00
Laury
fb4b2ffdfa
[usb | recovery] Make the code works
2021-11-26 23:41:53 +01:00
Laury
d2ec87d9fd
Merge branch 'upsilon-dev-usb-protection' into upsilon-dev
2021-11-21 21:53:53 +01:00
Laury
6b12d1aebf
[settings] Translations and bug fixed
2021-11-21 21:53:33 +01:00
Laury
9afb42716d
[usb | recovery] Improve code quality
2021-11-21 21:48:51 +01:00
lolocomotive
918c9249db
Partly fix #66 ( #82 )
...
Removed the double V appearing sometimes
2021-11-17 12:19:44 +01:00
devdl11
e8a1bc6149
Creation of a protection system against unintentional updates to Epsilon 16 (foundation) + Recovery Improvement ( #37 )
2021-11-11 18:20:16 +01:00
Mino1289
50ee8021f3
[apps/settings] Fixing newline with Flag checking ( #77 )
2021-11-09 19:28:45 +01:00
lolocomotive
ed7e0bd915
Show battery percentage in about menu ( #69 )
2021-11-05 13:46:42 +01:00
Mino1289
473b0bbfcb
[apps/settings|code] Add a Flag to remove Code option in settings if code app is not compiled ( #67 )
2021-10-28 22:20:00 +02:00
Laury
f6e937a927
[settings] Bug fix in code options controller
2021-10-27 19:35:19 +02:00
Yaya-Cout
8e1b311be0
[apps/settings] Fix gamma selector ( #60 )
2021-10-27 19:29:53 +02:00
Faustin
9cda9d9e59
[apps/code] Add a settings for autocomplete ( #36 )
2021-10-07 21:48:19 +02:00
Yaya-Cout
553f3fc682
[apps/settings] Use right key to enable setting ( #35 )
2021-10-07 20:36:03 +02:00
FaustinM
48a0da8a95
Add more python functions in ion module
...
Ion.battery_level() return a int with the current battery level
Ion.battery_ischarging() return a bool with the current battery charging state
bugfix for upsilon
2021-09-12 00:06:44 +02:00
FaustinM
3460e9ffd8
Merge remote-tracking branch 'origin/upsilon-dev' into upsilon-dev-get-battery-data
2021-09-11 21:16:23 +02:00
Yaya.Cout
9eb81a6daf
Fix OmegaVersion in settings
2021-09-05 11:49:42 +02:00
Yaya-Cout
ebe6a7cc5f
Merge pull request #2 (Update some translations)
2021-09-02 17:58:23 +02:00
Maxime FRIESS
0e7db3ce8a
Merge pull request #548 from Pixelpunker/omega-dev
...
Some corrections and many additions to German translation, mostly Python toolbox
2021-06-29 17:52:45 +02:00
Pixelpunker
786a3273da
All translated german strings limited to 35 characters
2021-06-29 17:11:10 +02:00
Pixelpunker
a3720d3d76
Some corrections and many additions to German translation, mostly Python toolbox
2021-06-28 16:09:49 +02:00
FaustinM
80587f35f1
Add a new entry in about menu to see current voltage
...
- Add a new traduction for this entry
- Add the entry in submenu
2021-06-23 16:55:37 +02:00
Joachim LF
f999c796c3
[Upstream] Merged epsilon 15.5
2021-05-14 13:28:22 +02:00