blob: bf4abb8f0adb73488546bf92a116e590f210f13b [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>
Stepan Salenikovichfb7f2952015-05-25 16:44:19 -040020 <!-- start ring settings -->
21 <child>
22 <object class="GtkFrame" id="frame_ring_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_ring_settings">
29 <property name="visible">True</property>
30 <property name="label" translatable="yes">&lt;b&gt;Ring 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_ring_settings">
38 <property name="visible">True</property>
39 <property name="orientation">vertical</property>
40 <property name="margin_left">10</property>
41 <property name="margin_top">10</property>
42 <child>
43 <object class="GtkCheckButton" id="checkbutton_autostart">
44 <property name="label" translatable="yes">Start Ring on login</property>
45 <property name="visible">True</property>
46 <property name="can_focus">True</property>
Stepan Salenikovichbc6c4be2015-07-31 16:07:54 -040047 <property name="xalign">0</property>
48 <property name="draw_indicator">True</property>
49 </object>
50 </child>
51 <child>
52 <object class="GtkCheckButton" id="checkbutton_hideonclose">
53 <property name="label" translatable="yes">Hide Ring on close instead of quitting.</property>
54 <property name="visible">True</property>
55 <property name="can_focus">True</property>
56 <property name="xalign">0</property>
57 <property name="draw_indicator">True</property>
58 </object>
59 </child>
60 <child>
61 <object class="GtkCheckButton" id="checkbutton_bringtofront">
62 <property name="label" translatable="yes">Bring Ring to the foreground on incoming calls.</property>
63 <property name="visible">True</property>
64 <property name="can_focus">True</property>
Stepan Salenikovichfb7f2952015-05-25 16:44:19 -040065 <property name="xalign">0</property>
66 <property name="draw_indicator">True</property>
67 </object>
68 </child>
Stepan Salenikovicha5e8e362015-11-05 16:50:48 -050069 <child>
70 <object class="GtkButtonBox" id="buttonbox_chatposition">
71 <property name="visible">True</property>
72 <property name="can_focus">True</property>
73 <property name="orientation">horizontal</property>
74 <property name="layout-style">start</property>
75 <child>
76 <object class="GtkRadioButton" id="radiobutton_chatright">
77 <property name="label" translatable="yes">Show chat on the right.</property>
78 <property name="visible">True</property>
79 <property name="can_focus">True</property>
80 </object>
81 </child>
82 <child>
83 <object class="GtkRadioButton" id="radiobutton_chatbottom">
84 <property name="label" translatable="yes">Show chat on the bottom.</property>
85 <property name="visible">True</property>
86 <property name="can_focus">True</property>
87 <property name="group">radiobutton_chatright</property>
88 </object>
89 </child>
90 </object>
91 </child>
Stepan Salenikovichfb7f2952015-05-25 16:44:19 -040092 </object>
93 </child>
94 <!-- end box ring settings -->
95 </object>
96 </child>
Stepan Salenikovichde896112015-05-11 16:46:33 -040097 <!-- start history settings -->
98 <child>
99 <object class="GtkFrame" id="frame_history_settings">
100 <property name="visible">True</property>
Stepan Salenikovichde896112015-05-11 16:46:33 -0400101 <property name="label_xalign">0</property>
102 <property name="shadow_type">none</property>
Stepan Salenikovichfb7f2952015-05-25 16:44:19 -0400103 <!-- start frame label -->
104 <child type="label">
105 <object class="GtkLabel" id="label_history_settings">
106 <property name="visible">True</property>
107 <property name="can_focus">False</property>
108 <property name="label" translatable="yes">&lt;b&gt;History Settings&lt;/b&gt;</property>
109 <property name="use_markup">True</property>
110 </object>
111 </child>
112 <!-- end frame label -->
Stepan Salenikovichde896112015-05-11 16:46:33 -0400113 <!-- start grid history settings-->
114 <child>
115 <object class="GtkGrid" id="grid_history_settings">
116 <property name="visible">True</property>
117 <property name="can_focus">False</property>
118 <property name="margin_left">10</property>
119 <property name="margin_top">10</property>
120 <property name="row_spacing">10</property>
121 <property name="column_spacing">10</property>
122 <child>
123 <object class="GtkLabel" id="label_history_duration">
124 <property name="visible">True</property>
125 <property name="can_focus">False</property>
126 <property name="label" translatable="yes">Keep history for (days):</property>
127 </object>
128 <packing>
129 <property name="left_attach">0</property>
130 <property name="top_attach">0</property>
131 </packing>
132 </child>
133 <child>
134 <object class="GtkSpinButton" id="spinbutton_history_duration">
135 <property name="visible">True</property>
136 <property name="can_focus">False</property>
137 <property name="value">0</property>
138 <property name="adjustment">adjustment_history_duration</property>
139 </object>
140 <packing>
141 <property name="left_attach">1</property>
142 <property name="top_attach">0</property>
143 </packing>
144 </child>
145 <child>
146 <object class="GtkLabel" id="label_history_explanation">
147 <property name="visible">True</property>
148 <property name="can_focus">False</property>
149 <property name="label" translatable="yes">(set to 0 for unlimited history)</property>
150 </object>
151 <packing>
152 <property name="left_attach">2</property>
153 <property name="top_attach">0</property>
154 </packing>
155 </child>
156 <child>
157 <object class="GtkButton" id="button_clear_history">
158 <property name="label" translatable="yes">Clear all history</property>
159 <property name="visible">True</property>
160 <property name="can_focus">True</property>
161 <property name="receives_default">True</property>
162 <property name="halign">start</property>
163 </object>
164 <packing>
165 <property name="left_attach">0</property>
166 <property name="top_attach">1</property>
167 </packing>
168 </child>
169 </object>
170 </child>
171 <!-- end grid history settings -->
Stepan Salenikovichde896112015-05-11 16:46:33 -0400172 </object>
173 </child>
174 <!-- end history settings -->
175 </object>
176 <packing>
177 <property name="expand">False</property>
178 <property name="fill">True</property>
179 </packing>
180 </child>
181 </template>
182</interface>