In-memory image cache
commit6090578ac5bc037d46af5a9d0670940fa802cb61
authortkashkin <tkashkin@gmail.com>
Thu, 23 May 2019 20:22:06 +0000 (23 23:22 +0300)
committertkashkin <tkashkin@gmail.com>
Thu, 23 May 2019 20:22:06 +0000 (23 23:22 +0300)
treea36f686df5684a6e9a4fcdc5c65da53579fe116a
parentb8b527e402ca11c14803e0ac6563c9b2dd8c6ada
In-memory image cache
CLI option to restart app with gdb and G_DEBUG=fatal-criticals
28 files changed:
po/POTFILES
po/com.github.tkashkin.gamehub.pot
po/de.po
po/fr.po
po/id.po
po/nb_NO.po
po/nl.po
po/pl.po
po/pt_BR.po
po/ru.po
po/tr.po
src/app.vala
src/data/Runnable.vala
src/data/sources/humble/HumbleGame.vala
src/data/sources/steam/Steam.vala
src/meson.build
src/ui/dialogs/CompatRunDialog.vala
src/ui/dialogs/CorruptedInstallerDialog.vala
src/ui/dialogs/GamePropertiesDialog.vala
src/ui/dialogs/InstallDialog.vala
src/ui/views/GameDetailsView/GameDetailsPage.vala
src/ui/views/GameDetailsView/blocks/Achievements.vala
src/ui/views/GamesView/DownloadProgressView.vala
src/ui/views/GamesView/GameCard.vala
src/ui/views/GamesView/GameListRow.vala
src/ui/widgets/AutoSizeImage.vala
src/utils/ImageCache.vala [new file with mode: 0644]
src/utils/Utils.vala