Allow multiple selection in games list0.14.0-38-dev
commitf88b0a49c8ad3570f53f5b790f1edb45052a2bd6
authortkashkin <tkashkin@gmail.com>
Tue, 25 Jun 2019 12:57:09 +0000 (25 15:57 +0300)
committertkashkin <tkashkin@gmail.com>
Tue, 25 Jun 2019 12:57:09 +0000 (25 15:57 +0300)
treedba5f2becd55bf719cebdd34aca06ccbf8df35d7
parente1d59d3ed4ed8bb7a85a42d9dba0428ba9c89743
Allow multiple selection in games list
Add actions for selected games (#262)
Batch tag editing for selected games
34 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
po/zh_CMN-HANT.po
po/zh_Hant.po
src/data/Emulator.vala
src/data/Runnable.vala
src/data/sources/gog/GOGGame.vala
src/data/sources/humble/HumbleGame.vala
src/data/sources/steam/Steam.vala
src/data/sources/steam/SteamGame.vala
src/data/sources/user/UserGame.vala
src/meson.build
src/ui/dialogs/GamePropertiesDialog.vala
src/ui/dialogs/InstallDialog.vala
src/ui/dialogs/SettingsDialog/pages/emulators/Emulators.vala
src/ui/views/GameDetailsView/GameDetailsPage.vala
src/ui/views/GameDetailsView/GameDetailsView.vala
src/ui/views/GameDetailsView/MultipleGamesDetailsView.vala [new file with mode: 0644]
src/ui/views/GamesView/GameListRow.vala
src/ui/views/GamesView/GamesView.vala
src/ui/widgets/ActionButton.vala
src/ui/widgets/GameTagsList.vala [new file with mode: 0644]
src/ui/widgets/TagRow.vala
src/utils/BinaryVDF.vala
src/utils/FSUtils.vala