EMU618社区

 找回密码
 立即注册
搜索
查看: 618|回复: 2

[新闻] 前端工具QMC2 0.39发布

[复制链接]

该用户从未签到

发表于 2013-6-12 03:41:12 | 显示全部楼层 |阅读模式



前端工具QMC2发布新版, 更新如下

    fix: software-list export: traverse the export map correctly
    fix: avoid crash when play was triggered on premature game/machine list data
    fix: minor: launch foreign emulators/IDs even if the current game/machine is a device set
    fix: don’t remove/hide the system-notes detail page when the game-/machine-list is reloaded
    fix: slot-devices: default slot-options with non-default BIOS selections weren’t passed to the emulator
    fix: Windows 8 specific corrections (especially related to the file-chooser and the welcome-dialog)
    fix: MESS device configurator: the UI setup wasn’t correctly stored/restored under certain circumstances
    fix: MESS device configurator: double-clicking stored configurations could lead to a crash
    fix: MESS device configurator: adjust tab-orders after dynamically changing device-mappings and slot-options
    fix: MESS device configurator: correctly clear all device-maps and reset the slot-configuration to the default one when the ‘new configuration’ button is clicked
    fix: X11 embedder: call XUnmapWindow() & XMapRaised() after releasing an emulator to avoid that its window may be hidden, corrected a centering issue upon resizing of the embed-container
    fix: software-lists: floating software-snapshots should never be shown when their contents are the ghost-image
    fix: software-lists: corrected a rare UI synchronization issue when switching systems while a software-list is currently being created
    fix: software-lists: don’t disable the complete widget when one or more expected software-lists weren’t found
    fix: avoid a rare crash that could be caused by subsequently applying settings very quickly
    fix: QMC2 Arcade / ToxicWaste theme: corrected positioning of the imager-viewer (back-side)
    fix: options / joystick: automatically select the ‘Map’ function when the user clicks ‘Apply’ or ‘OK’ so joystick function mappings actually get activated (joystick functions won’t be mapped when in ‘Calibrate’ or ‘Test’ mode)
    fix: honor the emulator’s working directory (if specified) when verifying ROMs
    fix: avoid crash of the front-end when ‘mame/mess/ume -listxml’ crashes
    fix: minor: don’t issue an actual search when no game/machine list data has been loaded yet
    fix: key-sequence scanner: avoid X Error: BadWindow invalid window parameter warning when grabbing the keyboard — on X11, the window must the ‘mapped’ (shown) first
    fix: corrected joystick support on Mac OS X by implementing real calibration / axis value normalization — see also bug tracker ID #39
    imp: added tool-buttons to select/deselect all categories in the demo- and arcade-mode setup dialogs
    imp: software-list export: added the ‘supported’ column to the software-list export feature
    imp: software-lists: added a ‘clear selection’ item to the software-list’s context-menu
    imp: updated MESS category.ini contributed by ASH to his latest version as of 28-MAY-2013
    imp: software-lists: save/restore an individual position of the vertical splitter for use with the software-detail widget
    imp: added support for multiple ZIPs per image type, specified as a semicolon-separated list of ZIP file paths
    imp: ROMAlyzer: when a set is analyzed, also check for any device-references and offer a context-menu item to analyze them separately
    imp: MAME/MESS/UME emulator templates updated to 0.149
    imp: HTML editor: added a shorter editor object reference named ‘qmc2NEO’ as an alternative to ‘qmc2NotesEditorObject’
    imp: system- and software-notes templates: template macro additions ($EMULATOR_TYPE$, $SOFTWARE_STATUS$, $SOFTWARE_STATUS_UT$ and $SOURCE_FILE$)
    imp: updated & renamed the alternative system-/software-notes templates contributed by José Marcio Rezende Franco
    imp: MESS device configurator: minor UI improvements using fewer frames and some new icons
    imp: all MAME targets: added support for detection of HBMAME
    imp: minor speed ups on the initial loading of the game/machine list views
    imp: made XML cache loading/creation an interruptable process
    imp: X11 and Windows only: the scaling mode for snapshots taken through the embedder can now be selected
    imp: using Qt’s built-in (= non-native) standard file-dialogs wherever possible (you can optionally switch back to using native dialogs, however, we don’t recommend it due to possible issues on some platforms or desktop systems)
    imp: added a ‘reset’ action to all header context-menus (will make all contained columns visible and stretch them equally)
    imp: added support for samples to all MESS targets as well (MESS supports samples since sometime after 0.148u3), however, this doesn’t include the sample-checker yet
    imp: available ‘bios’ and ‘ramsize’ options are now displayed with their descriptions (bios) or as human readable values (ramsize), including an indication for the default option and natural sorting
    imp: enabled free sorting for shortcut- and joystick-maps
    imp: log a warning to the front-end log when QMC2 finds multiple uses of the same set name during game-/machine-list cache creation
    imp: integrated zlib updated to version 1.2.8 (see zlib’s change-log for details)
    new: system- and software-notes templates: added two new slots for use with zipped images: ‘qmc2NEO.isZippedImage()’ will determine if an image is from a ZIP, ‘qmc2NEO.getImageData()’ will return the base64-encoded image data which you can use in <img> tags (caution: may be slow and will inflate the HTML enormously — only use this with the WYSIWYG editor!)
    new: HTML editor: added an option to show/hide the HTML tab
    new: system- and software-notes templates: added support for querying the XML (from -listxml) using XQuery through the new slots ‘qmc2NEO.queryXml()’ (will execute an XQuery on the complete XML data, warning: may be slow), ‘qmc2NEO.queryLocalXml()’ (same as before, restricted to a single game/machine and thus much faster) and ‘qmc2NEO.getXmlResult()’ (will return the list of result strings as an array)
    new: search-patterns used to match games/machines or software-list entries can now be negated on-the-fly through a setup-menu attached to the search-box’s find button
    new: promoted ‘Qt CHDMAN GUI’ (see tools/qchdman) to non-WIP status as it meanwhile supports all ‘chdman’ commands
    new: allow merging the file-chooser mapping with the currently set device-mappings
    new: added a built-in palette-editor to easily set up UI colors (without the use of a Qt style-sheet or ‘qtconfig’ which isn’t available on all platforms)
    new: added a slot-info cache for faster initial loading of data from ‘-listslots’
    new: added selectable zoom-factors for the software-list’s floating snapshot-viewer and the embedder’s snapshot-list/-viewer
    new: X11 and Windows only: snapshots taken through the embedder can now directly replace an image of any type; the image will be stored to the first (primary) folder and a backup file will be created there first (note that this is only available for images stored in folders, not for zipped images)
    new: added support for state-checking, -caching & -filtering of software-lists
    new: added a source file column to all game-/machine-list views
    new: added an option to allow for automatic emulator termination when a new one is launched (i.e. run one emulator instance at a time)
    new: added new QMC2 Arcade theme ‘darkone’ including additional functionality by Pete Beardmore
    new: QMC2 Arcade’s default values for the command line switches -theme, -console and -graphicssystem now follow any customizations made in the main GUI’s arcade mode setup dialog
    wip: adding support for freely definable additional artwork classes (system- or software-images)
    doc: the QMC2 FAQ has been moved to the wiki

