head 1.2; access; symbols; locks; strict; comment @// @; 1.2 date 2020.06.13.16.32.49; author tsutsui; state dead; branches; next 1.1; commitid 6BsPgKsaa1xqd5cC; 1.1 date 2020.06.10.10.39.57; author tsutsui; state Exp; branches; next ; commitid vvNtFnzOJtslmFbC; desc @@ 1.2 log @PC6001VX: update to 3.5.1. pkgsrc changes: - remove LANG workaround fixed in upstream. Upstream changes: 3.5.1 2020/06/13 - Added "Reset settings" menu. - (Android) Fixed file selection dialog to show files in external storage. @ text @$NetBSD: patch-src_Qt_pc6001v.cpp,v 1.1 2020/06/10 10:39:57 tsutsui Exp $ - avoid Q_ASSERT() when LANG is not set on Qt 5.14.1 that could return empty uiLanguages(). --- src/Qt/pc6001v.cpp.orig 2020-06-07 14:40:14.000000000 +0000 +++ src/Qt/pc6001v.cpp @@@@ -38,7 +38,8 @@@@ int main( int argc, char *argv[] ) #endif QLocale locale; - QString lang = locale.uiLanguages()[0]; + QStringList langs = locale.uiLanguages() << "C"; + QString lang = langs.first(); QTranslator myappTranslator; //表示言語が日本語でない場合は英語リソースを読み込む @ 1.1 log @PC6001VX: update to 3.5.0. pkgsrc changes: - add workaround to avoid coredump by Q_ASSERT() when LANG is not set on Qt 5.14.1 that could return empty uiLanguages() Upstream changes: 3.5.0 2020/06/07 - Updated PC-6001 compatible basic ROMs to 0.7.1. - Updated PC-6001mk2/6601 compatible basic ROMs to 0.3.0. - Enabled PC-6001mk2 model in compatible ROM mode. - Added "Speed control" menu. - In "File" and "Folder" tab on configuration dialog path which does not exist is displayed in red color. - (Windows) Fixed issue that emulator continues to work during menu popup. @ text @d1 1 a1 1 $NetBSD$ @