Cleaned non working elements from editor gui.

This commit is contained in:
Fabian Müller 2012-10-05 15:55:45 +00:00
parent 20a29ce40e
commit a298e70a40

View file

@ -117,7 +117,7 @@
#image=lite_small
image=lite
font_size=9
items=editor-map-new,editor-map-load,editor-map-revert,editor-map-save,editor-map-save-as,editor-multiplayer-save,editor-multiplayer-save-as,preferences,editor-settings,editor-close-map,quit,editor-quit-to-desktop
items=editor-map-new,editor-map-load,editor-map-revert,editor-map-save,editor-map-save-as,editor-multiplayer-save,editor-multiplayer-save-as,preferences,editor-settings,editor-close-map,quit-editor,editor-quit-to-desktop
ref=top-panel
rect="=+3,=+1,+100,=-4"
#rect="=+3,=+1,+55,=-4"
@ -144,7 +144,7 @@
#image=lite_small
image=lite
font_size={DEFAULT_EDITOR_FONT_SMALL}
items=editor-map-resize,editor-map-rotate,editor-map-generate, editor-map-apply-mask,editor-map-create-mask-to, editor-refresh,editor-update-transitions,editor-auto-update-transitions,editor-refresh-image-cache, editor-draw-coordinates,editor-draw-terrain-codes
items=editor-map-resize,editor-map-rotate,editor-map-generate, editor-map-apply-mask,editor-map-create-mask-to, editor-refresh,editor-update-transitions,editor-update-transitions-enabled,editor-update-transitions-partial,editor-update-transitions-disabled,editor-refresh-image-cache, editor-draw-coordinates,editor-draw-terrain-codes
#rect="+2,=,+55,="
rect="+2,=,+100,="
xanchor=fixed
@ -174,27 +174,27 @@
# yanchor=fixed
# [/menu]
[menu]
id=menu-editor-side
title= _ "Side"
image=lite_small
font_size={DEFAULT_EDITOR_FONT_SMALL}
#items=editor-side-new #,editor-side-modify
items=editor-side-switch,editor-side-new #,editor-side-modify
rect="+2,=,+55,="
xanchor=fixed
yanchor=fixed
[/menu]
# [menu]
# id=menu-editor-side
# title= _ "Side"
# image=lite_small
# font_size={DEFAULT_EDITOR_FONT_SMALL}
# #items=editor-side-new #,editor-side-modify
# items=editor-side-switch,editor-side-new #,editor-side-modify
# rect="+2,=,+55,="
# xanchor=fixed
# yanchor=fixed
# [/menu]
[panel]
#TODO rename since we don't display turns, only sides
id=turn-panel
image=themes/status-bg.png
ref=menu-editor-side
rect="+5,=+1,+80,+19"
xanchor=fixed
yanchor=fixed
[/panel]
# [panel]
# #TODO rename since we don't display turns, only sides
# id=turn-panel
# image=themes/status-bg.png
# ref=menu-editor-side
# rect="+5,=+1,+80,+19"
# xanchor=fixed
# yanchor=fixed
# [/panel]
[menu]
id=menu-editor-paste-context
@ -224,17 +224,6 @@
xanchor=right
yanchor=fixed
[/menu]
[menu]
id=pipette_button_editor
image=pipette_button_editor
items=editor-tool-pipette
tooltip= _ "Pipette Tool, Use left/right mouse button to select a terrain from the map. Not implemented yet."
tooltip_name_prepend=yes
tooltip_name_prepend=yes
rect="+6,=,+24,+24"
xanchor=right
yanchor=fixed
[/menu]
[menu]
id=start_position_button_editor
image=start_position_button_editor
@ -246,25 +235,35 @@
xanchor=right
yanchor=fixed
[/menu]
[menu]
id=item_button_editor
id=pipette_button_editor
image=blank_button_editor
#image=item_button_editor
items=editor-tool-item
tooltip= _ "Item Placement Tool, Left mouse button sets a new item or moves it via drag and drop, right clears. Not implemented yet."
tooltip_name_prepend=yes
#image=pipette_button_editor
#items=editor-tool-pipette
#tooltip= _ "Pipette Tool, Use left/right mouse button to select a terrain from the map. Not implemented yet."
#tooltip_name_prepend=yes
rect="+6,=,+24,+24"
xanchor=right
yanchor=fixed
[/menu]
[menu]
id=item_button_editor
image=blank_button_editor
#image=item_button_editor
#items=editor-tool-item
#tooltip= _ "Item Placement Tool, Left mouse button sets a new item or moves it via drag and drop, right clears. Not implemented yet."
#tooltip_name_prepend=yes
rect="+6,=,+24,+24"
xanchor=right
yanchor=fixed
[/menu]
[menu]
id=village_button_editor
image=villages_button_editor
items=editor-tool-village
tooltip= _ "Left mouse button sets the village ownership to the current side, right clears."
tooltip_name_prepend=yes
#image=villages_button_editor
image=blank_button_editor
#items=editor-tool-village
#tooltip= _ "Left mouse button sets the village ownership to the current side, right clears."
#tooltip_name_prepend=yes
rect="+6,=,+24,+24"
xanchor=right
yanchor=fixed
@ -296,10 +295,11 @@
[/menu]
[menu]
id=label_button_editor
image=label_button_editor
items=editor-tool-label
tooltip= _ "Left mouse button sets or drags a label, right clears."
tooltip_name_prepend=yes
#image=label_button_editor
image=blank_button_editor
#items=editor-tool-label
#tooltip= _ "Left mouse button sets or drags a label, right clears."
#tooltip_name_prepend=yes
rect="+6,=,+24,+24"
xanchor=right
yanchor=fixed
@ -308,7 +308,7 @@
id=soundsource_button_editor
image=blank_button_editor
#items=editor-tool-soundsource
tooltip= _ "Left mouse button sets or drags a sound source, right clears. Not implemented yet."
#tooltip= _ "Left mouse button sets or drags a sound source, right clears. Not implemented yet."
#tooltip_name_prepend=yes
rect="+6,=,+24,+24"
xanchor=right
@ -316,10 +316,11 @@
[/menu]
[menu]
id=unit_button_editor
image=units_button_editor
items=editor-tool-unit
tooltip= _ "Left mouse button sets a new unit or moves a unit via drag and drop, right clears."
tooltip_name_prepend=yes
#image=units_button_editor
image=blank_button_editor
#items=editor-tool-unit
#tooltip= _ "Left mouse button sets a new unit or moves a unit via drag and drop, right clears."
#tooltip_name_prepend=yes
rect="+6,=,+24,+24"
xanchor=right
yanchor=fixed
@ -395,9 +396,10 @@
[/menu]
[menu]
id=flip_map_button_editor
image=flip_map_button_editor
items=flip-map
tooltip= _ "Flip Map - Not implemented yet."
#image=flip_map_button_editor
image=blank_button_editor
#items=flip-map
#tooltip= _ "Flip Map - Not implemented yet."
#tooltip_name_prepend=yes
rect="+6,=,+24,+24"
xanchor=right
@ -448,7 +450,8 @@
id=villages-panel
image=themes/status-bg.png
#ref=menu-editor-side
ref=turn-panel
ref=menu-editor-window
#ref=turn-panel
rect="+5,=+1,+71,+19"
xanchor=fixed
yanchor=fixed