[Summary] Little rework in order to add gain editing capabilities. Removing a number of bugs.

This commit is contained in:
Valeriy Kamyshniy 2014-11-19 00:32:37 +02:00
parent 32c8f66d4e
commit 2b15675e2e
8 changed files with 36 additions and 28 deletions

View file

@ -124,15 +124,13 @@
height="20"
normalicon="time_axis_playlist"
activeicon="time_axis_playlist"
_prelighticon="time_axis_playlist" ui.orphan="true"/>
_prelighticon="time_axis_playlist"
ui.orphan="true"/>
<Button id="master_mute_button" ui.orphan="true"/>
<Icon id="rec_enable_indicator_on"
source="rec_enable_indicator_on.png"
visible="false"
noshowall="true"/>
ui.orphan="true"/>
<Icon id="rec_enable_indicator_off"
source="rec_enable_indicator_off.png"
visible="false"
noshowall="true"/>
ui.orphan="true"/>
</RouteUI>

View file

@ -296,11 +296,9 @@
<Icon id="rec_enable_indicator_on"
source="rec_enable_indicator_on.png"
visible="false"
noshowall="true"/>
ui.orphan="true"/>
<Icon id="rec_enable_indicator_off"
source="rec_enable_indicator_off.png"
visible="false"
noshowall="true"/>
ui.orphan="true"/>
</RouteUI>

View file

@ -43,12 +43,19 @@
x="66"
y="24"
bgnormal="#383838"/>
<EventBox id="gain_display_home"
x="1"
y="242"
width="95"
height="16"
visible="false"/>
<Entry id="gain_display_entry"
x="1"
y="242"
width="95"
height="16"
horzalignment="end"
winfont="Arial Bold 12"
macfont="Helvetica Bold 12"
cssname="EditorTrackNameDisplay"
textcolornormal="#ffffff"
textcoloractive="#ffffff"
textcolorselected="#ffffff"
visible="false"/>
<Button id="gain_display_button"
x="1"
y="242"

View file

@ -24,7 +24,7 @@
fgnormal="#000000"
fgactive="#000000"
bghover="#C47474"/>
<EventBox id="gain_display_home"/>
<Entry id="gain_display_entry"/>
<Button id="gain_display_button"
x="0" y="0"
width="97" height="18"

View file

@ -23,7 +23,7 @@
</HBox>
<HBox height="10"/>
</VBox>
<EventBox id="gain_display_home"
<Entry id="gain_display_entry"
width="57"
height="16"
noshowall="true"

View file

@ -43,11 +43,18 @@
box.padding="2"/>
</VBox>
</HBox>
<EventBox id="gain_display_home"
width="58"
height="18"
noshowall="true"
visible="false"/>
<Entry id="gain_display_entry"
width="58"
height="18"
winfont="Arial Bold 9"
macfont="Helvetica Bold 9"
horzalignment="end"
noshowall="true"
visible="false"
cssname="EditorTrackNameDisplay"
textcolornormal="#ffffff"
textcoloractive="#ffffff"
textcolorselected="#ffffff"/>
<Button id="gain_display_button"
width="58"
height="18"

View file

@ -119,11 +119,9 @@
<VBox id="info_panel_home" ui.orphan="true"/>
<Icon id="rec_enable_indicator_on"
source="rec_enable_indicator_on.png"
visible="false"
noshowall="true"/>
ui.orphan="true"/>
<Icon id="rec_enable_indicator_off"
source="rec_enable_indicator_off.png"
visible="false"
noshowall="true"/>
ui.orphan="true"/>
</RouteUI>

View file

@ -27,7 +27,7 @@
bghover="#C47474"
bordercolor="#C9C9C9"
borderwidth="1 1 0 0"/>
<EventBox id="gain_display_home"/>
<Entry id="gain_display_entry"/>
<Button id="gain_display_button"
x="0" y="0"
width="97" height="18"