Commit graph

3997 commits

Author SHA1 Message Date
Leon Styhre 85cb10d71a Changed some string::compare functions to == operators.
Also removed an unused theme property.
2022-02-11 18:39:16 +01:00
Leon Styhre 5aa8303ae6 Documentation update. 2022-02-11 00:32:34 +01:00
Leon Styhre 44ac75ec28 (rbsimple-DE) Updated for the new alignment properties.
Also added ScrollableContainer parameters for the game description container.
2022-02-11 00:22:20 +01:00
Leon Styhre 4eb763d816 Replaced the ambiguous alignment properties with specific horizontal and vertical properties. 2022-02-11 00:19:08 +01:00
Leon Styhre e6d6f3252f Improved the StringUtil::toCapitalized function. 2022-02-10 21:56:02 +01:00
Leon Styhre 28a3beb9ce ScrollableContainer parameters are now themeable. 2022-02-10 20:02:56 +01:00
Leon Styhre 788c9a3f58 Small documentation update. 2022-02-09 23:14:36 +01:00
Leon Styhre 70eb937f85 Fixed a potential crash for legacy themes with broken configuration. 2022-02-09 23:12:12 +01:00
Leon Styhre bdbc0580d2 Added two more theme system variables. 2022-02-09 23:10:45 +01:00
Leon Styhre 59f9791efe Added new theme system variables for differentiating between collections and non-collection systems. 2022-02-09 23:00:15 +01:00
Leon Styhre 0f3fddc7dc Documentation update. 2022-02-09 22:17:31 +01:00
Leon Styhre 0bd31eca9f (rbsimple-DE) Updates to use the new letterCase property. 2022-02-09 22:09:49 +01:00
Leon Styhre 09bc9770f2 Changed the theme property forceUppercase to the more versatile letterCase property. 2022-02-09 22:06:34 +01:00
Leon Styhre 6db671de3d Added support to TextComponent for lowercase and capitalized text conversions.
Also changed camelCase to capitalized and textStyle to letterCase in various places.
2022-02-09 20:44:22 +01:00
Leon Styhre 9856a3da1b ThemeData now only prints debug messages for missing files set using variables. 2022-02-09 18:45:03 +01:00
Leon Styhre b9e9178169 Fixed multiple issues in CarouselComponent. 2022-02-09 18:22:06 +01:00
Leon Styhre 98e265413e Removed some unnecessary legacy gamelist code. 2022-02-09 18:19:01 +01:00
Leon Styhre 027af497d5 Fixed an issue where VideoComponent static images were not fading out correctly in the gamelist view. 2022-02-09 18:16:15 +01:00
Leon Styhre 03f8e020c3 Fixed a reverse scrolling issue in CarouselComponent. 2022-02-09 00:05:06 +01:00
Leon Styhre d1cbbad8ee Documentation update. 2022-02-07 21:23:36 +01:00
Leon Styhre 71a647e0cb (rbsimple-DE) Updated to use the new carousel logic.
Also added default band colors for unthemed systems.
2022-02-07 21:18:04 +01:00
Leon Styhre 69b9b587d6 Added support for text entries to CarouselComponent.
Also fixed some issues with the carousel wheels and removed an unused function in ThemeData.
2022-02-07 21:05:56 +01:00
Leon Styhre c2de9c8d1d (rbsimple-DE) Updated for the new game counter logic. 2022-02-06 20:44:11 +01:00
Leon Styhre 0bd38ba26c Updated SystemView for non-legacy carousel theming. 2022-02-06 20:36:06 +01:00
Leon Styhre 3ceecdc793 Added metadata property support for the SystemView text fields. 2022-02-06 20:13:53 +01:00
Leon Styhre 6d01e85885 Reshuffled some functions in SystemView. 2022-02-06 14:55:48 +01:00
Leon Styhre b5d49e9b43 Migrated the carousel code from SystemView to CarouselComponent. 2022-02-06 14:01:40 +01:00
Leon Styhre d564a234c1 Implemented a better legacy theme detection in GamelistView. 2022-02-06 13:58:50 +01:00
Leon Styhre afe249c5fc Added CarouselComponent skeleton. 2022-02-04 21:42:08 +01:00
Leon Styhre 79ef66397d Some minor updates to the user guide. 2022-02-04 18:02:16 +01:00
Leon Styhre e7de2ab861 Restructured the user guide a bit. 2022-02-04 17:49:27 +01:00
Leon Styhre e4e165942a Documentation update. 2022-02-04 17:14:37 +01:00
Leon Styhre 6c4fb6b3e6 Small documentation update to clarify that Windows 11 is supported. 2022-02-03 17:44:31 +01:00
Leon Styhre 1cd8c00bdf Tiny documentation update. 2022-02-02 21:33:53 +01:00
Leon Styhre 8ea8eff272 Documentation update. 2022-02-02 21:26:06 +01:00
Leon Styhre 455e7fb13a (macOS) Updated the build scripts to work on the M1 architecture.
Also improved the in-tree build to not needing to install any libraries during dependencies compilation.
2022-02-02 18:05:49 +01:00
Leon Styhre bc8c23d642 Enabled the video player audio by default. 2022-02-01 20:54:36 +01:00
Leon Styhre 8dcd696986 Documentation update. 2022-02-01 18:43:42 +01:00
Leon Styhre 4b15a23cd0 (rbsimple-DE) Added dark mode variants. 2022-02-01 18:10:51 +01:00
Leon Styhre c530373ddc Improved the integration of the variant and aspect ratio options in the UI Settings menu.
Also reorganized the order of some settings.
2022-02-01 18:06:32 +01:00
Leon Styhre 36fe3c871c Fixed an issue where corrupt textures could get rendered. 2022-02-01 17:51:00 +01:00
Leon Styhre 17d8f8eb5b Fixed a camera animation issue when changing theme variant or aspect ratio. 2022-02-01 00:06:40 +01:00
Leon Styhre d4f572d78d Added preliminary menu options for changing theme variants and aspect ratios. 2022-01-31 23:53:32 +01:00
Leon Styhre 061974eddf Added UI labels to the theme aspect ratios. 2022-01-31 23:22:42 +01:00
Leon Styhre 2bf5e6f3f1 Fixed two text color issues when resetting ScrollableContainer. 2022-01-31 22:53:21 +01:00
Leon Styhre 0e9e47e090 Fixed an issue where text transparencies would not work. 2022-01-31 22:37:10 +01:00
Leon Styhre 285d2a7bcc Removed an unnecessary color opacity variable from GuiComponent. 2022-01-31 22:36:08 +01:00
Leon Styhre d414c3b845 Removed some unnecessary functions in SystemData. 2022-01-30 21:53:22 +01:00
Leon Styhre 2d284fda6c Documentation update. 2022-01-30 21:49:20 +01:00
Leon Styhre 6b86ee352d Updated rbsimple-DE for the new theme engine. 2022-01-30 21:37:17 +01:00