Skip to content

Commit 06afbf4

Browse files
committed
Updated theme.xml, renamed boxes.xml to carousel.xml, updated storyboards.xml, and added CHANGELOG.md
1 parent 070933c commit 06afbf4

File tree

4 files changed

+30
-10
lines changed

4 files changed

+30
-10
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [Version 0.1.1] - 2024-10-05
6+
### Changed
7+
- I have reduced the resolution of all the background art for each system to 1280x720 from 1920x1080 to reduce overall overhead. These are background images afterall and sharp/crisp is not important for how these are utilized.
8+
- I combined my idea of 'Detaled' and 'Detailed w/Boxart' into just 'Detailed.' I felt that the difference was so miniscule that really these could just be 'one' view as opposed to 'two.'
9+
- I cleaned up the `README.md` file.
10+
11+
### Added
12+
- I've added the views for Modern (*which was referred to as 'tiles' in the beginning*), Grid, and Carousel (*which was known as 'Boxes' in the beginning*).
13+
- I've added this `CHANGELOG.md` file to track changes.
14+
15+
### Fixed
16+
- Nothing yet, though I am sure there will be changes that will result in a 0.1.2 release!
17+
18+
## [Version 0.1.0] - 2024-09-24
19+
### Added
20+
- Initial commit of the Reminisce EmulationStation Theme for Batocera. Theme is mostly working but needs other views fleshed out and troubleshooting "stuff" is left behind in the way of art files, or bits of XML code and comments that are meaningful to me but might not make sense to others.

_inc/subsets/storyboards.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,8 @@
444444
</storyboard>
445445
</image>
446446
</view>
447-
<!-- Boxes View routines -->
448-
<customView name="boxes" inherits="grid">
447+
<!-- Carousel View routines -->
448+
<customView name="carousel" inherits="grid">
449449
<image name="logo">
450450
<storyboard>
451451
<animation property="x" from="0.042083333333333" begin="300" duration="500" mode="easeOut"/>
@@ -468,8 +468,8 @@
468468
</storyboard>
469469
</text>
470470
</customView>
471-
<!-- Boxes + Info routines
472-
<customView name="boxesinfo" inherits="grid">
471+
<!-- Carousel + Info routines
472+
<customView name="carouselinfo" inherits="grid">
473473
<image name="dividers" extra="true">
474474
<storyboard>
475475
<animation property="opacity" from="0" to="0" duration="1" mode="linear"/>

_inc/views/boxes.xml _inc/views/carousel.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Logo set by Dan Patrick with mods by 20goto10 and myself.
1111
-->
1212
<theme defaultTransition="fade &amp; slide">
1313
<formatVersion>7</formatVersion>
14-
<customView name="boxes" inherits="grid">
15-
<!-- Position of the boxes carousel -->
14+
<customView name="carousel" inherits="grid">
15+
<!-- Position of the carousel -->
1616
<imagegrid name="gamegrid">
1717
<centerSelection>true</centerSelection>
1818
<scrollLoop>true</scrollLoop>

theme.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Logo set by Dan Patrick with mods by 20goto10 and myself.
1717
<detailedViewName>Detailed View</detailedViewName>
1818
<detailedCarouselViewName>Detailed Carousel View</detailedCarouselViewName>
1919
<detailedBoxartViewName>Detailed View with Boxart</detailedBoxartViewName>
20-
<boxesViewName>Gamebox View</boxesViewName>
21-
<boxesInfoViewName>Gamebox View with Info</boxesInfoViewName>
20+
<carouselViewName>Gamebox Carousel View</carouselViewName>
21+
<carouselInfoViewName>Gamebox View with Info</carouselInfoViewName>
2222
<modernViewName>Modern View</modernViewName>
2323
<!-- <subset.systemView>Main View for System Overview</subset.systemView> (Disabled for now) -->
2424
<!-- <subset.systemViewSprites>Main Menu Sprites</subset.systemViewSprites> (Disabled for now) -->
@@ -100,10 +100,10 @@ Logo set by Dan Patrick with mods by 20goto10 and myself.
100100
<!--
101101
<include>./_inc/views/detailedboxart.xml</include>
102102
<include>./_inc/views/detailedcarousel.xml</include>
103-
<include>./_inc/views/boxesinfo.xml</include>
103+
<include>./_inc/views/carouselinfo.xml</include>
104104
-->
105105
<include>./_inc/views/modern.xml</include>
106-
<include>./_inc/views/boxes.xml</include>
106+
<include>./_inc/views/carousel.xml</include>
107107

108108
<view name="system,detailed,grid">
109109
<text name="md_lbl_rating">

0 commit comments

Comments
 (0)