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

Make all Forms inherit FormBase instead #4005

Open
91 tasks
YoshiRulz opened this issue Aug 17, 2024 · 0 comments
Open
91 tasks

Make all Forms inherit FormBase instead #4005

YoshiRulz opened this issue Aug 17, 2024 · 0 comments
Labels
App: EmuHawk Relating to EmuHawk frontend Enhancement For feature requests or possible improvements good first issue GitHub uses this label to recommend Issues Meta Relating to code organisation or to things that aren't code Open to PRs for existing design We'd love to have this feature, and have a design, but no dev is working on it. PRs welcome.

Comments

@YoshiRulz
Copy link
Member

YoshiRulz commented Aug 17, 2024

This was always intended to become a universal base class. The goal was to have a way to inject anything into every form, if that ever became necessary—but it's since become clear that proper input handling involves passing the focused window's inputs (or a subset thereof) to the root, so this would have multiple benefits.

(TODO put a nicer checklist here—link file and group by subdir)

  • A7800ControllerSettings
  • A7800FilterSettings
  • AddBreakpointDialog
  • AmstradCpcAudioSettings
  • AmstradCpcCoreEmulationSettings
  • AmstradCpcNonSyncSettings
  • ArchiveChooser
  • AutofireConfig
  • BSNESControllerSettings
  • BSNESOptions
  • BatchRun
  • BizBox
  • CGBColorChooserForm
  • ColecoControllerSettings
  • ColorChooserForm
  • ControllerConfig
  • DisplayConfig
  • EditCommentsForm
  • EditSubtitlesForm
  • EmuHawkOptions
  • ExceptionBox
  • FFmpegDownloaderForm
  • FFmpegWriterForm
  • FileExtensionPreferences
  • FirmwaresConfig
  • FirmwaresConfigInfo
  • FramesPrompt
  • GBLPrefs
  • GBPrefs
  • GenericCoreConfig
  • GifWriterForm
  • GreenzoneSettings
  • HexColorsForm
  • HexFind
  • HotkeyConfig
  • InputPrompt
  • IntvControllerSettings
  • JmdForm
  • LuaCanvas
  • LuaFunctionsForm
  • LuaRegisteredFunctionsList
  • LuaWinform
  • MessageConfig
  • MobileBmpView
  • MobileDetailView
  • MovieHeaderEditor
  • MsgBox
  • N64ControllersSetup
  • N64MatrixDisplayDialog
  • N64VideoPluginConfig
  • NESGraphicsConfig
  • NESSyncSettingsForm
  • NesControllerSettings
  • NesVsSettings
  • OpenAdvancedChooser
  • PSXControllerConfig
  • PSXOptions
  • PathConfig
  • PathInfo
  • PatternsForm
  • PlatformChooser
  • PlayMovie
  • ProfileConfig
  • QuickNesConfig
  • RAIntegrationDownloaderForm
  • RCheevosAchievementForm
  • RCheevosAchievementListForm
  • RCheevosGameInfoForm
  • RCheevosLeaderboardForm
  • RCheevosLeaderboardListForm
  • RCheevosLoginForm
  • RamPoke
  • RecordMovie
  • RewindConfig
  • RomStatusPicker
  • SNESControllerSettings
  • SNESOptions
  • SameBoyColorChooserForm
  • ScreenshotForm
  • SoundConfig
  • SubtitleMaker
  • SynclessRecordingTools
  • TAStudioColorSettingsForm
  • TI83PaletteConfig
  • UndoHistoryForm
  • VideoWriterChooserForm
  • WatchEditor
  • ZxSpectrumAudioSettings
  • ZxSpectrumCoreEmulationSettings
  • ZxSpectrumJoystickSettings
  • ZxSpectrumNonSyncSettings
@YoshiRulz YoshiRulz added Enhancement For feature requests or possible improvements App: EmuHawk Relating to EmuHawk frontend Meta Relating to code organisation or to things that aren't code Open to PRs for existing design We'd love to have this feature, and have a design, but no dev is working on it. PRs welcome. good first issue GitHub uses this label to recommend Issues labels Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App: EmuHawk Relating to EmuHawk frontend Enhancement For feature requests or possible improvements good first issue GitHub uses this label to recommend Issues Meta Relating to code organisation or to things that aren't code Open to PRs for existing design We'd love to have this feature, and have a design, but no dev is working on it. PRs welcome.
Projects
None yet
Development

No branches or pull requests

1 participant