anastasis_gtk_main_window.glade (283453B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Generated with glade 3.38.2 3 4 Copyright (C) 2019-2021 Anastasis SARL 5 6 This file is part of anastasis-gtk. 7 8 anastasis-gtk is free software: you can redistribute it and/or modify 9 it under the terms of the GNU General Public License as published by 10 the Free Software Foundation, either version 3 of the License, or 11 (at your option) any later version. 12 13 anastasis-gtk is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with anastasis-gtk. If not, see <http://www.gnu.org/licenses/>. 20 21 Author: Christian Grothoff, Dennis Neufeld 22 23 --> 24 <interface domain=""> 25 <requires lib="gtk+" version="3.22"/> 26 <!-- interface-license-type gplv3 --> 27 <!-- interface-name anastasis-gtk --> 28 <!-- interface-description Key backup and recovery --> 29 <!-- interface-copyright 2019-2021 Anastasis SARL --> 30 <!-- interface-authors Christian Grothoff, Dennis Neufeld --> 31 <object class="GtkImage" id="add_image"> 32 <property name="visible">True</property> 33 <property name="can-focus">False</property> 34 <property name="stock">gtk-add</property> 35 </object> 36 <object class="GtkListStore" id="anastasis_gtk_backup_progress_liststore"> 37 <columns> 38 <!-- column-name description --> 39 <column type="gchararray"/> 40 <!-- column-name state_name --> 41 <column type="gchararray"/> 42 <!-- column-name tooltip --> 43 <column type="gchararray"/> 44 </columns> 45 <data> 46 <row> 47 <col id="0" translatable="yes">1. Location & currency</col> 48 <col id="1">^(CONTINENT|COUNTRY)_SELECTING$</col> 49 <col id="2" translatable="yes">Where you live will determine which personal information can be used to identify your backup.</col> 50 </row> 51 <row> 52 <col id="0" translatable="yes">2. Personal information</col> 53 <col id="1">^USER_ATTRIBUTES_COLLECTING$</col> 54 <col id="2" translatable="yes">Your personal information will not be shared with anyone. But you must provide the same information during recovery.\</col> 55 </row> 56 <row> 57 <col id="0" translatable="yes">3. Authorization methods</col> 58 <col id="1">^AUTHENTICATIONS_EDITING$</col> 59 <col id="2" translatable="yes">Specify which methods could be used to authenticate you during recovery.</col> 60 </row> 61 <row> 62 <col id="0" translatable="yes">4. Recovery policies</col> 63 <col id="1">^POLICIES_REVIEWING$</col> 64 <col id="2" translatable="yes">These are possible ways how the secret could be recovered. Please review and possibly edit the policies.</col> 65 </row> 66 <row> 67 <col id="0" translatable="yes">5. Enter secret</col> 68 <col id="1">^SECRET_EDITING$</col> 69 <col id="2" translatable="yes">Please specify the secret to be backed up.</col> 70 </row> 71 <row> 72 <col id="0" translatable="yes">6. Payment (optional)</col> 73 <col id="1">^.*_PAYING$</col> 74 <col id="2" translatable="yes">Some Anastasis providers require payment for their service. Please pay.</col> 75 </row> 76 <row> 77 <col id="0" translatable="yes">7. Backup completed</col> 78 <col id="1">BACKUP_FINISHED</col> 79 <col id="2" translatable="yes">Your backup is complete. Please do test the recovery on occasion.</col> 80 </row> 81 </data> 82 </object> 83 <object class="GtkAdjustment" id="anastasis_gtk_enter_secret_hadjustment"> 84 <property name="upper">100</property> 85 <property name="step-increment">1</property> 86 <property name="page-increment">10</property> 87 </object> 88 <object class="GtkTextBuffer" id="anastasis_gtk_enter_secret_textbuffer"> 89 <signal name="changed" handler="anastasis_gtk_enter_secret_textbuffer_changed_cb" swapped="no"/> 90 </object> 91 <object class="GtkAdjustment" id="anastasis_gtk_enter_secret_vadjustment"> 92 <property name="upper">100</property> 93 <property name="step-increment">1</property> 94 <property name="page-increment">10</property> 95 </object> 96 <object class="GtkAdjustment" id="anastasis_gtk_policy_box_adjustment_h"> 97 <property name="upper">100</property> 98 <property name="step-increment">1</property> 99 <property name="page-increment">10</property> 100 </object> 101 <object class="GtkAdjustment" id="anastasis_gtk_policy_box_adjustment_v"> 102 <property name="upper">100</property> 103 <property name="step-increment">1</property> 104 <property name="page-increment">10</property> 105 </object> 106 <object class="GtkListStore" id="anastasis_gtk_recovery_progress_liststore"> 107 <columns> 108 <!-- column-name description --> 109 <column type="gchararray"/> 110 <!-- column-name state_name --> 111 <column type="gchararray"/> 112 <!-- column-name tooltip --> 113 <column type="gchararray"/> 114 </columns> 115 <data> 116 <row> 117 <col id="0" translatable="yes">1. Location & currency</col> 118 <col id="1">^(CONTINENT|COUNTRY)_SELECTING$</col> 119 <col id="2" translatable="yes">Where you live will determine which personal information can be used to identify your backup.</col> 120 </row> 121 <row> 122 <col id="0" translatable="yes">2. Personal information</col> 123 <col id="1">^USER_ATTRIBUTES_COLLECTING$</col> 124 <col id="2" translatable="yes">Your personal information will not be shared with anyone. But you must provide the same information during recovery.</col> 125 </row> 126 <row> 127 <col id="0" translatable="yes">3. Select secret</col> 128 <col id="1">^SECRET_SELECTING$</col> 129 <col id="2" translatable="yes">Please select which secret to recover. You may switch to a different version or provider.</col> 130 </row> 131 <row> 132 <col id="0" translatable="yes">4. Solve challenges</col> 133 <col id="1">^CHALLENGE_SELECTING$</col> 134 <col id="2" translatable="yes">Please select an authentication challenge to pass to recover the secret.</col> 135 </row> 136 <row> 137 <col id="0" translatable="yes">5. Secret recovered</col> 138 <col id="1">^RECOVERY_FINISHED$</col> 139 <col id="2" translatable="yes">Your secret was successfully recovered.</col> 140 </row> 141 </data> 142 </object> 143 <object class="GtkListStore" id="authentication_methods_liststore"> 144 <columns> 145 <!-- column-name type --> 146 <column type="gchararray"/> 147 <!-- column-name visualization --> 148 <column type="gchararray"/> 149 <!-- column-name index --> 150 <column type="guint"/> 151 </columns> 152 </object> 153 <object class="GtkAdjustment" id="backup_adjustmenth"> 154 <property name="upper">100</property> 155 <property name="step-increment">1</property> 156 <property name="page-increment">10</property> 157 </object> 158 <object class="GtkAdjustment" id="backup_adjustmentv"> 159 <property name="upper">100</property> 160 <property name="step-increment">1</property> 161 <property name="page-increment">10</property> 162 </object> 163 <object class="GtkImage" id="backup_image"> 164 <property name="visible">True</property> 165 <property name="can-focus">False</property> 166 <property name="margin-left">5</property> 167 <property name="margin-right">5</property> 168 <property name="stock">gtk-go-up</property> 169 </object> 170 <object class="GtkListStore" id="backup_provider_liststore"> 171 <columns> 172 <!-- column-name provider_url --> 173 <column type="gchararray"/> 174 <!-- column-name policy_version --> 175 <column type="guint64"/> 176 <!-- column-name expiration_time_str --> 177 <column type="gchararray"/> 178 <!-- column-name success_flag --> 179 <column type="gboolean"/> 180 <!-- column-name provider_name --> 181 <column type="gchararray"/> 182 </columns> 183 </object> 184 <object class="GtkListStore" id="challenge_status_liststore"> 185 <columns> 186 <!-- column-name challenge_offset --> 187 <column type="guint"/> 188 <!-- column-name challenge_uuid --> 189 <column type="gchararray"/> 190 <!-- column-name solved --> 191 <column type="gboolean"/> 192 <!-- column-name challenge_status --> 193 <column type="gchararray"/> 194 <!-- column-name payment_qr_code --> 195 <column type="GdkPixbuf"/> 196 <!-- column-name error_message --> 197 <column type="gchararray"/> 198 <!-- column-name payto_uri --> 199 <column type="gchararray"/> 200 <!-- column-name paying --> 201 <column type="gboolean"/> 202 <!-- column-name has_error --> 203 <column type="gboolean"/> 204 <!-- column-name cost --> 205 <column type="gchararray"/> 206 <!-- column-name redirect_url --> 207 <column type="gchararray"/> 208 <!-- column-name have_redirect --> 209 <column type="gboolean"/> 210 <!-- column-name not_solved --> 211 <column type="gboolean"/> 212 <!-- column-name type --> 213 <column type="gchararray"/> 214 <!-- column-name instructions --> 215 <column type="gchararray"/> 216 <!-- column-name provider_url --> 217 <column type="gchararray"/> 218 </columns> 219 </object> 220 <object class="GtkListStore" id="continent_liststore"> 221 <columns> 222 <!-- column-name continent_name --> 223 <column type="gchararray"/> 224 <!-- column-name continent_i18n_name --> 225 <column type="gchararray"/> 226 </columns> 227 </object> 228 <object class="GtkListStore" id="country_liststore"> 229 <columns> 230 <!-- column-name country_name --> 231 <column type="gchararray"/> 232 <!-- column-name country_code --> 233 <column type="gchararray"/> 234 </columns> 235 </object> 236 <object class="GtkImage" id="edit_image"> 237 <property name="visible">True</property> 238 <property name="can-focus">False</property> 239 <property name="stock">gtk-edit</property> 240 </object> 241 <object class="GtkImage" id="email_image"> 242 <property name="visible">True</property> 243 <property name="can-focus">False</property> 244 <property name="margin-right">5</property> 245 <property name="margin-end">5</property> 246 <property name="pixbuf">outline_email_black_24dp.png</property> 247 </object> 248 <object class="GtkAdjustment" id="expiration_year_adjustment"> 249 <property name="upper">9999</property> 250 <property name="step-increment">1</property> 251 <property name="page-increment">10</property> 252 </object> 253 <object class="GtkImage" id="image_freeotp"> 254 <property name="visible">True</property> 255 <property name="can-focus">False</property> 256 <property name="pixbuf">outline_totp_24dp.png</property> 257 </object> 258 <object class="GtkImage" id="image_iban"> 259 <property name="visible">True</property> 260 <property name="can-focus">False</property> 261 <property name="pixbuf">outline_iban_24dp.png</property> 262 </object> 263 <object class="GtkImage" id="image_sms"> 264 <property name="visible">True</property> 265 <property name="can-focus">False</property> 266 <property name="margin-right">5</property> 267 <property name="margin-end">5</property> 268 <property name="pixbuf">outline_stay_current_portrait_black_24dp.png</property> 269 </object> 270 <object class="GtkImage" id="image_sms1"> 271 <property name="visible">True</property> 272 <property name="can-focus">False</property> 273 <property name="margin-right">5</property> 274 <property name="margin-end">5</property> 275 <property name="pixbuf">outline_stay_current_portrait_black_24dp.png</property> 276 </object> 277 <object class="GtkImage" id="open_file_image"> 278 <property name="visible">True</property> 279 <property name="can-focus">False</property> 280 <property name="stock">gtk-open</property> 281 </object> 282 <object class="GtkImage" id="open_image"> 283 <property name="visible">True</property> 284 <property name="can-focus">False</property> 285 <property name="margin-left">5</property> 286 <property name="margin-right">5</property> 287 <property name="stock">gtk-open</property> 288 </object> 289 <object class="GtkTreeStore" id="policy_review_treestore"> 290 <columns> 291 <!-- column-name policy_name --> 292 <column type="gchararray"/> 293 <!-- column-name method_type --> 294 <column type="gchararray"/> 295 <!-- column-name cost --> 296 <column type="gchararray"/> 297 <!-- column-name provider_url --> 298 <column type="gchararray"/> 299 <!-- column-name expiration_time_str --> 300 <column type="gchararray"/> 301 <!-- column-name policy_index --> 302 <column type="guint"/> 303 <!-- column-name is_challenge --> 304 <column type="gboolean"/> 305 <!-- column-name method_index --> 306 <column type="guint"/> 307 <!-- column-name was_solved --> 308 <column type="gboolean"/> 309 <!-- column-name provider_name --> 310 <column type="gchararray"/> 311 </columns> 312 </object> 313 <object class="GtkAdjustment" id="policy_version_adjustment"> 314 <property name="upper">4294967295</property> 315 <property name="step-increment">1</property> 316 <property name="page-increment">10</property> 317 </object> 318 <object class="GtkImage" id="postal_image"> 319 <property name="visible">True</property> 320 <property name="can-focus">False</property> 321 <property name="margin-right">5</property> 322 <property name="margin-end">5</property> 323 <property name="pixbuf">outline_home_work_black_24dp.png</property> 324 </object> 325 <object class="GtkEntryBuffer" id="provider_url_entrybuffer"> 326 <property name="text" translatable="yes">https://</property> 327 </object> 328 <object class="GtkImage" id="question_image"> 329 <property name="visible">True</property> 330 <property name="can-focus">False</property> 331 <property name="margin-right">5</property> 332 <property name="margin-end">5</property> 333 <property name="pixbuf">outline_contact_support_black_24dp.png</property> 334 </object> 335 <object class="GtkAdjustment" id="recovery_adjustmenth"> 336 <property name="upper">100</property> 337 <property name="step-increment">1</property> 338 <property name="page-increment">10</property> 339 </object> 340 <object class="GtkAdjustment" id="recovery_adjustmentv"> 341 <property name="upper">100</property> 342 <property name="step-increment">1</property> 343 <property name="page-increment">10</property> 344 </object> 345 <object class="GtkImage" id="restart_image"> 346 <property name="visible">True</property> 347 <property name="can-focus">False</property> 348 <property name="stock">gtk-goto-first</property> 349 </object> 350 <object class="GtkImage" id="restore_image"> 351 <property name="visible">True</property> 352 <property name="can-focus">False</property> 353 <property name="margin-left">5</property> 354 <property name="margin-right">4</property> 355 <property name="stock">gtk-go-down</property> 356 </object> 357 <object class="GtkAdjustment" id="secret_box_adjustmenth"> 358 <property name="upper">100</property> 359 <property name="step-increment">1</property> 360 <property name="page-increment">10</property> 361 </object> 362 <object class="GtkAdjustment" id="secret_box_adjustmentv"> 363 <property name="upper">100</property> 364 <property name="step-increment">1</property> 365 <property name="page-increment">10</property> 366 </object> 367 <object class="GtkAdjustment" id="secret_selection_h_adjustment"> 368 <property name="upper">100</property> 369 <property name="step-increment">1</property> 370 <property name="page-increment">10</property> 371 </object> 372 <object class="GtkListStore" id="secret_selection_liststore"> 373 <columns> 374 <!-- column-name provider_url --> 375 <column type="gchararray"/> 376 <!-- column-name version --> 377 <column type="gint"/> 378 <!-- column-name attribute_mask --> 379 <column type="gint"/> 380 <!-- column-name secret_name --> 381 <column type="gchararray"/> 382 <!-- column-name secret_date_string --> 383 <column type="gchararray"/> 384 <!-- column-name secret_date_numeric --> 385 <column type="guint64"/> 386 <!-- column-name providers_json --> 387 <column type="gpointer"/> 388 </columns> 389 </object> 390 <object class="GtkAdjustment" id="secret_selection_v_adjustment"> 391 <property name="upper">100</property> 392 <property name="step-increment">1</property> 393 <property name="page-increment">10</property> 394 </object> 395 <object class="GtkListStore" id="unpaid_qrcodes_liststore"> 396 <columns> 397 <!-- column-name qr --> 398 <column type="GdkPixbuf"/> 399 <!-- column-name url --> 400 <column type="gchararray"/> 401 <!-- column-name provider --> 402 <column type="gchararray"/> 403 </columns> 404 </object> 405 <object class="GtkWindow" id="anastasis_gtk_main_window"> 406 <property name="can-focus">False</property> 407 <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property> 408 <property name="window-position">center</property> 409 <property name="default-width">700</property> 410 <property name="default-height">500</property> 411 <signal name="delete-event" handler="anastasis_gtk_quit_cb" swapped="no"/> 412 <child> 413 <object class="GtkBox" id="anastasis_gtk_main_vbox"> 414 <property name="visible">True</property> 415 <property name="can-focus">False</property> 416 <property name="orientation">vertical</property> 417 <child> 418 <object class="GtkBox"> 419 <property name="visible">True</property> 420 <property name="can-focus">False</property> 421 <child> 422 <object class="GtkBox" id="anastasis_gtk_progress_vbox"> 423 <property name="can-focus">False</property> 424 <property name="margin-right">5</property> 425 <property name="orientation">vertical</property> 426 <property name="spacing">5</property> 427 <child> 428 <object class="GtkScrolledWindow" id="anastasis_gtk_backup_progress_scrolled_window"> 429 <property name="can-focus">False</property> 430 <property name="hadjustment">backup_adjustmenth</property> 431 <property name="vadjustment">backup_adjustmentv</property> 432 <property name="window-placement-set">False</property> 433 <property name="shadow-type">in</property> 434 <property name="propagate-natural-width">True</property> 435 <child> 436 <object class="GtkTreeView" id="anastasis_gtk_backup_progress_treeview"> 437 <property name="visible">True</property> 438 <property name="can-focus">False</property> 439 <property name="hadjustment">backup_adjustmenth</property> 440 <property name="vadjustment">backup_adjustmentv</property> 441 <property name="model">anastasis_gtk_backup_progress_liststore</property> 442 <property name="headers-clickable">False</property> 443 <property name="enable-search">False</property> 444 <property name="search-column">0</property> 445 <property name="show-expanders">False</property> 446 <property name="tooltip-column">2</property> 447 <signal name="button-press-event" handler="anastasis_gtk_backup_progress_treeview_button_press_event_cb" swapped="no"/> 448 <child internal-child="selection"> 449 <object class="GtkTreeSelection" id="anastasis_gtk_backup_progress_tree_selection"/> 450 </child> 451 <child> 452 <object class="GtkTreeViewColumn" id="anastasis_gtk_backup_progress_description_column"> 453 <property name="spacing">5</property> 454 <property name="sizing">autosize</property> 455 <property name="title" translatable="yes">Back up a secret</property> 456 <child> 457 <object class="GtkCellRendererText" id="anastasis_gtk_backup_progress_description"> 458 <property name="ypad">15</property> 459 </object> 460 <attributes> 461 <attribute name="text">0</attribute> 462 </attributes> 463 </child> 464 </object> 465 </child> 466 </object> 467 </child> 468 </object> 469 <packing> 470 <property name="expand">True</property> 471 <property name="fill">True</property> 472 <property name="padding">5</property> 473 <property name="position">0</property> 474 </packing> 475 </child> 476 <child> 477 <object class="GtkScrolledWindow" id="anastasis_gtk_recovery_progress_scrolled_window"> 478 <property name="visible">True</property> 479 <property name="can-focus">True</property> 480 <property name="hadjustment">recovery_adjustmenth</property> 481 <property name="vadjustment">recovery_adjustmentv</property> 482 <property name="window-placement-set">False</property> 483 <property name="shadow-type">in</property> 484 <property name="propagate-natural-width">True</property> 485 <child> 486 <object class="GtkTreeView" id="anastasis_gtk_recovery_progress_treeview"> 487 <property name="visible">True</property> 488 <property name="can-focus">False</property> 489 <property name="hadjustment">recovery_adjustmenth</property> 490 <property name="vadjustment">recovery_adjustmentv</property> 491 <property name="model">anastasis_gtk_recovery_progress_liststore</property> 492 <property name="headers-clickable">False</property> 493 <property name="enable-search">False</property> 494 <property name="search-column">0</property> 495 <property name="show-expanders">False</property> 496 <property name="tooltip-column">2</property> 497 <signal name="button-press-event" handler="anastasis_gtk_recovery_progress_treeview_button_press_event_cb" swapped="no"/> 498 <child internal-child="selection"> 499 <object class="GtkTreeSelection" id="anastasis_gtk_recovery_progress_tree_selection"/> 500 </child> 501 <child> 502 <object class="GtkTreeViewColumn" id="anastasis_gtk_recovery_progress_description_colum"> 503 <property name="spacing">5</property> 504 <property name="sizing">autosize</property> 505 <property name="title" translatable="yes">Recover a secret</property> 506 <child> 507 <object class="GtkCellRendererText" id="anastasis_gtk_recovery_progress_description"> 508 <property name="ypad">15</property> 509 </object> 510 <attributes> 511 <attribute name="text">0</attribute> 512 </attributes> 513 </child> 514 </object> 515 </child> 516 </object> 517 </child> 518 </object> 519 <packing> 520 <property name="expand">True</property> 521 <property name="fill">True</property> 522 <property name="padding">5</property> 523 <property name="position">1</property> 524 </packing> 525 </child> 526 <child> 527 <object class="GtkButton" id="anastasis_gtk_main_window_save_as_button"> 528 <property name="label">gtk-save-as</property> 529 <property name="visible">True</property> 530 <property name="can-focus">True</property> 531 <property name="can-default">True</property> 532 <property name="receives-default">True</property> 533 <property name="tooltip-text" translatable="yes">Save the current state of Anastasis to a file. Useful if you want to resume the operation later.</property> 534 <property name="margin-start">15</property> 535 <property name="margin-end">15</property> 536 <property name="margin-top">20</property> 537 <property name="margin-bottom">20</property> 538 <property name="use-stock">True</property> 539 <property name="always-show-image">True</property> 540 <signal name="clicked" handler="anastasis_gtk_main_window_save_as_button_clicked_cb" swapped="no"/> 541 </object> 542 <packing> 543 <property name="expand">False</property> 544 <property name="fill">False</property> 545 <property name="padding">5</property> 546 <property name="position">2</property> 547 </packing> 548 </child> 549 </object> 550 <packing> 551 <property name="expand">False</property> 552 <property name="fill">False</property> 553 <property name="padding">5</property> 554 <property name="position">0</property> 555 </packing> 556 </child> 557 <child> 558 <object class="GtkScrolledWindow" id="anastasis_gtk_scrolledwindow"> 559 <property name="visible">True</property> 560 <property name="can-focus">True</property> 561 <property name="hexpand">True</property> 562 <property name="vexpand">True</property> 563 <property name="hadjustment">recovery_adjustmentv</property> 564 <property name="shadow-type">in</property> 565 <child> 566 <object class="GtkViewport" id="anastasis_gtk_viewport"> 567 <property name="visible">True</property> 568 <property name="can-focus">False</property> 569 <property name="hexpand">True</property> 570 <property name="vexpand">True</property> 571 <child> 572 <object class="GtkBox"> 573 <property name="visible">True</property> 574 <property name="can-focus">False</property> 575 <child> 576 <object class="GtkBox" id="anastasis_gtk_super_vbox"> 577 <property name="visible">True</property> 578 <property name="can-focus">False</property> 579 <property name="orientation">vertical</property> 580 <child> 581 <object class="GtkLabel" id="anastasis_gtk_error_label"> 582 <property name="can-focus">False</property> 583 <property name="label">DYNAMIC ERROR MESSAGE</property> 584 <attributes> 585 <attribute name="weight" value="bold"/> 586 <attribute name="foreground" value="#a5a51d1d2d2d"/> 587 </attributes> 588 </object> 589 <packing> 590 <property name="expand">False</property> 591 <property name="fill">True</property> 592 <property name="padding">10</property> 593 <property name="position">0</property> 594 </packing> 595 </child> 596 <child> 597 <object class="GtkAlignment" id="anastasis_gtk_start_frame"> 598 <property name="visible">True</property> 599 <property name="can-focus">False</property> 600 <property name="margin-left">10</property> 601 <property name="left-padding">12</property> 602 <child> 603 <object class="GtkBox" id="anastasis_gtk_primary_action_hbox"> 604 <property name="visible">True</property> 605 <property name="can-focus">False</property> 606 <property name="halign">center</property> 607 <property name="margin-left">10</property> 608 <property name="margin-right">10</property> 609 <property name="margin-start">10</property> 610 <property name="margin-end">10</property> 611 <property name="margin-top">10</property> 612 <property name="margin-bottom">10</property> 613 <property name="orientation">vertical</property> 614 <property name="spacing">20</property> 615 <child> 616 <object class="GtkLabel"> 617 <property name="visible">True</property> 618 <property name="can-focus">False</property> 619 <property name="halign">center</property> 620 <property name="label" translatable="yes">What do you want to do?</property> 621 <property name="justify">center</property> 622 <attributes> 623 <attribute name="weight" value="bold"/> 624 <attribute name="scale" value="1.5"/> 625 </attributes> 626 </object> 627 <packing> 628 <property name="expand">False</property> 629 <property name="fill">True</property> 630 <property name="padding">15</property> 631 <property name="position">0</property> 632 </packing> 633 </child> 634 <child> 635 <object class="GtkButton" id="anastasis_gtk_backup_button"> 636 <property name="label" translatable="yes">_Back up a secret</property> 637 <property name="visible">True</property> 638 <property name="can-focus">True</property> 639 <property name="receives-default">True</property> 640 <property name="tooltip-text" translatable="yes">Begin fresh backup process</property> 641 <property name="image">backup_image</property> 642 <property name="use-underline">True</property> 643 <property name="always-show-image">True</property> 644 <signal name="clicked" handler="anastasis_gtk_backup_button_clicked_cb" swapped="no"/> 645 </object> 646 <packing> 647 <property name="expand">False</property> 648 <property name="fill">False</property> 649 <property name="padding">10</property> 650 <property name="position">1</property> 651 </packing> 652 </child> 653 <child> 654 <object class="GtkButton" id="anastasis_gtk_recovery_button"> 655 <property name="label" translatable="yes">_Recover a secret</property> 656 <property name="visible">True</property> 657 <property name="can-focus">True</property> 658 <property name="receives-default">True</property> 659 <property name="tooltip-text" translatable="yes">Begin secret recovery process</property> 660 <property name="image">restore_image</property> 661 <property name="use-underline">True</property> 662 <property name="always-show-image">True</property> 663 <signal name="clicked" handler="anastasis_gtk_recovery_button_clicked_cb" swapped="no"/> 664 </object> 665 <packing> 666 <property name="expand">False</property> 667 <property name="fill">False</property> 668 <property name="padding">10</property> 669 <property name="position">2</property> 670 </packing> 671 </child> 672 <child> 673 <object class="GtkButton" id="anastasis_gtk_open_state"> 674 <property name="label">_Open a saved action</property> 675 <property name="visible">True</property> 676 <property name="can-focus">True</property> 677 <property name="receives-default">True</property> 678 <property name="tooltip-text" translatable="yes">Continue from file with saved Anastasis state</property> 679 <property name="image">open_image</property> 680 <property name="use-underline">True</property> 681 <property name="always-show-image">True</property> 682 <signal name="clicked" handler="anastasis_gtk_open_state_clicked_cb" swapped="no"/> 683 </object> 684 <packing> 685 <property name="expand">False</property> 686 <property name="fill">False</property> 687 <property name="padding">10</property> 688 <property name="position">3</property> 689 </packing> 690 </child> 691 </object> 692 </child> 693 </object> 694 <packing> 695 <property name="expand">False</property> 696 <property name="fill">True</property> 697 <property name="position">1</property> 698 </packing> 699 </child> 700 <child> 701 <object class="GtkFrame" id="anastasis_gtk_continent_frame"> 702 <property name="can-focus">False</property> 703 <property name="label-xalign">0</property> 704 <property name="shadow-type">none</property> 705 <child> 706 <object class="GtkAlignment"> 707 <property name="visible">True</property> 708 <property name="can-focus">False</property> 709 <property name="left-padding">12</property> 710 <child> 711 <object class="GtkBox" id="anastasis_gtk_continent_vbox"> 712 <property name="visible">True</property> 713 <property name="can-focus">False</property> 714 <child> 715 <object class="GtkScrolledWindow"> 716 <property name="visible">True</property> 717 <property name="can-focus">True</property> 718 <property name="shadow-type">in</property> 719 <child> 720 <object class="GtkTreeView" id="anastasis_gtk_continent_treeview"> 721 <property name="visible">True</property> 722 <property name="can-focus">True</property> 723 <property name="model">continent_liststore</property> 724 <property name="enable-search">False</property> 725 <property name="search-column">0</property> 726 <property name="activate-on-single-click">True</property> 727 <child internal-child="selection"> 728 <object class="GtkTreeSelection" id="anastasis_gtk_continent_selection"> 729 <signal name="changed" handler="anastasis_gtk_continent_selection_changed_cb" swapped="no"/> 730 </object> 731 </child> 732 <child> 733 <object class="GtkTreeViewColumn" id="continent_column"> 734 <property name="title" translatable="yes">Continent</property> 735 <child> 736 <object class="GtkCellRendererText" id="continent_name_cell_renderer"/> 737 <attributes> 738 <attribute name="text">1</attribute> 739 </attributes> 740 </child> 741 </object> 742 </child> 743 </object> 744 </child> 745 </object> 746 <packing> 747 <property name="expand">True</property> 748 <property name="fill">True</property> 749 <property name="padding">5</property> 750 <property name="position">0</property> 751 </packing> 752 </child> 753 <child> 754 <object class="GtkScrolledWindow"> 755 <property name="visible">True</property> 756 <property name="can-focus">True</property> 757 <property name="shadow-type">in</property> 758 <child> 759 <object class="GtkTreeView" id="anastasis_gtk_country_treeview"> 760 <property name="visible">True</property> 761 <property name="can-focus">True</property> 762 <property name="model">country_liststore</property> 763 <property name="enable-search">False</property> 764 <property name="search-column">0</property> 765 <property name="activate-on-single-click">True</property> 766 <child internal-child="selection"> 767 <object class="GtkTreeSelection" id="anastasis_gtk_country_selection"> 768 <signal name="changed" handler="anastasis_gtk_country_selection_changed_cb" swapped="no"/> 769 </object> 770 </child> 771 <child> 772 <object class="GtkTreeViewColumn" id="country_column"> 773 <property name="title" translatable="yes">Country</property> 774 <child> 775 <object class="GtkCellRendererText" id="country_name_cell_renderer"/> 776 <attributes> 777 <attribute name="text">0</attribute> 778 </attributes> 779 </child> 780 </object> 781 </child> 782 </object> 783 </child> 784 </object> 785 <packing> 786 <property name="expand">True</property> 787 <property name="fill">True</property> 788 <property name="padding">5</property> 789 <property name="position">1</property> 790 </packing> 791 </child> 792 </object> 793 </child> 794 </object> 795 </child> 796 <child type="label"> 797 <object class="GtkLabel"> 798 <property name="visible">True</property> 799 <property name="can-focus">False</property> 800 <property name="tooltip-text" translatable="yes">These questions determine which personal attributes we can ask you for, and which backup providers could be used.</property> 801 <property name="margin-start">5</property> 802 <property name="margin-end">5</property> 803 <property name="margin-top">5</property> 804 <property name="margin-bottom">5</property> 805 <property name="label" translatable="yes">Where do you live? In which currencies do you want to pay?</property> 806 <attributes> 807 <attribute name="weight" value="bold"/> 808 </attributes> 809 </object> 810 </child> 811 </object> 812 <packing> 813 <property name="expand">True</property> 814 <property name="fill">True</property> 815 <property name="position">2</property> 816 </packing> 817 </child> 818 <child> 819 <object class="GtkFrame" id="anastasis_gtk_identity_frame"> 820 <property name="can-focus">False</property> 821 <property name="label-xalign">0</property> 822 <property name="shadow-type">none</property> 823 <child> 824 <object class="GtkAlignment"> 825 <property name="visible">True</property> 826 <property name="can-focus">False</property> 827 <child> 828 <object class="GtkBox" id="who_are_you_hbox"> 829 <property name="visible">True</property> 830 <property name="can-focus">False</property> 831 <property name="spacing">10</property> 832 <property name="homogeneous">True</property> 833 <child> 834 <object class="GtkBox" id="anastasis_gtk_identity_vbox"> 835 <property name="visible">True</property> 836 <property name="can-focus">False</property> 837 <property name="orientation">vertical</property> 838 <property name="spacing">15</property> 839 <child> 840 <object class="GtkBox" id="anastasis_gtk_ia_full_name_box"> 841 <property name="visible">True</property> 842 <property name="can-focus">False</property> 843 <property name="orientation">vertical</property> 844 <child> 845 <object class="GtkBox" id="anastasis_gtk_ia_full_name_hbox"> 846 <property name="visible">True</property> 847 <property name="can-focus">False</property> 848 <child> 849 <object class="GtkLabel" id="anastasis_gtk_ia_full_name_label"> 850 <property name="visible">True</property> 851 <property name="can-focus">False</property> 852 <property name="halign">start</property> 853 <property name="valign">center</property> 854 <property name="margin-left">20</property> 855 <property name="margin-start">20</property> 856 <property name="label" translatable="yes">Full name:</property> 857 </object> 858 <packing> 859 <property name="expand">False</property> 860 <property name="fill">False</property> 861 <property name="padding">5</property> 862 <property name="position">0</property> 863 </packing> 864 </child> 865 <child> 866 <object class="GtkBox"> 867 <property name="visible">True</property> 868 <property name="can-focus">False</property> 869 <property name="orientation">vertical</property> 870 <child> 871 <object class="GtkEntry" id="anastasis_gtk_ia_full_name_entry"> 872 <property name="visible">True</property> 873 <property name="can-focus">True</property> 874 <property name="hexpand">True</property> 875 <property name="placeholder-text" translatable="yes" comments="Change to a common "dummy" name in the target language, using the suggested canonical format for that name in that language.">DOE, John</property> 876 <signal name="changed" handler="AG_identity_changed" swapped="no"/> 877 <signal name="focus-in-event" handler="anastasis_gtk_show_on_focus_in_event_cb" object="anastasis_gtk_name_casewarning_label" swapped="yes"/> 878 <signal name="focus-out-event" handler="anastasis_gtk_hide_on_focus_out_event_cb" object="anastasis_gtk_name_casewarning_label" swapped="yes"/> 879 <signal name="style-updated" handler="gtk_widget_queue_draw" swapped="no"/> 880 </object> 881 <packing> 882 <property name="expand">True</property> 883 <property name="fill">True</property> 884 <property name="padding">5</property> 885 <property name="position">0</property> 886 </packing> 887 </child> 888 <child> 889 <object class="GtkLabel" id="anastasis_gtk_ia_name_format_hint_label"> 890 <property name="visible">True</property> 891 <property name="can-focus">False</property> 892 <property name="label" translatable="yes" comments="You may completely change the recommended format if the given format is inappropriate for the target language or culture.">If possible, use "LASTNAME, Firstname(s)" without abbreviations.</property> 893 </object> 894 <packing> 895 <property name="expand">False</property> 896 <property name="fill">True</property> 897 <property name="position">1</property> 898 </packing> 899 </child> 900 </object> 901 <packing> 902 <property name="expand">True</property> 903 <property name="fill">True</property> 904 <property name="position">1</property> 905 </packing> 906 </child> 907 </object> 908 <packing> 909 <property name="expand">False</property> 910 <property name="fill">False</property> 911 <property name="padding">5</property> 912 <property name="position">0</property> 913 </packing> 914 </child> 915 <child> 916 <object class="GtkBox" id="private_hbox1"> 917 <property name="visible">True</property> 918 <property name="can-focus">False</property> 919 <property name="margin-left">40</property> 920 <child> 921 <object class="GtkLabel" id="privacy_label1"> 922 <property name="visible">True</property> 923 <property name="can-focus">False</property> 924 <property name="margin-left">40</property> 925 <property name="label" translatable="yes">This stays private</property> 926 </object> 927 <packing> 928 <property name="expand">False</property> 929 <property name="fill">False</property> 930 <property name="padding">10</property> 931 <property name="position">0</property> 932 </packing> 933 </child> 934 <child> 935 <object class="GtkImage" id="blindfold_image1"> 936 <property name="width-request">24</property> 937 <property name="height-request">24</property> 938 <property name="visible">True</property> 939 <property name="can-focus">False</property> 940 <property name="pixbuf">noun_blindfold_3574196.svg</property> 941 </object> 942 <packing> 943 <property name="expand">False</property> 944 <property name="fill">False</property> 945 <property name="padding">1</property> 946 <property name="position">1</property> 947 </packing> 948 </child> 949 <child> 950 <object class="GtkLabel" id="anastasis_gtk_name_casewarning_label"> 951 <property name="can-focus">False</property> 952 <property name="label" translatable="yes" comments="If the user's language does not have cases (like in Kanji), you may choose to leave out the text about case-sensitivity to avoid confusing the reader.">This field is case-sensitive. You must enter 953 exactly the same value during recovery.</property> 954 <attributes> 955 <attribute name="foreground" value="#81813d3d9c9c"/> 956 </attributes> 957 </object> 958 <packing> 959 <property name="expand">True</property> 960 <property name="fill">True</property> 961 <property name="pack-type">end</property> 962 <property name="position">2</property> 963 </packing> 964 </child> 965 </object> 966 <packing> 967 <property name="expand">False</property> 968 <property name="fill">True</property> 969 <property name="padding">5</property> 970 <property name="position">1</property> 971 </packing> 972 </child> 973 <child> 974 <object class="GtkSeparator"> 975 <property name="visible">True</property> 976 <property name="can-focus">False</property> 977 </object> 978 <packing> 979 <property name="expand">False</property> 980 <property name="fill">True</property> 981 <property name="position">2</property> 982 </packing> 983 </child> 984 </object> 985 <packing> 986 <property name="expand">False</property> 987 <property name="fill">True</property> 988 <property name="position">0</property> 989 </packing> 990 </child> 991 <child> 992 <object class="GtkBox" id="anastasis_gtk_ia_birthdate_box"> 993 <property name="visible">True</property> 994 <property name="can-focus">False</property> 995 <property name="orientation">vertical</property> 996 <child> 997 <object class="GtkBox" id="anastasis_gtk_ia_birthdate_hbox"> 998 <property name="can-focus">False</property> 999 <child> 1000 <object class="GtkLabel" id="anastasis_gtk_ia_birthdate_label"> 1001 <property name="visible">True</property> 1002 <property name="can-focus">False</property> 1003 <property name="halign">start</property> 1004 <property name="margin-left">20</property> 1005 <property name="margin-start">20</property> 1006 <property name="label" translatable="yes">Birthdate:</property> 1007 </object> 1008 <packing> 1009 <property name="expand">False</property> 1010 <property name="fill">True</property> 1011 <property name="padding">5</property> 1012 <property name="position">0</property> 1013 </packing> 1014 </child> 1015 <child> 1016 <object class="GtkCalendar" id="anastasis_gtk_ia_birthdate_cal"> 1017 <property name="visible">True</property> 1018 <property name="can-focus">True</property> 1019 <property name="year">1980</property> 1020 <property name="month">8</property> 1021 <property name="day">22</property> 1022 <property name="show-week-numbers">True</property> 1023 <signal name="day-selected" handler="AG_identity_changed" swapped="no"/> 1024 <signal name="style-updated" handler="gtk_widget_queue_draw" swapped="no"/> 1025 </object> 1026 <packing> 1027 <property name="expand">False</property> 1028 <property name="fill">False</property> 1029 <property name="padding">5</property> 1030 <property name="position">1</property> 1031 </packing> 1032 </child> 1033 </object> 1034 <packing> 1035 <property name="expand">False</property> 1036 <property name="fill">True</property> 1037 <property name="padding">5</property> 1038 <property name="position">0</property> 1039 </packing> 1040 </child> 1041 <child> 1042 <object class="GtkBox" id="private_hbox2"> 1043 <property name="visible">True</property> 1044 <property name="can-focus">False</property> 1045 <property name="margin-left">40</property> 1046 <child> 1047 <object class="GtkLabel" id="privacy_label2"> 1048 <property name="visible">True</property> 1049 <property name="can-focus">False</property> 1050 <property name="margin-left">40</property> 1051 <property name="label" translatable="yes">This stays private</property> 1052 </object> 1053 <packing> 1054 <property name="expand">False</property> 1055 <property name="fill">False</property> 1056 <property name="padding">10</property> 1057 <property name="position">0</property> 1058 </packing> 1059 </child> 1060 <child> 1061 <object class="GtkImage" id="blindfold_image2"> 1062 <property name="width-request">24</property> 1063 <property name="height-request">24</property> 1064 <property name="visible">True</property> 1065 <property name="can-focus">False</property> 1066 <property name="pixbuf">noun_blindfold_3574196.svg</property> 1067 </object> 1068 <packing> 1069 <property name="expand">False</property> 1070 <property name="fill">False</property> 1071 <property name="padding">1</property> 1072 <property name="position">1</property> 1073 </packing> 1074 </child> 1075 </object> 1076 <packing> 1077 <property name="expand">False</property> 1078 <property name="fill">True</property> 1079 <property name="padding">5</property> 1080 <property name="position">1</property> 1081 </packing> 1082 </child> 1083 <child> 1084 <object class="GtkSeparator"> 1085 <property name="visible">True</property> 1086 <property name="can-focus">False</property> 1087 </object> 1088 <packing> 1089 <property name="expand">False</property> 1090 <property name="fill">True</property> 1091 <property name="position">2</property> 1092 </packing> 1093 </child> 1094 </object> 1095 <packing> 1096 <property name="expand">False</property> 1097 <property name="fill">True</property> 1098 <property name="position">1</property> 1099 </packing> 1100 </child> 1101 <child> 1102 <object class="GtkBox" id="anastasis_gtk_ia_birthplace_box"> 1103 <property name="visible">True</property> 1104 <property name="can-focus">False</property> 1105 <property name="orientation">vertical</property> 1106 <child> 1107 <object class="GtkBox" id="anastasis_gtk_ia_birthplace_hbox"> 1108 <property name="visible">True</property> 1109 <property name="can-focus">False</property> 1110 <child> 1111 <object class="GtkLabel" id="anastasis_gtk_ia_birthplace_label"> 1112 <property name="visible">True</property> 1113 <property name="can-focus">False</property> 1114 <property name="halign">start</property> 1115 <property name="valign">center</property> 1116 <property name="margin-left">20</property> 1117 <property name="margin-start">20</property> 1118 <property name="label" translatable="yes">Birthplace:</property> 1119 </object> 1120 <packing> 1121 <property name="expand">False</property> 1122 <property name="fill">False</property> 1123 <property name="padding">5</property> 1124 <property name="position">0</property> 1125 </packing> 1126 </child> 1127 <child> 1128 <object class="GtkBox"> 1129 <property name="visible">True</property> 1130 <property name="can-focus">False</property> 1131 <property name="orientation">vertical</property> 1132 <child> 1133 <object class="GtkEntry" id="anastasis_gtk_ia_birthplace_entry"> 1134 <property name="visible">True</property> 1135 <property name="can-focus">True</property> 1136 <property name="hexpand">True</property> 1137 <property name="placeholder-text" translatable="yes" comments="Example for Birthplace in suitable language- and culture-specific format with good details.">Lafayette, Indiana, USA</property> 1138 <signal name="changed" handler="AG_identity_changed" swapped="no"/> 1139 <signal name="focus-in-event" handler="anastasis_gtk_show_on_focus_in_event_cb" object="anastasis_gtk_birthplace_casewarning_label" swapped="yes"/> 1140 <signal name="focus-out-event" handler="anastasis_gtk_hide_on_focus_out_event_cb" object="anastasis_gtk_birthplace_casewarning_label" swapped="no"/> 1141 <signal name="style-updated" handler="gtk_widget_queue_draw" swapped="no"/> 1142 </object> 1143 <packing> 1144 <property name="expand">True</property> 1145 <property name="fill">True</property> 1146 <property name="padding">5</property> 1147 <property name="position">0</property> 1148 </packing> 1149 </child> 1150 <child> 1151 <object class="GtkLabel" id="anastasis_gtk_ia_birthplace_format_hint_label"> 1152 <property name="visible">True</property> 1153 <property name="can-focus">False</property> 1154 <property name="label" translatable="yes" comments="You may completely change the recommendation if for the target language/culture the recommendation is not applicable.">If possible, use "Location, Region, Country".</property> 1155 <attributes> 1156 <attribute name="scale" value="0.90000000000000002"/> 1157 </attributes> 1158 </object> 1159 <packing> 1160 <property name="expand">False</property> 1161 <property name="fill">True</property> 1162 <property name="position">1</property> 1163 </packing> 1164 </child> 1165 </object> 1166 <packing> 1167 <property name="expand">True</property> 1168 <property name="fill">True</property> 1169 <property name="position">1</property> 1170 </packing> 1171 </child> 1172 </object> 1173 <packing> 1174 <property name="expand">False</property> 1175 <property name="fill">False</property> 1176 <property name="padding">5</property> 1177 <property name="position">0</property> 1178 </packing> 1179 </child> 1180 <child> 1181 <object class="GtkBox" id="private_hbox3"> 1182 <property name="visible">True</property> 1183 <property name="can-focus">False</property> 1184 <property name="margin-left">40</property> 1185 <child> 1186 <object class="GtkLabel" id="privacy_label3"> 1187 <property name="visible">True</property> 1188 <property name="can-focus">False</property> 1189 <property name="margin-left">40</property> 1190 <property name="label" translatable="yes">This stays private</property> 1191 </object> 1192 <packing> 1193 <property name="expand">False</property> 1194 <property name="fill">False</property> 1195 <property name="padding">10</property> 1196 <property name="position">0</property> 1197 </packing> 1198 </child> 1199 <child> 1200 <object class="GtkImage" id="blindfold_image3"> 1201 <property name="width-request">24</property> 1202 <property name="height-request">24</property> 1203 <property name="visible">True</property> 1204 <property name="can-focus">False</property> 1205 <property name="pixbuf">noun_blindfold_3574196.svg</property> 1206 </object> 1207 <packing> 1208 <property name="expand">False</property> 1209 <property name="fill">False</property> 1210 <property name="padding">1</property> 1211 <property name="position">1</property> 1212 </packing> 1213 </child> 1214 <child> 1215 <object class="GtkLabel" id="anastasis_gtk_birthplace_casewarning_label"> 1216 <property name="can-focus">False</property> 1217 <property name="label" translatable="yes" comments="If the user's language does not have cases (like in Kanji), you may choose to leave out the text about case-sensitivity to avoid confusing the reader.">This field is case-sensitive. You must enter 1218 exactly the same value during recovery.</property> 1219 <attributes> 1220 <attribute name="foreground" value="#81813d3d9c9c"/> 1221 </attributes> 1222 </object> 1223 <packing> 1224 <property name="expand">False</property> 1225 <property name="fill">True</property> 1226 <property name="position">2</property> 1227 </packing> 1228 </child> 1229 </object> 1230 <packing> 1231 <property name="expand">False</property> 1232 <property name="fill">True</property> 1233 <property name="padding">5</property> 1234 <property name="position">1</property> 1235 </packing> 1236 </child> 1237 <child> 1238 <object class="GtkSeparator"> 1239 <property name="visible">True</property> 1240 <property name="can-focus">False</property> 1241 </object> 1242 <packing> 1243 <property name="expand">False</property> 1244 <property name="fill">True</property> 1245 <property name="position">2</property> 1246 </packing> 1247 </child> 1248 </object> 1249 <packing> 1250 <property name="expand">False</property> 1251 <property name="fill">True</property> 1252 <property name="position">2</property> 1253 </packing> 1254 </child> 1255 <child> 1256 <object class="GtkBox" id="anastasis_gtk_ia_ahv_box"> 1257 <property name="visible">True</property> 1258 <property name="can-focus">False</property> 1259 <property name="orientation">vertical</property> 1260 <child> 1261 <object class="GtkBox" id="anastasis_gtk_ia_ahv_hbox"> 1262 <property name="can-focus">False</property> 1263 <child> 1264 <object class="GtkLabel" id="anastasis_gtk_ia_ahv_label"> 1265 <property name="visible">True</property> 1266 <property name="can-focus">False</property> 1267 <property name="halign">start</property> 1268 <property name="valign">center</property> 1269 <property name="margin-left">20</property> 1270 <property name="margin-start">20</property> 1271 <property name="label" translatable="yes">AHV number:</property> 1272 </object> 1273 <packing> 1274 <property name="expand">False</property> 1275 <property name="fill">False</property> 1276 <property name="padding">5</property> 1277 <property name="position">0</property> 1278 </packing> 1279 </child> 1280 <child> 1281 <object class="GtkEntry" id="anastasis_gtk_ia_ahv_entry"> 1282 <property name="visible">True</property> 1283 <property name="can-focus">True</property> 1284 <property name="max-length">16</property> 1285 <property name="width-chars">17</property> 1286 <property name="max-width-chars">16</property> 1287 <property name="caps-lock-warning">False</property> 1288 <property name="placeholder-text" translatable="yes">756.1222.3425.89</property> 1289 <property name="input-purpose">number</property> 1290 <signal name="changed" handler="AG_identity_changed" swapped="no"/> 1291 <signal name="delete-text" handler="anastasis_gtk_autocomplete_delete_text" swapped="no"/> 1292 <signal name="insert-text" handler="anastasis_gtk_autocomplete_insert_text" swapped="no"/> 1293 <signal name="style-updated" handler="gtk_widget_queue_draw" swapped="no"/> 1294 </object> 1295 <packing> 1296 <property name="expand">False</property> 1297 <property name="fill">False</property> 1298 <property name="padding">5</property> 1299 <property name="position">1</property> 1300 </packing> 1301 </child> 1302 </object> 1303 <packing> 1304 <property name="expand">False</property> 1305 <property name="fill">True</property> 1306 <property name="position">0</property> 1307 </packing> 1308 </child> 1309 <child> 1310 <object class="GtkBox" id="private_hbox4"> 1311 <property name="visible">True</property> 1312 <property name="can-focus">False</property> 1313 <property name="margin-left">40</property> 1314 <child> 1315 <object class="GtkLabel" id="privacy_label4"> 1316 <property name="visible">True</property> 1317 <property name="can-focus">False</property> 1318 <property name="margin-left">40</property> 1319 <property name="label" translatable="yes">This stays private</property> 1320 </object> 1321 <packing> 1322 <property name="expand">False</property> 1323 <property name="fill">False</property> 1324 <property name="padding">10</property> 1325 <property name="position">0</property> 1326 </packing> 1327 </child> 1328 <child> 1329 <object class="GtkImage" id="blindfold_image4"> 1330 <property name="width-request">24</property> 1331 <property name="height-request">24</property> 1332 <property name="visible">True</property> 1333 <property name="can-focus">False</property> 1334 <property name="pixbuf">noun_blindfold_3574196.svg</property> 1335 </object> 1336 <packing> 1337 <property name="expand">False</property> 1338 <property name="fill">False</property> 1339 <property name="padding">1</property> 1340 <property name="position">1</property> 1341 </packing> 1342 </child> 1343 </object> 1344 <packing> 1345 <property name="expand">False</property> 1346 <property name="fill">True</property> 1347 <property name="padding">5</property> 1348 <property name="position">1</property> 1349 </packing> 1350 </child> 1351 <child> 1352 <object class="GtkSeparator"> 1353 <property name="visible">True</property> 1354 <property name="can-focus">False</property> 1355 </object> 1356 <packing> 1357 <property name="expand">False</property> 1358 <property name="fill">True</property> 1359 <property name="position">2</property> 1360 </packing> 1361 </child> 1362 </object> 1363 <packing> 1364 <property name="expand">False</property> 1365 <property name="fill">True</property> 1366 <property name="position">3</property> 1367 </packing> 1368 </child> 1369 <child> 1370 <object class="GtkBox" id="anastasis_gtk_ia_tin_de_box"> 1371 <property name="visible">True</property> 1372 <property name="can-focus">False</property> 1373 <property name="orientation">vertical</property> 1374 <child> 1375 <object class="GtkBox" id="anastasis_gtk_ia_tin_de_hbox"> 1376 <property name="can-focus">False</property> 1377 <child> 1378 <object class="GtkLabel" id="anastasis_gtk_ia_tin_de_label"> 1379 <property name="visible">True</property> 1380 <property name="can-focus">False</property> 1381 <property name="halign">start</property> 1382 <property name="valign">center</property> 1383 <property name="margin-left">20</property> 1384 <property name="margin-start">20</property> 1385 <property name="label" translatable="yes">Steuerliche Identifikationsnummer:</property> 1386 </object> 1387 <packing> 1388 <property name="expand">False</property> 1389 <property name="fill">True</property> 1390 <property name="padding">5</property> 1391 <property name="position">0</property> 1392 </packing> 1393 </child> 1394 <child> 1395 <object class="GtkEntry" id="anastasis_gtk_ia_tin_de_entry"> 1396 <property name="visible">True</property> 1397 <property name="can-focus">True</property> 1398 <property name="max-length">11</property> 1399 <property name="width-chars">11</property> 1400 <property name="max-width-chars">11</property> 1401 <property name="placeholder-text" translatable="yes">12345678912</property> 1402 <property name="input-purpose">number</property> 1403 <signal name="changed" handler="AG_identity_changed" swapped="no"/> 1404 <signal name="style-updated" handler="gtk_widget_queue_draw" swapped="no"/> 1405 </object> 1406 <packing> 1407 <property name="expand">True</property> 1408 <property name="fill">True</property> 1409 <property name="padding">5</property> 1410 <property name="position">1</property> 1411 </packing> 1412 </child> 1413 </object> 1414 <packing> 1415 <property name="expand">False</property> 1416 <property name="fill">True</property> 1417 <property name="padding">5</property> 1418 <property name="position">0</property> 1419 </packing> 1420 </child> 1421 <child> 1422 <object class="GtkBox" id="private_hbox5"> 1423 <property name="visible">True</property> 1424 <property name="can-focus">False</property> 1425 <property name="margin-left">40</property> 1426 <child> 1427 <object class="GtkLabel" id="privacy_label5"> 1428 <property name="visible">True</property> 1429 <property name="can-focus">False</property> 1430 <property name="margin-left">40</property> 1431 <property name="label" translatable="yes">This stays private</property> 1432 </object> 1433 <packing> 1434 <property name="expand">False</property> 1435 <property name="fill">False</property> 1436 <property name="padding">10</property> 1437 <property name="position">0</property> 1438 </packing> 1439 </child> 1440 <child> 1441 <object class="GtkImage" id="blindfold_image5"> 1442 <property name="width-request">24</property> 1443 <property name="height-request">24</property> 1444 <property name="visible">True</property> 1445 <property name="can-focus">False</property> 1446 <property name="pixbuf">noun_blindfold_3574196.svg</property> 1447 </object> 1448 <packing> 1449 <property name="expand">False</property> 1450 <property name="fill">False</property> 1451 <property name="padding">1</property> 1452 <property name="position">1</property> 1453 </packing> 1454 </child> 1455 </object> 1456 <packing> 1457 <property name="expand">False</property> 1458 <property name="fill">True</property> 1459 <property name="padding">5</property> 1460 <property name="position">1</property> 1461 </packing> 1462 </child> 1463 <child> 1464 <object class="GtkSeparator"> 1465 <property name="visible">True</property> 1466 <property name="can-focus">False</property> 1467 </object> 1468 <packing> 1469 <property name="expand">False</property> 1470 <property name="fill">True</property> 1471 <property name="position">2</property> 1472 </packing> 1473 </child> 1474 </object> 1475 <packing> 1476 <property name="expand">False</property> 1477 <property name="fill">True</property> 1478 <property name="position">4</property> 1479 </packing> 1480 </child> 1481 <child> 1482 <object class="GtkBox" id="anastasis_gtk_ia_ssn_de_box"> 1483 <property name="visible">True</property> 1484 <property name="can-focus">False</property> 1485 <property name="orientation">vertical</property> 1486 <child> 1487 <object class="GtkBox" id="anastasis_gtk_ia_ssn_de_hbox"> 1488 <property name="can-focus">False</property> 1489 <child> 1490 <object class="GtkLabel" id="anastasis_gtk_ia_ssn_de_label"> 1491 <property name="visible">True</property> 1492 <property name="can-focus">False</property> 1493 <property name="tooltip-text" translatable="yes">Falls vorhanden sollte diese Nummer auf jeden Fall angegeben werden. Nur Beamte, Selbstständige und andere Personen die keine Rentenversicherungsnummer haben sollten dieses Feld leer lassen.</property> 1494 <property name="halign">start</property> 1495 <property name="valign">center</property> 1496 <property name="margin-left">20</property> 1497 <property name="margin-start">20</property> 1498 <property name="label" translatable="yes">Sozialversicherungsnummer (optional):</property> 1499 </object> 1500 <packing> 1501 <property name="expand">False</property> 1502 <property name="fill">True</property> 1503 <property name="padding">5</property> 1504 <property name="position">0</property> 1505 </packing> 1506 </child> 1507 <child> 1508 <object class="GtkEntry" id="anastasis_gtk_ia_ssn_de_entry"> 1509 <property name="visible">True</property> 1510 <property name="can-focus">True</property> 1511 <property name="max-length">12</property> 1512 <property name="width-chars">13</property> 1513 <property name="max-width-chars">12</property> 1514 <property name="placeholder-text" translatable="yes">14230460S534</property> 1515 <property name="input-purpose">alpha</property> 1516 <signal name="changed" handler="AG_identity_changed" swapped="no"/> 1517 <signal name="style-updated" handler="gtk_widget_queue_draw" swapped="no"/> 1518 </object> 1519 <packing> 1520 <property name="expand">True</property> 1521 <property name="fill">True</property> 1522 <property name="padding">5</property> 1523 <property name="position">1</property> 1524 </packing> 1525 </child> 1526 </object> 1527 <packing> 1528 <property name="expand">False</property> 1529 <property name="fill">True</property> 1530 <property name="padding">5</property> 1531 <property name="position">0</property> 1532 </packing> 1533 </child> 1534 <child> 1535 <object class="GtkBox" id="private_hbox6"> 1536 <property name="visible">True</property> 1537 <property name="can-focus">False</property> 1538 <property name="margin-left">40</property> 1539 <child> 1540 <object class="GtkLabel" id="privacy_label6"> 1541 <property name="visible">True</property> 1542 <property name="can-focus">False</property> 1543 <property name="margin-left">40</property> 1544 <property name="label" translatable="yes">This stays private</property> 1545 </object> 1546 <packing> 1547 <property name="expand">False</property> 1548 <property name="fill">False</property> 1549 <property name="padding">10</property> 1550 <property name="position">0</property> 1551 </packing> 1552 </child> 1553 <child> 1554 <object class="GtkImage" id="blindfold_image6"> 1555 <property name="width-request">24</property> 1556 <property name="height-request">24</property> 1557 <property name="visible">True</property> 1558 <property name="can-focus">False</property> 1559 <property name="pixbuf">noun_blindfold_3574196.svg</property> 1560 </object> 1561 <packing> 1562 <property name="expand">False</property> 1563 <property name="fill">False</property> 1564 <property name="padding">1</property> 1565 <property name="position">1</property> 1566 </packing> 1567 </child> 1568 </object> 1569 <packing> 1570 <property name="expand">False</property> 1571 <property name="fill">True</property> 1572 <property name="padding">5</property> 1573 <property name="position">1</property> 1574 </packing> 1575 </child> 1576 <child> 1577 <object class="GtkSeparator"> 1578 <property name="visible">True</property> 1579 <property name="can-focus">False</property> 1580 </object> 1581 <packing> 1582 <property name="expand">False</property> 1583 <property name="fill">True</property> 1584 <property name="position">2</property> 1585 </packing> 1586 </child> 1587 </object> 1588 <packing> 1589 <property name="expand">False</property> 1590 <property name="fill">True</property> 1591 <property name="position">5</property> 1592 </packing> 1593 </child> 1594 <child> 1595 <object class="GtkBox" id="anastasis_gtk_ia_ssn_us_box"> 1596 <property name="visible">True</property> 1597 <property name="can-focus">False</property> 1598 <property name="orientation">vertical</property> 1599 <child> 1600 <object class="GtkBox" id="anastasis_gtk_ia_ssn_us_hbox"> 1601 <property name="can-focus">False</property> 1602 <child> 1603 <object class="GtkLabel" id="anastasis_gtk_ia_ssn_us_label"> 1604 <property name="visible">True</property> 1605 <property name="can-focus">False</property> 1606 <property name="halign">start</property> 1607 <property name="valign">center</property> 1608 <property name="margin-left">20</property> 1609 <property name="margin-start">20</property> 1610 <property name="label" translatable="yes">Social security number:</property> 1611 </object> 1612 <packing> 1613 <property name="expand">False</property> 1614 <property name="fill">True</property> 1615 <property name="padding">5</property> 1616 <property name="position">0</property> 1617 </packing> 1618 </child> 1619 <child> 1620 <object class="GtkEntry" id="anastasis_gtk_ia_ssn_us_entry"> 1621 <property name="visible">True</property> 1622 <property name="can-focus">True</property> 1623 <property name="max-length">11</property> 1624 <property name="width-chars">12</property> 1625 <property name="max-width-chars">11</property> 1626 <property name="placeholder-text" translatable="yes">000-00-0000</property> 1627 <signal name="changed" handler="AG_identity_changed" swapped="no"/> 1628 <signal name="delete-text" handler="anastasis_gtk_autocomplete_delete_text" swapped="no"/> 1629 <signal name="insert-text" handler="anastasis_gtk_autocomplete_insert_text" swapped="no"/> 1630 <signal name="style-updated" handler="gtk_widget_queue_draw" swapped="no"/> 1631 </object> 1632 <packing> 1633 <property name="expand">False</property> 1634 <property name="fill">True</property> 1635 <property name="padding">5</property> 1636 <property name="position">1</property> 1637 </packing> 1638 </child> 1639 </object> 1640 <packing> 1641 <property name="expand">False</property> 1642 <property name="fill">True</property> 1643 <property name="padding">5</property> 1644 <property name="position">0</property> 1645 </packing> 1646 </child> 1647 <child> 1648 <object class="GtkBox" id="private_hbox7"> 1649 <property name="visible">True</property> 1650 <property name="can-focus">False</property> 1651 <property name="margin-left">40</property> 1652 <child> 1653 <object class="GtkLabel" id="privacy_label7"> 1654 <property name="visible">True</property> 1655 <property name="can-focus">False</property> 1656 <property name="margin-left">40</property> 1657 <property name="label" translatable="yes">This stays private</property> 1658 </object> 1659 <packing> 1660 <property name="expand">False</property> 1661 <property name="fill">False</property> 1662 <property name="padding">10</property> 1663 <property name="position">0</property> 1664 </packing> 1665 </child> 1666 <child> 1667 <object class="GtkImage" id="blindfold_image7"> 1668 <property name="width-request">24</property> 1669 <property name="height-request">24</property> 1670 <property name="visible">True</property> 1671 <property name="can-focus">False</property> 1672 <property name="pixbuf">noun_blindfold_3574196.svg</property> 1673 </object> 1674 <packing> 1675 <property name="expand">False</property> 1676 <property name="fill">False</property> 1677 <property name="padding">1</property> 1678 <property name="position">1</property> 1679 </packing> 1680 </child> 1681 </object> 1682 <packing> 1683 <property name="expand">False</property> 1684 <property name="fill">True</property> 1685 <property name="padding">5</property> 1686 <property name="position">1</property> 1687 </packing> 1688 </child> 1689 <child> 1690 <object class="GtkSeparator"> 1691 <property name="visible">True</property> 1692 <property name="can-focus">False</property> 1693 </object> 1694 <packing> 1695 <property name="expand">False</property> 1696 <property name="fill">True</property> 1697 <property name="position">2</property> 1698 </packing> 1699 </child> 1700 </object> 1701 <packing> 1702 <property name="expand">False</property> 1703 <property name="fill">True</property> 1704 <property name="position">6</property> 1705 </packing> 1706 </child> 1707 </object> 1708 <packing> 1709 <property name="expand">False</property> 1710 <property name="fill">True</property> 1711 <property name="padding">5</property> 1712 <property name="position">0</property> 1713 </packing> 1714 </child> 1715 <child> 1716 <object class="GtkBox" id="anastasis_gtk_private_explainer_vbox"> 1717 <property name="visible">True</property> 1718 <property name="can-focus">False</property> 1719 <property name="orientation">vertical</property> 1720 <property name="spacing">20</property> 1721 <property name="baseline-position">top</property> 1722 <child> 1723 <object class="GtkBox" id="private_hbox"> 1724 <property name="visible">True</property> 1725 <property name="can-focus">False</property> 1726 <child> 1727 <object class="GtkLabel" id="privacy_label"> 1728 <property name="visible">True</property> 1729 <property name="can-focus">False</property> 1730 <property name="margin-top">5</property> 1731 <property name="margin-bottom">5</property> 1732 <property name="label" translatable="yes">This stays private</property> 1733 <attributes> 1734 <attribute name="weight" value="bold"/> 1735 <attribute name="scale" value="1.5"/> 1736 </attributes> 1737 </object> 1738 <packing> 1739 <property name="expand">False</property> 1740 <property name="fill">False</property> 1741 <property name="padding">10</property> 1742 <property name="position">0</property> 1743 </packing> 1744 </child> 1745 <child> 1746 <object class="GtkImage" id="blindfold_image"> 1747 <property name="width-request">24</property> 1748 <property name="height-request">24</property> 1749 <property name="visible">True</property> 1750 <property name="can-focus">False</property> 1751 <property name="pixbuf">noun_blindfold_3574196.svg</property> 1752 </object> 1753 <packing> 1754 <property name="expand">False</property> 1755 <property name="fill">False</property> 1756 <property name="padding">1</property> 1757 <property name="position">1</property> 1758 </packing> 1759 </child> 1760 </object> 1761 <packing> 1762 <property name="expand">False</property> 1763 <property name="fill">False</property> 1764 <property name="position">0</property> 1765 </packing> 1766 </child> 1767 <child> 1768 <object class="GtkLabel" id="explainer_label"> 1769 <property name="visible">True</property> 1770 <property name="can-focus">False</property> 1771 <property name="margin-top">5</property> 1772 <property name="margin-bottom">15</property> 1773 <property name="label" translatable="yes">The information you have entered here: 1774 • Will be hashed, and therefore unreadable 1775 • The non-hashed version is not shared</property> 1776 </object> 1777 <packing> 1778 <property name="expand">False</property> 1779 <property name="fill">False</property> 1780 <property name="padding">10</property> 1781 <property name="position">1</property> 1782 </packing> 1783 </child> 1784 <child> 1785 <object class="GtkLabel" id="encrypt_label"> 1786 <property name="visible">True</property> 1787 <property name="can-focus">False</property> 1788 <property name="label" translatable="yes"><a href="https://taler.net/papers/thesis-anastasis-2020.pdf">How Anastasis encrypts your data</a></property> 1789 <property name="use-markup">True</property> 1790 </object> 1791 <packing> 1792 <property name="expand">False</property> 1793 <property name="fill">True</property> 1794 <property name="position">2</property> 1795 </packing> 1796 </child> 1797 <child> 1798 <object class="GtkLabel" id="free_software_label"> 1799 <property name="visible">True</property> 1800 <property name="can-focus">False</property> 1801 <property name="label" translatable="yes">Anastasis is <a href="https://www.gnu.org/philosophy/free-sw.html">Free Software</a></property> 1802 <property name="use-markup">True</property> 1803 </object> 1804 <packing> 1805 <property name="expand">False</property> 1806 <property name="fill">True</property> 1807 <property name="position">3</property> 1808 </packing> 1809 </child> 1810 <child> 1811 <object class="GtkLabel" id="funding_label"> 1812 <property name="visible">True</property> 1813 <property name="can-focus">False</property> 1814 <property name="margin-top">10</property> 1815 <property name="label" translatable="yes">Anastasis is developed by <a href="https://anastasis.lu/en/about.html#team">privacy advocates</a> 1816 with <a href="https://www.ngi.eu/ngi-projects/ledger/">funding</a> from the European Commission.</property> 1817 <property name="use-markup">True</property> 1818 <property name="justify">center</property> 1819 </object> 1820 <packing> 1821 <property name="expand">False</property> 1822 <property name="fill">False</property> 1823 <property name="padding">10</property> 1824 <property name="position">4</property> 1825 </packing> 1826 </child> 1827 <child> 1828 <object class="GtkImage" id="ec_image"> 1829 <property name="width-request">128</property> 1830 <property name="height-request">128</property> 1831 <property name="visible">True</property> 1832 <property name="can-focus">False</property> 1833 <property name="halign">center</property> 1834 <property name="margin-left">10</property> 1835 <property name="margin-right">10</property> 1836 <property name="margin-top">10</property> 1837 <property name="margin-bottom">10</property> 1838 <property name="pixbuf">bandiera_stelle.png</property> 1839 </object> 1840 <packing> 1841 <property name="expand">False</property> 1842 <property name="fill">False</property> 1843 <property name="padding">5</property> 1844 <property name="position">5</property> 1845 </packing> 1846 </child> 1847 </object> 1848 <packing> 1849 <property name="expand">False</property> 1850 <property name="fill">True</property> 1851 <property name="padding">5</property> 1852 <property name="position">1</property> 1853 </packing> 1854 </child> 1855 </object> 1856 </child> 1857 </object> 1858 </child> 1859 <child type="label"> 1860 <object class="GtkLabel"> 1861 <property name="visible">True</property> 1862 <property name="can-focus">False</property> 1863 <property name="margin-start">5</property> 1864 <property name="margin-end">5</property> 1865 <property name="margin-top">5</property> 1866 <property name="margin-bottom">5</property> 1867 <property name="label" translatable="yes">Who are you?</property> 1868 <attributes> 1869 <attribute name="style" value="normal"/> 1870 <attribute name="weight" value="bold"/> 1871 </attributes> 1872 </object> 1873 </child> 1874 </object> 1875 <packing> 1876 <property name="expand">True</property> 1877 <property name="fill">True</property> 1878 <property name="position">3</property> 1879 </packing> 1880 </child> 1881 <child> 1882 <object class="GtkFrame" id="anastasis_gtk_b_authentication_frame"> 1883 <property name="can-focus">False</property> 1884 <property name="label-xalign">0</property> 1885 <property name="shadow-type">none</property> 1886 <child> 1887 <object class="GtkAlignment"> 1888 <property name="visible">True</property> 1889 <property name="can-focus">False</property> 1890 <property name="left-padding">12</property> 1891 <child> 1892 <object class="GtkBox"> 1893 <property name="visible">True</property> 1894 <property name="can-focus">False</property> 1895 <property name="orientation">vertical</property> 1896 <child> 1897 <object class="GtkFrame"> 1898 <property name="visible">True</property> 1899 <property name="can-focus">False</property> 1900 <property name="margin-right">50</property> 1901 <property name="margin-end">50</property> 1902 <property name="hexpand">True</property> 1903 <property name="label-xalign">0</property> 1904 <property name="shadow-type">none</property> 1905 <child> 1906 <!-- n-columns=3 n-rows=3 --> 1907 <object class="GtkGrid" id="anastasis_gtk_auth_button_grid"> 1908 <property name="visible">True</property> 1909 <property name="can-focus">False</property> 1910 <property name="row-spacing">5</property> 1911 <property name="column-spacing">5</property> 1912 <property name="row-homogeneous">True</property> 1913 <property name="column-homogeneous">True</property> 1914 <child> 1915 <object class="GtkButton" id="anastasis_gtk_btn_add_auth_sms"> 1916 <property name="label" translatable="yes">SMS</property> 1917 <property name="visible">True</property> 1918 <property name="can-focus">True</property> 1919 <property name="receives-default">True</property> 1920 <property name="tooltip-text" translatable="yes">Add authentication using a transaction number send to a mobile phone number.</property> 1921 <property name="image">image_sms</property> 1922 <signal name="clicked" handler="anastasis_gtk_btn_add_auth_sms_clicked_cb" swapped="no"/> 1923 </object> 1924 <packing> 1925 <property name="left-attach">0</property> 1926 <property name="top-attach">0</property> 1927 </packing> 1928 </child> 1929 <child> 1930 <object class="GtkButton" id="anastasis_gtk_btn_add_auth_email"> 1931 <property name="label" translatable="yes">Email</property> 1932 <property name="visible">True</property> 1933 <property name="can-focus">True</property> 1934 <property name="receives-default">True</property> 1935 <property name="tooltip-text" translatable="yes">Add authentication using a transaction number send to an e-mail address.</property> 1936 <property name="image">email_image</property> 1937 <signal name="clicked" handler="anastasis_gtk_btn_add_auth_email_clicked_cb" swapped="no"/> 1938 </object> 1939 <packing> 1940 <property name="left-attach">1</property> 1941 <property name="top-attach">0</property> 1942 </packing> 1943 </child> 1944 <child> 1945 <object class="GtkButton" id="anastasis_gtk_btn_add_auth_question"> 1946 <property name="label" translatable="yes">Question</property> 1947 <property name="visible">True</property> 1948 <property name="can-focus">True</property> 1949 <property name="receives-default">True</property> 1950 <property name="tooltip-text" translatable="yes">Add authentication using security question and answer.</property> 1951 <property name="image">question_image</property> 1952 <signal name="clicked" handler="anastasis_gtk_btn_add_auth_question_clicked_cb" swapped="no"/> 1953 </object> 1954 <packing> 1955 <property name="left-attach">2</property> 1956 <property name="top-attach">0</property> 1957 </packing> 1958 </child> 1959 <child> 1960 <object class="GtkButton" id="anastasis_gtk_btn_add_auth_post"> 1961 <property name="label" translatable="yes">Post</property> 1962 <property name="visible">True</property> 1963 <property name="can-focus">True</property> 1964 <property name="receives-default">True</property> 1965 <property name="tooltip-text" translatable="yes">Add authentication using a transaction number send to a postal address.</property> 1966 <property name="image">postal_image</property> 1967 <signal name="clicked" handler="anastasis_gtk_btn_add_auth_post_clicked_cb" swapped="no"/> 1968 </object> 1969 <packing> 1970 <property name="left-attach">0</property> 1971 <property name="top-attach">1</property> 1972 </packing> 1973 </child> 1974 <child> 1975 <object class="GtkButton" id="anastasis_gtk_btn_add_auth_iban"> 1976 <property name="label" translatable="yes">IBAN</property> 1977 <property name="visible">True</property> 1978 <property name="can-focus">True</property> 1979 <property name="receives-default">True</property> 1980 <property name="tooltip-text" translatable="yes">Add authentication using a payment of from a designated IBAN account.</property> 1981 <property name="image">image_iban</property> 1982 <signal name="clicked" handler="anastasis_gtk_btn_add_auth_iban_clicked_cb" swapped="no"/> 1983 </object> 1984 <packing> 1985 <property name="left-attach">2</property> 1986 <property name="top-attach">1</property> 1987 </packing> 1988 </child> 1989 <child> 1990 <object class="GtkButton" id="anastasis_gtk_btn_add_auth_totp"> 1991 <property name="label" translatable="yes">TOTP</property> 1992 <property name="visible">True</property> 1993 <property name="can-focus">True</property> 1994 <property name="receives-default">True</property> 1995 <property name="tooltip-text" translatable="yes">Add Time-Based One-Time Password authentication (RFC 6238)</property> 1996 <property name="image">image_freeotp</property> 1997 <signal name="clicked" handler="anastasis_gtk_btn_add_auth_totp_clicked_cb" swapped="no"/> 1998 </object> 1999 <packing> 2000 <property name="left-attach">1</property> 2001 <property name="top-attach">1</property> 2002 </packing> 2003 </child> 2004 <child> 2005 <placeholder/> 2006 </child> 2007 <child> 2008 <placeholder/> 2009 </child> 2010 <child> 2011 <placeholder/> 2012 </child> 2013 </object> 2014 </child> 2015 <child type="label"> 2016 <object class="GtkLabel"> 2017 <property name="visible">True</property> 2018 <property name="can-focus">False</property> 2019 <property name="label" translatable="yes">Which authorization method should be added?</property> 2020 <attributes> 2021 <attribute name="weight" value="bold"/> 2022 </attributes> 2023 </object> 2024 </child> 2025 </object> 2026 <packing> 2027 <property name="expand">False</property> 2028 <property name="fill">False</property> 2029 <property name="padding">30</property> 2030 <property name="position">0</property> 2031 </packing> 2032 </child> 2033 <child> 2034 <object class="GtkBox" id="anastasis_gtk_b_authentication_hbox"> 2035 <property name="visible">True</property> 2036 <property name="can-focus">False</property> 2037 <child> 2038 <object class="GtkFrame"> 2039 <property name="visible">True</property> 2040 <property name="can-focus">False</property> 2041 <property name="label-xalign">0</property> 2042 <property name="shadow-type">none</property> 2043 <child> 2044 <object class="GtkAlignment"> 2045 <property name="visible">True</property> 2046 <property name="can-focus">False</property> 2047 <property name="left-padding">12</property> 2048 <child> 2049 <object class="GtkScrolledWindow"> 2050 <property name="visible">True</property> 2051 <property name="can-focus">True</property> 2052 <property name="shadow-type">in</property> 2053 <child> 2054 <object class="GtkTreeView" id="anastasis_gtk_authentication_methods_list"> 2055 <property name="visible">True</property> 2056 <property name="can-focus">True</property> 2057 <property name="model">authentication_methods_liststore</property> 2058 <property name="enable-search">False</property> 2059 <property name="search-column">0</property> 2060 <child internal-child="selection"> 2061 <object class="GtkTreeSelection" id="anastasis_gtk_authentication_methods_selection"> 2062 <signal name="changed" handler="auth_method_selection_changed_cb" swapped="no"/> 2063 </object> 2064 </child> 2065 <child> 2066 <object class="GtkTreeViewColumn" id="auth_method_type"> 2067 <property name="sizing">autosize</property> 2068 <property name="title" translatable="yes">Type</property> 2069 <property name="clickable">True</property> 2070 <property name="reorderable">True</property> 2071 <property name="sort-indicator">True</property> 2072 <property name="sort-column-id">0</property> 2073 <child> 2074 <object class="GtkCellRendererText" id="type"/> 2075 <attributes> 2076 <attribute name="text">0</attribute> 2077 </attributes> 2078 </child> 2079 </object> 2080 </child> 2081 <child> 2082 <object class="GtkTreeViewColumn" id="auth_method_visual"> 2083 <property name="sizing">autosize</property> 2084 <property name="title" translatable="yes">Details</property> 2085 <property name="expand">True</property> 2086 <child> 2087 <object class="GtkCellRendererText" id="visualization"/> 2088 <attributes> 2089 <attribute name="text">1</attribute> 2090 </attributes> 2091 </child> 2092 </object> 2093 </child> 2094 </object> 2095 </child> 2096 </object> 2097 </child> 2098 </object> 2099 </child> 2100 <child type="label"> 2101 <object class="GtkLabel" id="anastasis_gtk_authorization_methods_label"> 2102 <property name="visible">True</property> 2103 <property name="can-focus">False</property> 2104 <property name="label" translatable="yes">Authorization methods configured so far:</property> 2105 <attributes> 2106 <attribute name="weight" value="bold"/> 2107 </attributes> 2108 </object> 2109 </child> 2110 </object> 2111 <packing> 2112 <property name="expand">True</property> 2113 <property name="fill">True</property> 2114 <property name="padding">10</property> 2115 <property name="position">0</property> 2116 </packing> 2117 </child> 2118 <child> 2119 <object class="GtkBox" id="anastasis_gtk_authorization_meta_button_box"> 2120 <property name="visible">True</property> 2121 <property name="can-focus">False</property> 2122 <property name="orientation">vertical</property> 2123 <child> 2124 <object class="GtkButton" id="anastasis_gtk_edit_provider_list"> 2125 <property name="label" translatable="yes">_Edit providers</property> 2126 <property name="visible">True</property> 2127 <property name="can-focus">True</property> 2128 <property name="receives-default">True</property> 2129 <property name="image">edit_image</property> 2130 <property name="use-underline">True</property> 2131 <property name="always-show-image">True</property> 2132 <signal name="clicked" handler="anastasis_gtk_edit_provider_list_clicked_cb" swapped="no"/> 2133 </object> 2134 <packing> 2135 <property name="expand">False</property> 2136 <property name="fill">False</property> 2137 <property name="padding">10</property> 2138 <property name="position">0</property> 2139 </packing> 2140 </child> 2141 <child> 2142 <object class="GtkButton" id="anastasis_gtk_authentication_method_delete_button"> 2143 <property name="label">gtk-delete</property> 2144 <property name="visible">True</property> 2145 <property name="sensitive">False</property> 2146 <property name="can-focus">True</property> 2147 <property name="receives-default">True</property> 2148 <property name="use-stock">True</property> 2149 <property name="always-show-image">True</property> 2150 <signal name="clicked" handler="anastasis_gtk_authentication_method_delete_button_clicked_cb" swapped="no"/> 2151 </object> 2152 <packing> 2153 <property name="expand">False</property> 2154 <property name="fill">False</property> 2155 <property name="padding">10</property> 2156 <property name="position">1</property> 2157 </packing> 2158 </child> 2159 </object> 2160 <packing> 2161 <property name="expand">False</property> 2162 <property name="fill">False</property> 2163 <property name="padding">10</property> 2164 <property name="position">1</property> 2165 </packing> 2166 </child> 2167 </object> 2168 <packing> 2169 <property name="expand">True</property> 2170 <property name="fill">True</property> 2171 <property name="position">1</property> 2172 </packing> 2173 </child> 2174 <child> 2175 <object class="GtkSeparator"> 2176 <property name="visible">True</property> 2177 <property name="can-focus">False</property> 2178 </object> 2179 <packing> 2180 <property name="expand">False</property> 2181 <property name="fill">True</property> 2182 <property name="position">2</property> 2183 </packing> 2184 </child> 2185 </object> 2186 </child> 2187 </object> 2188 </child> 2189 <child type="label"> 2190 <object class="GtkLabel"> 2191 <property name="visible">True</property> 2192 <property name="can-focus">False</property> 2193 <property name="margin-start">5</property> 2194 <property name="margin-end">5</property> 2195 <property name="margin-top">5</property> 2196 <property name="margin-bottom">5</property> 2197 <property name="label" translatable="yes">Configure authorization methods!</property> 2198 <attributes> 2199 <attribute name="weight" value="bold"/> 2200 </attributes> 2201 </object> 2202 </child> 2203 </object> 2204 <packing> 2205 <property name="expand">True</property> 2206 <property name="fill">True</property> 2207 <property name="position">4</property> 2208 </packing> 2209 </child> 2210 <child> 2211 <object class="GtkFrame" id="anastasis_gtk_b_policy_frame"> 2212 <property name="can-focus">False</property> 2213 <property name="label-xalign">0</property> 2214 <property name="shadow-type">none</property> 2215 <child> 2216 <object class="GtkAlignment"> 2217 <property name="visible">True</property> 2218 <property name="can-focus">False</property> 2219 <property name="top-padding">10</property> 2220 <property name="bottom-padding">10</property> 2221 <property name="left-padding">12</property> 2222 <child> 2223 <object class="GtkBox"> 2224 <property name="visible">True</property> 2225 <property name="can-focus">False</property> 2226 <property name="orientation">vertical</property> 2227 <property name="spacing">10</property> 2228 <child> 2229 <object class="GtkLabel" id="review_policies_explainer_label"> 2230 <property name="visible">True</property> 2231 <property name="can-focus">False</property> 2232 <property name="halign">start</property> 2233 <property name="margin-start">15</property> 2234 <property name="margin-end">15</property> 2235 <property name="margin-top">10</property> 2236 <property name="margin-bottom">10</property> 2237 <property name="label" translatable="yes">Each recovery policy specifies a combination of authentication methods sufficient to recover the secret. 2238 Please review the recovery policies for the secret you are about to back up. 2239 If the automatically generated recovery policies are inadequate for your use case, use right-click to add, edit or delete policies. 2240 You can also use "back" to add additional authentication methods.</property> 2241 <property name="wrap">True</property> 2242 </object> 2243 <packing> 2244 <property name="expand">False</property> 2245 <property name="fill">True</property> 2246 <property name="position">0</property> 2247 </packing> 2248 </child> 2249 <child> 2250 <object class="GtkScrolledWindow"> 2251 <property name="visible">True</property> 2252 <property name="can-focus">True</property> 2253 <property name="shadow-type">in</property> 2254 <child> 2255 <object class="GtkTreeView" id="anastasis_gtk_review_policy_treeview"> 2256 <property name="visible">True</property> 2257 <property name="can-focus">True</property> 2258 <property name="model">policy_review_treestore</property> 2259 <property name="search-column">0</property> 2260 <signal name="button-press-event" handler="anastasis_gtk_review_policy_treeview_button_press_event_cb" swapped="no"/> 2261 <signal name="key-press-event" handler="anastasis_gtk_review_policy_treeview_key_press_event_cb" swapped="no"/> 2262 <signal name="row-activated" handler="anastasis_gtk_review_policy_treeview_row_activated_cb" swapped="no"/> 2263 <child internal-child="selection"> 2264 <object class="GtkTreeSelection"/> 2265 </child> 2266 <child> 2267 <object class="GtkTreeViewColumn" id="policy_name_column0"> 2268 <property name="spacing">5</property> 2269 <property name="sizing">autosize</property> 2270 <property name="title" translatable="yes">Policy</property> 2271 <child> 2272 <object class="GtkCellRendererText" id="policy_name_column"/> 2273 <attributes> 2274 <attribute name="text">0</attribute> 2275 </attributes> 2276 </child> 2277 </object> 2278 </child> 2279 <child> 2280 <object class="GtkTreeViewColumn" id="challenge_type_column"> 2281 <property name="spacing">5</property> 2282 <property name="sizing">autosize</property> 2283 <property name="title" translatable="yes">Type</property> 2284 <child> 2285 <object class="GtkCellRendererText" id="challenge_type_column1"/> 2286 <attributes> 2287 <attribute name="text">1</attribute> 2288 </attributes> 2289 </child> 2290 </object> 2291 </child> 2292 <child> 2293 <object class="GtkTreeViewColumn" id="cost_column"> 2294 <property name="spacing">5</property> 2295 <property name="sizing">autosize</property> 2296 <property name="title" translatable="yes">Cost</property> 2297 <child> 2298 <object class="GtkCellRendererText" id="cost_text_column"/> 2299 <attributes> 2300 <attribute name="text">2</attribute> 2301 </attributes> 2302 </child> 2303 </object> 2304 </child> 2305 <child> 2306 <object class="GtkTreeViewColumn" id="provider_column"> 2307 <property name="spacing">5</property> 2308 <property name="sizing">autosize</property> 2309 <property name="title" translatable="yes">Provider</property> 2310 <child> 2311 <object class="GtkCellRendererText" id="provider_url_column"/> 2312 <attributes> 2313 <attribute name="text">9</attribute> 2314 </attributes> 2315 </child> 2316 </object> 2317 </child> 2318 <child> 2319 <object class="GtkTreeViewColumn" id="expiration_column"> 2320 <property name="visible">False</property> 2321 <property name="spacing">5</property> 2322 <property name="sizing">autosize</property> 2323 <property name="title" translatable="yes">Expiration</property> 2324 <child> 2325 <object class="GtkCellRendererText" id="expiration_time_str"/> 2326 <attributes> 2327 <attribute name="text">4</attribute> 2328 </attributes> 2329 </child> 2330 </object> 2331 </child> 2332 </object> 2333 </child> 2334 </object> 2335 <packing> 2336 <property name="expand">True</property> 2337 <property name="fill">True</property> 2338 <property name="position">1</property> 2339 </packing> 2340 </child> 2341 </object> 2342 </child> 2343 </object> 2344 </child> 2345 <child type="label"> 2346 <object class="GtkLabel"> 2347 <property name="visible">True</property> 2348 <property name="can-focus">False</property> 2349 <property name="margin-start">5</property> 2350 <property name="margin-end">5</property> 2351 <property name="margin-top">5</property> 2352 <property name="margin-bottom">5</property> 2353 <property name="label" translatable="yes">Review recovery policies</property> 2354 <attributes> 2355 <attribute name="weight" value="bold"/> 2356 </attributes> 2357 </object> 2358 </child> 2359 </object> 2360 <packing> 2361 <property name="expand">True</property> 2362 <property name="fill">True</property> 2363 <property name="position">5</property> 2364 </packing> 2365 </child> 2366 <child> 2367 <object class="GtkFrame" id="anastasis_gtk_challenge_frame"> 2368 <property name="name">anastasis_gtk_challenge_frame</property> 2369 <property name="can-focus">False</property> 2370 <property name="label-xalign">0</property> 2371 <property name="shadow-type">none</property> 2372 <child> 2373 <object class="GtkAlignment"> 2374 <property name="visible">True</property> 2375 <property name="can-focus">False</property> 2376 <property name="left-padding">12</property> 2377 <child> 2378 <object class="GtkScrolledWindow"> 2379 <property name="visible">True</property> 2380 <property name="can-focus">True</property> 2381 <property name="hadjustment">anastasis_gtk_policy_box_adjustment_h</property> 2382 <property name="vadjustment">anastasis_gtk_policy_box_adjustment_v</property> 2383 <property name="shadow-type">in</property> 2384 <child> 2385 <object class="GtkViewport"> 2386 <property name="visible">True</property> 2387 <property name="can-focus">False</property> 2388 <property name="hadjustment">anastasis_gtk_policy_box_adjustment_h</property> 2389 <property name="vadjustment">anastasis_gtk_policy_box_adjustment_v</property> 2390 <child> 2391 <object class="GtkBox" id="anastasis_gtk_policy_vbox"> 2392 <property name="visible">True</property> 2393 <property name="can-focus">False</property> 2394 <property name="orientation">vertical</property> 2395 <child> 2396 <placeholder/> 2397 </child> 2398 </object> 2399 </child> 2400 </object> 2401 </child> 2402 </object> 2403 </child> 2404 </object> 2405 </child> 2406 <child type="label"> 2407 <object class="GtkLabel"> 2408 <property name="visible">True</property> 2409 <property name="can-focus">False</property> 2410 <property name="margin-start">5</property> 2411 <property name="margin-end">5</property> 2412 <property name="margin-top">5</property> 2413 <property name="margin-bottom">5</property> 2414 <property name="label" translatable="yes">Select challenge to recover secret:</property> 2415 <attributes> 2416 <attribute name="weight" value="bold"/> 2417 </attributes> 2418 </object> 2419 </child> 2420 </object> 2421 <packing> 2422 <property name="expand">True</property> 2423 <property name="fill">True</property> 2424 <property name="position">6</property> 2425 </packing> 2426 </child> 2427 <child> 2428 <object class="GtkFrame" id="anastasis_gtk_enter_secret_frame"> 2429 <property name="height-request">1500</property> 2430 <property name="can-focus">False</property> 2431 <property name="label-xalign">0</property> 2432 <property name="shadow-type">none</property> 2433 <child> 2434 <object class="GtkScrolledWindow" id="secret_frame_scrolled_window"> 2435 <property name="visible">True</property> 2436 <property name="can-focus">True</property> 2437 <property name="vexpand">True</property> 2438 <property name="hadjustment">secret_box_adjustmenth</property> 2439 <property name="vadjustment">secret_box_adjustmentv</property> 2440 <property name="shadow-type">in</property> 2441 <property name="propagate-natural-width">True</property> 2442 <property name="propagate-natural-height">True</property> 2443 <child> 2444 <object class="GtkViewport" id="secret_frame_viewport"> 2445 <property name="visible">True</property> 2446 <property name="can-focus">False</property> 2447 <property name="hexpand">True</property> 2448 <property name="hadjustment">secret_box_adjustmenth</property> 2449 <property name="vadjustment">secret_box_adjustmentv</property> 2450 <child> 2451 <object class="GtkBox" id="secret_frame_main_vbox"> 2452 <property name="visible">True</property> 2453 <property name="can-focus">False</property> 2454 <property name="valign">start</property> 2455 <property name="margin-start">10</property> 2456 <property name="margin-end">10</property> 2457 <property name="margin-top">5</property> 2458 <property name="margin-bottom">5</property> 2459 <property name="orientation">vertical</property> 2460 <property name="spacing">5</property> 2461 <property name="baseline-position">top</property> 2462 <child> 2463 <object class="GtkBox" id="secret_name_vbox"> 2464 <property name="visible">True</property> 2465 <property name="can-focus">False</property> 2466 <property name="orientation">vertical</property> 2467 <property name="spacing">5</property> 2468 <child> 2469 <object class="GtkLabel"> 2470 <property name="visible">True</property> 2471 <property name="can-focus">False</property> 2472 <property name="halign">start</property> 2473 <property name="valign">start</property> 2474 <property name="label" translatable="yes">Secret's name</property> 2475 </object> 2476 <packing> 2477 <property name="expand">False</property> 2478 <property name="fill">True</property> 2479 <property name="padding">5</property> 2480 <property name="position">0</property> 2481 </packing> 2482 </child> 2483 <child> 2484 <object class="GtkEntry" id="anastasis_gtk_secret_name_entry"> 2485 <property name="visible">True</property> 2486 <property name="can-focus">True</property> 2487 <property name="has-focus">True</property> 2488 <property name="tooltip-text" translatable="yes">This allows you to uniquely identify a secret if you have made multiple back ups. The value entered here will NOT be protected by the authentication checks!</property> 2489 <property name="primary-icon-tooltip-text" translatable="yes">If you make multiple backups using Anastasis, the secret's name will allow you to distinguish the different backups.</property> 2490 <property name="placeholder-text" translatable="yes">Do NOT enter the actual secret here!</property> 2491 <signal name="changed" handler="anastasis_gtk_enter_secret_name_entry_changed_cb" swapped="no"/> 2492 </object> 2493 <packing> 2494 <property name="expand">True</property> 2495 <property name="fill">True</property> 2496 <property name="padding">5</property> 2497 <property name="position">1</property> 2498 </packing> 2499 </child> 2500 <child> 2501 <object class="GtkLabel" id="secret_name_explanation_label"> 2502 <property name="visible">True</property> 2503 <property name="can-focus">False</property> 2504 <property name="halign">start</property> 2505 <property name="label" translatable="yes">Names should be unique, so that you can easily 2506 identify your secret later.</property> 2507 </object> 2508 <packing> 2509 <property name="expand">False</property> 2510 <property name="fill">True</property> 2511 <property name="padding">5</property> 2512 <property name="position">2</property> 2513 </packing> 2514 </child> 2515 </object> 2516 <packing> 2517 <property name="expand">False</property> 2518 <property name="fill">True</property> 2519 <property name="padding">20</property> 2520 <property name="position">0</property> 2521 </packing> 2522 </child> 2523 <child> 2524 <object class="GtkBox" id="secret_entry_vbox"> 2525 <property name="visible">True</property> 2526 <property name="can-focus">False</property> 2527 <property name="orientation">vertical</property> 2528 <child> 2529 <object class="GtkBox"> 2530 <property name="visible">True</property> 2531 <property name="can-focus">False</property> 2532 <child> 2533 <object class="GtkLabel" id="secret_text_label"> 2534 <property name="visible">True</property> 2535 <property name="can-focus">False</property> 2536 <property name="halign">start</property> 2537 <property name="label" translatable="yes">Provide secret as text</property> 2538 </object> 2539 <packing> 2540 <property name="expand">False</property> 2541 <property name="fill">False</property> 2542 <property name="padding">5</property> 2543 <property name="position">0</property> 2544 </packing> 2545 </child> 2546 </object> 2547 <packing> 2548 <property name="expand">True</property> 2549 <property name="fill">True</property> 2550 <property name="position">0</property> 2551 </packing> 2552 </child> 2553 <child> 2554 <object class="GtkBox"> 2555 <property name="visible">True</property> 2556 <property name="can-focus">False</property> 2557 <child> 2558 <object class="GtkScrolledWindow" id="enter_secret_scrolled_window"> 2559 <property name="visible">True</property> 2560 <property name="can-focus">True</property> 2561 <property name="tooltip-text" translatable="yes">Enter the secret you want to back up here.</property> 2562 <property name="margin-start">10</property> 2563 <property name="margin-end">10</property> 2564 <property name="hexpand">True</property> 2565 <property name="vexpand">True</property> 2566 <property name="hadjustment">anastasis_gtk_enter_secret_hadjustment</property> 2567 <property name="vadjustment">anastasis_gtk_enter_secret_vadjustment</property> 2568 <property name="shadow-type">in</property> 2569 <child> 2570 <object class="GtkTextView" id="anastasis_gtk_enter_secret_textview"> 2571 <property name="visible">True</property> 2572 <property name="can-focus">True</property> 2573 <property name="hexpand">True</property> 2574 <property name="vexpand">True</property> 2575 <property name="hadjustment">anastasis_gtk_enter_secret_hadjustment</property> 2576 <property name="hscroll-policy">natural</property> 2577 <property name="vadjustment">anastasis_gtk_enter_secret_vadjustment</property> 2578 <property name="vscroll-policy">natural</property> 2579 <property name="buffer">anastasis_gtk_enter_secret_textbuffer</property> 2580 </object> 2581 </child> 2582 </object> 2583 <packing> 2584 <property name="expand">True</property> 2585 <property name="fill">True</property> 2586 <property name="padding">5</property> 2587 <property name="position">0</property> 2588 </packing> 2589 </child> 2590 <child> 2591 <object class="GtkButton" id="anastasis_gtk_secret_clear_text_button"> 2592 <property name="label">gtk-clear</property> 2593 <property name="can-focus">True</property> 2594 <property name="receives-default">True</property> 2595 <property name="use-stock">True</property> 2596 <property name="always-show-image">True</property> 2597 <signal name="clicked" handler="anastasis_gtk_secret_clear_button_clicked_cb" swapped="no"/> 2598 </object> 2599 <packing> 2600 <property name="expand">False</property> 2601 <property name="fill">True</property> 2602 <property name="padding">5</property> 2603 <property name="pack-type">end</property> 2604 <property name="position">1</property> 2605 </packing> 2606 </child> 2607 </object> 2608 <packing> 2609 <property name="expand">True</property> 2610 <property name="fill">True</property> 2611 <property name="position">1</property> 2612 </packing> 2613 </child> 2614 <child> 2615 <object class="GtkBox"> 2616 <property name="name">anastasis_gtk_enter_secret_file_box</property> 2617 <property name="visible">True</property> 2618 <property name="can-focus">False</property> 2619 <property name="margin-top">5</property> 2620 <property name="margin-bottom">5</property> 2621 <property name="spacing">10</property> 2622 <child> 2623 <object class="GtkBox" id="anastasis_gtk_secret_file_chooser_hbox"> 2624 <property name="visible">True</property> 2625 <property name="can-focus">False</property> 2626 <property name="spacing">5</property> 2627 <child> 2628 <object class="GtkLabel" id="secret_by_file_label"> 2629 <property name="visible">True</property> 2630 <property name="can-focus">False</property> 2631 <property name="label" translatable="yes">Or provide secret as a file:</property> 2632 </object> 2633 <packing> 2634 <property name="expand">False</property> 2635 <property name="fill">True</property> 2636 <property name="padding">5</property> 2637 <property name="position">0</property> 2638 </packing> 2639 </child> 2640 <child> 2641 <object class="GtkButton" id="anastasis_gtk_enter_secret_open_button"> 2642 <property name="label">Choose file</property> 2643 <property name="visible">True</property> 2644 <property name="can-focus">True</property> 2645 <property name="can-default">True</property> 2646 <property name="receives-default">True</property> 2647 <property name="image">open_file_image</property> 2648 <property name="always-show-image">True</property> 2649 <signal name="clicked" handler="anastasis_gtk_enter_secret_open_button_clicked_cb" swapped="no"/> 2650 </object> 2651 <packing> 2652 <property name="expand">False</property> 2653 <property name="fill">True</property> 2654 <property name="padding">5</property> 2655 <property name="position">1</property> 2656 </packing> 2657 </child> 2658 </object> 2659 <packing> 2660 <property name="expand">False</property> 2661 <property name="fill">True</property> 2662 <property name="padding">5</property> 2663 <property name="position">0</property> 2664 </packing> 2665 </child> 2666 <child> 2667 <object class="GtkBox" id="anastasis_gtk_secret_file_name_hbox"> 2668 <property name="can-focus">False</property> 2669 <property name="spacing">5</property> 2670 <child> 2671 <object class="GtkLabel" id="secret_file_name_label"> 2672 <property name="visible">True</property> 2673 <property name="can-focus">False</property> 2674 <property name="label" translatable="yes">Your secret file:</property> 2675 </object> 2676 <packing> 2677 <property name="expand">False</property> 2678 <property name="fill">True</property> 2679 <property name="padding">5</property> 2680 <property name="position">0</property> 2681 </packing> 2682 </child> 2683 <child> 2684 <object class="GtkLabel" id="anastasis_gtk_secret_file_name_label"> 2685 <property name="visible">True</property> 2686 <property name="can-focus">False</property> 2687 <property name="label">DYNAMICALLY GENERATED</property> 2688 <attributes> 2689 <attribute name="weight" value="bold"/> 2690 </attributes> 2691 </object> 2692 <packing> 2693 <property name="expand">False</property> 2694 <property name="fill">True</property> 2695 <property name="position">1</property> 2696 </packing> 2697 </child> 2698 <child> 2699 <object class="GtkButton" id="anastasis_gtk_secret_clear_file_button"> 2700 <property name="label">gtk-clear</property> 2701 <property name="can-focus">True</property> 2702 <property name="receives-default">True</property> 2703 <property name="use-stock">True</property> 2704 <property name="always-show-image">True</property> 2705 <signal name="clicked" handler="anastasis_gtk_secret_clear_button_clicked_cb" swapped="no"/> 2706 </object> 2707 <packing> 2708 <property name="expand">False</property> 2709 <property name="fill">True</property> 2710 <property name="padding">5</property> 2711 <property name="pack-type">end</property> 2712 <property name="position">2</property> 2713 </packing> 2714 </child> 2715 </object> 2716 <packing> 2717 <property name="expand">False</property> 2718 <property name="fill">True</property> 2719 <property name="position">2</property> 2720 </packing> 2721 </child> 2722 </object> 2723 <packing> 2724 <property name="expand">False</property> 2725 <property name="fill">True</property> 2726 <property name="padding">5</property> 2727 <property name="position">2</property> 2728 </packing> 2729 </child> 2730 </object> 2731 <packing> 2732 <property name="expand">True</property> 2733 <property name="fill">True</property> 2734 <property name="padding">20</property> 2735 <property name="position">1</property> 2736 </packing> 2737 </child> 2738 <child> 2739 <object class="GtkBox" id="expiration_vbox"> 2740 <property name="visible">True</property> 2741 <property name="can-focus">False</property> 2742 <property name="halign">start</property> 2743 <property name="orientation">vertical</property> 2744 <property name="spacing">5</property> 2745 <property name="baseline-position">top</property> 2746 <child> 2747 <object class="GtkLabel" id="recovery_expiration_label"> 2748 <property name="visible">True</property> 2749 <property name="can-focus">False</property> 2750 <property name="label" translatable="yes">Your secret's recovery data expires on:</property> 2751 </object> 2752 <packing> 2753 <property name="expand">False</property> 2754 <property name="fill">True</property> 2755 <property name="padding">5</property> 2756 <property name="position">0</property> 2757 </packing> 2758 </child> 2759 <child> 2760 <object class="GtkBox" id="expiration_hbox"> 2761 <property name="visible">True</property> 2762 <property name="can-focus">False</property> 2763 <child> 2764 <object class="GtkLabel" id="expiration_date_without_year_label"> 2765 <property name="visible">True</property> 2766 <property name="can-focus">False</property> 2767 <property name="label">DYNAMICALLY SET</property> 2768 <attributes> 2769 <attribute name="weight" value="bold"/> 2770 </attributes> 2771 </object> 2772 <packing> 2773 <property name="expand">False</property> 2774 <property name="fill">True</property> 2775 <property name="position">0</property> 2776 </packing> 2777 </child> 2778 <child> 2779 <object class="GtkSpinButton" id="expiration_year_spin_button"> 2780 <property name="visible">True</property> 2781 <property name="can-focus">True</property> 2782 <property name="max-length">4</property> 2783 <property name="width-chars">4</property> 2784 <property name="max-width-chars">4</property> 2785 <property name="input-purpose">digits</property> 2786 <property name="adjustment">expiration_year_adjustment</property> 2787 <property name="numeric">True</property> 2788 <property name="value">9999</property> 2789 <signal name="value-changed" handler="expiration_year_spin_button_value_changed_cb" swapped="no"/> 2790 </object> 2791 <packing> 2792 <property name="expand">False</property> 2793 <property name="fill">True</property> 2794 <property name="padding">5</property> 2795 <property name="position">1</property> 2796 </packing> 2797 </child> 2798 </object> 2799 <packing> 2800 <property name="expand">False</property> 2801 <property name="fill">True</property> 2802 <property name="position">1</property> 2803 </packing> 2804 </child> 2805 </object> 2806 <packing> 2807 <property name="expand">False</property> 2808 <property name="fill">False</property> 2809 <property name="padding">20</property> 2810 <property name="position">2</property> 2811 </packing> 2812 </child> 2813 <child> 2814 <object class="GtkBox" id="payment_info_vbox"> 2815 <property name="visible">True</property> 2816 <property name="can-focus">False</property> 2817 <property name="orientation">vertical</property> 2818 <property name="spacing">10</property> 2819 <child> 2820 <object class="GtkBox" id="backup_free_hbox"> 2821 <property name="visible">True</property> 2822 <property name="can-focus">False</property> 2823 <property name="spacing">10</property> 2824 <child> 2825 <object class="GtkLabel" id="backup_fee_label"> 2826 <property name="visible">True</property> 2827 <property name="can-focus">False</property> 2828 <property name="label" translatable="yes">Backup fee:</property> 2829 </object> 2830 <packing> 2831 <property name="expand">False</property> 2832 <property name="fill">True</property> 2833 <property name="padding">5</property> 2834 <property name="position">0</property> 2835 </packing> 2836 </child> 2837 <child> 2838 <object class="GtkLabel" id="backup_fee_value_label"> 2839 <property name="visible">True</property> 2840 <property name="can-focus">False</property> 2841 <property name="label">DYNAMICALLY SET</property> 2842 <attributes> 2843 <attribute name="weight" value="bold"/> 2844 </attributes> 2845 </object> 2846 <packing> 2847 <property name="expand">False</property> 2848 <property name="fill">True</property> 2849 <property name="padding">5</property> 2850 <property name="position">1</property> 2851 </packing> 2852 </child> 2853 </object> 2854 <packing> 2855 <property name="expand">False</property> 2856 <property name="fill">True</property> 2857 <property name="padding">5</property> 2858 <property name="position">0</property> 2859 </packing> 2860 </child> 2861 <child> 2862 <object class="GtkLabel" id="backup_fee_explainer_label"> 2863 <property name="visible">True</property> 2864 <property name="can-focus">False</property> 2865 <property name="halign">start</property> 2866 <property name="label" translatable="yes">You pay this fee to back up your secret. 2867 The fee may increase with the expiry 2868 date of your secret's recovery data.</property> 2869 </object> 2870 <packing> 2871 <property name="expand">False</property> 2872 <property name="fill">True</property> 2873 <property name="padding">5</property> 2874 <property name="position">1</property> 2875 </packing> 2876 </child> 2877 </object> 2878 <packing> 2879 <property name="expand">False</property> 2880 <property name="fill">True</property> 2881 <property name="padding">20</property> 2882 <property name="position">3</property> 2883 </packing> 2884 </child> 2885 </object> 2886 </child> 2887 </object> 2888 </child> 2889 </object> 2890 </child> 2891 <child type="label"> 2892 <object class="GtkLabel"> 2893 <property name="visible">True</property> 2894 <property name="can-focus">False</property> 2895 <property name="margin-start">5</property> 2896 <property name="margin-end">5</property> 2897 <property name="margin-top">10</property> 2898 <property name="margin-bottom">10</property> 2899 <property name="label" translatable="yes">Provide secret to backup:</property> 2900 <attributes> 2901 <attribute name="weight" value="bold"/> 2902 </attributes> 2903 </object> 2904 </child> 2905 </object> 2906 <packing> 2907 <property name="expand">True</property> 2908 <property name="fill">True</property> 2909 <property name="padding">5</property> 2910 <property name="position">7</property> 2911 </packing> 2912 </child> 2913 <child> 2914 <object class="GtkFrame" id="anastasis_gtk_pay_frame"> 2915 <property name="can-focus">False</property> 2916 <property name="label-xalign">0</property> 2917 <property name="shadow-type">none</property> 2918 <child> 2919 <object class="GtkAlignment"> 2920 <property name="visible">True</property> 2921 <property name="can-focus">False</property> 2922 <property name="margin-top">5</property> 2923 <property name="left-padding">12</property> 2924 <child> 2925 <object class="GtkBox"> 2926 <property name="visible">True</property> 2927 <property name="can-focus">False</property> 2928 <property name="spacing">5</property> 2929 <child> 2930 <object class="GtkBox"> 2931 <property name="visible">True</property> 2932 <property name="can-focus">False</property> 2933 <property name="orientation">vertical</property> 2934 <child> 2935 <object class="GtkLabel"> 2936 <property name="visible">True</property> 2937 <property name="can-focus">False</property> 2938 <property name="label" translatable="yes">Please pay with GNU Taler:</property> 2939 </object> 2940 <packing> 2941 <property name="expand">True</property> 2942 <property name="fill">True</property> 2943 <property name="padding">5</property> 2944 <property name="position">0</property> 2945 </packing> 2946 </child> 2947 <child> 2948 <object class="GtkBox" id="anastasis_gtk_main_window_unpaid_box"> 2949 <property name="visible">True</property> 2950 <property name="can-focus">False</property> 2951 <property name="margin-left">5</property> 2952 <property name="margin-right">5</property> 2953 <property name="margin-start">5</property> 2954 <property name="margin-end">5</property> 2955 <property name="margin-top">5</property> 2956 <property name="margin-bottom">5</property> 2957 <property name="orientation">vertical</property> 2958 <property name="spacing">5</property> 2959 <child> 2960 <object class="GtkTreeView" id="unpaid_qr_treeview"> 2961 <property name="visible">True</property> 2962 <property name="can-focus">True</property> 2963 <property name="model">unpaid_qrcodes_liststore</property> 2964 <property name="enable-search">False</property> 2965 <property name="search-column">1</property> 2966 <child internal-child="selection"> 2967 <object class="GtkTreeSelection" id="unpaid_qr_tree_selection"> 2968 <signal name="changed" handler="unpaid_qr_tree_selection_changed_cb" swapped="no"/> 2969 </object> 2970 </child> 2971 <child> 2972 <object class="GtkTreeViewColumn"> 2973 <property name="spacing">10</property> 2974 <property name="sizing">autosize</property> 2975 <property name="title" translatable="yes">Payment QR Code</property> 2976 <property name="expand">True</property> 2977 <child> 2978 <object class="GtkCellRendererPixbuf" id="unpaid_pixbuf"/> 2979 <attributes> 2980 <attribute name="pixbuf">0</attribute> 2981 </attributes> 2982 </child> 2983 </object> 2984 </child> 2985 <child> 2986 <object class="GtkTreeViewColumn" id="Pay URI"> 2987 <property name="sizing">autosize</property> 2988 <property name="title" translatable="yes">Taler Pay URI</property> 2989 <child> 2990 <object class="GtkCellRendererText" id="pay_uri"/> 2991 <attributes> 2992 <attribute name="text">1</attribute> 2993 </attributes> 2994 </child> 2995 </object> 2996 </child> 2997 </object> 2998 <packing> 2999 <property name="expand">True</property> 3000 <property name="fill">True</property> 3001 <property name="padding">5</property> 3002 <property name="position">1</property> 3003 </packing> 3004 </child> 3005 </object> 3006 <packing> 3007 <property name="expand">True</property> 3008 <property name="fill">True</property> 3009 <property name="padding">5</property> 3010 <property name="position">1</property> 3011 </packing> 3012 </child> 3013 </object> 3014 <packing> 3015 <property name="expand">True</property> 3016 <property name="fill">True</property> 3017 <property name="padding">5</property> 3018 <property name="position">1</property> 3019 </packing> 3020 </child> 3021 </object> 3022 </child> 3023 </object> 3024 </child> 3025 <child type="label"> 3026 <object class="GtkLabel"> 3027 <property name="visible">True</property> 3028 <property name="can-focus">False</property> 3029 <property name="margin-start">5</property> 3030 <property name="margin-end">5</property> 3031 <property name="margin-top">10</property> 3032 <property name="margin-bottom">5</property> 3033 <property name="label" translatable="yes">Payment required:</property> 3034 <attributes> 3035 <attribute name="weight" value="bold"/> 3036 </attributes> 3037 </object> 3038 </child> 3039 </object> 3040 <packing> 3041 <property name="expand">False</property> 3042 <property name="fill">True</property> 3043 <property name="position">8</property> 3044 </packing> 3045 </child> 3046 <child> 3047 <object class="GtkFrame" id="anastasis_gtk_completed_frame"> 3048 <property name="can-focus">False</property> 3049 <property name="label-xalign">0</property> 3050 <property name="shadow-type">none</property> 3051 <child> 3052 <object class="GtkAlignment"> 3053 <property name="visible">True</property> 3054 <property name="can-focus">False</property> 3055 <property name="margin-start">10</property> 3056 <property name="margin-end">10</property> 3057 <property name="margin-top">10</property> 3058 <property name="margin-bottom">10</property> 3059 <property name="left-padding">12</property> 3060 <child> 3061 <object class="GtkBox" id="anastasis_gtk_success_box"> 3062 <property name="visible">True</property> 3063 <property name="can-focus">False</property> 3064 <child> 3065 <object class="GtkBox" id="anastasis_gtk_backup_complete_box"> 3066 <property name="name">anastasis_gtk_backup_complete_box</property> 3067 <property name="can-focus">False</property> 3068 <property name="orientation">vertical</property> 3069 <child> 3070 <object class="GtkLabel" id="anastasis_gtk_success_backup_label"> 3071 <property name="can-focus">False</property> 3072 <property name="halign">start</property> 3073 <property name="label" translatable="yes">Your backup is complete.</property> 3074 <property name="justify">center</property> 3075 <attributes> 3076 <attribute name="weight" value="bold"/> 3077 </attributes> 3078 </object> 3079 <packing> 3080 <property name="expand">False</property> 3081 <property name="fill">False</property> 3082 <property name="padding">5</property> 3083 <property name="position">0</property> 3084 </packing> 3085 </child> 3086 <child> 3087 <object class="GtkBox" id="recovery_expiration_box"> 3088 <property name="visible">True</property> 3089 <property name="can-focus">False</property> 3090 <property name="spacing">5</property> 3091 <child> 3092 <object class="GtkLabel" id="backup_expiration_label"> 3093 <property name="visible">True</property> 3094 <property name="can-focus">False</property> 3095 <property name="halign">start</property> 3096 <property name="label" translatable="yes">Your backup is valid until:</property> 3097 </object> 3098 <packing> 3099 <property name="expand">False</property> 3100 <property name="fill">True</property> 3101 <property name="padding">5</property> 3102 <property name="position">0</property> 3103 </packing> 3104 </child> 3105 <child> 3106 <object class="GtkLabel" id="backup_expiration_date_label"> 3107 <property name="can-focus">False</property> 3108 <property name="label">DYNAMICALLY GENERATED</property> 3109 <attributes> 3110 <attribute name="weight" value="bold"/> 3111 </attributes> 3112 </object> 3113 <packing> 3114 <property name="expand">False</property> 3115 <property name="fill">True</property> 3116 <property name="position">1</property> 3117 </packing> 3118 </child> 3119 </object> 3120 <packing> 3121 <property name="expand">False</property> 3122 <property name="fill">True</property> 3123 <property name="padding">20</property> 3124 <property name="position">2</property> 3125 </packing> 3126 </child> 3127 <child> 3128 <object class="GtkBox"> 3129 <property name="visible">True</property> 3130 <property name="can-focus">False</property> 3131 <property name="orientation">vertical</property> 3132 <child> 3133 <object class="GtkLabel" id="anastasis_gtk_success_backup_version_label"> 3134 <property name="can-focus">False</property> 3135 <property name="halign">start</property> 3136 <property name="label" translatable="yes">Backups were made at the following providers:</property> 3137 </object> 3138 <packing> 3139 <property name="expand">False</property> 3140 <property name="fill">True</property> 3141 <property name="padding">10</property> 3142 <property name="position">0</property> 3143 </packing> 3144 </child> 3145 <child> 3146 <object class="GtkScrolledWindow"> 3147 <property name="visible">True</property> 3148 <property name="can-focus">True</property> 3149 <property name="shadow-type">in</property> 3150 <child> 3151 <object class="GtkTreeView" id="anastasis_gtk_backup_complete_treeview"> 3152 <property name="visible">True</property> 3153 <property name="can-focus">True</property> 3154 <property name="model">backup_provider_liststore</property> 3155 <property name="search-column">0</property> 3156 <child internal-child="selection"> 3157 <object class="GtkTreeSelection"/> 3158 </child> 3159 <child> 3160 <object class="GtkTreeViewColumn"> 3161 <property name="sizing">autosize</property> 3162 <property name="title" translatable="yes">Provider</property> 3163 <child> 3164 <object class="GtkCellRendererText" id="provider_url"/> 3165 <attributes> 3166 <attribute name="text">4</attribute> 3167 </attributes> 3168 </child> 3169 </object> 3170 </child> 3171 <child> 3172 <object class="GtkTreeViewColumn"> 3173 <property name="spacing">5</property> 3174 <property name="sizing">autosize</property> 3175 <property name="title" translatable="yes">Version</property> 3176 <child> 3177 <object class="GtkCellRendererText" id="policy_version"/> 3178 <attributes> 3179 <attribute name="visible">3</attribute> 3180 <attribute name="text">1</attribute> 3181 </attributes> 3182 </child> 3183 </object> 3184 </child> 3185 <child> 3186 <object class="GtkTreeViewColumn"> 3187 <property name="visible">False</property> 3188 <property name="title" translatable="yes">Expiration time</property> 3189 <child> 3190 <object class="GtkCellRendererText" id="expiration"/> 3191 <attributes> 3192 <attribute name="visible">3</attribute> 3193 <attribute name="text">2</attribute> 3194 </attributes> 3195 </child> 3196 </object> 3197 </child> 3198 </object> 3199 </child> 3200 </object> 3201 <packing> 3202 <property name="expand">True</property> 3203 <property name="fill">True</property> 3204 <property name="padding">5</property> 3205 <property name="position">1</property> 3206 </packing> 3207 </child> 3208 </object> 3209 <packing> 3210 <property name="expand">True</property> 3211 <property name="fill">True</property> 3212 <property name="padding">10</property> 3213 <property name="position">3</property> 3214 </packing> 3215 </child> 3216 </object> 3217 <packing> 3218 <property name="expand">True</property> 3219 <property name="fill">True</property> 3220 <property name="position">0</property> 3221 </packing> 3222 </child> 3223 <child> 3224 <object class="GtkBox" id="anastasis_gtk_success_recovery_box"> 3225 <property name="name">anastasis_gtk_success_recovery_box</property> 3226 <property name="can-focus">False</property> 3227 <property name="orientation">vertical</property> 3228 <child> 3229 <object class="GtkLabel" id="anastasis_gtk_success_recovery_label"> 3230 <property name="visible">True</property> 3231 <property name="can-focus">False</property> 3232 <property name="halign">start</property> 3233 <property name="label" translatable="yes">Your secret was recovered.</property> 3234 <attributes> 3235 <attribute name="weight" value="bold"/> 3236 </attributes> 3237 </object> 3238 <packing> 3239 <property name="expand">True</property> 3240 <property name="fill">True</property> 3241 <property name="padding">15</property> 3242 <property name="position">0</property> 3243 </packing> 3244 </child> 3245 <child> 3246 <object class="GtkBox" id="recovery_secret_name_hbox"> 3247 <property name="visible">True</property> 3248 <property name="can-focus">False</property> 3249 <child> 3250 <object class="GtkLabel"> 3251 <property name="visible">True</property> 3252 <property name="can-focus">False</property> 3253 <property name="label" translatable="yes">Secret name:</property> 3254 <attributes> 3255 <attribute name="weight" value="bold"/> 3256 </attributes> 3257 </object> 3258 <packing> 3259 <property name="expand">False</property> 3260 <property name="fill">True</property> 3261 <property name="padding">5</property> 3262 <property name="position">0</property> 3263 </packing> 3264 </child> 3265 <child> 3266 <object class="GtkLabel" id="recovery_secret_name_value_label"> 3267 <property name="visible">True</property> 3268 <property name="can-focus">False</property> 3269 <property name="label">DYNAMICALLY GENERATED</property> 3270 </object> 3271 <packing> 3272 <property name="expand">False</property> 3273 <property name="fill">True</property> 3274 <property name="position">1</property> 3275 </packing> 3276 </child> 3277 </object> 3278 <packing> 3279 <property name="expand">False</property> 3280 <property name="fill">True</property> 3281 <property name="padding">10</property> 3282 <property name="position">1</property> 3283 </packing> 3284 </child> 3285 <child> 3286 <object class="GtkBox"> 3287 <property name="visible">True</property> 3288 <property name="can-focus">False</property> 3289 <child> 3290 <object class="GtkLabel" id="anastasis_gtk_secret_value_label"> 3291 <property name="visible">True</property> 3292 <property name="can-focus">False</property> 3293 <property name="tooltip-text" translatable="yes">The secret is shown here. You can also copy it to the clipboard or save it to a file.</property> 3294 <property name="label">THE SECRET TEXT</property> 3295 <property name="wrap">True</property> 3296 <property name="wrap-mode">word-char</property> 3297 <property name="ellipsize">end</property> 3298 </object> 3299 <packing> 3300 <property name="expand">False</property> 3301 <property name="fill">True</property> 3302 <property name="padding">10</property> 3303 <property name="position">0</property> 3304 </packing> 3305 </child> 3306 <child> 3307 <object class="GtkButton" id="anastasis_gtk_secret_copy_button"> 3308 <property name="label">gtk-copy</property> 3309 <property name="visible">True</property> 3310 <property name="can-focus">True</property> 3311 <property name="can-default">True</property> 3312 <property name="receives-default">True</property> 3313 <property name="tooltip-text" translatable="yes">Copy secret to clipboard</property> 3314 <property name="use-stock">True</property> 3315 <property name="always-show-image">True</property> 3316 <signal name="clicked" handler="anastasis_gtk_secret_copy_button_clicked_cb" swapped="no"/> 3317 </object> 3318 <packing> 3319 <property name="expand">False</property> 3320 <property name="fill">True</property> 3321 <property name="padding">10</property> 3322 <property name="position">1</property> 3323 </packing> 3324 </child> 3325 <child> 3326 <object class="GtkButton" id="anastasis_gtk_secret_save_as_button"> 3327 <property name="label">gtk-save-as</property> 3328 <property name="visible">True</property> 3329 <property name="can-focus">True</property> 3330 <property name="receives-default">True</property> 3331 <property name="tooltip-text" translatable="yes">Save secret to file</property> 3332 <property name="use-stock">True</property> 3333 <property name="always-show-image">True</property> 3334 <signal name="clicked" handler="anastasis_gtk_secret_save_as_button_clicked_cb" swapped="no"/> 3335 </object> 3336 <packing> 3337 <property name="expand">False</property> 3338 <property name="fill">True</property> 3339 <property name="padding">10</property> 3340 <property name="position">2</property> 3341 </packing> 3342 </child> 3343 </object> 3344 <packing> 3345 <property name="expand">False</property> 3346 <property name="fill">True</property> 3347 <property name="padding">5</property> 3348 <property name="position">2</property> 3349 </packing> 3350 </child> 3351 <child> 3352 <object class="GtkViewport"> 3353 <property name="visible">True</property> 3354 <property name="can-focus">False</property> 3355 <property name="hexpand">True</property> 3356 <property name="vexpand">True</property> 3357 <child> 3358 <object class="GtkImage" id="anastasis_gtk_secret_qr_image"> 3359 <property name="width-request">400</property> 3360 <property name="height-request">400</property> 3361 <property name="visible">True</property> 3362 <property name="can-focus">False</property> 3363 <property name="margin-left">10</property> 3364 <property name="margin-right">10</property> 3365 <property name="margin-start">10</property> 3366 <property name="margin-end">10</property> 3367 <property name="margin-top">10</property> 3368 <property name="margin-bottom">10</property> 3369 <property name="hexpand">True</property> 3370 <property name="vexpand">True</property> 3371 <property name="stock">gtk-missing-image</property> 3372 </object> 3373 </child> 3374 </object> 3375 <packing> 3376 <property name="expand">True</property> 3377 <property name="fill">True</property> 3378 <property name="padding">5</property> 3379 <property name="position">3</property> 3380 </packing> 3381 </child> 3382 <child> 3383 <placeholder/> 3384 </child> 3385 </object> 3386 <packing> 3387 <property name="expand">True</property> 3388 <property name="fill">True</property> 3389 <property name="position">4</property> 3390 </packing> 3391 </child> 3392 </object> 3393 </child> 3394 </object> 3395 </child> 3396 <child type="label"> 3397 <object class="GtkLabel" id="anastasis_gtk_backup_success_label"> 3398 <property name="visible">True</property> 3399 <property name="can-focus">False</property> 3400 <property name="margin-start">10</property> 3401 <property name="margin-end">10</property> 3402 <property name="margin-top">10</property> 3403 <property name="margin-bottom">10</property> 3404 <property name="label" translatable="yes">Success!</property> 3405 <attributes> 3406 <attribute name="weight" value="bold"/> 3407 </attributes> 3408 </object> 3409 </child> 3410 </object> 3411 <packing> 3412 <property name="expand">True</property> 3413 <property name="fill">True</property> 3414 <property name="padding">5</property> 3415 <property name="position">9</property> 3416 </packing> 3417 </child> 3418 <child> 3419 <object class="GtkFrame" id="anastasis_gtk_select_secret_frame"> 3420 <property name="can-focus">False</property> 3421 <property name="label-xalign">0</property> 3422 <property name="shadow-type">none</property> 3423 <child> 3424 <object class="GtkAlignment"> 3425 <property name="visible">True</property> 3426 <property name="can-focus">False</property> 3427 <property name="left-padding">12</property> 3428 <child> 3429 <object class="GtkBox" id="anastasis_gtk_secret_select_vbox"> 3430 <property name="visible">True</property> 3431 <property name="can-focus">False</property> 3432 <property name="orientation">vertical</property> 3433 <property name="spacing">10</property> 3434 <child> 3435 <object class="GtkBox"> 3436 <property name="visible">True</property> 3437 <property name="can-focus">False</property> 3438 <property name="orientation">vertical</property> 3439 <child> 3440 <object class="GtkBox"> 3441 <property name="visible">True</property> 3442 <property name="can-focus">False</property> 3443 <child> 3444 <object class="GtkLabel" id="select_secret_hint_label"> 3445 <property name="visible">True</property> 3446 <property name="can-focus">False</property> 3447 <property name="halign">start</property> 3448 <property name="label" translatable="yes">Select a secret to recover from the list below. If no secrets are listed, 3449 you need to either go back and correct your personal information or 3450 explicitly add the provider which you used before for the backup.</property> 3451 </object> 3452 <packing> 3453 <property name="expand">True</property> 3454 <property name="fill">True</property> 3455 <property name="padding">10</property> 3456 <property name="position">0</property> 3457 </packing> 3458 </child> 3459 <child> 3460 <object class="GtkButton" id="anastasis_gtk_add_provider_button"> 3461 <property name="label" translatable="yes">Add provider</property> 3462 <property name="visible">True</property> 3463 <property name="can-focus">True</property> 3464 <property name="receives-default">True</property> 3465 <property name="image">add_image</property> 3466 <signal name="clicked" handler="anastasis_gtk_add_provider_button_clicked_cb" swapped="no"/> 3467 </object> 3468 <packing> 3469 <property name="expand">False</property> 3470 <property name="fill">True</property> 3471 <property name="padding">5</property> 3472 <property name="position">1</property> 3473 </packing> 3474 </child> 3475 </object> 3476 <packing> 3477 <property name="expand">False</property> 3478 <property name="fill">True</property> 3479 <property name="padding">5</property> 3480 <property name="position">0</property> 3481 </packing> 3482 </child> 3483 <child> 3484 <object class="GtkScrolledWindow" id="anastasis_secret_selection_scrolled_window"> 3485 <property name="visible">True</property> 3486 <property name="can-focus">True</property> 3487 <property name="hadjustment">secret_selection_h_adjustment</property> 3488 <property name="vadjustment">secret_selection_v_adjustment</property> 3489 <property name="shadow-type">in</property> 3490 <child> 3491 <object class="GtkViewport" id="anastasis_secret_selection_viewport"> 3492 <property name="visible">True</property> 3493 <property name="can-focus">False</property> 3494 <property name="hadjustment">secret_selection_h_adjustment</property> 3495 <property name="vadjustment">secret_selection_v_adjustment</property> 3496 <child> 3497 <object class="GtkTreeView" id="anastasis_secret_selection_treeview"> 3498 <property name="visible">True</property> 3499 <property name="can-focus">True</property> 3500 <property name="hadjustment">secret_selection_h_adjustment</property> 3501 <property name="vadjustment">secret_selection_v_adjustment</property> 3502 <property name="model">secret_selection_liststore</property> 3503 <child internal-child="selection"> 3504 <object class="GtkTreeSelection" id="anastasis_gtk_secret_selection_treeselection"> 3505 <signal name="changed" handler="anastasis_gtk_secret_selection_treeselection_changed_cb" swapped="no"/> 3506 </object> 3507 </child> 3508 <child> 3509 <object class="GtkTreeViewColumn" id="secret_name_column"> 3510 <property name="resizable">True</property> 3511 <property name="sizing">autosize</property> 3512 <property name="title" translatable="yes">Secret name</property> 3513 <property name="clickable">True</property> 3514 <property name="sort-indicator">True</property> 3515 <property name="sort-column-id">3</property> 3516 <child> 3517 <object class="GtkCellRendererText" id="backup_name_renderer"/> 3518 <attributes> 3519 <attribute name="text">3</attribute> 3520 </attributes> 3521 </child> 3522 </object> 3523 </child> 3524 <child> 3525 <object class="GtkTreeViewColumn" id="backup_time_column"> 3526 <property name="sizing">fixed</property> 3527 <property name="title" translatable="yes">Backup time</property> 3528 <property name="clickable">True</property> 3529 <property name="sort-indicator">True</property> 3530 <property name="sort-column-id">5</property> 3531 <child> 3532 <object class="GtkCellRendererText" id="backup_time_renderer"/> 3533 <attributes> 3534 <attribute name="text">4</attribute> 3535 </attributes> 3536 </child> 3537 </object> 3538 </child> 3539 <child> 3540 <object class="GtkTreeViewColumn" id="backup_version_column"> 3541 <property name="visible">False</property> 3542 <property name="title" translatable="yes">Version</property> 3543 <property name="clickable">True</property> 3544 <property name="sort-indicator">True</property> 3545 <property name="sort-order">descending</property> 3546 <property name="sort-column-id">1</property> 3547 <child> 3548 <object class="GtkCellRendererText" id="backup_version_renderer"> 3549 <property name="visible">False</property> 3550 </object> 3551 <attributes> 3552 <attribute name="text">1</attribute> 3553 </attributes> 3554 </child> 3555 </object> 3556 </child> 3557 <child> 3558 <object class="GtkTreeViewColumn" id="provider_url_column1"> 3559 <property name="visible">False</property> 3560 <property name="resizable">True</property> 3561 <property name="title" translatable="yes">Provider</property> 3562 <property name="clickable">True</property> 3563 <child> 3564 <object class="GtkCellRendererText" id="provider_url_renderer"> 3565 <property name="visible">False</property> 3566 </object> 3567 <attributes> 3568 <attribute name="text">0</attribute> 3569 </attributes> 3570 </child> 3571 </object> 3572 </child> 3573 </object> 3574 </child> 3575 </object> 3576 </child> 3577 </object> 3578 <packing> 3579 <property name="expand">True</property> 3580 <property name="fill">True</property> 3581 <property name="position">1</property> 3582 </packing> 3583 </child> 3584 </object> 3585 <packing> 3586 <property name="expand">True</property> 3587 <property name="fill">True</property> 3588 <property name="position">0</property> 3589 </packing> 3590 </child> 3591 </object> 3592 </child> 3593 </object> 3594 </child> 3595 <child type="label"> 3596 <object class="GtkLabel"> 3597 <property name="visible">True</property> 3598 <property name="can-focus">False</property> 3599 <property name="label" translatable="yes">Select secret to recover</property> 3600 <attributes> 3601 <attribute name="weight" value="bold"/> 3602 </attributes> 3603 </object> 3604 </child> 3605 </object> 3606 <packing> 3607 <property name="expand">True</property> 3608 <property name="fill">True</property> 3609 <property name="position">10</property> 3610 </packing> 3611 </child> 3612 </object> 3613 <packing> 3614 <property name="expand">True</property> 3615 <property name="fill">True</property> 3616 <property name="position">0</property> 3617 </packing> 3618 </child> 3619 </object> 3620 </child> 3621 </object> 3622 </child> 3623 </object> 3624 <packing> 3625 <property name="expand">True</property> 3626 <property name="fill">True</property> 3627 <property name="position">1</property> 3628 </packing> 3629 </child> 3630 </object> 3631 <packing> 3632 <property name="expand">True</property> 3633 <property name="fill">True</property> 3634 <property name="position">1</property> 3635 </packing> 3636 </child> 3637 <child> 3638 <object class="GtkBox" id="anastasis_gtk_main_control_vbox"> 3639 <property name="can-focus">False</property> 3640 <child> 3641 <object class="GtkButton" id="anastasis_gtk_main_window_prev_button"> 3642 <property name="label">gtk-go-back</property> 3643 <property name="visible">True</property> 3644 <property name="can-focus">True</property> 3645 <property name="can-default">True</property> 3646 <property name="receives-default">True</property> 3647 <property name="use-stock">True</property> 3648 <property name="always-show-image">True</property> 3649 <signal name="clicked" handler="anastasis_gtk_main_window_back_clicked" swapped="no"/> 3650 </object> 3651 <packing> 3652 <property name="expand">False</property> 3653 <property name="fill">True</property> 3654 <property name="padding">10</property> 3655 <property name="position">0</property> 3656 </packing> 3657 </child> 3658 <child> 3659 <object class="GtkButton" id="anastasis_gtk_restart_button"> 3660 <property name="label" translatable="yes">_Restart</property> 3661 <property name="can-focus">True</property> 3662 <property name="receives-default">True</property> 3663 <property name="tooltip-text" translatable="yes">Go back to the beginning.</property> 3664 <property name="image">restart_image</property> 3665 <property name="use-underline">True</property> 3666 <property name="always-show-image">True</property> 3667 <signal name="clicked" handler="anastasis_gtk_restart_button_clicked_cb" swapped="no"/> 3668 </object> 3669 <packing> 3670 <property name="expand">False</property> 3671 <property name="fill">True</property> 3672 <property name="position">1</property> 3673 </packing> 3674 </child> 3675 <child> 3676 <object class="GtkSeparator"> 3677 <property name="visible">True</property> 3678 <property name="can-focus">False</property> 3679 </object> 3680 <packing> 3681 <property name="expand">True</property> 3682 <property name="fill">True</property> 3683 <property name="padding">5</property> 3684 <property name="position">2</property> 3685 </packing> 3686 </child> 3687 <child> 3688 <object class="GtkButton" id="anastasis_gtk_main_window_quit_button"> 3689 <property name="label">gtk-quit</property> 3690 <property name="can-focus">True</property> 3691 <property name="can-default">True</property> 3692 <property name="receives-default">True</property> 3693 <property name="use-stock">True</property> 3694 <property name="always-show-image">True</property> 3695 <signal name="clicked" handler="anastasis_gtk_main_window_quit_button_clicked_cb" swapped="no"/> 3696 </object> 3697 <packing> 3698 <property name="expand">False</property> 3699 <property name="fill">True</property> 3700 <property name="padding">5</property> 3701 <property name="position">3</property> 3702 </packing> 3703 </child> 3704 <child> 3705 <object class="GtkSeparator"> 3706 <property name="visible">True</property> 3707 <property name="can-focus">False</property> 3708 </object> 3709 <packing> 3710 <property name="expand">True</property> 3711 <property name="fill">True</property> 3712 <property name="padding">5</property> 3713 <property name="position">4</property> 3714 </packing> 3715 </child> 3716 <child> 3717 <object class="GtkButton" id="anastasis_gtk_main_window_forward_button"> 3718 <property name="label">gtk-media-next</property> 3719 <property name="visible">True</property> 3720 <property name="sensitive">False</property> 3721 <property name="can-focus">False</property> 3722 <property name="can-default">True</property> 3723 <property name="has-default">True</property> 3724 <property name="receives-default">True</property> 3725 <property name="use-stock">True</property> 3726 <property name="always-show-image">True</property> 3727 <signal name="clicked" handler="anastasis_gtk_main_window_forward_clicked" swapped="no"/> 3728 </object> 3729 <packing> 3730 <property name="expand">False</property> 3731 <property name="fill">True</property> 3732 <property name="padding">10</property> 3733 <property name="position">6</property> 3734 </packing> 3735 </child> 3736 </object> 3737 <packing> 3738 <property name="expand">False</property> 3739 <property name="fill">True</property> 3740 <property name="position">3</property> 3741 </packing> 3742 </child> 3743 <child> 3744 <object class="GtkStatusbar" id="anastasis_gtk_statusbar"> 3745 <property name="visible">True</property> 3746 <property name="can-focus">False</property> 3747 <property name="orientation">vertical</property> 3748 <property name="spacing">8</property> 3749 </object> 3750 <packing> 3751 <property name="expand">False</property> 3752 <property name="fill">False</property> 3753 <property name="position">4</property> 3754 </packing> 3755 </child> 3756 </object> 3757 </child> 3758 </object> 3759 </interface>