mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
4220e14522
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.
80 lines
2.1 KiB
Plaintext
80 lines
2.1 KiB
Plaintext
#TODO: help_string & usage_string:
|
|
|
|
gui/about.cpp
|
|
gui/browser.cpp
|
|
gui/browser_osx.mm
|
|
gui/chooser.cpp
|
|
gui/downloaddialog.cpp
|
|
gui/editgamedialog.cpp
|
|
gui/editrecorddialog.cpp
|
|
gui/filebrowser-dialog.cpp
|
|
gui/fluidsynth-dialog.cpp
|
|
gui/gui-manager.cpp
|
|
gui/KeysDialog.cpp
|
|
gui/KeysDialog.h
|
|
gui/launcher.cpp
|
|
gui/massadd.cpp
|
|
gui/onscreendialog.cpp
|
|
gui/options.cpp
|
|
gui/predictivedialog.cpp
|
|
gui/recorderdialog.cpp
|
|
gui/remotebrowser.cpp
|
|
gui/saveload-dialog.cpp
|
|
gui/storagewizarddialog.cpp
|
|
gui/themebrowser.cpp
|
|
gui/ThemeEngine.cpp
|
|
gui/updates-dialog.cpp
|
|
gui/widget.cpp
|
|
|
|
base/main.cpp
|
|
|
|
common/error.cpp
|
|
common/rendermode.cpp
|
|
common/updates.cpp
|
|
|
|
engines/advancedDetector.cpp
|
|
engines/dialogs.cpp
|
|
engines/engine.cpp
|
|
engines/unknown-game-dialog.cpp
|
|
|
|
audio/adlib.cpp
|
|
audio/fmopl.cpp
|
|
audio/mididrv.cpp
|
|
audio/mods/paula.cpp
|
|
audio/null.cpp
|
|
audio/null.h
|
|
audio/softsynth/appleiigs.cpp
|
|
audio/softsynth/cms.cpp
|
|
audio/softsynth/fmtowns_pc98/towns_pc98_plugins.cpp
|
|
audio/softsynth/mt32.cpp
|
|
audio/softsynth/pcspk.cpp
|
|
audio/softsynth/sid.cpp
|
|
|
|
backends/cloud/storage.cpp
|
|
backends/events/default/default-events.cpp
|
|
backends/events/gph/gph-events.cpp
|
|
backends/events/maemosdl/maemosdl-events.cpp
|
|
backends/events/openpandora/op-events.cpp
|
|
backends/events/symbiansdl/symbiansdl-events.cpp
|
|
backends/events/webossdl/webossdl-events.cpp
|
|
backends/graphics/opengl/opengl-graphics.cpp
|
|
backends/graphics/openglsdl/openglsdl-graphics.cpp
|
|
backends/graphics/surfacesdl/surfacesdl-graphics.cpp
|
|
backends/graphics/wincesdl/wincesdl-graphics.cpp
|
|
backends/keymapper/remap-dialog.cpp
|
|
backends/midi/windows.cpp
|
|
backends/platform/ds/arm9/source/dsoptions.cpp
|
|
backends/platform/ios7/ios7_osys_events.cpp
|
|
backends/platform/iphone/osys_events.cpp
|
|
backends/platform/maemo/maemo.cpp
|
|
backends/platform/sdl/macosx/appmenu_osx.mm
|
|
backends/platform/symbian/src/SymbianActions.cpp
|
|
backends/platform/tizen/form.cpp
|
|
backends/platform/tizen/fs.cpp
|
|
backends/platform/wii/options.cpp
|
|
backends/platform/wince/CEActionsPocket.cpp
|
|
backends/platform/wince/CEActionsSmartphone.cpp
|
|
backends/platform/wince/CELauncherDialog.cpp
|
|
backends/platform/wince/wince-sdl.cpp
|
|
backends/updates/macosx/macosx-updates.mm
|