145 Commits

Author SHA1 Message Date
O4k
639f4c1700
Allows for new skin config.ini format(s)
The new code checks for a config.ini file in the Skin's folder. Then it checks for a "Font_Paths" section where it replaces the default fonts with the names of the new fonts listed in the Config. You will have to add the desired fonts to the truetype folder within the skin folder and update the config to match the fonts you have added. If you remove the existing fonts in that folder, the launcher will not load if there is a problem with the config file.

Note that the system-wide font name variables do not change, but their referenced file does.

The new Config file would look something like this:
    
    [Font_Paths]
    varela = Roboto-Black
    veramono = Roboto-Regular
    noto = Roboto-Bold
    notocjk = Roboto-Light

    [Colors]
    High = #f0ffff
    Text = #ffffff
    ReadOnlyText = #ffffff
    Front = #614f7d
    URL = #f0ffff
    Line = #614f7d
    TitleBg = #111013
    Active = #ff70ba
    Disabled = #e6e6ff
    White = #111013
    Black = #614f7d
2019-12-21 10:32:14 -08:00
cpi
e0dfe211a9 fix bug in title_bar auto redraw when in Low backlight 2019-09-03 05:19:40 +00:00
cpi
afe616de9e info_page_selector bug fix 2019-08-26 08:05:34 +00:00
cpi
852610914d unzip with override 2019-08-22 13:15:13 +00:00
cpi
818916e0fb alias list_item encode utf8 2019-08-22 08:30:07 +00:00
GNU
087a10da31
Merge pull request #246 from Cecilectomy/fix-footbar-button-layout
fix foot bar button layouts being swapped
2019-08-20 17:44:58 +08:00
cuu
3dd659860e ... 2019-08-07 15:29:39 +08:00
cuu
a8b3a7084c add patches in download_process_page 2019-08-07 15:27:45 +08:00
cuu
3826d3cfe2 theme background.png 2019-07-14 10:52:32 +08:00
Daniel Cecil
48bb893a5c Revert SetLabelTexts
This causes SNES button actions to be backwards.
Please merge this pull request to revert back, or properly fix whatever the update was supposed to change in the first place.
2019-07-07 18:28:48 -07:00
Daniel Cecil
41729a4b2a fix foot bar button layouts being swapped
When using SNES it shows the button actions for XBOX
When using XBOX it shows the button actions for SNES
2019-07-06 12:14:47 -07:00
cuu
9b63fc4c8f main_screen ReadTheDirIntoPages ,ignore hidden files/folders 2019-07-02 15:09:57 +08:00
cuu
4f354f28c2 add GiveWallpaper to allow the custom wallpaper from any Theme/skin 2019-07-01 20:30:07 +08:00
cuu
badeb13268 FootMsg changes for the buttons layout 2019-06-26 21:12:20 +08:00
cuu
a9a179fe47 In special cases, allow ROM_SO to become LAUNCHER-like functionality in Emulator 2019-06-21 18:49:59 +08:00
cuu
dd92daa60f add DrawRect in multi_icon_item 2019-06-21 12:44:34 +08:00
cuu
c559728454 replace all MyIconPool._Icons to be MyIconPool.GiveIconSurface 2019-06-13 21:24:56 +08:00
cuu
baae2545f1 IconPool 2019-06-13 16:17:51 +08:00
cuu
d75fcc6f1c PreparationInAdv to config.py 2019-06-13 15:58:08 +08:00
cuu
858540bb7d CommercialSoftwarePackage keys 2019-06-10 13:52:35 +08:00
Noah
24d711e538 Allows for the rendering and rescaling of images to be used as a background to the launcher 2019-06-01 16:56:02 -05:00
cuu
ed8699d6d4 except the python UnicodeDecodeError in Emulator 2019-05-13 19:43:43 +08:00
cuu
ce72585632 TrFont bug fix 2019-05-11 17:53:17 +08:00
cuu
d6a5294afb bug fix 2019-05-07 13:30:31 +08:00
cuu
8ee95d9648 bug fix download_process_page.py 2019-05-07 13:04:12 +08:00
cuu
0981ac4c59 delete sys.py/UI/fonts.py 2019-04-26 17:34:23 +08:00
cuu
25a191a4d0 empty fonts.py 2019-04-26 17:33:44 +08:00
cuu
d3b508c3a1 fix fds leak and remove SkinMap 2019-04-26 14:01:36 +08:00
Daniel Cecil
e3747493ad Adding icon boundary wrapping to page
Wrapping back to beggining or end of icon list provides better usability
2019-02-26 10:57:31 -08:00
cpi
a2d8de4535 add select button to footer 2019-02-12 23:01:51 +02:00
Rostyslav Diachok
5b0db0a461 remove never used buttons from config 2019-02-12 01:36:24 +02:00
cpi
b47b020339 fix xbox layout UX 2019-02-12 01:09:48 +02:00
cuu
827b7f06fa bug fix ,add spanish translation 2019-02-07 17:44:21 +08:00
cuu
02b399dd01 pygame limits 9 userevent 2019-01-28 23:40:35 +08:00
cuu
2e5ea437cd add SpeedScroll 2019-01-28 23:13:05 +08:00
cuu
f9a74d6579 submodule init and update 2019-01-26 20:57:52 +08:00
cuu
fc099786fe update 10_Settings/Update 2019-01-26 17:34:39 +08:00
cuu
ff374a7667 auto create GameDir in CommercialSoftwarePackage 2019-01-19 19:24:38 +08:00
cuu
dd490ec3e9 fix bug in CommercialSoftwarePackage 2019-01-19 19:20:14 +08:00
cuu
793db0c984 bug fix 2019-01-18 00:19:50 +08:00
cuu
12c923df8a bug fix 2019-01-17 22:18:33 +08:00
cuu
530c08dc34 small fix in CommercialSoftwarePackage 2019-01-17 14:20:57 +08:00
cuu
be872d0536 Comm software package alpha 2019-01-17 00:56:40 +08:00
cuu
565605cfef add text_bulletinboard.py 2019-01-16 12:03:40 +08:00
cuu
e6c22c90e0 PICO-8 alpha 2019-01-16 01:17:02 +08:00
cuu
7e75d4856b add widget.py 2019-01-15 16:37:15 +08:00
cuu
c641c8d84a ReunionPagesIcons combines 20_Retro Games now 2019-01-15 01:15:43 +08:00
cuu
0b8331d3d0 ReunionPagesIcons combines 20_Retro Games now 2019-01-15 01:05:59 +08:00
cuu
c523b4ef3c add network gateway switch 2019-01-06 21:06:28 +08:00
cuu
425cb66d6f Notification changed 2018-12-14 17:00:40 +08:00