aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-02-24 08:52:45 +0000
committerChristian Grothoff <christian@grothoff.org>2008-02-24 08:52:45 +0000
commitb668d0ea5320b1c768a88704744738c6bd6aa417 (patch)
tree7a884f3f12c831caf6b74057024bae7ee579a7cd
parentf77a59a6035c7ca0950410a156aee92973b83874 (diff)
downloadgnunet-gtk-b668d0ea5320b1c768a88704744738c6bd6aa417.tar.gz
gnunet-gtk-b668d0ea5320b1c768a88704744738c6bd6aa417.zip
fix
-rw-r--r--gnunet-gtk.glade642
1 files changed, 321 insertions, 321 deletions
diff --git a/gnunet-gtk.glade b/gnunet-gtk.glade
index 008be30d..d4277126 100644
--- a/gnunet-gtk.glade
+++ b/gnunet-gtk.glade
@@ -6,7 +6,7 @@
6 <property name="title" translatable="yes">gnunet-gtk, GNU's Peer-to-Peer Network</property> 6 <property name="title" translatable="yes">gnunet-gtk, GNU's Peer-to-Peer Network</property>
7 <property name="default_width">700</property> 7 <property name="default_width">700</property>
8 <property name="default_height">500</property> 8 <property name="default_height">500</property>
9 <property name="icon">gnunet-gtk</property> 9 <property name="icon">gnunet-gtk.png</property>
10 <signal name="delete_event" handler="GNUNET_GTK_main_quit" after="yes"/> 10 <signal name="delete_event" handler="GNUNET_GTK_main_quit" after="yes"/>
11 <signal name="window_state_event" handler="GNUNET_GTK_save_main_window_state" after="yes"/> 11 <signal name="window_state_event" handler="GNUNET_GTK_save_main_window_state" after="yes"/>
12 <child> 12 <child>
@@ -678,6 +678,107 @@ This release fixes downloads of files from directories. The previous version ha
678 <placeholder/> 678 <placeholder/>
679 </child> 679 </child>
680 <child> 680 <child>
681 <widget class="GtkVBox" id="vbox8">
682 <property name="visible">True</property>
683 <property name="homogeneous">True</property>
684 <child>
685 <widget class="GtkButton" id="abortDownloadButton">
686 <property name="visible">True</property>
687 <property name="sensitive">False</property>
688 <property name="can_focus">True</property>
689 <property name="tooltip" translatable="yes">Cancel the selected download (and all sub-downloads)</property>
690 <property name="label">gtk-cancel</property>
691 <property name="use_stock">True</property>
692 <property name="response_id">0</property>
693 <signal name="clicked" handler="on_abortDownloadButton_clicked_"/>
694 </widget>
695 <packing>
696 <property name="fill">False</property>
697 </packing>
698 </child>
699 <child>
700 <widget class="GtkButton" id="stopDownloadButton">
701 <property name="visible">True</property>
702 <property name="sensitive">False</property>
703 <property name="can_focus">True</property>
704 <property name="tooltip" translatable="yes">Cancel the selected download (and all sub-downloads) and remove them from the list</property>
705 <property name="label">gtk-stop</property>
706 <property name="use_stock">True</property>
707 <property name="response_id">0</property>
708 <signal name="clicked" handler="on_stopDownloadButton_clicked_"/>
709 </widget>
710 <packing>
711 <property name="fill">False</property>
712 <property name="position">1</property>
713 </packing>
714 </child>
715 <child>
716 <widget class="GtkButton" id="clearCompletedDownloadsButton">
717 <property name="visible">True</property>
718 <property name="can_focus">True</property>
719 <property name="tooltip" translatable="yes">Clear completed downloads from the download list</property>
720 <property name="response_id">0</property>
721 <signal name="clicked" handler="on_clearCompletedDownloadsButton_clicked_"/>
722 <child>
723 <widget class="GtkHBox" id="hbox26">
724 <property name="visible">True</property>
725 <property name="spacing">2</property>
726 <child>
727 <widget class="GtkImage" id="image15">
728 <property name="visible">True</property>
729 <property name="stock">gtk-clear</property>
730 </widget>
731 <packing>
732 <property name="expand">False</property>
733 <property name="fill">False</property>
734 </packing>
735 </child>
736 <child>
737 <widget class="GtkLabel" id="label14">
738 <property name="visible">True</property>
739 <property name="label" translatable="yes">_Clean</property>
740 <property name="use_underline">True</property>
741 </widget>
742 <packing>
743 <property name="expand">False</property>
744 <property name="fill">False</property>
745 <property name="position">1</property>
746 </packing>
747 </child>
748 </widget>
749 </child>
750 </widget>
751 <packing>
752 <property name="fill">False</property>
753 <property name="position">2</property>
754 </packing>
755 </child>
756 </widget>
757 <packing>
758 <property name="left_attach">1</property>
759 <property name="right_attach">2</property>
760 <property name="x_options"></property>
761 <property name="x_padding">5</property>
762 </packing>
763 </child>
764 <child>
765 <widget class="GtkScrolledWindow" id="scrolledwindow10">
766 <property name="visible">True</property>
767 <property name="can_focus">True</property>
768 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
769 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
770 <property name="shadow_type">GTK_SHADOW_IN</property>
771 <child>
772 <widget class="GtkTreeView" id="activeDownloadsList">
773 <property name="visible">True</property>
774 <property name="can_focus">True</property>
775 <property name="reorderable">True</property>
776 <property name="rules_hint">True</property>
777 </widget>
778 </child>
779 </widget>
780 </child>
781 <child>
681 <widget class="GtkHBox" id="hbox24"> 782 <widget class="GtkHBox" id="hbox24">
682 <property name="visible">True</property> 783 <property name="visible">True</property>
683 <child> 784 <child>
@@ -792,107 +893,6 @@ This release fixes downloads of files from directories. The previous version ha
792 <property name="y_padding">5</property> 893 <property name="y_padding">5</property>
793 </packing> 894 </packing>
794 </child> 895 </child>
795 <child>
796 <widget class="GtkScrolledWindow" id="scrolledwindow10">
797 <property name="visible">True</property>
798 <property name="can_focus">True</property>
799 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
800 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
801 <property name="shadow_type">GTK_SHADOW_IN</property>
802 <child>
803 <widget class="GtkTreeView" id="activeDownloadsList">
804 <property name="visible">True</property>
805 <property name="can_focus">True</property>
806 <property name="reorderable">True</property>
807 <property name="rules_hint">True</property>
808 </widget>
809 </child>
810 </widget>
811 </child>
812 <child>
813 <widget class="GtkVBox" id="vbox8">
814 <property name="visible">True</property>
815 <property name="homogeneous">True</property>
816 <child>
817 <widget class="GtkButton" id="abortDownloadButton">
818 <property name="visible">True</property>
819 <property name="sensitive">False</property>
820 <property name="can_focus">True</property>
821 <property name="tooltip" translatable="yes">Cancel the selected download (and all sub-downloads)</property>
822 <property name="label">gtk-cancel</property>
823 <property name="use_stock">True</property>
824 <property name="response_id">0</property>
825 <signal name="clicked" handler="on_abortDownloadButton_clicked_"/>
826 </widget>
827 <packing>
828 <property name="fill">False</property>
829 </packing>
830 </child>
831 <child>
832 <widget class="GtkButton" id="stopDownloadButton">
833 <property name="visible">True</property>
834 <property name="sensitive">False</property>
835 <property name="can_focus">True</property>
836 <property name="tooltip" translatable="yes">Cancel the selected download (and all sub-downloads) and remove them from the list</property>
837 <property name="label">gtk-stop</property>
838 <property name="use_stock">True</property>
839 <property name="response_id">0</property>
840 <signal name="clicked" handler="on_stopDownloadButton_clicked_"/>
841 </widget>
842 <packing>
843 <property name="fill">False</property>
844 <property name="position">1</property>
845 </packing>
846 </child>
847 <child>
848 <widget class="GtkButton" id="clearCompletedDownloadsButton">
849 <property name="visible">True</property>
850 <property name="can_focus">True</property>
851 <property name="tooltip" translatable="yes">Clear completed downloads from the download list</property>
852 <property name="response_id">0</property>
853 <signal name="clicked" handler="on_clearCompletedDownloadsButton_clicked_"/>
854 <child>
855 <widget class="GtkHBox" id="hbox26">
856 <property name="visible">True</property>
857 <property name="spacing">2</property>
858 <child>
859 <widget class="GtkImage" id="image15">
860 <property name="visible">True</property>
861 <property name="stock">gtk-clear</property>
862 </widget>
863 <packing>
864 <property name="expand">False</property>
865 <property name="fill">False</property>
866 </packing>
867 </child>
868 <child>
869 <widget class="GtkLabel" id="label14">
870 <property name="visible">True</property>
871 <property name="label" translatable="yes">_Clean</property>
872 <property name="use_underline">True</property>
873 </widget>
874 <packing>
875 <property name="expand">False</property>
876 <property name="fill">False</property>
877 <property name="position">1</property>
878 </packing>
879 </child>
880 </widget>
881 </child>
882 </widget>
883 <packing>
884 <property name="fill">False</property>
885 <property name="position">2</property>
886 </packing>
887 </child>
888 </widget>
889 <packing>
890 <property name="left_attach">1</property>
891 <property name="right_attach">2</property>
892 <property name="x_options"></property>
893 <property name="x_padding">5</property>
894 </packing>
895 </child>
896 </widget> 896 </widget>
897 </child> 897 </child>
898 <child> 898 <child>
@@ -1329,241 +1329,121 @@ This release fixes downloads of files from directories. The previous version ha
1329 <placeholder/> 1329 <placeholder/>
1330 </child> 1330 </child>
1331 <child> 1331 <child>
1332 <widget class="GtkCheckButton" id="doExtractCheckButton"> 1332 <widget class="GtkLabel" id="methodLabel">
1333 <property name="visible">True</property>
1334 <property name="can_focus">True</property>
1335 <property name="tooltip" translatable="yes">Controls if GNUnet should (automatically) extract metadata for files. If unchecked, the default metadata for the upload will only contain the filename. If checked, GNU libextractor will be used to provide additional metadata (such as thumbnails). The option only applies when a directory is uploaded. For individual files, GNU libextractor is always used (you will have a chance to edit the extracted metadata in a dialog).</property>
1336 <property name="response_id">0</property>
1337 <property name="active">True</property>
1338 <property name="draw_indicator">True</property>
1339 <child>
1340 <widget class="GtkAlignment" id="alignment24">
1341 <property name="visible">True</property>
1342 <property name="xscale">0</property>
1343 <property name="yscale">0</property>
1344 <child>
1345 <widget class="GtkHBox" id="hbox66">
1346 <property name="visible">True</property>
1347 <property name="spacing">2</property>
1348 <child>
1349 <widget class="GtkImage" id="image49">
1350 <property name="visible">True</property>
1351 <property name="stock">gtk-index</property>
1352 </widget>
1353 <packing>
1354 <property name="expand">False</property>
1355 <property name="fill">False</property>
1356 </packing>
1357 </child>
1358 <child>
1359 <widget class="GtkLabel" id="label151">
1360 <property name="visible">True</property>
1361 <property name="label" translatable="yes">Use libextractor for files in directories</property>
1362 <property name="use_underline">True</property>
1363 </widget>
1364 <packing>
1365 <property name="expand">False</property>
1366 <property name="fill">False</property>
1367 <property name="position">1</property>
1368 </packing>
1369 </child>
1370 </widget>
1371 </child>
1372 </widget>
1373 </child>
1374 </widget>
1375 <packing>
1376 <property name="left_attach">2</property>
1377 <property name="right_attach">3</property>
1378 <property name="top_attach">3</property>
1379 <property name="bottom_attach">4</property>
1380 <property name="x_options">GTK_FILL</property>
1381 <property name="y_options"></property>
1382 </packing>
1383 </child>
1384 <child>
1385 <widget class="GtkSpinButton" id="contentPrioritySpinButton">
1386 <property name="width_request">94</property>
1387 <property name="visible">True</property> 1333 <property name="visible">True</property>
1388 <property name="can_focus">True</property> 1334 <property name="xalign">0</property>
1389 <property name="tooltip" translatable="yes">How important is the file (used to prioritize data in the local datastore).</property> 1335 <property name="xpad">5</property>
1390 <property name="adjustment">1000 0 100000000 50 500 500</property> 1336 <property name="label" translatable="yes">Method:</property>
1391 <property name="climb_rate">500</property> 1337 <property name="use_underline">True</property>
1392 <property name="numeric">True</property> 1338 <property name="mnemonic_widget">indexbutton</property>
1393 </widget> 1339 </widget>
1394 <packing> 1340 <packing>
1395 <property name="left_attach">1</property>
1396 <property name="right_attach">2</property>
1397 <property name="top_attach">3</property>
1398 <property name="bottom_attach">4</property>
1399 <property name="x_options">GTK_FILL</property> 1341 <property name="x_options">GTK_FILL</property>
1400 <property name="y_options"></property> 1342 <property name="y_options"></property>
1401 </packing> 1343 </packing>
1402 </child> 1344 </child>
1403 <child> 1345 <child>
1404 <widget class="GtkRadioButton" id="scopeFileOnlyButton"> 1346 <widget class="GtkRadioButton" id="indexbutton">
1405 <property name="visible">True</property> 1347 <property name="visible">True</property>
1406 <property name="can_focus">True</property> 1348 <property name="can_focus">True</property>
1407 <property name="tooltip" translatable="yes">Only publish a single file</property> 1349 <property name="tooltip" translatable="yes">Indexing will avoid copying the file into the GNUnet database. Instead, GNUnet will try to add a symbolic link to the specified file. If that fails, a copy of the file will be created. Indexing should be used if the local machine is unlikely to ever be compromised by an adversary and if the uploaded file will not be modified or moved in the future. Indexing is more efficient than insertion.</property>
1408 <property name="label" translatable="yes">File onl_y</property> 1350 <property name="label" translatable="yes">Inde_x</property>
1409 <property name="use_underline">True</property> 1351 <property name="use_underline">True</property>
1410 <property name="response_id">0</property> 1352 <property name="response_id">0</property>
1411 <property name="active">True</property> 1353 <property name="active">True</property>
1412 <property name="draw_indicator">True</property> 1354 <property name="draw_indicator">True</property>
1413 <property name="group">scopeRecursiveButton</property>
1414 </widget> 1355 </widget>
1415 <packing> 1356 <packing>
1416 <property name="left_attach">1</property> 1357 <property name="left_attach">1</property>
1417 <property name="right_attach">2</property> 1358 <property name="right_attach">2</property>
1418 <property name="top_attach">1</property>
1419 <property name="bottom_attach">2</property>
1420 <property name="x_options">GTK_FILL</property> 1359 <property name="x_options">GTK_FILL</property>
1421 <property name="y_options"></property> 1360 <property name="y_options"></property>
1422 </packing> 1361 </packing>
1423 </child> 1362 </child>
1424 <child> 1363 <child>
1425 <widget class="GtkButton" id="mainFileSharingInsertBrowseButton"> 1364 <widget class="GtkRadioButton" id="insertButton">
1426 <property name="visible">True</property> 1365 <property name="visible">True</property>
1427 <property name="can_focus">True</property> 1366 <property name="can_focus">True</property>
1428 <property name="tooltip" translatable="yes">Browse local computer for files (or directories) to publish</property> 1367 <property name="tooltip" translatable="yes">Inserting a file means that an encrypted copy will be added to the GNUnet database. Without the proper key (which is not stored in plaintext anywhere) the file cannot be decrypted. Use this option for small files, files that will be modified soon, files that maybe moved or if you are afraid that an adversary may detect the file in plaintext on your machine (after compromising your machine).</property>
1368 <property name="label" translatable="yes">I_nsert</property>
1369 <property name="use_underline">True</property>
1429 <property name="response_id">0</property> 1370 <property name="response_id">0</property>
1430 <signal name="clicked" handler="on_mainFileSharingInsertBrowseButton_clicked_" object="fsinsertfilenamecombo"/> 1371 <property name="draw_indicator">True</property>
1431 <child> 1372 <property name="group">indexbutton</property>
1432 <widget class="GtkHBox" id="hbox60">
1433 <property name="visible">True</property>
1434 <property name="spacing">2</property>
1435 <child>
1436 <widget class="GtkImage" id="image46">
1437 <property name="visible">True</property>
1438 <property name="stock">gtk-open</property>
1439 </widget>
1440 <packing>
1441 <property name="expand">False</property>
1442 <property name="fill">False</property>
1443 </packing>
1444 </child>
1445 <child>
1446 <widget class="GtkLabel" id="label143">
1447 <property name="visible">True</property>
1448 <property name="label" translatable="yes">_Browse</property>
1449 <property name="use_underline">True</property>
1450 </widget>
1451 <packing>
1452 <property name="expand">False</property>
1453 <property name="fill">False</property>
1454 <property name="position">1</property>
1455 </packing>
1456 </child>
1457 </widget>
1458 </child>
1459 </widget> 1373 </widget>
1460 <packing> 1374 <packing>
1461 <property name="left_attach">2</property> 1375 <property name="left_attach">2</property>
1462 <property name="right_attach">3</property> 1376 <property name="right_attach">3</property>
1463 <property name="top_attach">4</property>
1464 <property name="bottom_attach">5</property>
1465 <property name="x_options">GTK_FILL</property> 1377 <property name="x_options">GTK_FILL</property>
1466 <property name="y_options"></property> 1378 <property name="y_options"></property>
1467 </packing> 1379 </packing>
1468 </child> 1380 </child>
1469 <child> 1381 <child>
1470 <widget class="GtkAlignment" id="uploadFilenameAlignment"> 1382 <widget class="GtkLabel" id="scopeLabel">
1471 <property name="visible">True</property> 1383 <property name="visible">True</property>
1472 <child> 1384 <property name="xalign">0</property>
1473 <widget class="GtkComboBoxEntry" id="uploadFilenameComboBoxEntry"> 1385 <property name="xpad">5</property>
1474 <property name="visible">True</property> 1386 <property name="label" translatable="yes">Scope:</property>
1475 <property name="can_focus">True</property> 1387 <property name="use_underline">True</property>
1476 <signal name="changed" handler="on_uploadFilenameComboBoxEntry_changed_"/> 1388 <property name="mnemonic_widget">scopeFileOnlyButton</property>
1477 <child internal-child="entry">
1478 <widget class="GtkEntry" id="comboboxentry-entry3">
1479 </widget>
1480 </child>
1481 </widget>
1482 </child>
1483 </widget> 1389 </widget>
1484 <packing> 1390 <packing>
1485 <property name="left_attach">1</property> 1391 <property name="top_attach">1</property>
1486 <property name="right_attach">2</property> 1392 <property name="bottom_attach">2</property>
1487 <property name="top_attach">4</property> 1393 <property name="x_options">GTK_FILL</property>
1488 <property name="bottom_attach">5</property>
1489 <property name="y_options"></property> 1394 <property name="y_options"></property>
1490 </packing> 1395 </packing>
1491 </child> 1396 </child>
1492 <child> 1397 <child>
1493 <widget class="GtkLabel" id="label150"> 1398 <widget class="GtkLabel" id="anonymityUploadLabel">
1494 <property name="visible">True</property> 1399 <property name="visible">True</property>
1495 <property name="xalign">0</property> 1400 <property name="xalign">0</property>
1496 <property name="xpad">5</property> 1401 <property name="xpad">5</property>
1497 <property name="label" translatable="yes">_Priority:</property> 1402 <property name="label" translatable="yes">_Anonymity:</property>
1498 <property name="use_underline">True</property> 1403 <property name="use_underline">True</property>
1499 <property name="mnemonic_widget">contentPrioritySpinButton</property> 1404 <property name="mnemonic_widget">uploadAnonymityLevelSpinButton</property>
1500 </widget> 1405 </widget>
1501 <packing> 1406 <packing>
1502 <property name="top_attach">3</property> 1407 <property name="top_attach">2</property>
1503 <property name="bottom_attach">4</property> 1408 <property name="bottom_attach">3</property>
1504 <property name="x_options">GTK_FILL</property> 1409 <property name="x_options">GTK_FILL</property>
1505 <property name="y_options"></property> 1410 <property name="y_options"></property>
1506 </packing> 1411 </packing>
1507 </child> 1412 </child>
1508 <child> 1413 <child>
1509 <widget class="GtkLabel" id="uploadFilenameLabel"> 1414 <widget class="GtkRadioButton" id="scopeRecursiveButton">
1510 <property name="visible">True</property> 1415 <property name="visible">True</property>
1511 <property name="xalign">0</property> 1416 <property name="can_focus">True</property>
1512 <property name="xpad">5</property> 1417 <property name="tooltip" translatable="yes">Recursively publish an entire directory tree</property>
1513 <property name="label" translatable="yes">_Filename:</property> 1418 <property name="label" translatable="yes">_Recursive (for entire directories)</property>
1514 <property name="use_underline">True</property> 1419 <property name="use_underline">True</property>
1515 <property name="justify">GTK_JUSTIFY_CENTER</property> 1420 <property name="response_id">0</property>
1516 <property name="mnemonic_widget">uploadFilenameComboBoxEntry</property> 1421 <property name="draw_indicator">True</property>
1517 </widget> 1422 </widget>
1518 <packing> 1423 <packing>
1519 <property name="top_attach">4</property> 1424 <property name="left_attach">2</property>
1520 <property name="bottom_attach">5</property> 1425 <property name="right_attach">3</property>
1426 <property name="top_attach">1</property>
1427 <property name="bottom_attach">2</property>
1521 <property name="x_options">GTK_FILL</property> 1428 <property name="x_options">GTK_FILL</property>
1522 <property name="y_options"></property> 1429 <property name="y_options"></property>
1523 </packing> 1430 </packing>
1524 </child> 1431 </child>
1525 <child> 1432 <child>
1526 <widget class="GtkButton" id="fsinsertuploadbutton"> 1433 <widget class="GtkSpinButton" id="uploadAnonymityLevelSpinButton">
1527 <property name="visible">True</property> 1434 <property name="visible">True</property>
1528 <property name="sensitive">False</property>
1529 <property name="can_focus">True</property> 1435 <property name="can_focus">True</property>
1530 <property name="tooltip" translatable="yes">Share the specified file with the selected options (you will then be prompted to enter meta-data and keywords)</property> 1436 <property name="tooltip" translatable="yes">What level of sender-anonymity is desired when sharing this particular file? 0 allows direct connections (no anonymity). Higher levels require increasing amounts of cover traffic per shared block, increasing your privacy at the expense of efficiency.</property>
1531 <property name="response_id">0</property> 1437 <property name="adjustment">1 0 10000 1 10 10</property>
1532 <signal name="clicked" handler="on_fsinsertuploadbutton_clicked_"/> 1438 <property name="climb_rate">1</property>
1533 <child> 1439 <property name="numeric">True</property>
1534 <widget class="GtkHBox" id="hbox55"> 1440 <signal name="value_changed" handler="on_anonymity_spin_changed_"/>
1535 <property name="visible">True</property>
1536 <property name="spacing">2</property>
1537 <child>
1538 <widget class="GtkImage" id="image42">
1539 <property name="visible">True</property>
1540 <property name="stock">gtk-go-up</property>
1541 </widget>
1542 <packing>
1543 <property name="expand">False</property>
1544 <property name="fill">False</property>
1545 </packing>
1546 </child>
1547 <child>
1548 <widget class="GtkLabel" id="label137">
1549 <property name="visible">True</property>
1550 <property name="label" translatable="yes">Pub_lish</property>
1551 <property name="use_underline">True</property>
1552 </widget>
1553 <packing>
1554 <property name="expand">False</property>
1555 <property name="fill">False</property>
1556 <property name="position">1</property>
1557 </packing>
1558 </child>
1559 </widget>
1560 </child>
1561 </widget> 1441 </widget>
1562 <packing> 1442 <packing>
1563 <property name="left_attach">2</property> 1443 <property name="left_attach">1</property>
1564 <property name="right_attach">3</property> 1444 <property name="right_attach">2</property>
1565 <property name="top_attach">5</property> 1445 <property name="top_attach">2</property>
1566 <property name="bottom_attach">6</property> 1446 <property name="bottom_attach">3</property>
1567 <property name="x_options">GTK_FILL</property> 1447 <property name="x_options">GTK_FILL</property>
1568 <property name="y_options"></property> 1448 <property name="y_options"></property>
1569 </packing> 1449 </packing>
@@ -1622,121 +1502,241 @@ This release fixes downloads of files from directories. The previous version ha
1622 </packing> 1502 </packing>
1623 </child> 1503 </child>
1624 <child> 1504 <child>
1625 <widget class="GtkSpinButton" id="uploadAnonymityLevelSpinButton"> 1505 <widget class="GtkButton" id="fsinsertuploadbutton">
1626 <property name="visible">True</property> 1506 <property name="visible">True</property>
1507 <property name="sensitive">False</property>
1627 <property name="can_focus">True</property> 1508 <property name="can_focus">True</property>
1628 <property name="tooltip" translatable="yes">What level of sender-anonymity is desired when sharing this particular file? 0 allows direct connections (no anonymity). Higher levels require increasing amounts of cover traffic per shared block, increasing your privacy at the expense of efficiency.</property> 1509 <property name="tooltip" translatable="yes">Share the specified file with the selected options (you will then be prompted to enter meta-data and keywords)</property>
1629 <property name="adjustment">1 0 10000 1 10 10</property> 1510 <property name="response_id">0</property>
1630 <property name="climb_rate">1</property> 1511 <signal name="clicked" handler="on_fsinsertuploadbutton_clicked_"/>
1631 <property name="numeric">True</property> 1512 <child>
1632 <signal name="value_changed" handler="on_anonymity_spin_changed_"/> 1513 <widget class="GtkHBox" id="hbox55">
1514 <property name="visible">True</property>
1515 <property name="spacing">2</property>
1516 <child>
1517 <widget class="GtkImage" id="image42">
1518 <property name="visible">True</property>
1519 <property name="stock">gtk-go-up</property>
1520 </widget>
1521 <packing>
1522 <property name="expand">False</property>
1523 <property name="fill">False</property>
1524 </packing>
1525 </child>
1526 <child>
1527 <widget class="GtkLabel" id="label137">
1528 <property name="visible">True</property>
1529 <property name="label" translatable="yes">Pub_lish</property>
1530 <property name="use_underline">True</property>
1531 </widget>
1532 <packing>
1533 <property name="expand">False</property>
1534 <property name="fill">False</property>
1535 <property name="position">1</property>
1536 </packing>
1537 </child>
1538 </widget>
1539 </child>
1633 </widget> 1540 </widget>
1634 <packing> 1541 <packing>
1635 <property name="left_attach">1</property> 1542 <property name="left_attach">2</property>
1636 <property name="right_attach">2</property> 1543 <property name="right_attach">3</property>
1637 <property name="top_attach">2</property> 1544 <property name="top_attach">5</property>
1638 <property name="bottom_attach">3</property> 1545 <property name="bottom_attach">6</property>
1639 <property name="x_options">GTK_FILL</property> 1546 <property name="x_options">GTK_FILL</property>
1640 <property name="y_options"></property> 1547 <property name="y_options"></property>
1641 </packing> 1548 </packing>
1642 </child> 1549 </child>
1643 <child> 1550 <child>
1644 <widget class="GtkRadioButton" id="scopeRecursiveButton"> 1551 <widget class="GtkLabel" id="uploadFilenameLabel">
1645 <property name="visible">True</property> 1552 <property name="visible">True</property>
1646 <property name="can_focus">True</property> 1553 <property name="xalign">0</property>
1647 <property name="tooltip" translatable="yes">Recursively publish an entire directory tree</property> 1554 <property name="xpad">5</property>
1648 <property name="label" translatable="yes">_Recursive (for entire directories)</property> 1555 <property name="label" translatable="yes">_Filename:</property>
1649 <property name="use_underline">True</property> 1556 <property name="use_underline">True</property>
1650 <property name="response_id">0</property> 1557 <property name="justify">GTK_JUSTIFY_CENTER</property>
1651 <property name="draw_indicator">True</property> 1558 <property name="mnemonic_widget">uploadFilenameComboBoxEntry</property>
1652 </widget> 1559 </widget>
1653 <packing> 1560 <packing>
1654 <property name="left_attach">2</property> 1561 <property name="top_attach">4</property>
1655 <property name="right_attach">3</property> 1562 <property name="bottom_attach">5</property>
1656 <property name="top_attach">1</property>
1657 <property name="bottom_attach">2</property>
1658 <property name="x_options">GTK_FILL</property> 1563 <property name="x_options">GTK_FILL</property>
1659 <property name="y_options"></property> 1564 <property name="y_options"></property>
1660 </packing> 1565 </packing>
1661 </child> 1566 </child>
1662 <child> 1567 <child>
1663 <widget class="GtkLabel" id="anonymityUploadLabel"> 1568 <widget class="GtkLabel" id="label150">
1664 <property name="visible">True</property> 1569 <property name="visible">True</property>
1665 <property name="xalign">0</property> 1570 <property name="xalign">0</property>
1666 <property name="xpad">5</property> 1571 <property name="xpad">5</property>
1667 <property name="label" translatable="yes">_Anonymity:</property> 1572 <property name="label" translatable="yes">_Priority:</property>
1668 <property name="use_underline">True</property> 1573 <property name="use_underline">True</property>
1669 <property name="mnemonic_widget">uploadAnonymityLevelSpinButton</property> 1574 <property name="mnemonic_widget">contentPrioritySpinButton</property>
1670 </widget> 1575 </widget>
1671 <packing> 1576 <packing>
1672 <property name="top_attach">2</property> 1577 <property name="top_attach">3</property>
1673 <property name="bottom_attach">3</property> 1578 <property name="bottom_attach">4</property>
1674 <property name="x_options">GTK_FILL</property> 1579 <property name="x_options">GTK_FILL</property>
1675 <property name="y_options"></property> 1580 <property name="y_options"></property>
1676 </packing> 1581 </packing>
1677 </child> 1582 </child>
1678 <child> 1583 <child>
1679 <widget class="GtkLabel" id="scopeLabel"> 1584 <widget class="GtkAlignment" id="uploadFilenameAlignment">
1680 <property name="visible">True</property> 1585 <property name="visible">True</property>
1681 <property name="xalign">0</property> 1586 <child>
1682 <property name="xpad">5</property> 1587 <widget class="GtkComboBoxEntry" id="uploadFilenameComboBoxEntry">
1683 <property name="label" translatable="yes">Scope:</property> 1588 <property name="visible">True</property>
1684 <property name="use_underline">True</property> 1589 <property name="can_focus">True</property>
1685 <property name="mnemonic_widget">scopeFileOnlyButton</property> 1590 <signal name="changed" handler="on_uploadFilenameComboBoxEntry_changed_"/>
1591 <child internal-child="entry">
1592 <widget class="GtkEntry" id="comboboxentry-entry3">
1593 </widget>
1594 </child>
1595 </widget>
1596 </child>
1686 </widget> 1597 </widget>
1687 <packing> 1598 <packing>
1688 <property name="top_attach">1</property> 1599 <property name="left_attach">1</property>
1689 <property name="bottom_attach">2</property> 1600 <property name="right_attach">2</property>
1690 <property name="x_options">GTK_FILL</property> 1601 <property name="top_attach">4</property>
1602 <property name="bottom_attach">5</property>
1691 <property name="y_options"></property> 1603 <property name="y_options"></property>
1692 </packing> 1604 </packing>
1693 </child> 1605 </child>
1694 <child> 1606 <child>
1695 <widget class="GtkRadioButton" id="insertButton"> 1607 <widget class="GtkButton" id="mainFileSharingInsertBrowseButton">
1696 <property name="visible">True</property> 1608 <property name="visible">True</property>
1697 <property name="can_focus">True</property> 1609 <property name="can_focus">True</property>
1698 <property name="tooltip" translatable="yes">Inserting a file means that an encrypted copy will be added to the GNUnet database. Without the proper key (which is not stored in plaintext anywhere) the file cannot be decrypted. Use this option for small files, files that will be modified soon, files that maybe moved or if you are afraid that an adversary may detect the file in plaintext on your machine (after compromising your machine).</property> 1610 <property name="tooltip" translatable="yes">Browse local computer for files (or directories) to publish</property>
1699 <property name="label" translatable="yes">I_nsert</property>
1700 <property name="use_underline">True</property>
1701 <property name="response_id">0</property> 1611 <property name="response_id">0</property>
1702 <property name="draw_indicator">True</property> 1612 <signal name="clicked" handler="on_mainFileSharingInsertBrowseButton_clicked_" object="fsinsertfilenamecombo"/>
1703 <property name="group">indexbutton</property> 1613 <child>
1614 <widget class="GtkHBox" id="hbox60">
1615 <property name="visible">True</property>
1616 <property name="spacing">2</property>
1617 <child>
1618 <widget class="GtkImage" id="image46">
1619 <property name="visible">True</property>
1620 <property name="stock">gtk-open</property>
1621 </widget>
1622 <packing>
1623 <property name="expand">False</property>
1624 <property name="fill">False</property>
1625 </packing>
1626 </child>
1627 <child>
1628 <widget class="GtkLabel" id="label143">
1629 <property name="visible">True</property>
1630 <property name="label" translatable="yes">_Browse</property>
1631 <property name="use_underline">True</property>
1632 </widget>
1633 <packing>
1634 <property name="expand">False</property>
1635 <property name="fill">False</property>
1636 <property name="position">1</property>
1637 </packing>
1638 </child>
1639 </widget>
1640 </child>
1704 </widget> 1641 </widget>
1705 <packing> 1642 <packing>
1706 <property name="left_attach">2</property> 1643 <property name="left_attach">2</property>
1707 <property name="right_attach">3</property> 1644 <property name="right_attach">3</property>
1645 <property name="top_attach">4</property>
1646 <property name="bottom_attach">5</property>
1708 <property name="x_options">GTK_FILL</property> 1647 <property name="x_options">GTK_FILL</property>
1709 <property name="y_options"></property> 1648 <property name="y_options"></property>
1710 </packing> 1649 </packing>
1711 </child> 1650 </child>
1712 <child> 1651 <child>
1713 <widget class="GtkRadioButton" id="indexbutton"> 1652 <widget class="GtkRadioButton" id="scopeFileOnlyButton">
1714 <property name="visible">True</property> 1653 <property name="visible">True</property>
1715 <property name="can_focus">True</property> 1654 <property name="can_focus">True</property>
1716 <property name="tooltip" translatable="yes">Indexing will avoid copying the file into the GNUnet database. Instead, GNUnet will try to add a symbolic link to the specified file. If that fails, a copy of the file will be created. Indexing should be used if the local machine is unlikely to ever be compromised by an adversary and if the uploaded file will not be modified or moved in the future. Indexing is more efficient than insertion.</property> 1655 <property name="tooltip" translatable="yes">Only publish a single file</property>
1717 <property name="label" translatable="yes">Inde_x</property> 1656 <property name="label" translatable="yes">File onl_y</property>
1718 <property name="use_underline">True</property> 1657 <property name="use_underline">True</property>
1719 <property name="response_id">0</property> 1658 <property name="response_id">0</property>
1720 <property name="active">True</property> 1659 <property name="active">True</property>
1721 <property name="draw_indicator">True</property> 1660 <property name="draw_indicator">True</property>
1661 <property name="group">scopeRecursiveButton</property>
1722 </widget> 1662 </widget>
1723 <packing> 1663 <packing>
1724 <property name="left_attach">1</property> 1664 <property name="left_attach">1</property>
1725 <property name="right_attach">2</property> 1665 <property name="right_attach">2</property>
1666 <property name="top_attach">1</property>
1667 <property name="bottom_attach">2</property>
1726 <property name="x_options">GTK_FILL</property> 1668 <property name="x_options">GTK_FILL</property>
1727 <property name="y_options"></property> 1669 <property name="y_options"></property>
1728 </packing> 1670 </packing>
1729 </child> 1671 </child>
1730 <child> 1672 <child>
1731 <widget class="GtkLabel" id="methodLabel"> 1673 <widget class="GtkSpinButton" id="contentPrioritySpinButton">
1674 <property name="width_request">94</property>
1732 <property name="visible">True</property> 1675 <property name="visible">True</property>
1733 <property name="xalign">0</property> 1676 <property name="can_focus">True</property>
1734 <property name="xpad">5</property> 1677 <property name="tooltip" translatable="yes">How important is the file (used to prioritize data in the local datastore).</property>
1735 <property name="label" translatable="yes">Method:</property> 1678 <property name="adjustment">1000 0 100000000 50 500 500</property>
1736 <property name="use_underline">True</property> 1679 <property name="climb_rate">500</property>
1737 <property name="mnemonic_widget">indexbutton</property> 1680 <property name="numeric">True</property>
1681 </widget>
1682 <packing>
1683 <property name="left_attach">1</property>
1684 <property name="right_attach">2</property>
1685 <property name="top_attach">3</property>
1686 <property name="bottom_attach">4</property>
1687 <property name="x_options">GTK_FILL</property>
1688 <property name="y_options"></property>
1689 </packing>
1690 </child>
1691 <child>
1692 <widget class="GtkCheckButton" id="doExtractCheckButton">
1693 <property name="visible">True</property>
1694 <property name="can_focus">True</property>
1695 <property name="tooltip" translatable="yes">Controls if GNUnet should (automatically) extract metadata for files. If unchecked, the default metadata for the upload will only contain the filename. If checked, GNU libextractor will be used to provide additional metadata (such as thumbnails). The option only applies when a directory is uploaded. For individual files, GNU libextractor is always used (you will have a chance to edit the extracted metadata in a dialog).</property>
1696 <property name="response_id">0</property>
1697 <property name="active">True</property>
1698 <property name="draw_indicator">True</property>
1699 <child>
1700 <widget class="GtkAlignment" id="alignment24">
1701 <property name="visible">True</property>
1702 <property name="xscale">0</property>
1703 <property name="yscale">0</property>
1704 <child>
1705 <widget class="GtkHBox" id="hbox66">
1706 <property name="visible">True</property>
1707 <property name="spacing">2</property>
1708 <child>
1709 <widget class="GtkImage" id="image49">
1710 <property name="visible">True</property>
1711 <property name="stock">gtk-index</property>
1712 </widget>
1713 <packing>
1714 <property name="expand">False</property>
1715 <property name="fill">False</property>
1716 </packing>
1717 </child>
1718 <child>
1719 <widget class="GtkLabel" id="label151">
1720 <property name="visible">True</property>
1721 <property name="label" translatable="yes">Use libextractor for files in directories</property>
1722 <property name="use_underline">True</property>
1723 </widget>
1724 <packing>
1725 <property name="expand">False</property>
1726 <property name="fill">False</property>
1727 <property name="position">1</property>
1728 </packing>
1729 </child>
1730 </widget>
1731 </child>
1732 </widget>
1733 </child>
1738 </widget> 1734 </widget>
1739 <packing> 1735 <packing>
1736 <property name="left_attach">2</property>
1737 <property name="right_attach">3</property>
1738 <property name="top_attach">3</property>
1739 <property name="bottom_attach">4</property>
1740 <property name="x_options">GTK_FILL</property> 1740 <property name="x_options">GTK_FILL</property>
1741 <property name="y_options"></property> 1741 <property name="y_options"></property>
1742 </packing> 1742 </packing>
@@ -2796,8 +2796,8 @@ Press ENTER to add the data.</atkproperty>
2796 <property name="response_id">-5</property> 2796 <property name="response_id">-5</property>
2797 <signal name="clicked" handler="gtk_widget_destroy" object="metaDisplayDialog"/> 2797 <signal name="clicked" handler="gtk_widget_destroy" object="metaDisplayDialog"/>
2798 <signal name="activate" handler="gtk_widget_destroy" object="metaDisplayDialog"/> 2798 <signal name="activate" handler="gtk_widget_destroy" object="metaDisplayDialog"/>
2799 <accelerator key="Return" modifiers="" signal="activate"/>
2800 <accelerator key="Escape" modifiers="" signal="activate"/> 2799 <accelerator key="Escape" modifiers="" signal="activate"/>
2800 <accelerator key="Return" modifiers="" signal="activate"/>
2801 </widget> 2801 </widget>
2802 </child> 2802 </child>
2803 </widget> 2803 </widget>