Commit Graph

9 Commits

Author SHA1 Message Date
yellows8
59e2d7a306 Display an error screen with print-console instead of using fatalSimple. Display a msgbox in launchFile() when an error occurs instead of using fatalSimple. Better error handling etc in worker/launch. 2018-10-18 19:06:59 -04:00
yellows8
69e11599f4 Moved string for default-theme-name into language.c, and fixed language.c whitespace. 2018-09-29 12:07:51 -04:00
NightlyFox
992c4c482b Implemented a theme switcher feature (#62)
* Implemented Theme Menu.

* Minor adjustments.

* added two new theming attributes, borderColor, borderTextcolor, allows users to modify the boxes that surrounds the menu entries

* added theme info to config file, users can now add theme author, theme name, and theme version to a theme config file.

* tested building on mac osx, added to .gitignore and make clean for files generated on osx

* The path for the theme is now stored in a config string in settings.cfg, instead of a hard-coded theme.cfg path.

* added functions to create/modify settings config for hbmenu theme

* added Default theme entry that will always insert itself at the front of the list of themes

* added code for + and - button, using - button for theme menu now (button display for this is disabled).
2018-09-28 23:20:24 -04:00
yellows8
9aaac6f01e Moved the message-box 'OK' text into language.c. Display the Result from envGetLastLoadResult() with a message-box when required. 2018-03-11 17:43:36 -04:00
Dave Murphy
27d195e118 Use __SWITCH__ rather than SWITCH 2018-03-11 00:37:03 +01:00
fincs
5743c2946d Default app version needs not be localized (#17) 2018-02-27 16:06:01 -05:00
Sahin H
0cb9f3961f Added system language text change (#15) 2018-02-27 14:33:56 -05:00
Adubbz
bb53f73cc7 Switched to using textGetString for action descriptions and app info 2018-02-26 23:52:13 +01:00
yellows8
b6816abe56 Initial public commit. 2018-02-11 19:07:18 -05:00