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.glade300
1 files changed, 7 insertions, 293 deletions
diff --git a/contrib/gnunet_setup_gtk_main_window.glade b/contrib/gnunet_setup_gtk_main_window.glade
index 632358ff..10888dec 100644
--- a/contrib/gnunet_setup_gtk_main_window.glade
+++ b/contrib/gnunet_setup_gtk_main_window.glade
@@ -2951,8 +2951,8 @@
2951 </packing> 2951 </packing>
2952 </child> 2952 </child>
2953 <child> 2953 <child>
2954 <object class="GtkRadioButton" id="GNUNET_setup_fs_datacache_mysql_radiobutton"> 2954 <object class="GtkRadioButton" id="GNUNET_setup_fs_datacache_heap_radiobutton">
2955 <property name="label" translatable="yes">MySQL</property> 2955 <property name="label" translatable="yes">Memory</property>
2956 <property name="visible">True</property> 2956 <property name="visible">True</property>
2957 <property name="can_focus">True</property> 2957 <property name="can_focus">True</property>
2958 <property name="receives_default">False</property> 2958 <property name="receives_default">False</property>
@@ -2961,7 +2961,7 @@
2961 <property name="yalign">0.50999999046325684</property> 2961 <property name="yalign">0.50999999046325684</property>
2962 <property name="draw_indicator">True</property> 2962 <property name="draw_indicator">True</property>
2963 <property name="group">GNUNET_setup_fs_datacache_sqlite_radiobutton</property> 2963 <property name="group">GNUNET_setup_fs_datacache_sqlite_radiobutton</property>
2964 <signal name="realize" handler="GNUNET_setup_fs_datacache_mysql_radiobutton_realize_cb" swapped="no"/> 2964 <signal name="realize" handler="GNUNET_setup_fs_datacache_heap_radiobutton_realize_cb" swapped="no"/>
2965 </object> 2965 </object>
2966 <packing> 2966 <packing>
2967 <property name="expand">False</property> 2967 <property name="expand">False</property>
@@ -3067,305 +3067,19 @@
3067 </packing> 3067 </packing>
3068 </child> 3068 </child>
3069 <child> 3069 <child>
3070 <object class="GtkVBox" id="GNUNET_setup_datacache_mysql_vbox"> 3070 <object class="GtkVBox" id="GNUNET_setup_datacache_heap_vbox">
3071 <property name="visible">True</property> 3071 <property name="visible">True</property>
3072 <property name="can_focus">False</property> 3072 <property name="can_focus">False</property>
3073 <child> 3073 <property name="label" translatable="yes">No setup required.</property>
3074 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_database_name_hbox">
3075 <property name="visible">True</property>
3076 <property name="can_focus">False</property>
3077 <child>
3078 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_database_name_label">
3079 <property name="visible">True</property>
3080 <property name="can_focus">False</property>
3081 <property name="label" translatable="yes">MySQL database name:</property>
3082 </object>
3083 <packing>
3084 <property name="expand">False</property>
3085 <property name="fill">False</property>
3086 <property name="padding">5</property>
3087 <property name="position">0</property>
3088 </packing>
3089 </child>
3090 <child>
3091 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_database_name_entry">
3092 <property name="visible">True</property>
3093 <property name="can_focus">True</property>
3094 <property name="invisible_char">•</property>
3095 <property name="text" translatable="yes">gnunet</property>
3096 <property name="invisible_char_set">True</property>
3097 <property name="primary_icon_activatable">False</property>
3098 <property name="secondary_icon_activatable">False</property>
3099 <property name="primary_icon_sensitive">True</property>
3100 <property name="secondary_icon_sensitive">True</property>
3101 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
3102 </object>
3103 <packing>
3104 <property name="expand">True</property>
3105 <property name="fill">True</property>
3106 <property name="padding">5</property>
3107 <property name="position">1</property>
3108 </packing>
3109 </child>
3110 </object>
3111 <packing>
3112 <property name="expand">True</property>
3113 <property name="fill">True</property>
3114 <property name="position">0</property>
3115 </packing>
3116 </child>
3117 <child>
3118 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_config_file_hbox">
3119 <property name="visible">True</property>
3120 <property name="can_focus">False</property>
3121 <child>
3122 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_config_file_label">
3123 <property name="visible">True</property>
3124 <property name="can_focus">False</property>
3125 <property name="label" translatable="yes">Configuration file:</property>
3126 </object>
3127 <packing>
3128 <property name="expand">False</property>
3129 <property name="fill">False</property>
3130 <property name="position">0</property>
3131 </packing>
3132 </child>
3133 <child>
3134 <object class="GtkFileChooserButton" id="GNUNET_setup_datacache_mysql_config_file_filechooserbutton">
3135 <property name="visible">True</property>
3136 <property name="can_focus">False</property>
3137 <signal name="file-set" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
3138 </object>
3139 <packing>
3140 <property name="expand">True</property>
3141 <property name="fill">True</property>
3142 <property name="padding">5</property>
3143 <property name="position">1</property>
3144 </packing>
3145 </child>
3146 </object>
3147 <packing>
3148 <property name="expand">True</property>
3149 <property name="fill">True</property>
3150 <property name="position">1</property>
3151 </packing>
3152 </child>
3153 <child>
3154 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_username_password_hbox">
3155 <property name="visible">True</property>
3156 <property name="can_focus">False</property>
3157 <child>
3158 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_username_label">
3159 <property name="visible">True</property>
3160 <property name="can_focus">False</property>
3161 <property name="label" translatable="yes">Username:</property>
3162 </object>
3163 <packing>
3164 <property name="expand">False</property>
3165 <property name="fill">False</property>
3166 <property name="padding">5</property>
3167 <property name="position">0</property>
3168 </packing>
3169 </child>
3170 <child>
3171 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_username_entry">
3172 <property name="visible">True</property>
3173 <property name="can_focus">True</property>
3174 <property name="invisible_char">•</property>
3175 <property name="invisible_char_set">True</property>
3176 <property name="primary_icon_activatable">False</property>
3177 <property name="secondary_icon_activatable">False</property>
3178 <property name="primary_icon_sensitive">True</property>
3179 <property name="secondary_icon_sensitive">True</property>
3180 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
3181 </object>
3182 <packing>
3183 <property name="expand">True</property>
3184 <property name="fill">True</property>
3185 <property name="padding">5</property>
3186 <property name="position">1</property>
3187 </packing>
3188 </child>
3189 <child>
3190 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_password_label">
3191 <property name="visible">True</property>
3192 <property name="can_focus">False</property>
3193 <property name="label" translatable="yes">Password:</property>
3194 </object>
3195 <packing>
3196 <property name="expand">False</property>
3197 <property name="fill">False</property>
3198 <property name="position">2</property>
3199 </packing>
3200 </child>
3201 <child>
3202 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_password_entry">
3203 <property name="visible">True</property>
3204 <property name="can_focus">True</property>
3205 <property name="invisible_char">•</property>
3206 <property name="invisible_char_set">True</property>
3207 <property name="primary_icon_activatable">False</property>
3208 <property name="secondary_icon_activatable">False</property>
3209 <property name="primary_icon_sensitive">True</property>
3210 <property name="secondary_icon_sensitive">True</property>
3211 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
3212 </object>
3213 <packing>
3214 <property name="expand">True</property>
3215 <property name="fill">True</property>
3216 <property name="padding">5</property>
3217 <property name="position">3</property>
3218 </packing>
3219 </child>
3220 </object>
3221 <packing>
3222 <property name="expand">True</property>
3223 <property name="fill">True</property>
3224 <property name="position">2</property>
3225 </packing>
3226 </child>
3227 <child>
3228 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_hostname_hbox">
3229 <property name="visible">True</property>
3230 <property name="can_focus">False</property>
3231 <child>
3232 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_hostname_label">
3233 <property name="visible">True</property>
3234 <property name="can_focus">False</property>
3235 <property name="label" translatable="yes">MySQL Server Hostname:</property>
3236 </object>
3237 <packing>
3238 <property name="expand">False</property>
3239 <property name="fill">False</property>
3240 <property name="padding">5</property>
3241 <property name="position">0</property>
3242 </packing>
3243 </child>
3244 <child>
3245 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_hostname_entry">
3246 <property name="visible">True</property>
3247 <property name="can_focus">True</property>
3248 <property name="invisible_char">•</property>
3249 <property name="text" translatable="yes">localhost</property>
3250 <property name="invisible_char_set">True</property>
3251 <property name="primary_icon_activatable">False</property>
3252 <property name="secondary_icon_activatable">False</property>
3253 <property name="primary_icon_sensitive">True</property>
3254 <property name="secondary_icon_sensitive">True</property>
3255 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
3256 </object>
3257 <packing>
3258 <property name="expand">True</property>
3259 <property name="fill">True</property>
3260 <property name="padding">5</property>
3261 <property name="position">1</property>
3262 </packing>
3263 </child>
3264 <child>
3265 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_port_label">
3266 <property name="visible">True</property>
3267 <property name="can_focus">False</property>
3268 <property name="label" translatable="yes">Port:</property>
3269 </object>
3270 <packing>
3271 <property name="expand">False</property>
3272 <property name="fill">False</property>
3273 <property name="padding">5</property>
3274 <property name="position">2</property>
3275 </packing>
3276 </child>
3277 <child>
3278 <object class="GtkSpinButton" id="GNUNET_setup_datacache_mysql_port_spinbutton">
3279 <property name="visible">True</property>
3280 <property name="can_focus">True</property>
3281 <property name="invisible_char">•</property>
3282 <property name="invisible_char_set">True</property>
3283 <property name="primary_icon_activatable">False</property>
3284 <property name="secondary_icon_activatable">False</property>
3285 <property name="primary_icon_sensitive">True</property>
3286 <property name="secondary_icon_sensitive">True</property>
3287 <property name="adjustment">GNUNET_setup_fs_datacache_mysql_port_adjustment</property>
3288 <property name="numeric">True</property>
3289 <signal name="value-changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
3290 </object>
3291 <packing>
3292 <property name="expand">False</property>
3293 <property name="fill">False</property>
3294 <property name="padding">5</property>
3295 <property name="position">3</property>
3296 </packing>
3297 </child>
3298 </object>
3299 <packing>
3300 <property name="expand">True</property>
3301 <property name="fill">True</property>
3302 <property name="position">3</property>
3303 </packing>
3304 </child>
3305 </object> 3074 </object>
3306 <packing>
3307 <property name="position">1</property>
3308 </packing>
3309 </child> 3075 </child>
3310 <child type="tab"> 3076 <child type="tab">
3311 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_tab_hbox"> 3077 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_heap_tab_label">
3312 <property name="visible">True</property> 3078 <property name="visible">True</property>
3313 <property name="can_focus">False</property> 3079 <property name="can_focus">False</property>
3314 <child> 3080 <property name="label" translatable="yes">sqLite</property>
3315 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_tab_label">
3316 <property name="visible">True</property>
3317 <property name="can_focus">False</property>
3318 <property name="label" translatable="yes">MySQL</property>
3319 </object>
3320 <packing>
3321 <property name="expand">True</property>
3322 <property name="fill">True</property>
3323 <property name="position">0</property>
3324 </packing>
3325 </child>
3326 <child>
3327 <object class="GtkButton" id="GNUNET_setup_datacache_mysql_tab_test_button">
3328 <property name="label" translatable="yes">Test configuration</property>
3329 <property name="visible">True</property>
3330 <property name="can_focus">True</property>
3331 <property name="receives_default">True</property>
3332 <property name="use_action_appearance">False</property>
3333 <signal name="clicked" handler="GNUNET_setup_datacache_mysql_tab_test_button_clicked_cb" swapped="no"/>
3334 </object>
3335 <packing>
3336 <property name="expand">True</property>
3337 <property name="fill">True</property>
3338 <property name="padding">5</property>
3339 <property name="position">1</property>
3340 </packing>
3341 </child>
3342 <child>
3343 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_ok_image">
3344 <property name="can_focus">False</property>
3345 <property name="tooltip_text" translatable="yes">Configuration works!</property>
3346 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
3347 </object>
3348 <packing>
3349 <property name="expand">False</property>
3350 <property name="fill">True</property>
3351 <property name="position">2</property>
3352 </packing>
3353 </child>
3354 <child>
3355 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_error_image">
3356 <property name="can_focus">False</property>
3357 <property name="tooltip_text" translatable="yes">Configuration error!</property>
3358 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
3359 </object>
3360 <packing>
3361 <property name="expand">True</property>
3362 <property name="fill">True</property>
3363 <property name="position">3</property>
3364 </packing>
3365 </child>
3366 </object> 3081 </object>
3367 <packing> 3082 <packing>
3368 <property name="position">1</property>
3369 <property name="tab_fill">False</property> 3083 <property name="tab_fill">False</property>
3370 </packing> 3084 </packing>
3371 </child> 3085 </child>