Commit graph

3078 commits

Author SHA1 Message Date
shadash 8887acb0ef selection box
Signed-off-by: Sophia Hadash <sophiahadash@gmail.com>
2021-10-11 21:42:29 +02:00
shadash 6775d037ee bug fixes, dark theme tweaking and graphics
Signed-off-by: Sophia Hadash <sophiahadash@gmail.com>
2021-10-11 20:47:11 +02:00
Sophia Hadash ac067c7e8a reformat modern theme 2021-10-11 17:04:18 +02:00
Sophia Hadash 33af477a6f Merge branch '63-add-badges-decals-e-g-for-favorites-completed-games-non-working-games-collections-and-folders' into 575-theme-add-a-modern-clean-switch-like-theme-as-an-official-theme-in-es-de-to-choose-from 2021-10-11 12:49:45 +02:00
Sophia Hadash 24a480cf73 documentation for the badges 2021-10-11 11:42:21 +02:00
shadash a93b975ca0 bug fixes, adjust theme badge proportions
Signed-off-by: Sophia Hadash <sophiahadash@gmail.com>
2021-10-10 13:29:26 +02:00
shadash 123e50cf17 change dimension constraints to use container size.
make margins proportional to screen size.

Signed-off-by: Sophia Hadash <sophiahadash@gmail.com>
2021-10-09 17:04:04 +02:00
shadash 272584ac39 change font in alt emu badge
Signed-off-by: Sophia Hadash <sophiahadash@gmail.com>
2021-10-08 20:37:24 +02:00
Leon Styhre fb2f254d7e (rbsimple-DE) Some adjustments to the badges placement and sizing. 2021-10-05 18:12:24 +02:00
Leon Styhre 3ff5f90f36 Fixed a sizing issue in FlexboxComponent. 2021-10-05 17:59:44 +02:00
Leon Styhre 714be4b52a Replaced default badges with colorized rectangular design. 2021-10-05 17:57:33 +02:00
shadash 95b729dadf replace badges svgs
minimize svgs
fix bug in flexbox component
adjust theme for new badges style

Signed-off-by: Sophia Hadash <sophiahadash@gmail.com>
2021-10-02 22:31:37 +02:00
shadash 20d14ca71f remove redundant virtual keyword
Signed-off-by: Sophia Hadash <sophiahadash@gmail.com>
2021-10-02 22:00:54 +02:00
shadash dbc9ffb99e remove unused imports
Signed-off-by: Sophia Hadash <sophiahadash@gmail.com>
2021-10-02 22:00:05 +02:00
shadash 519644f66c make direction and align an enum.
more in line defaults in constructor.
getter/setter in header

