blob: e7e00450b65813552cd7fd4b1453744aff8afa88 [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>
11 <template class="GeneralSettingsView" parent="GtkBox">
12 <property name="visible">True</property>
13 <property name="can_focus">False</property>
14 <property name="border_width">10</property>
15 <property name="orientation">vertical</property>
16 <child>
17 <object class="GtkBox" id="vbox_main">
18 <property name="visible">True</property>
19 <property name="can_focus">False</property>
20 <property name="orientation">vertical</property>
21 <property name="spacing">10</property>
Stepan Salenikovichfb7f2952015-05-25 16:44:19 -040022 <!-- start ring settings -->
23 <child>
24 <object class="GtkFrame" id="frame_ring_settings">
25 <property name="visible">True</property>
26 <property name="label_xalign">0</property>
27 <property name="shadow_type">none</property>
28 <!-- start frame label -->
29 <child type="label">
30 <object class="GtkLabel" id="label_ring_settings">
31 <property name="visible">True</property>
32 <property name="label" translatable="yes">&lt;b&gt;Ring Settings&lt;/b&gt;</property>
33 <property name="use_markup">True</property>
34 </object>
35 </child>
36 <!-- end frame label -->
37 <!-- start box ring settings-->
38 <child>
39 <object class="GtkBox" id="box_ring_settings">
40 <property name="visible">True</property>
41 <property name="orientation">vertical</property>
42 <property name="margin_left">10</property>
43 <property name="margin_top">10</property>
44 <child>
45 <object class="GtkCheckButton" id="checkbutton_autostart">
46 <property name="label" translatable="yes">Start Ring on login</property>
47 <property name="visible">True</property>
48 <property name="can_focus">True</property>
Stepan Salenikovichbc6c4be2015-07-31 16:07:54 -040049 <property name="xalign">0</property>
50 <property name="draw_indicator">True</property>
51 </object>
52 </child>
53 <child>
54 <object class="GtkCheckButton" id="checkbutton_hideonclose">
55 <property name="label" translatable="yes">Hide Ring on close instead of quitting.</property>
56 <property name="visible">True</property>
57 <property name="can_focus">True</property>
58 <property name="xalign">0</property>
59 <property name="draw_indicator">True</property>
60 </object>
61 </child>
62 <child>
63 <object class="GtkCheckButton" id="checkbutton_bringtofront">
64 <property name="label" translatable="yes">Bring Ring to the foreground on incoming calls.</property>
65 <property name="visible">True</property>
66 <property name="can_focus">True</property>
Stepan Salenikovichfb7f2952015-05-25 16:44:19 -040067 <property name="xalign">0</property>
68 <property name="draw_indicator">True</property>
69 </object>
70 </child>
71 </object>
72 </child>
73 <!-- end box ring settings -->
74 </object>
75 </child>
Stepan Salenikovichde896112015-05-11 16:46:33 -040076 <!-- start history settings -->
77 <child>
78 <object class="GtkFrame" id="frame_history_settings">
79 <property name="visible">True</property>
Stepan Salenikovichde896112015-05-11 16:46:33 -040080 <property name="label_xalign">0</property>
81 <property name="shadow_type">none</property>
Stepan Salenikovichfb7f2952015-05-25 16:44:19 -040082 <!-- start frame label -->
83 <child type="label">
84 <object class="GtkLabel" id="label_history_settings">
85 <property name="visible">True</property>
86 <property name="can_focus">False</property>
87 <property name="label" translatable="yes">&lt;b&gt;History Settings&lt;/b&gt;</property>
88 <property name="use_markup">True</property>
89 </object>
90 </child>
91 <!-- end frame label -->
Stepan Salenikovichde896112015-05-11 16:46:33 -040092 <!-- start grid history settings-->
93 <child>
94 <object class="GtkGrid" id="grid_history_settings">
95 <property name="visible">True</property>
96 <property name="can_focus">False</property>
97 <property name="margin_left">10</property>
98 <property name="margin_top">10</property>
99 <property name="row_spacing">10</property>
100 <property name="column_spacing">10</property>
101 <child>
102 <object class="GtkLabel" id="label_history_duration">
103 <property name="visible">True</property>
104 <property name="can_focus">False</property>
105 <property name="label" translatable="yes">Keep history for (days):</property>
106 </object>
107 <packing>
108 <property name="left_attach">0</property>
109 <property name="top_attach">0</property>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkSpinButton" id="spinbutton_history_duration">
114 <property name="visible">True</property>
115 <property name="can_focus">False</property>
116 <property name="value">0</property>
117 <property name="adjustment">adjustment_history_duration</property>
118 </object>
119 <packing>
120 <property name="left_attach">1</property>
121 <property name="top_attach">0</property>
122 </packing>
123 </child>
124 <child>
125 <object class="GtkLabel" id="label_history_explanation">
126 <property name="visible">True</property>
127 <property name="can_focus">False</property>
128 <property name="label" translatable="yes">(set to 0 for unlimited history)</property>
129 </object>
130 <packing>
131 <property name="left_attach">2</property>
132 <property name="top_attach">0</property>
133 </packing>
134 </child>
135 <child>
136 <object class="GtkButton" id="button_clear_history">
137 <property name="label" translatable="yes">Clear all history</property>
138 <property name="visible">True</property>
139 <property name="can_focus">True</property>
140 <property name="receives_default">True</property>
141 <property name="halign">start</property>
142 </object>
143 <packing>
144 <property name="left_attach">0</property>
145 <property name="top_attach">1</property>
146 </packing>
147 </child>
148 </object>
149 </child>
150 <!-- end grid history settings -->
Stepan Salenikovichde896112015-05-11 16:46:33 -0400151 </object>
152 </child>
153 <!-- end history settings -->
154 </object>
155 <packing>
156 <property name="expand">False</property>
157 <property name="fill">True</property>
158 </packing>
159 </child>
160 </template>
161</interface>