blob: 29f3cdc09c035da75a8910aa4da13639729565c7 [file] [log] [blame]
Stepan Salenikovichde896112015-05-11 16:46:33 -04001<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3 <requires lib="gtk+" version="3.10"/>
4 <object class="GtkAdjustment" id="adjustment_history_duration">
5 <property name="value">0</property>
6 <property name="lower">0</property>
7 <property name="upper">65535</property>
8 <property name="step_increment">1</property>
9 <property name="page_increment">10</property>
10 </object>
Stepan Salenikovichab0f5be2016-02-05 15:16:35 -050011 <template class="GeneralSettingsView" parent="GtkScrolledWindow">
Stepan Salenikovichde896112015-05-11 16:46:33 -040012 <property name="visible">True</property>
Stepan Salenikovichde896112015-05-11 16:46:33 -040013 <child>
14 <object class="GtkBox" id="vbox_main">
15 <property name="visible">True</property>
16 <property name="can_focus">False</property>
17 <property name="orientation">vertical</property>
18 <property name="spacing">10</property>
Stepan Salenikovichab0f5be2016-02-05 15:16:35 -050019 <property name="border_width">10</property>
Nicolas Jager6f5e04a2016-05-18 15:04:59 -040020 <!-- start profil settings -->
21 <child>
22 <object class="GtkFrame" id="frame_profile_settings">
23 <property name="visible">True</property>
24 <property name="label_xalign">0</property>
25 <property name="shadow_type">none</property>
26 <!-- start frame label -->
27 <child type="label">
28 <object class="GtkLabel" id="label_profile_settings">
29 <property name="visible">True</property>
30 <property name="label" translatable="yes">&lt;b&gt;Profile Settings&lt;/b&gt;</property>
31 <property name="use_markup">True</property>
32 </object>
33 </child>
34 <!-- end frame label -->
35 <!-- start box ring settings-->
36 <child>
37 <object class="GtkBox" id="box_profil_settings">
38 <property name="visible">True</property>
39 <property name="can_focus">False</property>
40 <property name="valign">end</property>
41 <property name="halign">start</property>
42 <property name="orientation">vertical</property>
43 <property name="spacing">10</property>
44 </object>
45 </child>
46 <!-- end box ring settings-->
47 <!-- end profil settings -->
48 </object>
49 </child>
Stepan Salenikovichfb7f2952015-05-25 16:44:19 -040050 <!-- start ring settings -->
51 <child>
52 <object class="GtkFrame" id="frame_ring_settings">
53 <property name="visible">True</property>
54 <property name="label_xalign">0</property>
55 <property name="shadow_type">none</property>
56 <!-- start frame label -->
57 <child type="label">
58 <object class="GtkLabel" id="label_ring_settings">
59 <property name="visible">True</property>
60 <property name="label" translatable="yes">&lt;b&gt;Ring Settings&lt;/b&gt;</property>
61 <property name="use_markup">True</property>
62 </object>
63 </child>
64 <!-- end frame label -->
65 <!-- start box ring settings-->
66 <child>
67 <object class="GtkBox" id="box_ring_settings">
68 <property name="visible">True</property>
69 <property name="orientation">vertical</property>
70 <property name="margin_left">10</property>
71 <property name="margin_top">10</property>
72 <child>
73 <object class="GtkCheckButton" id="checkbutton_autostart">
74 <property name="label" translatable="yes">Start Ring on login</property>
75 <property name="visible">True</property>
76 <property name="can_focus">True</property>
Stepan Salenikovichbc6c4be2015-07-31 16:07:54 -040077 <property name="xalign">0</property>
78 <property name="draw_indicator">True</property>
79 </object>
80 </child>
81 <child>
82 <object class="GtkCheckButton" id="checkbutton_hideonclose">
83 <property name="label" translatable="yes">Hide Ring on close instead of quitting.</property>
84 <property name="visible">True</property>
85 <property name="can_focus">True</property>
86 <property name="xalign">0</property>
87 <property name="draw_indicator">True</property>
88 </object>
89 </child>
90 <child>
91 <object class="GtkCheckButton" id="checkbutton_bringtofront">
92 <property name="label" translatable="yes">Bring Ring to the foreground on incoming calls.</property>
93 <property name="visible">True</property>
94 <property name="can_focus">True</property>
Stepan Salenikovichfb7f2952015-05-25 16:44:19 -040095 <property name="xalign">0</property>
96 <property name="draw_indicator">True</property>
97 </object>
98 </child>
Stepan Salenikovicha5e8e362015-11-05 16:50:48 -050099 <child>
100 <object class="GtkButtonBox" id="buttonbox_chatposition">
101 <property name="visible">True</property>
102 <property name="can_focus">True</property>
103 <property name="orientation">horizontal</property>
104 <property name="layout-style">start</property>
105 <child>
106 <object class="GtkRadioButton" id="radiobutton_chatright">
107 <property name="label" translatable="yes">Show chat on the right.</property>
108 <property name="visible">True</property>
109 <property name="can_focus">True</property>
110 </object>
111 </child>
112 <child>
113 <object class="GtkRadioButton" id="radiobutton_chatbottom">
114 <property name="label" translatable="yes">Show chat on the bottom.</property>
115 <property name="visible">True</property>
116 <property name="can_focus">True</property>
117 <property name="group">radiobutton_chatright</property>
118 </object>
119 </child>
120 </object>
121 </child>
Stepan Salenikovichfb7f2952015-05-25 16:44:19 -0400122 </object>
123 </child>
124 <!-- end box ring settings -->
125 </object>
126 </child>
Stepan Salenikovichde896112015-05-11 16:46:33 -0400127 <!-- start history settings -->
128 <child>
129 <object class="GtkFrame" id="frame_history_settings">
130 <property name="visible">True</property>
Stepan Salenikovichde896112015-05-11 16:46:33 -0400131 <property name="label_xalign">0</property>
132 <property name="shadow_type">none</property>
Stepan Salenikovichfb7f2952015-05-25 16:44:19 -0400133 <!-- start frame label -->
134 <child type="label">
135 <object class="GtkLabel" id="label_history_settings">
136 <property name="visible">True</property>
137 <property name="can_focus">False</property>
138 <property name="label" translatable="yes">&lt;b&gt;History Settings&lt;/b&gt;</property>
139 <property name="use_markup">True</property>
140 </object>
141 </child>
142 <!-- end frame label -->
Stepan Salenikovichde896112015-05-11 16:46:33 -0400143 <!-- start grid history settings-->
144 <child>
145 <object class="GtkGrid" id="grid_history_settings">
146 <property name="visible">True</property>
147 <property name="can_focus">False</property>
148 <property name="margin_left">10</property>
149 <property name="margin_top">10</property>
150 <property name="row_spacing">10</property>
151 <property name="column_spacing">10</property>
152 <child>
153 <object class="GtkLabel" id="label_history_duration">
154 <property name="visible">True</property>
155 <property name="can_focus">False</property>
156 <property name="label" translatable="yes">Keep history for (days):</property>
157 </object>
158 <packing>
159 <property name="left_attach">0</property>
160 <property name="top_attach">0</property>
161 </packing>
162 </child>
163 <child>
164 <object class="GtkSpinButton" id="spinbutton_history_duration">
165 <property name="visible">True</property>
166 <property name="can_focus">False</property>
167 <property name="value">0</property>
168 <property name="adjustment">adjustment_history_duration</property>
169 </object>
170 <packing>
171 <property name="left_attach">1</property>
172 <property name="top_attach">0</property>
173 </packing>
174 </child>
175 <child>
176 <object class="GtkLabel" id="label_history_explanation">
177 <property name="visible">True</property>
178 <property name="can_focus">False</property>
179 <property name="label" translatable="yes">(set to 0 for unlimited history)</property>
180 </object>
181 <packing>
182 <property name="left_attach">2</property>
183 <property name="top_attach">0</property>
184 </packing>
185 </child>
186 <child>
187 <object class="GtkButton" id="button_clear_history">
188 <property name="label" translatable="yes">Clear all history</property>
189 <property name="visible">True</property>
190 <property name="can_focus">True</property>
191 <property name="receives_default">True</property>
192 <property name="halign">start</property>
193 </object>
194 <packing>
195 <property name="left_attach">0</property>
196 <property name="top_attach">1</property>
197 </packing>
198 </child>
199 </object>
200 </child>
201 <!-- end grid history settings -->
Stepan Salenikovichde896112015-05-11 16:46:33 -0400202 </object>
203 </child>
204 <!-- end history settings -->
205 </object>
206 <packing>
207 <property name="expand">False</property>
208 <property name="fill">True</property>
209 </packing>
210 </child>
211 </template>
212</interface>