Signed-off-by: Sophia Hadash <sophiahadash@gmail.com>
2021-10-02 21:58:04 +02:00
shadash 9d23d124d4 change casts to c++ style
Signed-off-by: Sophia Hadash <sophiahadash@gmail.com>
2021-10-02 21:34:38 +02:00
Sophia Hadash f37d915653 remove old code 2021-10-02 21:30:10 +02:00
shadash 33f0b01c55 move to avoid unnecessary copies. 2021-10-02 21:29:27 +02:00
Leon Styhre 91f1a0a47d Improved the speed of the badges code.
Also made some other adjustments to the badges and flexbox logic.
2021-09-27 22:18:19 +02:00
Leon Styhre 7321bf8f36 Reverted the SVG caching logic. 2021-09-27 21:41:22 +02:00
Leon Styhre 50f2af0077 Manual merges to align with master branch. 2021-09-27 21:27:07 +02:00
Leon Styhre e8956512dc Merged the master branch. 2021-09-27 21:19:11 +02:00
Leon Styhre 1ed0e7e0f2 Added a temporary alternative emulator badge graphics file. 2021-09-27 21:16:56 +02:00
Leon Styhre c51ad4a432 Removed some noexcept operators. 2021-09-27 21:16:05 +02:00
Leon Styhre f6dd49071e Fixed lots of code formatting issues. 2021-09-27 21:06:07 +02:00
Leon Styhre 87d6207c51 Removed lots of unnecessary help component texture resizing. 2021-09-27 21:03:53 +02:00
Leon Styhre 081fbc5665 Made an optimization for SVG graphics to avoid a lot of unnecessary re-rasterizations. 2021-09-27 20:59:33 +02:00
Sophia Hadash a928142d5b make slots configurable by theme (fix) 2021-09-27 01:50:45 +02:00
Sophia Hadash 61434c66b8 Merge remote-tracking branch 'origin/575-theme-add-a-modern-clean-switch-like-theme-as-an-official-theme-in-es-de-to-choose-from' into 575-theme-add-a-modern-clean-switch-like-theme-as-an-official-theme-in-es-de-to-choose-from
# Conflicts:
#	es-core/src/components/BadgesComponent.cpp
#	es-core/src/components/BadgesComponent.h
#	es-core/src/components/ImageComponent.cpp
#	es-core/src/resources/TextureResource.cpp
#	es-core/src/resources/TextureResource.h
#	themes/modern-DE/assets/altemu.svg
#	themes/modern-DE/assets/broken.svg
#	themes/modern-DE/assets/completed.svg
#	themes/modern-DE/assets/favorite.svg
#	themes/modern-DE/assets/kidgame.svg
2021-09-27 01:34:38 +02:00
Sophia Hadash 7a7b2b3b6e artificial drop-shadow, better rasterization 2021-09-27 01:34:16 +02:00
Sophia Hadash ff70347fbc add artificial drop-shadow (test) 2021-09-27 00:56:31 +02:00
Sophia Hadash e1de215d1a Merge branch '63-add-badges-decals-e-g-for-favorites-completed-games-non-working-games-collections-and-folders' into 575-theme-add-a-modern-clean-switch-like-theme-as-an-official-theme-in-es-de-to-choose-from
# Conflicts:
#	es-core/src/components/BadgesComponent.cpp
#	es-core/src/components/BadgesComponent.h
#	es-core/src/components/ImageComponent.cpp
#	es-core/src/resources/TextureResource.cpp
#	es-core/src/resources/TextureResource.h
2021-09-27 00:42:20 +02:00
Sophia Hadash 593b6d94ee remove obtrusive static image component and add svg caching 2021-09-27 00:41:53 +02:00
Sophia Hadash 1fb8a40aeb remove obtrusive static image component and add svg caching 2021-09-27 00:36:21 +02:00
Sophia Hadash 971ad5f7df horizontal padding adjustment 2021-09-27 00:36:21 +02:00
Sophia Hadash 23adf5eaea add alternative emulator badge 2021-09-27 00:36:21 +02:00
Sophia Hadash f74b904ce0 badges v2 2021-09-27 00:36:21 +02:00
Sophia Hadash da92e2349d add badges to modern theme 2021-09-27 00:36:21 +02:00
Sophia Hadash 8bc24cf2fc reformat metadata in detailed,video view 2021-09-27 00:36:21 +02:00
Sophia Hadash 63467455c1 first attempt at implementing grid-view style for modern theme 2021-09-27 00:36:21 +02:00
Sophia Hadash 1b57ac69b8 stubs for new xml helpsystem spec 2021-09-27 00:36:21 +02:00
Sophia Hadash bc3f15ee41 changes to help buttons drawing in modern theme.
general adaptations to the modern theme.
2021-09-27 00:36:21 +02:00
Sophia Hadash 5a994b345d remove .gitignore entry for art-src 2021-09-27 00:36:21 +02:00
Sophia Hadash 9957b488ac merge switch theme into es-de 2021-09-27 00:36:21 +02:00
Sophia Hadash 90d58953ec remove obtrusive static image component and add svg caching 2021-09-27 00:34:17 +02:00
Sophia Hadash 2bd3d03ca9 Merge branch '63-add-badges-decals-e-g-for-favorites-completed-games-non-working-games-collections-and-folders' into 575-theme-add-a-modern-clean-switch-like-theme-as-an-official-theme-in-es-de-to-choose-from 2021-09-27 00:03:51 +02:00
Sophia Hadash 39f67cfcdf finally properly implemented destructor 2021-09-26 23:58:23 +02:00
Sophia Hadash 8a95003644 horizontal padding adjustment 2021-09-26 23:23:29 +02:00
Sophia Hadash 2649939f0f Merge branch '63-add-badges-decals-e-g-for-favorites-completed-games-non-working-games-collections-and-folders' into 575-theme-add-a-modern-clean-switch-like-theme-as-an-official-theme-in-es-de-to-choose-from 2021-09-26 23:04:38 +02:00
Sophia Hadash 2b8c95d2ef fix segfault in badge destructor 2021-09-26 23:04:09 +02:00