mirror of
https://github.com/tstellar/bygfoot.git
synced 2024-12-16 10:21:15 +01:00
Fix the menu in gtkBuilder format. All the images dissapeared
This commit is contained in:
parent
f0ae9f71cd
commit
35fd92e126
@ -1499,9 +1499,10 @@ SUPPORT_FILES = support_files/pixmaps/live_game/save.png \
|
||||
support_files/hints/bygfoot_hints_it \
|
||||
support_files/hints/bygfoot_hints_ro \
|
||||
support_files/hints/bygfoot_hints_el \
|
||||
support_files/bygfoot_help support_files/bygfoot_user.conf \
|
||||
support_files/bygfoot_tokens support_files/bygfoot.conf \
|
||||
support_files/bygfoot_constants support_files/bygfoot_app
|
||||
support_files/bygfoot_help support_files/bygfoot.ui \
|
||||
support_files/bygfoot_user.conf support_files/bygfoot_tokens \
|
||||
support_files/bygfoot.conf support_files/bygfoot_constants \
|
||||
support_files/bygfoot_app
|
||||
all: config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
||||
|
||||
|
@ -43,10 +43,10 @@
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkImageMenuItem" id="menu_load_last_save">
|
||||
<property name="label">L_oad last save</property>
|
||||
<property name="label">Load last save</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="image">image5</property>
|
||||
<property name="use_stock">False</property>
|
||||
<accelerator key="l" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
||||
<signal name="activate" handler="on_menu_load_last_save_activate"/>
|
||||
</object>
|
||||
@ -96,7 +96,7 @@
|
||||
<object class="GtkMenu" id="menu_options_menu">
|
||||
<child>
|
||||
<object class="GtkImageMenuItem" id="menu_preferences">
|
||||
<property name="label">Preferences</property>
|
||||
<property name="label">gtk-preferences</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
@ -145,8 +145,8 @@
|
||||
<property name="label">Save window geometry</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip_text" translatable="yes">Save window size, position and vertical divider</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="image">image4</property>
|
||||
<property name="use_stock">False</property>
|
||||
<signal name="activate" handler="on_menu_save_window_geometry_activate"/>
|
||||
</object>
|
||||
</child>
|
||||
@ -185,8 +185,8 @@
|
||||
<object class="GtkImageMenuItem" id="menu_tables">
|
||||
<property name="label">Tables</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="image">image3</property>
|
||||
<property name="use_stock">False</property>
|
||||
<accelerator key="F5" signal="activate"/>
|
||||
<signal name="activate" handler="on_menu_tables_activate"/>
|
||||
</object>
|
||||
@ -195,8 +195,8 @@
|
||||
<object class="GtkImageMenuItem" id="menu_my_league_results">
|
||||
<property name="label">My league results</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="image">image6</property>
|
||||
<property name="use_stock">False</property>
|
||||
<accelerator key="F6" signal="activate"/>
|
||||
<signal name="activate" handler="on_menu_my_league_results_activate"/>
|
||||
</object>
|
||||
@ -205,8 +205,8 @@
|
||||
<object class="GtkImageMenuItem" id="menu_season_results">
|
||||
<property name="label">Season results</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="image">image7</property>
|
||||
<property name="use_stock">False</property>
|
||||
<accelerator key="s" signal="activate" modifiers="GDK_SHIFT_MASK"/>
|
||||
<signal name="activate" handler="on_menu_season_results_activate"/>
|
||||
</object>
|
||||
@ -226,8 +226,8 @@
|
||||
<object class="GtkImageMenuItem" id="menu_playing_style">
|
||||
<property name="label">Playing style</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="image">image8</property>
|
||||
<property name="use_stock">False</property>
|
||||
<child type="submenu">
|
||||
<object class="GtkMenu" id="menu_playing_style_menu">
|
||||
<child>
|
||||
@ -287,8 +287,8 @@
|
||||
<object class="GtkImageMenuItem" id="menu_scout">
|
||||
<property name="label">Scout</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="image">image9</property>
|
||||
<property name="use_stock">False</property>
|
||||
<child type="submenu">
|
||||
<object class="GtkMenu" id="menu_scout_menu">
|
||||
<child>
|
||||
@ -338,8 +338,8 @@
|
||||
<object class="GtkImageMenuItem" id="menu_physio">
|
||||
<property name="label">Physio</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="image">image10</property>
|
||||
<property name="use_stock">False</property>
|
||||
<child type="submenu">
|
||||
<object class="GtkMenu" id="menu_physio_menu">
|
||||
<child>
|
||||
@ -389,8 +389,8 @@
|
||||
<object class="GtkImageMenuItem" id="menu_youth_academy">
|
||||
<property name="label">Youth academy</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="image">image11</property>
|
||||
<property name="use_stock">False</property>
|
||||
<child type="submenu">
|
||||
<object class="GtkMenu" id="menu_youth_academy_menu">
|
||||
<child>
|
||||
@ -529,8 +529,8 @@
|
||||
<object class="GtkImageMenuItem" id="menu_boost">
|
||||
<property name="label">Boost</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="image">image12</property>
|
||||
<property name="use_stock">False</property>
|
||||
<child type="submenu">
|
||||
<object class="GtkMenu" id="menu_boost_menu">
|
||||
<child>
|
||||
@ -616,8 +616,8 @@
|
||||
<object class="GtkImageMenuItem" id="menu_reset_players">
|
||||
<property name="label">Reset player list</property>
|
||||
<property name="tooltip_text" translatable="yes">Reset player list to the formation at the beginning of the live game pause (right click on player list)</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="image">image13</property>
|
||||
<property name="use_stock">False</property>
|
||||
<signal name="activate" handler="on_menu_reset_players_activate"/>
|
||||
</object>
|
||||
</child>
|
||||
@ -625,8 +625,8 @@
|
||||
<object class="GtkImageMenuItem" id="menu_custom_structure">
|
||||
<property name="label">Enter custom structure</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="image">image14</property>
|
||||
<property name="use_stock">False</property>
|
||||
<signal name="activate" handler="on_menu_custom_structure_activate"/>
|
||||
</object>
|
||||
</child>
|
||||
@ -635,8 +635,8 @@
|
||||
<property name="label">Rearrange team</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip_text" translatable="yes">Try to put the startup players onto their favoured positions and sort the substitutes (Ctrl-R or middle click)</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="image">image15</property>
|
||||
<property name="use_stock">False</property>
|
||||
<accelerator key="r" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
||||
<signal name="activate" handler="on_menu_rearrange_team_activate"/>
|
||||
</object>
|
||||
@ -650,8 +650,8 @@
|
||||
<object class="GtkImageMenuItem" id="menu_browse_teams">
|
||||
<property name="label">Browse teams</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="image">image16</property>
|
||||
<property name="use_stock">False</property>
|
||||
<signal name="activate" handler="on_menu_browse_teams_activate"/>
|
||||
</object>
|
||||
</child>
|
||||
@ -1857,4 +1857,62 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="pixbuf">pixmaps/menu_fixtures_comp.png</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image3">
|
||||
<property name="visible">True</property>
|
||||
<property name="pixbuf">pixmaps/menu_table.png</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image4">
|
||||
<property name="visible">True</property>
|
||||
<property name="pixbuf">pixmaps/menu_save_geometry.png</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image5">
|
||||
<property name="visible">True</property>
|
||||
<property name="stock">gtk-revert-to-saved</property>
|
||||
<property name="icon-size">1</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image6">
|
||||
<property name="visible">True</property>
|
||||
<property name="pixbuf">pixmaps/menu_league_results.png</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image7">
|
||||
<property name="visible">True</property>
|
||||
<property name="pixbuf">pixmaps/menu_season_res.png</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image8">
|
||||
<property name="visible">True</property>
|
||||
<property name="pixbuf">pixmaps/menu_style.png</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image9">
|
||||
<property name="visible">True</property>
|
||||
<property name="pixbuf">pixmaps/menu_scout.png</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image10">
|
||||
<property name="visible">True</property>
|
||||
<property name="pixbuf">pixmaps/menu_physio.png</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image11">
|
||||
<property name="visible">True</property>
|
||||
<property name="pixbuf">pixmaps/menu_youth_academy.png</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image12">
|
||||
<property name="visible">True</property>
|
||||
<property name="pixbuf">pixmaps/menu_boost.png</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image13">
|
||||
<property name="visible">True</property>
|
||||
<property name="stock">gtk-undo</property>
|
||||
<property name="icon-size">1</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image14">
|
||||
<property name="visible">True</property>
|
||||
<property name="pixbuf">pixmaps/menu_structure.png</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image15">
|
||||
<property name="visible">True</property>
|
||||
<property name="pixbuf">pixmaps/menu_rearrange.png</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image16">
|
||||
<property name="visible">True</property>
|
||||
<property name="pixbuf">pixmaps/menu_browse_tms.png</property>
|
||||
</object>
|
||||
</interface>
|
||||
|
Loading…
Reference in New Issue
Block a user