Maximilian Mader
3fe57f976c
Now we store references to all initialized controllers but use only controller #0 for now.
1762 lines
80 KiB
XML
1762 lines
80 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.22.2
|
|
|
|
The MIT License (MIT)
|
|
|
|
Copyright (c) 2015-2019 Lior Halphon
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
all copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
THE SOFTWARE.
|
|
|
|
Author: Maximilian Mader
|
|
|
|
-->
|
|
<interface>
|
|
<requires lib="gtk+" version="3.20"/>
|
|
<!-- interface-license-type mit -->
|
|
<!-- interface-name SameBoy -->
|
|
<!-- interface-description SameBoy is an open source Game Boy (DMG) and Game Boy Color (CGB) emulator, written in portable C. -->
|
|
<!-- interface-copyright 2015-2019 Lior Halphon -->
|
|
<!-- interface-authors Maximilian Mader -->
|
|
<object class="GtkAboutDialog" id="about_dialog">
|
|
<property name="can_focus">False</property>
|
|
<property name="type_hint">normal</property>
|
|
<property name="program_name">SameBoy</property>
|
|
<property name="copyright" translatable="yes">Copyright © 2015-2019 Lior Halphon</property>
|
|
<property name="website">https://sameboy.github.io</property>
|
|
<property name="website_label" translatable="yes">sameboy.github.io</property>
|
|
<property name="authors">Lior Halphon https://github.com/LIJI32
|
|
|
|
GTK3 frontend by
|
|
Maximilian Mader https://github.com/max-m</property>
|
|
<property name="logo_icon_name"/>
|
|
<property name="license_type">mit-x11</property>
|
|
<child type="titlebar">
|
|
<placeholder/>
|
|
</child>
|
|
<child internal-child="vbox">
|
|
<object class="GtkBox">
|
|
<property name="can_focus">False</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="spacing">2</property>
|
|
<child internal-child="action_area">
|
|
<object class="GtkButtonBox">
|
|
<property name="can_focus">False</property>
|
|
<property name="layout_style">end</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<placeholder/>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
<object class="GtkListStore" id="cgb_models">
|
|
<columns>
|
|
<!-- column-name id -->
|
|
<column type="gchararray"/>
|
|
<!-- column-name value -->
|
|
<column type="gchararray"/>
|
|
<!-- column-name enabled -->
|
|
<column type="gboolean"/>
|
|
</columns>
|
|
<data>
|
|
<row>
|
|
<col id="0" translatable="yes">CPU_CGB_0</col>
|
|
<col id="1" translatable="yes">CPU-CGB 0</col>
|
|
<col id="2">False</col>
|
|
</row>
|
|
<row>
|
|
<col id="0" translatable="yes">CPU_CGB_A</col>
|
|
<col id="1" translatable="yes">CPU-CGB A</col>
|
|
<col id="2">False</col>
|
|
</row>
|
|
<row>
|
|
<col id="0" translatable="yes">CPU_CGB_B</col>
|
|
<col id="1" translatable="yes">CPU-CGB B</col>
|
|
<col id="2">False</col>
|
|
</row>
|
|
<row>
|
|
<col id="0" translatable="yes">CPU_CGB_C</col>
|
|
<col id="1" translatable="yes">CPU-CGB C (Experimental)</col>
|
|
<col id="2">True</col>
|
|
</row>
|
|
<row>
|
|
<col id="0" translatable="yes">CPU_CGB_D</col>
|
|
<col id="1" translatable="yes">CPU-CGB D</col>
|
|
<col id="2">False</col>
|
|
</row>
|
|
<row>
|
|
<col id="0" translatable="yes">CPU_CGB_E</col>
|
|
<col id="1" translatable="yes">CPU-CGB E</col>
|
|
<col id="2">True</col>
|
|
</row>
|
|
</data>
|
|
</object>
|
|
<object class="GtkWindow" id="console">
|
|
<property name="can_focus">False</property>
|
|
<property name="title" translatable="yes">Debug Console</property>
|
|
<property name="default_width">920</property>
|
|
<property name="default_height">400</property>
|
|
<child type="titlebar">
|
|
<placeholder/>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<child>
|
|
<object class="GtkScrolledWindow">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="shadow_type">in</property>
|
|
<property name="min_content_width">600</property>
|
|
<property name="min_content_height">376</property>
|
|
<property name="max_content_width">600</property>
|
|
<property name="max_content_height">376</property>
|
|
<child>
|
|
<object class="GtkTextView" id="console_screen">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="editable">False</property>
|
|
<property name="wrap_mode">word</property>
|
|
<property name="left_margin">5</property>
|
|
<property name="right_margin">5</property>
|
|
<property name="top_margin">5</property>
|
|
<property name="bottom_margin">5</property>
|
|
<property name="cursor_visible">False</property>
|
|
<property name="accepts_tab">False</property>
|
|
<property name="monospace">True</property>
|
|
<style>
|
|
<class name="border-none"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
<style>
|
|
<class name="border-none"/>
|
|
<class name="border-right"/>
|
|
</style>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">True</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="width_request">320</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkScrolledWindow">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="shadow_type">in</property>
|
|
<property name="min_content_width">320</property>
|
|
<property name="min_content_height">80</property>
|
|
<child>
|
|
<object class="GtkTextView" id="console_sidebar_input">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="wrap_mode">word</property>
|
|
<property name="left_margin">5</property>
|
|
<property name="right_margin">5</property>
|
|
<property name="top_margin">5</property>
|
|
<property name="bottom_margin">5</property>
|
|
<property name="accepts_tab">False</property>
|
|
<property name="monospace">True</property>
|
|
<style>
|
|
<class name="border-none"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
<style>
|
|
<class name="border-none"/>
|
|
<class name="border-bottom"/>
|
|
</style>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkScrolledWindow">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="shadow_type">in</property>
|
|
<child>
|
|
<object class="GtkTextView" id="console_sidebar_output">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="editable">False</property>
|
|
<property name="wrap_mode">word</property>
|
|
<property name="left_margin">5</property>
|
|
<property name="right_margin">5</property>
|
|
<property name="top_margin">5</property>
|
|
<property name="bottom_margin">5</property>
|
|
<property name="accepts_tab">False</property>
|
|
<property name="monospace">True</property>
|
|
<style>
|
|
<class name="border-none"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
<style>
|
|
<class name="border-none"/>
|
|
</style>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">True</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
<style>
|
|
<class name="border-none"/>
|
|
<class name="border-bottom"/>
|
|
</style>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">True</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkEntry" id="console_input">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="margin_left">3</property>
|
|
<property name="margin_right">3</property>
|
|
<property name="margin_top">3</property>
|
|
<property name="margin_bottom">3</property>
|
|
<property name="placeholder_text" translatable="yes">Console input</property>
|
|
<signal name="activate" handler="console_on_enter" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<style>
|
|
<class name="debug-console"/>
|
|
</style>
|
|
</object>
|
|
<object class="GtkListStore" id="dmg_models">
|
|
<columns>
|
|
<!-- column-name id -->
|
|
<column type="gchararray"/>
|
|
<!-- column-name value -->
|
|
<column type="gchararray"/>
|
|
<!-- column-name enabled -->
|
|
<column type="gboolean"/>
|
|
</columns>
|
|
<data>
|
|
<row>
|
|
<col id="0" translatable="yes">DMG_CPU_0</col>
|
|
<col id="1" translatable="yes">DMG-CPU 0</col>
|
|
<col id="2">False</col>
|
|
</row>
|
|
<row>
|
|
<col id="0" translatable="yes">DMG_CPU_A</col>
|
|
<col id="1" translatable="yes">DMG-CPU A</col>
|
|
<col id="2">False</col>
|
|
</row>
|
|
<row>
|
|
<col id="0" translatable="yes">DMG_CPU_B</col>
|
|
<col id="1" translatable="yes">DMG-CPU B</col>
|
|
<col id="2">True</col>
|
|
</row>
|
|
<row>
|
|
<col id="0" translatable="yes">DMG_CPU_C</col>
|
|
<col id="1" translatable="yes">DMG-CPU C</col>
|
|
<col id="2">False</col>
|
|
</row>
|
|
</data>
|
|
</object>
|
|
<object class="GtkWindow" id="preferences">
|
|
<property name="can_focus">False</property>
|
|
<property name="title" translatable="yes">Preferences</property>
|
|
<property name="resizable">False</property>
|
|
<child type="titlebar">
|
|
<placeholder/>
|
|
</child>
|
|
<child>
|
|
<object class="GtkNotebook">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_left">16</property>
|
|
<property name="margin_right">16</property>
|
|
<property name="margin_top">16</property>
|
|
<property name="margin_bottom">16</property>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Boot ROMs location:</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkComboBoxText" id="boot_rom_selector">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_top">5</property>
|
|
<property name="margin_bottom">10</property>
|
|
<signal name="changed" handler="on_boot_rom_location_changed" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Rewinding Duration:</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkComboBoxText" id="rewind_duration_selector">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_top">5</property>
|
|
<property name="margin_bottom">10</property>
|
|
<items>
|
|
<item id="10" translatable="yes">10 Seconds</item>
|
|
<item id="30" translatable="yes">30 Seconds</item>
|
|
<item id="60" translatable="yes">1 Minute</item>
|
|
<item id="120" translatable="yes">2 Minutes</item>
|
|
<item id="300" translatable="yes">5 Minutes</item>
|
|
<item id="600" translatable="yes">10 Minutes</item>
|
|
</items>
|
|
<signal name="changed" handler="on_rewind_duration_changed" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">3</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkSeparator">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_bottom">5</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">4</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Game Boy Revision:</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">5</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkComboBox" id="dmg_revision_selector">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_top">5</property>
|
|
<property name="margin_bottom">10</property>
|
|
<property name="model">dmg_models</property>
|
|
<property name="id_column">0</property>
|
|
<signal name="changed" handler="on_dmg_model_changed" swapped="no"/>
|
|
<child>
|
|
<object class="GtkCellRendererText"/>
|
|
<attributes>
|
|
<attribute name="sensitive">2</attribute>
|
|
<attribute name="font">2</attribute>
|
|
<attribute name="text">1</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">6</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Super Game Boy Model:</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">7</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkComboBoxText" id="sgb_revision_selector">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_top">5</property>
|
|
<property name="margin_bottom">10</property>
|
|
<items>
|
|
<item id="SGB1_NTSC" translatable="yes">Super Game Boy (NTSC)</item>
|
|
<item id="SGB1_PAL" translatable="yes">Super Game Boy (PAL)</item>
|
|
<item id="SGB2" translatable="yes">Super Game Boy 2</item>
|
|
</items>
|
|
<signal name="changed" handler="on_sgb_model_changed" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">8</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Game Boy Color Revision:</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">9</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkComboBox" id="cgb_revision_selector">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_top">5</property>
|
|
<property name="margin_bottom">10</property>
|
|
<property name="model">cgb_models</property>
|
|
<property name="id_column">0</property>
|
|
<signal name="changed" handler="on_cgb_model_changed" swapped="no"/>
|
|
<child>
|
|
<object class="GtkCellRendererText"/>
|
|
<attributes>
|
|
<attribute name="sensitive">2</attribute>
|
|
<attribute name="font">2</attribute>
|
|
<attribute name="text">1</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">10</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child type="tab">
|
|
<object class="GtkBox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkImage">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_bottom">2</property>
|
|
<property name="resource">/io/github/sameboy/pixmaps/CPU.png</property>
|
|
<property name="icon_size">3</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Emulation</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="tab_fill">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_left">16</property>
|
|
<property name="margin_right">16</property>
|
|
<property name="margin_top">16</property>
|
|
<property name="margin_bottom">16</property>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Graphics Filter:</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkComboBoxText" id="shader_selector">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_top">5</property>
|
|
<property name="margin_bottom">10</property>
|
|
<items>
|
|
<item id="NearestNeighbor" translatable="yes">Nearest Neighbor (Pixelated)</item>
|
|
<item id="Bilinear" translatable="yes">Bilinear (Blurry)</item>
|
|
<item id="SmoothBilinear" translatable="yes">Smooth Bilinear (Less blurry)</item>
|
|
<item id="MonoLCD" translatable="yes">Monochrome LCD Display</item>
|
|
<item id="LCD" translatable="yes">LCD Display</item>
|
|
<item id="CRT" translatable="yes">CRT Display</item>
|
|
<item id="Scale2x" translatable="yes">Scale2x</item>
|
|
<item id="Scale4x" translatable="yes">Scale4x</item>
|
|
<item id="AAScale2x" translatable="yes">Anti-aliased Scale2x</item>
|
|
<item id="AAScale4x" translatable="yes">Anti-aliased Scale4x</item>
|
|
<item id="HQ2x" translatable="yes">HQ2x</item>
|
|
<item id="OmniScale" translatable="yes">OmniScale (Any factor)</item>
|
|
<item id="OmniScaleLegacy" translatable="yes">OmniScale Legacy</item>
|
|
<item id="AAOmniScaleLegacy" translatable="yes">Anti-aliased OmniScale Legacy</item>
|
|
</items>
|
|
<signal name="changed" handler="on_graphic_filter_changed" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Color Correction:</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkComboBoxText" id="color_correction_selector">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_top">5</property>
|
|
<property name="margin_bottom">10</property>
|
|
<items>
|
|
<item id="disabled" translatable="yes">Disabled</item>
|
|
<item id="correct_color_curves" translatable="yes">Correct Color Curves</item>
|
|
<item id="emulate_hardware" translatable="yes">Emulate Hardware</item>
|
|
<item id="preserve_brightness" translatable="yes">Preserve Brightness</item>
|
|
<item id="reduce_contrast" translatable="yes">Reduce contrast</item>
|
|
</items>
|
|
<signal name="changed" handler="on_color_correction_changed" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">3</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Frame blending:</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">4</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkComboBoxText" id="frame_blending_selector">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_top">5</property>
|
|
<property name="margin_bottom">10</property>
|
|
<items>
|
|
<item id="disabled" translatable="yes">Disabled</item>
|
|
<item id="simple" translatable="yes">Simple</item>
|
|
<item id="accurate" translatable="yes">Accurate</item>
|
|
</items>
|
|
<signal name="changed" handler="on_frame_blending_changed" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">5</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Color palette for monochrome models:</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">6</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkComboBoxText" id="monochrome_palette_selector">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_top">5</property>
|
|
<property name="margin_bottom">10</property>
|
|
<items>
|
|
<item id="greyscale" translatable="yes">Greyscale</item>
|
|
<item id="lime" translatable="yes">Lime (Game Boy)</item>
|
|
<item id="olive" translatable="yes">Olive (Pocket)</item>
|
|
<item id="teal" translatable="yes">Teal (Light)</item>
|
|
</items>
|
|
<signal name="changed" handler="on_monochrome_palette_changed" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">7</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Display Border:</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">8</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkComboBoxText" id="display_border_selector">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_top">5</property>
|
|
<property name="margin_bottom">10</property>
|
|
<items>
|
|
<item id="never" translatable="yes">Never</item>
|
|
<item id="sgb_only" translatable="yes">Super Game Boy Only</item>
|
|
<item id="always" translatable="yes">Always</item>
|
|
</items>
|
|
<signal name="changed" handler="on_display_border_changed" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">9</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkCheckButton" id="integer_scaling_toggle">
|
|
<property name="label" translatable="yes">Use Integer Scaling</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">False</property>
|
|
<property name="margin_top">5</property>
|
|
<property name="margin_bottom">10</property>
|
|
<property name="draw_indicator">True</property>
|
|
<signal name="toggled" handler="on_use_integer_scaling_changed" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">10</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkCheckButton" id="aspect_ratio_toggle">
|
|
<property name="label" translatable="yes">Keep Aspect Ratio</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">False</property>
|
|
<property name="margin_top">5</property>
|
|
<property name="margin_bottom">10</property>
|
|
<property name="draw_indicator">True</property>
|
|
<signal name="toggled" handler="on_keep_aspect_ratio_changed" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">11</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="menubar_override_selector_label">
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Main Menu Override</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">12</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkComboBoxText" id="menubar_override_selector">
|
|
<property name="can_focus">False</property>
|
|
<items>
|
|
<item id="auto" translatable="yes">Automatic</item>
|
|
<item id="show_in_shell" translatable="yes">Force Menubar In Desktop Shell</item>
|
|
<item id="show_in_window" translatable="yes">Force Menubar In Window</item>
|
|
<item id="show_hamburger" translatable="yes">Force Hamburger Menu</item>
|
|
</items>
|
|
<signal name="changed" handler="on_color_menubar_override_changed" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">13</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
<child type="tab">
|
|
<object class="GtkBox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkImage">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_bottom">2</property>
|
|
<property name="resource">/io/github/sameboy/pixmaps/Display.png</property>
|
|
<property name="icon_size">3</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Video</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="position">1</property>
|
|
<property name="tab_fill">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_left">14</property>
|
|
<property name="margin_right">16</property>
|
|
<property name="margin_top">16</property>
|
|
<property name="margin_bottom">16</property>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">High-pass Filter:</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkComboBoxText" id="highpass_filter_selector">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_top">5</property>
|
|
<property name="margin_bottom">10</property>
|
|
<items>
|
|
<item id="disabled" translatable="yes">Disabled (Keep DC Offset)</item>
|
|
<item id="emulate_hardware" translatable="yes">Accurate (Emulate Hardware)</item>
|
|
<item id="preserve_waveform" translatable="yes">Preserve Waveform</item>
|
|
</items>
|
|
<signal name="changed" handler="on_highpass_filter_changed" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Sample Rate:</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkComboBoxText" id="sample_rate_selector">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<items>
|
|
<item id="-1" translatable="yes">Default</item>
|
|
<item translatable="yes"><separator></item>
|
|
<item id="44100" translatable="yes">44.1 kHz</item>
|
|
<item id="48000" translatable="yes">48 kHz</item>
|
|
<item id="96000" translatable="yes">96 kHz</item>
|
|
</items>
|
|
<signal name="changed" handler="on_sample_rate_changed" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">3</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
<child type="tab">
|
|
<object class="GtkBox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkImage">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_bottom">2</property>
|
|
<property name="resource">/io/github/sameboy/pixmaps/Speaker.png</property>
|
|
<property name="icon_size">3</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Audio</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="position">2</property>
|
|
<property name="tab_fill">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_left">16</property>
|
|
<property name="margin_right">16</property>
|
|
<property name="margin_top">16</property>
|
|
<property name="margin_bottom">16</property>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_bottom">10</property>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Control settings for</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkComboBoxText">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_left">5</property>
|
|
<property name="margin_right">5</property>
|
|
<property name="active">0</property>
|
|
<property name="active_id">0</property>
|
|
<items>
|
|
<item id="0" translatable="yes">Player 1</item>
|
|
<item id="1" translatable="yes">Player 2</item>
|
|
<item id="2" translatable="yes">Player 3</item>
|
|
<item id="3" translatable="yes">Player 4</item>
|
|
</items>
|
|
<signal name="changed" handler="do_refresh_joypad_menu" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">:</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkSpinner">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_top">90</property>
|
|
<property name="margin_bottom">90</property>
|
|
<property name="active">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Joypad for multiplayer games:</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkComboBoxText">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_top">5</property>
|
|
<property name="margin_bottom">10</property>
|
|
<property name="active">0</property>
|
|
<items>
|
|
<item id="none" translatable="yes">None</item>
|
|
</items>
|
|
<signal name="changed" handler="on_default_joypad_changed" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">3</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkSeparator">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_bottom">5</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">4</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<child>
|
|
<object class="GtkButton">
|
|
<property name="label" translatable="yes">Configure Joypad</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">True</property>
|
|
<signal name="activate" handler="do_configure_joypad" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkButton" id="configure_joypad_skip">
|
|
<property name="label" translatable="yes">Skip</property>
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">False</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">True</property>
|
|
<signal name="activate" handler="do_skip_configure_joypad" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="pack_type">end</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">5</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="position">3</property>
|
|
</packing>
|
|
</child>
|
|
<child type="tab">
|
|
<object class="GtkBox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkImage">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_bottom">2</property>
|
|
<property name="resource">/io/github/sameboy/pixmaps/Joypad.png</property>
|
|
<property name="icon_size">3</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Controls</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="position">3</property>
|
|
<property name="tab_fill">False</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
<object class="GtkHeaderBar" id="main_header_bar">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="has_subtitle">False</property>
|
|
<property name="show_close_button">True</property>
|
|
<child>
|
|
<object class="GtkMenuButton" id="hamburger_button">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">True</property>
|
|
<property name="direction">none</property>
|
|
<child>
|
|
<placeholder/>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="pack_type">end</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<object class="GtkWindow" id="memory_viewer">
|
|
<property name="can_focus">False</property>
|
|
<property name="title" translatable="yes">Memory Viewer</property>
|
|
<child type="titlebar">
|
|
<placeholder/>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="homogeneous">True</property>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Placeholder</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Placeholder</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes">Placeholder</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
<object class="GtkWindow" id="printer">
|
|
<property name="can_focus">False</property>
|
|
<property name="resizable">False</property>
|
|
<property name="default_width">320</property>
|
|
<property name="default_height">432</property>
|
|
<child type="titlebar">
|
|
<object class="GtkHeaderBar">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="title" translatable="yes">Printer</property>
|
|
<property name="has_subtitle">False</property>
|
|
<property name="show_close_button">True</property>
|
|
<child>
|
|
<object class="GtkButton" id="printer_save_button">
|
|
<property name="label">gtk-save</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">True</property>
|
|
<property name="use_stock">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="pack_type">end</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkButton" id="printer_clear_button">
|
|
<property name="label">gtk-delete</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">True</property>
|
|
<property name="use_stock">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="pack_type">end</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkScrolledWindow">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="shadow_type">in</property>
|
|
<child>
|
|
<object class="GtkViewport">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="shadow_type">none</property>
|
|
<child>
|
|
<object class="GtkDrawingArea" id="printer_canvas">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
<object class="GtkWindow" id="vram_viewer">
|
|
<property name="can_focus">False</property>
|
|
<property name="title" translatable="yes">VRAM Viewer</property>
|
|
<property name="resizable">False</property>
|
|
<child type="titlebar">
|
|
<placeholder/>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_left">3</property>
|
|
<property name="margin_right">3</property>
|
|
<property name="margin_top">3</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="spacing">6</property>
|
|
<child>
|
|
<object class="GtkStackSwitcher">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="halign">center</property>
|
|
<property name="stack">vram_viewer_stack</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkStack" id="vram_viewer_stack">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="hhomogeneous">False</property>
|
|
<property name="vhomogeneous">False</property>
|
|
<property name="transition_type">slide-left-right</property>
|
|
<property name="interpolate_size">True</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_left">6</property>
|
|
<property name="margin_right">6</property>
|
|
<property name="margin_bottom">3</property>
|
|
<child>
|
|
<object class="GtkComboBoxText" id="vram_viewer_tileset_palette_selector">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="active">0</property>
|
|
<property name="active_id">bg0</property>
|
|
<items>
|
|
<item id="bg0" translatable="yes">Background Palette 0</item>
|
|
<item id="bg1" translatable="yes">Background Palette 1</item>
|
|
<item id="bg2" translatable="yes">Background Palette 2</item>
|
|
<item id="bg3" translatable="yes">Background Palette 3</item>
|
|
<item id="bg4" translatable="yes">Background Palette 4</item>
|
|
<item id="bg5" translatable="yes">Background Palette 5</item>
|
|
<item id="bg6" translatable="yes">Background Palette 6</item>
|
|
<item id="bg7" translatable="yes">Background Palette 7</item>
|
|
<item translatable="yes"><separator></item>
|
|
<item id="obj0" translatable="yes">Object Palette 0</item>
|
|
<item id="obj1" translatable="yes">Object Palette 1</item>
|
|
<item id="obj2" translatable="yes">Object Palette 2</item>
|
|
<item id="obj3" translatable="yes">Object Palette 3</item>
|
|
<item id="obj4" translatable="yes">Object Palette 4</item>
|
|
<item id="obj5" translatable="yes">Object Palette 5</item>
|
|
<item id="obj6" translatable="yes">Object Palette 6</item>
|
|
<item id="obj7" translatable="yes">Object Palette 7</item>
|
|
</items>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkToggleButton" id="vram_viewer_tileset_toggle_grid_button">
|
|
<property name="label" translatable="yes">Grid</property>
|
|
<property name="width_request">70</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="pack_type">end</property>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
<style>
|
|
<class name="vram-viewer-button-bar"/>
|
|
</style>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkDrawingArea" id="vram_viewer_tileset_canvas">
|
|
<property name="width_request">512</property>
|
|
<property name="height_request">384</property>
|
|
<property name="visible">True</property>
|
|
<property name="app_paintable">True</property>
|
|
<property name="can_focus">False</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">True</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="name">vram_viewer_tileset</property>
|
|
<property name="title" translatable="yes">Tileset</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_left">6</property>
|
|
<property name="margin_right">6</property>
|
|
<property name="spacing">3</property>
|
|
<child>
|
|
<object class="GtkComboBoxText" id="vram_viewer_tilemap_palette_selector">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="active">0</property>
|
|
<property name="active_id">auto</property>
|
|
<items>
|
|
<item id="auto" translatable="yes">Effective Palettes</item>
|
|
<item translatable="yes"><separator></item>
|
|
<item id="bg0" translatable="yes">Background Palette 0</item>
|
|
<item id="bg1" translatable="yes">Background Palette 1</item>
|
|
<item id="bg2" translatable="yes">Background Palette 2</item>
|
|
<item id="bg3" translatable="yes">Background Palette 3</item>
|
|
<item id="bg4" translatable="yes">Background Palette 4</item>
|
|
<item id="bg5" translatable="yes">Background Palette 5</item>
|
|
<item id="bg6" translatable="yes">Background Palette 6</item>
|
|
<item id="bg7" translatable="yes">Background Palette 7</item>
|
|
<item translatable="yes"><separator></item>
|
|
<item id="obj0" translatable="yes">Object Palette 0</item>
|
|
<item id="obj1" translatable="yes">Object Palette 1</item>
|
|
<item id="obj2" translatable="yes">Object Palette 2</item>
|
|
<item id="obj3" translatable="yes">Object Palette 3</item>
|
|
<item id="obj4" translatable="yes">Object Palette 4</item>
|
|
<item id="obj5" translatable="yes">Object Palette 5</item>
|
|
<item id="obj6" translatable="yes">Object Palette 6</item>
|
|
<item id="obj7" translatable="yes">Object Palette 7</item>
|
|
</items>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkComboBoxText" id="vram_viewer_tilemap_tilemap_selector">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="active">0</property>
|
|
<property name="active_id">auto</property>
|
|
<items>
|
|
<item id="auto" translatable="yes">Effective Tilemap</item>
|
|
<item translatable="yes"><separator></item>
|
|
<item id="9800" translatable="yes">Tilemap at $9800</item>
|
|
<item id="9C00" translatable="yes">Tilemap at $9C00</item>
|
|
</items>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkToggleButton" id="vram_viewer_tilemap_toggle_grid_button">
|
|
<property name="label" translatable="yes">Grid</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">True</property>
|
|
<property name="margin_left">2</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="pack_type">end</property>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkToggleButton" id="vram_viewer_tilemap_toggle_scrolling_button">
|
|
<property name="label" translatable="yes">Scrolling</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">True</property>
|
|
<property name="margin_left">2</property>
|
|
<property name="margin_right">2</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="pack_type">end</property>
|
|
<property name="position">3</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkComboBoxText" id="vram_viewer_tilemap_tileset_selector">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="active">0</property>
|
|
<property name="active_id">auto</property>
|
|
<items>
|
|
<item id="auto" translatable="yes">Effective Tileset</item>
|
|
<item translatable="yes"><separator></item>
|
|
<item id="8800" translatable="yes">Tileset at $8800</item>
|
|
<item id="8000" translatable="yes">Tileset at $8000</item>
|
|
</items>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">4</property>
|
|
</packing>
|
|
</child>
|
|
<style>
|
|
<class name="vram-viewer-button-bar"/>
|
|
</style>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkDrawingArea" id="vram_viewer_tilemap_canvas">
|
|
<property name="width_request">512</property>
|
|
<property name="height_request">512</property>
|
|
<property name="visible">True</property>
|
|
<property name="app_paintable">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="halign">start</property>
|
|
<property name="valign">start</property>
|
|
<property name="hexpand">False</property>
|
|
<property name="vexpand">False</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">True</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="name">vram_viewer_tilemap</property>
|
|
<property name="title" translatable="yes">Tilemap</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkScrolledWindow">
|
|
<property name="width_request">512</property>
|
|
<property name="height_request">512</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="shadow_type">in</property>
|
|
<child>
|
|
<object class="GtkTreeView" id="vram_viewer_sprites">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="headers_clickable">False</property>
|
|
<property name="enable_search">False</property>
|
|
<property name="show_expanders">False</property>
|
|
<child internal-child="selection">
|
|
<object class="GtkTreeSelection"/>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="min_width">32</property>
|
|
<child>
|
|
<object class="GtkCellRendererPixbuf"/>
|
|
<attributes>
|
|
<attribute name="pixbuf">0</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="title" translatable="yes">X</property>
|
|
<child>
|
|
<object class="GtkCellRendererText"/>
|
|
<attributes>
|
|
<attribute name="text">1</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="title" translatable="yes">Y</property>
|
|
<child>
|
|
<object class="GtkCellRendererText"/>
|
|
<attributes>
|
|
<attribute name="text">2</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="title" translatable="yes">Tile</property>
|
|
<child>
|
|
<object class="GtkCellRendererText"/>
|
|
<attributes>
|
|
<attribute name="text">3</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="title" translatable="yes">Tile Addr.</property>
|
|
<child>
|
|
<object class="GtkCellRendererText"/>
|
|
<attributes>
|
|
<attribute name="text">4</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="title" translatable="yes">OAM Addr.</property>
|
|
<child>
|
|
<object class="GtkCellRendererText"/>
|
|
<attributes>
|
|
<attribute name="text">5</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="title" translatable="yes">Attributes</property>
|
|
<child>
|
|
<object class="GtkCellRendererText"/>
|
|
<attributes>
|
|
<attribute name="text">6</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="name">vram_viewer_sprites</property>
|
|
<property name="title" translatable="yes">Sprites</property>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeView" id="vram_viewer_palettes">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="headers_visible">False</property>
|
|
<property name="headers_clickable">False</property>
|
|
<property name="enable_search">False</property>
|
|
<property name="show_expanders">False</property>
|
|
<child internal-child="selection">
|
|
<object class="GtkTreeSelection"/>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="title" translatable="yes">Type</property>
|
|
<child>
|
|
<object class="GtkCellRendererText"/>
|
|
<attributes>
|
|
<attribute name="text">0</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="title" translatable="yes">Color 0</property>
|
|
<child>
|
|
<object class="GtkCellRendererText" id="vram_viewer_palette_cell_renderer_0"/>
|
|
<attributes>
|
|
<attribute name="text">1</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="title" translatable="yes">Color 1</property>
|
|
<child>
|
|
<object class="GtkCellRendererText" id="vram_viewer_palette_cell_renderer_1"/>
|
|
<attributes>
|
|
<attribute name="text">3</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="title" translatable="yes">Color 2</property>
|
|
<child>
|
|
<object class="GtkCellRendererText" id="vram_viewer_palette_cell_renderer_2"/>
|
|
<attributes>
|
|
<attribute name="text">5</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="title" translatable="yes">Color 3</property>
|
|
<child>
|
|
<object class="GtkCellRendererText" id="vram_viewer_palette_cell_renderer_3"/>
|
|
<attributes>
|
|
<attribute name="text">7</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="name">vram_viewer_palettes</property>
|
|
<property name="title" translatable="yes">Palettes</property>
|
|
<property name="position">3</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">True</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="vram_viewer_status">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_bottom">5</property>
|
|
<property name="justify">center</property>
|
|
<property name="single_line_mode">True</property>
|
|
<property name="track_visited_links">False</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">True</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|