http://qmc2.arcadehits.net/wordpress/
[发帖际遇]: money_114扶老大爷过马路,警察叔叔奖励money_114 1 个 柠檬. 幸运榜 / 衰神榜

签到天数: 1418 天

[LV.10]以坛为家III

发表于 2013-6-12 04:53:18 | 显示全部楼层
英雄,照顾下文盲吧
[发帖际遇]: 文子萝卜辛苦发帖,赚了 2 个 柠檬. 幸运榜 / 衰神榜

签到天数: 532 天

[LV.9]以坛为家II

发表于 2013-6-12 08:04:29 | 显示全部楼层
谢谢 版主  我还是再翻译一下吧 文字萝卜你看看吧
前端工具QMC2发布新版,更新如下     修正:软件列表导出:正确遍历出口地图     修正:避免碰撞时发挥触发过早游戏/机器列表数据     修复:未成年人:国外发射模拟器/ IDS即使当前游戏/机是     修复设备组:不删除/隐藏系统说明详细介绍页面时game-/machine-list被重新     修复槽设备:使用非默认BIOS选择默认插槽选项不会传递到在模拟器     修复:Windows的8个具体的修正(尤其是相关的文件选择和欢迎对话框)     修复:MESS设备配置:UI设置不正确存储,在某些情况下     修复/恢复:MESS设备配置:双击存储的配置可能会导致崩溃     修复:MESS设备配置:调整“选项卡订单后动态变化的设备映射和插槽选项     修复:MESS设备配置的正确清除所有设备映射和复位插槽配置默认的时点击“新配置”按钮     修复:X11嵌:呼叫XUnmapWindow()&XMapRaised的()释放后的模拟器,以避免可能会被隐藏其窗口,纠正调整大小后的一个中心问题的嵌入容器     修复软件列表:浮动软件快照不应该被显示时,其内容是鬼图像     修复软件列表:纠正了罕见的UI同步问题交换系统时,软件列表,目前正在创建的     修复程序:软件列表:不禁用完整的部件,当一个或多个预期的软件列表均未发现     修正:避免一个罕见的崩溃,,随后申请设置非常迅速     修复,可能是由于:QMC2的商场/ ToxicWaste主题:定位校正成像观众(背侧)     修正:选项/操纵杆:自动选择“地图”功能,当用户点击'应用'或'OK',所以实际上被激活操纵杆功能映射(操纵杆功能将不会被映射在“校准”或“测试”     MAME /混乱/ UME-listxml'的崩溃     修复:     修复模式):兑现模拟器的工作目录(如果指定)时,验证光盘修复:避免崩溃的前端未成年人:不出具实际的搜索时,没有游戏/机器清单数据已加载的     修复:关键序列扫描仪:避免X误差:的无效窗口BadWindow参数警告抓住键盘时-在X11上,窗口必须'映射'(如图所示)第一     修正:修正后的操纵杆支持在Mac OS X实现真正的校准/轴值正常化-亦见bug跟踪系统ID#39     小鬼:添加的工具按钮,选择/取消所有类别演示和街机模式设置对话框     小鬼:软件列表出口:加入'支持“列的软件列表导出功能     IMP:软件列表:添加一个“明确的选择”项目的软件列表的上下文菜单     小鬼:更新乱七八糟category.ini的贡献他的最新版本为28-MAY灰-2013     IMP:软件列表:保存/恢复垂直分割使用软件的细节部件     进出口的个人立场:增加了支持多个拉链每个图像类型,指定为以分号分隔的列表ZIP文件路径     小鬼: ROMAlyzer:一组分析时,也检查任何设备的引用,并提供一个上下文菜单项,分别分析它们     小鬼:MAME / MESS / UME模拟器的模板更新到0.149     小鬼:HTML编辑器,编辑器增加了一个较短的对象的引用,名为'作为替代'qmc2NotesEditorObject'     小鬼:系统和软件的票据模板:模板,宏的增加($ EMULATOR_TYPE $ $ SOFTWARE_STATUS $,$ SOFTWARE_STATUS_UT $ $ SOURCE_FILE $)     IMP:更新和重新命名的替代系统/ qmc2NEO的软件的票据模板贡献何塞马尔西奥·雷森德佛朗哥     小鬼:MESS设备配置:次要的UI改进,使用更少的框架和一些新的图标     小鬼:所有MAME目标:增加支持为检测HBMAME     小鬼:未成年人在游戏的初始加载速度提升/机器列表意见     小鬼:XML缓存加载/创建一个可中断的过程     小鬼:X11和仅适用于Windows:通过嵌入的快照的缩放模式现在可以选择     小鬼:使用Qt的内置(=非原生)的标准文件尽可能的对话框(你可以选择切换回使用本地对话框,但是,我们不建议由于在某些平台上可能存在的问题或桌面系统)     IMP:增加了一个'复位'行动,所有头上下文菜单(包含的所有列可见,他们同样舒展)     IMP:样品支持所有MESS目标(MESS支持样品,因为一段时间后,0.148u3),但是,这不包括样品检查尚未     小鬼:可用的BIOS “和”RAMSIZE'选项现在显示他们的描述(BIOS)或为人类可读的值(RAMSIZE),包括指示     启用默认选项,自然排序小鬼:免费分拣快捷键和操纵杆地图     小鬼:记录一个警告日志前端QMC2缓存创建     小鬼game-/machine-list过程中发现多个使用同一组名:集成zlib的更新到1.2.8版本(见zlib的细节的更改日志)的     新系统软件的票据模板:增加了两个新的插槽,用于压缩图像::'qmc2NEO.isZippedImage()'将确定,如果图像是从ZIP,qmc2NEO.getImageData()'将返回base64编码的图像数据,你可以使用<img>标记(注意:可能是缓慢的,并会极大地抬高HTML -只能用这个所见即所得的编辑器!)     新:HTML编辑器:显示/隐藏的HTML标签     新增加了一个选项:系统和软件票据模板:支持查询XML(listxml)的使用XQuery通过新插槽qmc2NEO.queryXml的()(执行XQuery完整的XML数据,警告:可能会很慢),qmc2NEO.queryLocalXml( )'(和以前一样,仅限于一个单一的游戏/机器,因此要快得多)和:'qmc2NEO.getXmlResult()'(作为一个数组,将返回的结果字符串列表)     新:游戏/机器用来匹配的搜索模式或软件列表项可现在被否定上-的-飞通过一个设置的菜单搜索框的找到     新的按钮:促进'Qt的CHDMAN GUI'(见工具/ qchdman的)到非在制品状态,因为它同时支持所有chdman'命令     新:允许合并当前设置的设备映射文件选择映射     新:增加了一个内置的调色板编辑器轻松设置UI颜色(无需使用一个Qt样式表或qtconfig ',这是不是适用于所有平台)     新:补充说一个插槽,信息缓存中的数据加载速度更快的初始'-listslots'     新:增值可选变焦的因素的软件的列表的浮动快照,观众和嵌的快照列表/观众     :只有X11和Windows:通过嵌入的快照现在可以直接替换任何类型的图像,图像将被存储到第一个(主)文件夹,并备份文件将创建第一个(注意这是仅适用于文件夹中存储的图像,不压缩的图像),     新的增值支持状态检查,缓存和过滤软件,列出了     新:添加源文件列所有game-/machine-list认为,     新:添加允许时推出一个新的模拟器自动终止的选项(即运行一个仿真实例一次)     新:增值新QMC2商场主题的darkone',包括额外的功能,由皮特比尔德莫尔     新:商场QMC2的为默认值命令行开关-主题,-控制台和graphicssystem现在跟随主GUI的街机模式设置对话框     WIP 中的任何自定义:增加支持自由定义额外的艺术品类的系统,或者软件的图像     文档:已搬到的QMC2 FAQ维基
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|国治模拟精品屋 ( 沪ICP备15012945号-1 )

GMT+8, 2024-6-13 18:23 , Processed in 1.140625 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表