Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Qt/GameList: Add option for full covers in grid mode #7388

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Techjar
Copy link
Contributor

@Techjar Techjar commented Aug 31, 2018

This uses the full size (1024x680) covers from GameTDB. The size of these images necessitated caching the decompressed data, as otherwise doing anything with the game list (including scrolling) was obscenely slow with even a fairly small game library. Particularly large libraries may take a long time to load with this option enabled.

TODO: Proper placeholder game cover.

@Techjar Techjar force-pushed the qt-large-game-covers branch 4 times, most recently from 432af6a to 68ee655 Compare August 31, 2018 12:27
@@ -151,12 +151,17 @@ void InterfacePane::CreateUI()
m_checkbox_use_userstyle = new QCheckBox(tr("Use Custom User Style"));
m_checkbox_use_covers =
new QCheckBox(tr("Download Game Covers from GameTDB.com for Use in Grid Mode"));
m_checkbox_use_full_covers = new QCheckBox(tr("Download Full Game Covers"));

This comment was marked as off-topic.

@Techjar Techjar changed the title Qt/GameList: Add option for full covers in grid mode [WIP] Qt/GameList: Add option for full covers in grid mode Aug 31, 2018
@JMC47
Copy link
Contributor

JMC47 commented Jan 8, 2019

Is this still wanted? @MayImilae maybe you should look at this?

@delroth delroth marked this pull request as draft May 4, 2020 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants