head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.52 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.50 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.48 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.46 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.44 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.42 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.40 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.38 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.36 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.34 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.32 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.30 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.28 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.26 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.24 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.22 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.20 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.18 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.16 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.14 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.12 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.10 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.8 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.6 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.4 pkgsrc-2019Q4-base:1.1; locks; strict; comment @// @; 1.1 date 2019.10.28.09.33.29; author kamil; state Exp; branches; next ; commitid bIHDmKjIzJLGeCIB; desc @@ 1.1 log @yabause: Upgrade to 0.9.15 Switch from qt4 to qt5. CHANGELOG ========= Yabause 0.9.15 August 24, 2016 - guillaume.duhamel - Release Following our strict release schedule, here's a new Yabause version. This new version includes so many new stuff, I cannot list them all. (If you really want the full list, it's on our repository) Arguably, the most notable features of this release are: - Low-level CD Block emulation - CloneCD file format support - High resolution for the software renderer We also included code from other great projects: - Musashi 68K core (code by Karl Stenerud) - SSF sound format playing (code by R. Belmont, Richard Bannister, Neil Corlett) As many of you should already be aware, Yabause was forked into a new project, uoYabause, by devmiyax. We included some of his fixes back into Yabause. Due to lack of maintainer, this release will be the last to include a gtk port. Since our last release, we also improved our tools: - Automated builds for linux, mac and windows - Development builds pushed after each commit - Translations on Transifex - Compatibility reports on our wiki And finally, we had to move from Paypal to Patreon @ text @$NetBSD$ Fix Qt 5.11. --- src/qt/ui/UICheats.cpp.orig 2016-08-19 15:31:13.000000000 +0000 +++ src/qt/ui/UICheats.cpp @@@@ -21,6 +21,8 @@@@ #include "UICheatRaw.h" #include "../CommonDialogs.h" +#include + UICheats::UICheats( QWidget* p ) : QDialog( p ) { @