bsnes/hiro/qt/widget
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
..
button.cpp Update to 20160106 OS X Preview for Developers release. 2016-01-07 19:17:15 +11:00
button.hpp Update to 20160106 OS X Preview for Developers release. 2016-01-07 19:17:15 +11:00
canvas.cpp Update to v106r48 release. 2018-07-16 16:16:26 +10:00
canvas.hpp Update to 20160106 OS X Preview for Developers release. 2016-01-07 19:17:15 +11:00
check-button.cpp Update to 20160106 OS X Preview for Developers release. 2016-01-07 19:17:15 +11:00
check-button.hpp Update to 20160106 OS X Preview for Developers release. 2016-01-07 19:17:15 +11:00
check-label.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
check-label.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
combo-button-item.cpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
combo-button-item.hpp Update to 20160106 OS X Preview for Developers release. 2016-01-07 19:17:15 +11:00
combo-button.cpp Update to v106r48 release. 2018-07-16 16:16:26 +10:00
combo-button.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
frame.cpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
frame.hpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
hex-edit.cpp Update to v106r48 release. 2018-07-16 16:16:26 +10:00
hex-edit.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
horizontal-scroll-bar.cpp Update to v094r41 release (open beta). 2015-08-21 20:57:03 +10:00
horizontal-scroll-bar.hpp Update to v094r41 release (open beta). 2015-08-21 20:57:03 +10:00
horizontal-slider.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
horizontal-slider.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
label.cpp Update to v106r48 release. 2018-07-16 16:16:26 +10:00
label.hpp Update to v106r41 release. 2018-06-24 14:53:44 +10:00
line-edit.cpp Update to v106r48 release. 2018-07-16 16:16:26 +10:00
line-edit.hpp Update to v106r48 release. 2018-07-16 16:16:26 +10:00
progress-bar.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
progress-bar.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
radio-button.cpp Update to 20160106 OS X Preview for Developers release. 2016-01-07 19:17:15 +11:00
radio-button.hpp Update to 20160106 OS X Preview for Developers release. 2016-01-07 19:17:15 +11:00
radio-label.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
radio-label.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
tab-frame-item.cpp Update to v106r48 release. 2018-07-16 16:16:26 +10:00
tab-frame-item.hpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
tab-frame.cpp Update to v106r48 release. 2018-07-16 16:16:26 +10:00
tab-frame.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
table-view-cell.cpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
table-view-cell.hpp Update to v098r09 release. 2016-05-04 20:07:13 +10:00
table-view-column.cpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
table-view-column.hpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
table-view-header.cpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
table-view-header.hpp Update to v098r09 release. 2016-05-04 20:07:13 +10:00
table-view-item.cpp Update to v106r48 release. 2018-07-16 16:16:26 +10:00
table-view-item.hpp Update to v098r09 release. 2016-05-04 20:07:13 +10:00
table-view.cpp Update to v106r48 release. 2018-07-16 16:16:26 +10:00
table-view.hpp Update to v098r09 release. 2016-05-04 20:07:13 +10:00
text-edit.cpp Update to v106r48 release. 2018-07-16 16:16:26 +10:00
text-edit.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
vertical-scroll-bar.cpp Update to v094r41 release (open beta). 2015-08-21 20:57:03 +10:00
vertical-scroll-bar.hpp Update to v094r41 release (open beta). 2015-08-21 20:57:03 +10:00
vertical-slider.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
vertical-slider.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
viewport.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
viewport.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
widget.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
widget.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00