bsnes/hiro/qt
Tim Allen 393c2395bb Update to v106r48 release.
byuu says:

The problems with the Windows and Qt4 ports have all been resolved,
although there's a fairly gross hack on a few Qt widgets to not destruct
once Application::quit() is called to avoid a double free crash (I'm
unsure where Qt is destructing the widgets internally.) The Cocoa port
compiles again at least, though it's bound to have endless problems. I
improved the Label painting in the GTK ports, which fixes the background
color on labels inside TabFrame widgets.

I've optimized the Makefile system even further.

I added a "redo state" command to bsnes, which is created whenever you
load the undo state. There are also hotkeys for both now, although I
don't think they're really something you want to map hotkeys to.

I moved the nall::Locale object inside hiro::Application, so that it can
be used to translate the BrowserDialog and MessageDialog window strings.

I improved the Super Game Boy emulation of `MLT_REQ`, fixing Pokemon
Yellow's custom border and probably more stuff.

Lots of other small fixes and improvements. Things are finally stable
once again after the harrowing layout redesign catastrophe.

Errata:

  - ICD::joypID should be set to 3 on reset(). joypWrite() may as well
    take uint1 instead of bool.
  - hiro/Qt: remove pWindow::setMaximumSize() comment; found a
    workaround for it
  - nall/GNUmakefile: don't set object.path if it's already set (allow
    overrides before including the file)
2018-07-16 16:16:26 +10:00
..
action Update to v106r48 release. 2018-07-16 16:16:26 +10:00
widget Update to v106r48 release. 2018-07-16 16:16:26 +10:00
application.cpp Update to v106r38 release. 2018-06-10 18:06:02 +10:00
application.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
browser-window.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
browser-window.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
desktop.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
desktop.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
font.cpp Update to v104r14 release. 2017-09-24 11:01:48 +10:00
font.hpp Update to v094r44 release. 2015-10-01 20:00:28 +10:00
group.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
group.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
header.hpp Update to v106r38 release. 2018-06-10 18:06:02 +10:00
keyboard.cpp Update to v100r16 release. 2016-08-03 22:32:40 +10:00
keyboard.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
menu-bar.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
menu-bar.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
message-window.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
message-window.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
monitor.cpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
monitor.hpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
mouse.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
mouse.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
object.cpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
object.hpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
platform.cpp Update to v106r48 release. 2018-07-16 16:16:26 +10:00
platform.hpp Update to v106r48 release. 2018-07-16 16:16:26 +10:00
popup-menu.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
popup-menu.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
qt.hpp Update to v106r38 release. 2018-06-10 18:06:02 +10:00
qt.moc Update to v106r41 release. 2018-06-24 14:53:44 +10:00
settings.cpp Update to v106r38 release. 2018-06-10 18:06:02 +10:00
settings.hpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
sizable.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
sizable.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
status-bar.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
status-bar.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
timer.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
timer.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
utility.cpp Update to v106r48 release. 2018-07-16 16:16:26 +10:00
window.cpp Update to v106r48 release. 2018-07-16 16:16:26 +10:00
window.hpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00