aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_setup_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_setup_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_setup_gtk_main_window.glade263
1 files changed, 260 insertions, 3 deletions
diff --git a/contrib/gnunet_setup_gtk_main_window.glade b/contrib/gnunet_setup_gtk_main_window.glade
index 9827a3bf..48fdfecf 100644
--- a/contrib/gnunet_setup_gtk_main_window.glade
+++ b/contrib/gnunet_setup_gtk_main_window.glade
@@ -4154,6 +4154,264 @@
4154 </packing> 4154 </packing>
4155 </child> 4155 </child>
4156 <child> 4156 <child>
4157 <object class="GtkVBox" id="GNUNET_setup_namestore_vbox">
4158 <property name="visible">True</property>
4159 <property name="can_focus">False</property>
4160 <child>
4161 <object class="GtkFrame" id="GNUNET_setup_namestore_frame">
4162 <property name="visible">True</property>
4163 <property name="can_focus">False</property>
4164 <property name="label_xalign">0</property>
4165 <property name="shadow_type">none</property>
4166 <child>
4167 <object class="GtkAlignment" id="GNUNET_setup_namestore_alignment">
4168 <property name="visible">True</property>
4169 <property name="can_focus">False</property>
4170 <property name="left_padding">12</property>
4171 <child>
4172 <object class="GtkVBox" id="GNUNET_setup_namestore_vbox1">
4173 <property name="visible">True</property>
4174 <property name="can_focus">False</property>
4175 <child>
4176 <object class="GtkHBox" id="GNUNET_setup_namestore_hbox">
4177 <property name="visible">True</property>
4178 <property name="can_focus">False</property>
4179 <child>
4180 <object class="GtkLabel" id="GNUNET_setup_namestore_label1">
4181 <property name="visible">True</property>
4182 <property name="can_focus">False</property>
4183 <property name="label" translatable="yes">Database Backend to use:</property>
4184 </object>
4185 <packing>
4186 <property name="expand">False</property>
4187 <property name="fill">False</property>
4188 <property name="padding">5</property>
4189 <property name="position">0</property>
4190 </packing>
4191 </child>
4192 <child>
4193 <object class="GtkHButtonBox" id="GNUNET_setup_namestore_hbuttonbox">
4194 <property name="visible">True</property>
4195 <property name="can_focus">False</property>
4196 <property name="layout_style">start</property>
4197 <child>
4198 <object class="GtkRadioButton" id="GNUNET_setup_namestore_sqlite_radiobutton">
4199 <property name="label" translatable="yes">sqLite</property>
4200 <property name="use_action_appearance">False</property>
4201 <property name="visible">True</property>
4202 <property name="can_focus">True</property>
4203 <property name="receives_default">False</property>
4204 <property name="xalign">0</property>
4205 <property name="active">True</property>
4206 <property name="draw_indicator">True</property>
4207 <signal name="toggled" handler="GNUNET_setup_namestore_sqlite_radiobutton_toggled_cb" swapped="no"/>
4208 <signal name="realize" handler="GNUNET_setup_namestore_sqlite_radiobutton_realize_cb" swapped="no"/>
4209 </object>
4210 <packing>
4211 <property name="expand">False</property>
4212 <property name="fill">False</property>
4213 <property name="position">0</property>
4214 </packing>
4215 </child>
4216 <child>
4217 <object class="GtkRadioButton" id="GNUNET_setup_namestore_postgres_radiobutton">
4218 <property name="label" translatable="yes">Postgres</property>
4219 <property name="use_action_appearance">False</property>
4220 <property name="visible">True</property>
4221 <property name="can_focus">True</property>
4222 <property name="receives_default">False</property>
4223 <property name="xalign">0</property>
4224 <property name="draw_indicator">True</property>
4225 <property name="group">GNUNET_setup_namestore_sqlite_radiobutton</property>
4226 <signal name="toggled" handler="GNUNET_setup_namestore_postgres_radiobutton_toggled_cb" swapped="no"/>
4227 </object>
4228 <packing>
4229 <property name="expand">False</property>
4230 <property name="fill">False</property>
4231 <property name="position">1</property>
4232 </packing>
4233 </child>
4234 </object>
4235 <packing>
4236 <property name="expand">False</property>
4237 <property name="fill">False</property>
4238 <property name="position">1</property>
4239 </packing>
4240 </child>
4241 </object>
4242 <packing>
4243 <property name="expand">False</property>
4244 <property name="fill">False</property>
4245 <property name="position">0</property>
4246 </packing>
4247 </child>
4248 <child>
4249 <object class="GtkNotebook" id="GNUNET_setup_namestore_notebook">
4250 <property name="visible">True</property>
4251 <property name="can_focus">True</property>
4252 <child>
4253 <object class="GtkLabel" id="GNUNET_setup_namestore_sqlite_label">
4254 <property name="visible">True</property>
4255 <property name="can_focus">False</property>
4256 <property name="label" translatable="yes">No setup required.</property>
4257 </object>
4258 </child>
4259 <child type="tab">
4260 <object class="GtkLabel" id="GNUNET_setup_namestore_sqlite_tab_label">
4261 <property name="visible">True</property>
4262 <property name="can_focus">False</property>
4263 <property name="label" translatable="yes">sqLite</property>
4264 </object>
4265 <packing>
4266 <property name="tab_fill">False</property>
4267 </packing>
4268 </child>
4269 <child>
4270 <object class="GtkHBox" id="GNUNET_setup_namestore_postgres_hbox">
4271 <property name="visible">True</property>
4272 <property name="can_focus">False</property>
4273 <child>
4274 <object class="GtkLabel" id="GNUNET_setup_namestore_postgres_config_label">
4275 <property name="visible">True</property>
4276 <property name="can_focus">False</property>
4277 <property name="label" translatable="yes">Configuration:</property>
4278 </object>
4279 <packing>
4280 <property name="expand">False</property>
4281 <property name="fill">True</property>
4282 <property name="padding">5</property>
4283 <property name="position">0</property>
4284 </packing>
4285 </child>
4286 <child>
4287 <object class="GtkEntry" id="GNUNET_setup_namestore_postgres_config_entry">
4288 <property name="visible">True</property>
4289 <property name="can_focus">True</property>
4290 <property name="invisible_char">•</property>
4291 <property name="invisible_char_set">True</property>
4292 <property name="primary_icon_activatable">False</property>
4293 <property name="secondary_icon_activatable">False</property>
4294 <property name="primary_icon_sensitive">True</property>
4295 <property name="secondary_icon_sensitive">True</property>
4296 </object>
4297 <packing>
4298 <property name="expand">True</property>
4299 <property name="fill">True</property>
4300 <property name="padding">5</property>
4301 <property name="position">1</property>
4302 </packing>
4303 </child>
4304 </object>
4305 <packing>
4306 <property name="position">1</property>
4307 </packing>
4308 </child>
4309 <child type="tab">
4310 <object class="GtkHBox" id="GNUNET_setup_namestore_postgres_tab_hbox ">
4311 <property name="visible">True</property>
4312 <property name="can_focus">False</property>
4313 <child>
4314 <object class="GtkLabel" id="GNUNET_setup_namestore_postgres_tab_label">
4315 <property name="visible">True</property>
4316 <property name="can_focus">False</property>
4317 <property name="label" translatable="yes">Postgres</property>
4318 </object>
4319 <packing>
4320 <property name="expand">True</property>
4321 <property name="fill">True</property>
4322 <property name="position">0</property>
4323 </packing>
4324 </child>
4325 <child>
4326 <object class="GtkButton" id="GNUNET_setup_namestore_postgres_tab_test_button">
4327 <property name="label" translatable="yes">Test configuration</property>
4328 <property name="use_action_appearance">False</property>
4329 <property name="visible">True</property>
4330 <property name="can_focus">True</property>
4331 <property name="receives_default">True</property>
4332 <signal name="clicked" handler="GNUNET_setup_namestore_postgres_tab_test_button_clicked_cb" swapped="no"/>
4333 </object>
4334 <packing>
4335 <property name="expand">True</property>
4336 <property name="fill">True</property>
4337 <property name="padding">5</property>
4338 <property name="position">1</property>
4339 </packing>
4340 </child>
4341 <child>
4342 <object class="GtkImage" id="GNUNET_setup_namestore_postgres_tab_ok_image">
4343 <property name="can_focus">False</property>
4344 <property name="tooltip_text" translatable="yes">Configuration works!</property>
4345 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
4346 </object>
4347 <packing>
4348 <property name="expand">True</property>
4349 <property name="fill">True</property>
4350 <property name="position">2</property>
4351 </packing>
4352 </child>
4353 <child>
4354 <object class="GtkImage" id="GNUNET_setup_namestore_postgres_tab_error_image">
4355 <property name="can_focus">False</property>
4356 <property name="tooltip_text" translatable="yes">Configuration error!</property>
4357 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
4358 </object>
4359 <packing>
4360 <property name="expand">True</property>
4361 <property name="fill">True</property>
4362 <property name="position">3</property>
4363 </packing>
4364 </child>
4365 </object>
4366 <packing>
4367 <property name="position">1</property>
4368 <property name="tab_fill">False</property>
4369 </packing>
4370 </child>
4371 </object>
4372 <packing>
4373 <property name="expand">True</property>
4374 <property name="fill">True</property>
4375 <property name="position">1</property>
4376 </packing>
4377 </child>
4378 </object>
4379 </child>
4380 </object>
4381 </child>
4382 <child type="label">
4383 <object class="GtkLabel" id="GNUNET_setup_namestore_frame_label">
4384 <property name="visible">True</property>
4385 <property name="can_focus">False</property>
4386 <property name="label" translatable="yes">&lt;b&gt;Configure Namestore (persistent storage)&lt;/b&gt;</property>
4387 <property name="use_markup">True</property>
4388 </object>
4389 </child>
4390 </object>
4391 <packing>
4392 <property name="expand">True</property>
4393 <property name="fill">True</property>
4394 <property name="position">0</property>
4395 </packing>
4396 </child>
4397 </object>
4398 <packing>
4399 <property name="position">6</property>
4400 </packing>
4401 </child>
4402 <child type="tab">
4403 <object class="GtkLabel" id="GNUNET_setup_namestore_label">
4404 <property name="visible">True</property>
4405 <property name="can_focus">False</property>
4406 <property name="label" translatable="yes">N_amsestore</property>
4407 <property name="use_underline">True</property>
4408 </object>
4409 <packing>
4410 <property name="position">6</property>
4411 <property name="tab_fill">False</property>
4412 </packing>
4413 </child>
4414 <child>
4157 <object class="GtkVBox" id="GNUNET_setup_gns_vbox"> 4415 <object class="GtkVBox" id="GNUNET_setup_gns_vbox">
4158 <property name="can_focus">False</property> 4416 <property name="can_focus">False</property>
4159 <child> 4417 <child>
@@ -4337,7 +4595,6 @@
4337 <child> 4595 <child>
4338 <object class="GtkCellRendererCombo" id="GNUNET_setup_gns_type_cellrenderercombo"> 4596 <object class="GtkCellRendererCombo" id="GNUNET_setup_gns_type_cellrenderercombo">
4339 <property name="editable">True</property> 4597 <property name="editable">True</property>
4340 <property name="model"></property>
4341 <property name="text_column">1</property> 4598 <property name="text_column">1</property>
4342 </object> 4599 </object>
4343 <attributes> 4600 <attributes>
@@ -4396,7 +4653,7 @@
4396 </child> 4653 </child>
4397 </object> 4654 </object>
4398 <packing> 4655 <packing>
4399 <property name="position">6</property> 4656 <property name="position">7</property>
4400 <property name="tab_fill">False</property> 4657 <property name="tab_fill">False</property>
4401 </packing> 4658 </packing>
4402 </child> 4659 </child>
@@ -4408,7 +4665,7 @@
4408 <property name="use_underline">True</property> 4665 <property name="use_underline">True</property>
4409 </object> 4666 </object>
4410 <packing> 4667 <packing>
4411 <property name="position">6</property> 4668 <property name="position">7</property>
4412 <property name="tab_fill">False</property> 4669 <property name="tab_fill">False</property>
4413 </packing> 4670 </packing>
4414 </child> 4671 </child>