TODO - v0.61, 24-FEB-2016
Known bugs and restrictions
- The built-in joystick GUI control includes support for trackballs -- this is completely untested due to the lack of controllers with trackballs (it should basically work, but be prepared for bugs and unexpected behavior).
- MAME output notifiers are not supported on Windows yet.
- The built-in MiniWebBrowser has a fairly restrictive set of features which is tailored to the uses of QMC2. It's not even meant to be a full-featured browser, even though it meanwhile supports most of the typical browser-functions.
- Depending on the complexity of a style / style sheet combination, it may slow down GUI operations (that's no bug, but you should note it).
- Due to a Qt restriction, a QTabWidget's corner-widget (if any) is only shown when the tab-position is either north or south.
- X11: Embedded emulators that change their display sizes at runtime (usually during startup) may not always be centered correctly. Unfortunately, newer window-managers may cause additional problems with resizing. We hope that we can avoid all of this with our planned embedder port to Qt 5.
- Windows: There's a known issue for embedded emulators running in Direct 3D mode ('-video d3d'): full-screen switching will lead to a crash of the emulator. To work around this, you have to release the emulator first; you can re-embed it later from the emulator control panel.
- Windows: MinGW builds: The GIF animation used when loading / filtering the machine- or software-list, or when mass tagging sets, isn't displayed in case of MinGW builds. We have no idea why, nor do we think it's our fault since in the official binaries built with VC++ this works fine (seems to be a MinGW-specific Qt bug). However, it's just a 'cosmetic' issue.
Planned changes, new features and improvements
- Fulfill the accepted/open feature requests from our bug-tracker (see also our current roadmap)
- Create a Qt 5 specific embedder (platform-independent with regard to embed handling, so will hopefully also work on Mac OS X)
- Add a nicer quick-search function (replacing the default keyboard-search implementation inherited from QAbstractItemView) to all 4 machine list views and the software-list view including a pop-up editor to display and customize the search string
- Add an optional reg-exp filtered machine list view (as an advanced alternative to the search feature)
- Add software-state info to the software-list export feature
- Add support for multiple images per image category
- Add support for optional coloring of some machine list item cells, especially for the driver status column
- Add support for launching emulators in record & playback modes (input recording/playback)
- Add a joystick & keyboard configurator for MAME
- Add support for MAME output notifications on Windows