Commit graph

9 commits

Author SHA1 Message Date
Thierry Crozat
44bc04e0d9 GUI: Move UnknownGameDialog to gui 2018-05-28 20:55:00 +01:00
Bastien Bouclet
cf1ebf2951 ENGINES: Add unknown game variants to the game detector results 2018-05-10 09:04:23 +02:00
Adrian Frühwirth
706bfc671b Revert "ENGINES: Use ScrollContainerWidget in unknown game dialog"
This reverts commit cf529f311f.
2018-04-30 15:01:45 +02:00
Adrian Frühwirth
82757deadd Revert "ENGINES: Improve update of the Unknown Game Dialog when the overlay size changes"
This reverts commit 8cb9eebd8a.
2018-04-30 15:01:44 +02:00
Thierry Crozat
87e5f60cea ENGINES: Remove include of SDL backend header
This should fix compilation errors with non-SDL backends.
2018-04-29 23:38:51 +01:00
Thierry Crozat
8cb9eebd8a ENGINES: Improve update of the Unknown Game Dialog when the overlay size changes
Previously the dialog was not resized and was just recentered on the screen.
Now it is properly resized as well.
2018-04-29 21:47:10 +01:00
Thierry Crozat
cf529f311f ENGINES: Use ScrollContainerWidget in unknown game dialog
This should fix issues when the text to display in the dialog is too
big to fit on the screen.
2018-04-29 21:47:10 +01:00
Lothar Serra Mari
e3ffdb4ca1 GUI: Disable the button for reporting a unknown game directly to the bugtracker for now 2018-04-29 21:47:10 +01:00
Lothar Serra Mari
4220e14522 ENGINES: Add a dialog for reporting unknown games
Thanks to the great help of @criezy, here's my implementation of an GUI
dialog that appears when an unknown game is detected.

Features:
 - Allows copying the data collected by game detector to the clipboard
 - Allows opening the bug tracker and pre-filling the form fiels

This closes https://bugs.scummvm.org/ticket/10435.
2018-04-29 21:47:10 +01:00