savant-echo 1.1.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/src/Savant.rb +120 -12
- data/bin/src/glade copy/Savant.glade +2248 -0
- data/bin/src/glade/Savant.glade +33 -1
- metadata +3 -2
data/bin/src/glade/Savant.glade
CHANGED
@@ -65,13 +65,44 @@
|
|
65
65
|
<child>
|
66
66
|
<object class="GtkButton" id="buttonHabridgeStatus">
|
67
67
|
<property name="label" translatable="yes">button</property>
|
68
|
+
<property name="width_request">120</property>
|
68
69
|
<property name="visible">True</property>
|
69
70
|
<property name="can_focus">True</property>
|
70
71
|
<property name="receives_default">True</property>
|
71
72
|
<property name="halign">end</property>
|
72
|
-
<property name="hexpand">
|
73
|
+
<property name="hexpand">False</property>
|
73
74
|
<property name="image_position">right</property>
|
74
75
|
</object>
|
76
|
+
<packing>
|
77
|
+
<property name="left_attach">3</property>
|
78
|
+
<property name="top_attach">0</property>
|
79
|
+
</packing>
|
80
|
+
</child>
|
81
|
+
<child>
|
82
|
+
<object class="GtkButton" id="buttonHabridgeVersion">
|
83
|
+
<property name="label" translatable="yes">Upgrade</property>
|
84
|
+
<property name="width_request">80</property>
|
85
|
+
<property name="visible">True</property>
|
86
|
+
<property name="can_focus">True</property>
|
87
|
+
<property name="receives_default">True</property>
|
88
|
+
<property name="halign">end</property>
|
89
|
+
<property name="margin_right">10</property>
|
90
|
+
<property name="hexpand">False</property>
|
91
|
+
<property name="image_position">right</property>
|
92
|
+
</object>
|
93
|
+
<packing>
|
94
|
+
<property name="left_attach">2</property>
|
95
|
+
<property name="top_attach">0</property>
|
96
|
+
</packing>
|
97
|
+
</child>
|
98
|
+
<child>
|
99
|
+
<object class="GtkLabel" id="labelHabridgeVersion">
|
100
|
+
<property name="width_request">250</property>
|
101
|
+
<property name="visible">True</property>
|
102
|
+
<property name="can_focus">False</property>
|
103
|
+
<property name="margin_right">8</property>
|
104
|
+
<property name="justify">right</property>
|
105
|
+
</object>
|
75
106
|
<packing>
|
76
107
|
<property name="left_attach">1</property>
|
77
108
|
<property name="top_attach">0</property>
|
@@ -129,6 +160,7 @@
|
|
129
160
|
<child>
|
130
161
|
<object class="GtkButton" id="buttonSceneSync">
|
131
162
|
<property name="label" translatable="yes">button</property>
|
163
|
+
<property name="width_request">120</property>
|
132
164
|
<property name="visible">True</property>
|
133
165
|
<property name="can_focus">True</property>
|
134
166
|
<property name="receives_default">True</property>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: savant-echo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Corey Miller
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir:
|
10
10
|
- bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2018-06-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: net-scp
|
@@ -107,6 +107,7 @@ files:
|
|
107
107
|
- bin/habridge/ha-bridge.jar
|
108
108
|
- bin/habridge/habridgescenesync.rb
|
109
109
|
- bin/src/Savant.rb
|
110
|
+
- bin/src/glade copy/Savant.glade
|
110
111
|
- bin/src/glade/Savant.glade
|
111
112
|
homepage: http://www.yoursite.org/
|
112
113
|
licenses: []
|