Commit graph

129 commits

Author SHA1 Message Date
Leon Styhre c0ea3066d3 Documentation update for the 2.0.0 release 2023-03-11 16:54:52 +01:00
Leon Styhre 52f4d45369 Documentation update. 2023-01-17 23:42:20 +01:00
Leon Styhre f8eb4023ec Documentation update. 2022-12-21 20:34:15 +01:00
Leon Styhre aded840483 Documentation update. 2022-06-04 17:54:09 +02:00
Leon Styhre 990eb84707 Documentation update. 2022-05-21 12:19:15 +02:00
Leon Styhre 45d3dc3755 Documentation update. 2022-05-13 21:04:03 +02:00
Leon Styhre d62bc17400 Renamed the default theme set from rbsimple-DE to slate-DE 2022-04-14 22:46:30 +02:00
Leon Styhre 0cde67c61b Documentation update. 2022-03-28 18:05:47 +02:00
Leon Styhre 40ea2e9dd6 Documentation update. 2022-03-18 23:03:53 +01:00
Leon Styhre 5aa8303ae6 Documentation update. 2022-02-11 00:32:34 +01:00
Leon Styhre 0f3fddc7dc Documentation update. 2022-02-09 22:17:31 +01:00
Leon Styhre d1cbbad8ee Documentation update. 2022-02-07 21:23:36 +01:00
Leon Styhre 6676e9c353 Documentation update. 2022-01-29 19:03:21 +01:00
Leon Styhre e5c6021ba8 Updated THEMES.md for the 1.2.0 release. 2021-12-28 17:22:22 +01:00
Leon Styhre ba69e210c5 Documentation update. 2021-09-30 20:24:39 +02:00
Sophia Hadash eb4a8d5fae revert documentation changes in THEMES.md 2021-08-23 14:57:33 +02:00
Sophia Hadash 59161618f2 Update the documentation. 2021-08-22 18:14:45 +02:00
Leon Styhre e1de02f1f8 Documentation update. 2021-08-18 21:55:20 +02:00
Leon Styhre 1eaa9ce2d7 Documentation update. 2021-06-28 22:15:27 +02:00
Leon Styhre 1dd63a9eff Documentation update. 2021-06-25 00:07:33 +02:00
Leon Styhre 9e24121855 Small documentation update. 2021-05-14 15:08:43 +02:00
Leon Styhre 7522b4b4c7 Documentation update. 2021-04-02 13:30:02 +02:00
Leon Styhre a6ec76d8c9 Documentation update. 2021-03-21 15:47:59 +01:00
Leon Styhre 9b27affba0 Updated the documenation files headers. 2021-01-03 11:36:35 +01:00
Leon Styhre 6b43cdf5d6 Documentation update. 2020-12-16 19:27:51 +01:00
Leon Styhre 7f0aede274 Added gamelist info field which displays some useful information. 2020-10-30 14:19:21 +01:00
Leon Styhre b5485b4ca9 Changed log levels from numbers to text. 2020-07-26 23:30:45 +02:00
Leon Styhre 6565355831 Bundled fallback sounds are now loaded if the theme does not provide any navigation sounds. 2020-07-12 11:40:30 +02:00
Leon Styhre 6b62065595 Large code cleanup and code documentation update.
The initial code cleanup of es-app is now complete as of this commit.
2020-06-23 20:07:00 +02:00
Leon Styhre 8d2842af7d Documentation files update. 2020-06-22 20:17:34 +02:00
Leon Styhre 0a02d710f3 Removed the last remnants of the usage of /etc and updated the documenation accordingly. 2020-06-22 19:46:09 +02:00
Leon Styhre 7686f87d5d Added proper Unicode star icon when jumping to favorite games using the 'Jump to...' quick selector 2020-05-17 19:30:29 +02:00
Leon Styhre fcfbbd3f2b Updated version info and documentation files 2020-05-15 18:31:59 +02:00
John Rassa 961571655b Grid updates. Animate scrolling option, autoLayout option, center selection option, scroll loop option, image source option 2019-09-21 19:38:57 -04:00
John Rassa 8de1fc8860 add 'visible' theme element 2019-07-21 23:13:48 -04:00
John Rassa a57b0ecfea create new DateTimeComponent 2018-10-15 20:40:45 -07:00
John Rassa 1fe57de7f6 add theme support for text and line spacing for logo text in system carousel 2018-06-06 14:44:54 -07:00
Koerty 9f10b61dfa Add 3 new theming properties to the grid tile background
Add 3 new theming properties to the grid tile background : - backgroundCornerSize
- backgroundCenterColor
- backgroundEdgeColor
2018-05-18 01:20:58 +02:00
John Rassa c80bb7ae8b
document color option for RatingComponent 2018-05-02 19:09:32 -04:00
John Rassa 4a1e9d5f11
Merge pull request #415 from Koerty/grid-default-image
[GRID 5 & 6] Add grid default image and folder image
2018-04-16 21:30:40 -04:00
Koerty 3100fa3a6d Add grid default image and folder image
Add default game image and folder image to the grid. They can be configured by the theme with the gameImage and folderImage properties of the imagegrid.
2018-04-17 01:37:39 +02:00
John Rassa e3bebc872d
Merge pull request #417 from Koerty/help-prompt-origin
Add "origin" theming element for help prompt
2018-04-16 18:43:52 -04:00
Koerty e575f7708e Add the new metadata field md_title to grid, video and detailed views
Unlike the others, it is by default positioned offscreen
2018-04-16 19:42:41 +02:00
Koerty 1b4a545c90 Add "origin" theming element for help prompt 2018-04-15 21:01:54 +02:00
Koerty f946801006 Add scroll direction to the grid
Vertical by default, but can be set to horizontal by the theme
2018-04-13 03:41:50 +02:00
Koerty 3993ace607 Add GridTileComponent and base theming syntax
- Add the GridTileComponent which hold the image and its background
- Add base theming syntax for the ImageGrid and GridTIle
- Numerous refactoring/cleaning in ImageGridComponent
2018-04-11 14:20:59 +02:00
Koerty 82e5c21da6 Add base theming syntax for the grid
- The themes can now configure following elements : pos, size
- Change some default values for them
2018-04-07 10:37:09 +02:00
Benjamin D a006650c1c Add metadata from the detailed view to the grid view
- Add the metadata from the detailed view to the grid view (minus the image, as it doesn't make sens in the grid view)
- Add a callback to the ImageGridComponent to update the metadata info panel when cursor changed
2018-04-06 15:54:34 +02:00
John Rassa ca177f7956
updated theme docs to add details about horizontal_wheel 2018-01-24 14:45:13 -05:00
jrassa 24f1b969bf add support for default image path in themes 2017-10-05 21:34:32 -04:00