aboutsummaryrefslogtreecommitdiff
path: root/gnunet-gtk.glade
diff options
context:
space:
mode:
Diffstat (limited to 'gnunet-gtk.glade')
-rw-r--r--gnunet-gtk.glade732
1 files changed, 365 insertions, 367 deletions
diff --git a/gnunet-gtk.glade b/gnunet-gtk.glade
index e82e17f0..92ae6006 100644
--- a/gnunet-gtk.glade
+++ b/gnunet-gtk.glade
@@ -597,7 +597,6 @@ This release adds context-menus (right-click) which allow copying the URI of sea
597 <property name="homogeneous">True</property> 597 <property name="homogeneous">True</property>
598 <child> 598 <child>
599 <widget class="GtkButton" id="cancelSearchButton"> 599 <widget class="GtkButton" id="cancelSearchButton">
600 <property name="visible">True</property>
601 <property name="sensitive">False</property> 600 <property name="sensitive">False</property>
602 <property name="can_focus">True</property> 601 <property name="can_focus">True</property>
603 <property name="tooltip" translatable="yes">Cancel the selected search</property> 602 <property name="tooltip" translatable="yes">Cancel the selected search</property>
@@ -666,6 +665,107 @@ This release adds context-menus (right-click) which allow copying the URI of sea
666 <placeholder/> 665 <placeholder/>
667 </child> 666 </child>
668 <child> 667 <child>
668 <widget class="GtkVBox" id="vbox8">
669 <property name="visible">True</property>
670 <property name="homogeneous">True</property>
671 <child>
672 <widget class="GtkButton" id="abortDownloadButton">
673 <property name="visible">True</property>
674 <property name="sensitive">False</property>
675 <property name="can_focus">True</property>
676 <property name="tooltip" translatable="yes">Cancel the selected download (and all sub-downloads) and delete incomplete downloads.</property>
677 <property name="label">gtk-delete</property>
678 <property name="use_stock">True</property>
679 <property name="response_id">0</property>
680 <signal name="clicked" handler="on_abortDownloadButton_clicked_"/>
681 </widget>
682 <packing>
683 <property name="fill">False</property>
684 </packing>
685 </child>
686 <child>
687 <widget class="GtkButton" id="stopDownloadButton">
688 <property name="visible">True</property>
689 <property name="sensitive">False</property>
690 <property name="can_focus">True</property>
691 <property name="tooltip" translatable="yes">Stop the selected download (and all sub-downloads) and remove them from the list. This will NOT cause the deletion of files from incomplete downloads.</property>
692 <property name="label">gtk-stop</property>
693 <property name="use_stock">True</property>
694 <property name="response_id">0</property>
695 <signal name="clicked" handler="on_stopDownloadButton_clicked_"/>
696 </widget>
697 <packing>
698 <property name="fill">False</property>
699 <property name="position">1</property>
700 </packing>
701 </child>
702 <child>
703 <widget class="GtkButton" id="clearCompletedDownloadsButton">
704 <property name="visible">True</property>
705 <property name="can_focus">True</property>
706 <property name="tooltip" translatable="yes">Clear completed downloads from the download list</property>
707 <property name="response_id">0</property>
708 <signal name="clicked" handler="on_clearCompletedDownloadsButton_clicked_"/>
709 <child>
710 <widget class="GtkHBox" id="hbox26">
711 <property name="visible">True</property>
712 <property name="spacing">2</property>
713 <child>
714 <widget class="GtkImage" id="image15">
715 <property name="visible">True</property>
716 <property name="stock">gtk-clear</property>
717 </widget>
718 <packing>
719 <property name="expand">False</property>
720 <property name="fill">False</property>
721 </packing>
722 </child>
723 <child>
724 <widget class="GtkLabel" id="label14">
725 <property name="visible">True</property>
726 <property name="label" translatable="yes">_Clean</property>
727 <property name="use_underline">True</property>
728 </widget>
729 <packing>
730 <property name="expand">False</property>
731 <property name="fill">False</property>
732 <property name="position">1</property>
733 </packing>
734 </child>
735 </widget>
736 </child>
737 </widget>
738 <packing>
739 <property name="fill">False</property>
740 <property name="position">2</property>
741 </packing>
742 </child>
743 </widget>
744 <packing>
745 <property name="left_attach">1</property>
746 <property name="right_attach">2</property>
747 <property name="x_options"></property>
748 <property name="x_padding">5</property>
749 </packing>
750 </child>
751 <child>
752 <widget class="GtkScrolledWindow" id="scrolledwindow10">
753 <property name="visible">True</property>
754 <property name="can_focus">True</property>
755 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
756 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
757 <property name="shadow_type">GTK_SHADOW_IN</property>
758 <child>
759 <widget class="GtkTreeView" id="activeDownloadsList">
760 <property name="visible">True</property>
761 <property name="can_focus">True</property>
762 <property name="reorderable">True</property>
763 <property name="rules_hint">True</property>
764 </widget>
765 </child>
766 </widget>
767 </child>
768 <child>
669 <widget class="GtkHBox" id="hbox24"> 769 <widget class="GtkHBox" id="hbox24">
670 <property name="visible">True</property> 770 <property name="visible">True</property>
671 <child> 771 <child>
@@ -779,107 +879,6 @@ This release adds context-menus (right-click) which allow copying the URI of sea
779 <property name="y_padding">5</property> 879 <property name="y_padding">5</property>
780 </packing> 880 </packing>
781 </child> 881 </child>
782 <child>
783 <widget class="GtkScrolledWindow" id="scrolledwindow10">
784 <property name="visible">True</property>
785 <property name="can_focus">True</property>
786 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
787 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
788 <property name="shadow_type">GTK_SHADOW_IN</property>
789 <child>
790 <widget class="GtkTreeView" id="activeDownloadsList">
791 <property name="visible">True</property>
792 <property name="can_focus">True</property>
793 <property name="reorderable">True</property>
794 <property name="rules_hint">True</property>
795 </widget>
796 </child>
797 </widget>
798 </child>
799 <child>
800 <widget class="GtkVBox" id="vbox8">
801 <property name="visible">True</property>
802 <property name="homogeneous">True</property>
803 <child>
804 <widget class="GtkButton" id="abortDownloadButton">
805 <property name="visible">True</property>
806 <property name="sensitive">False</property>
807 <property name="can_focus">True</property>
808 <property name="tooltip" translatable="yes">Cancel the selected download (and all sub-downloads)</property>
809 <property name="label">gtk-cancel</property>
810 <property name="use_stock">True</property>
811 <property name="response_id">0</property>
812 <signal name="clicked" handler="on_abortDownloadButton_clicked_"/>
813 </widget>
814 <packing>
815 <property name="fill">False</property>
816 </packing>
817 </child>
818 <child>
819 <widget class="GtkButton" id="stopDownloadButton">
820 <property name="visible">True</property>
821 <property name="sensitive">False</property>
822 <property name="can_focus">True</property>
823 <property name="tooltip" translatable="yes">Cancel the selected download (and all sub-downloads) and remove them from the list</property>
824 <property name="label">gtk-stop</property>
825 <property name="use_stock">True</property>
826 <property name="response_id">0</property>
827 <signal name="clicked" handler="on_stopDownloadButton_clicked_"/>
828 </widget>
829 <packing>
830 <property name="fill">False</property>
831 <property name="position">1</property>
832 </packing>
833 </child>
834 <child>
835 <widget class="GtkButton" id="clearCompletedDownloadsButton">
836 <property name="visible">True</property>
837 <property name="can_focus">True</property>
838 <property name="tooltip" translatable="yes">Clear completed downloads from the download list</property>
839 <property name="response_id">0</property>
840 <signal name="clicked" handler="on_clearCompletedDownloadsButton_clicked_"/>
841 <child>
842 <widget class="GtkHBox" id="hbox26">
843 <property name="visible">True</property>
844 <property name="spacing">2</property>
845 <child>
846 <widget class="GtkImage" id="image15">
847 <property name="visible">True</property>
848 <property name="stock">gtk-clear</property>
849 </widget>
850 <packing>
851 <property name="expand">False</property>
852 <property name="fill">False</property>
853 </packing>
854 </child>
855 <child>
856 <widget class="GtkLabel" id="label14">
857 <property name="visible">True</property>
858 <property name="label" translatable="yes">_Clean</property>
859 <property name="use_underline">True</property>
860 </widget>
861 <packing>
862 <property name="expand">False</property>
863 <property name="fill">False</property>
864 <property name="position">1</property>
865 </packing>
866 </child>
867 </widget>
868 </child>
869 </widget>
870 <packing>
871 <property name="fill">False</property>
872 <property name="position">2</property>
873 </packing>
874 </child>
875 </widget>
876 <packing>
877 <property name="left_attach">1</property>
878 <property name="right_attach">2</property>
879 <property name="x_options"></property>
880 <property name="x_padding">5</property>
881 </packing>
882 </child>
883 </widget> 882 </widget>
884 </child> 883 </child>
885 <child> 884 <child>
@@ -929,7 +928,6 @@ This release adds context-menus (right-click) which allow copying the URI of sea
929 <property name="homogeneous">True</property> 928 <property name="homogeneous">True</property>
930 <child> 929 <child>
931 <widget class="GtkButton" id="cancelUploadButton"> 930 <widget class="GtkButton" id="cancelUploadButton">
932 <property name="visible">True</property>
933 <property name="sensitive">False</property> 931 <property name="sensitive">False</property>
934 <property name="can_focus">True</property> 932 <property name="can_focus">True</property>
935 <property name="tooltip" translatable="yes">Cancel the selected upload (and all sub-uploads)</property> 933 <property name="tooltip" translatable="yes">Cancel the selected upload (and all sub-uploads)</property>
@@ -1314,241 +1312,121 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1314 <placeholder/> 1312 <placeholder/>
1315 </child> 1313 </child>
1316 <child> 1314 <child>
1317 <widget class="GtkCheckButton" id="doExtractCheckButton"> 1315 <widget class="GtkLabel" id="methodLabel">
1318 <property name="visible">True</property>
1319 <property name="can_focus">True</property>
1320 <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>
1321 <property name="response_id">0</property>
1322 <property name="active">True</property>
1323 <property name="draw_indicator">True</property>
1324 <child>
1325 <widget class="GtkAlignment" id="alignment24">
1326 <property name="visible">True</property>
1327 <property name="xscale">0</property>
1328 <property name="yscale">0</property>
1329 <child>
1330 <widget class="GtkHBox" id="hbox66">
1331 <property name="visible">True</property>
1332 <property name="spacing">2</property>
1333 <child>
1334 <widget class="GtkImage" id="image49">
1335 <property name="visible">True</property>
1336 <property name="stock">gtk-index</property>
1337 </widget>
1338 <packing>
1339 <property name="expand">False</property>
1340 <property name="fill">False</property>
1341 </packing>
1342 </child>
1343 <child>
1344 <widget class="GtkLabel" id="label151">
1345 <property name="visible">True</property>
1346 <property name="label" translatable="yes">Use libextractor for files in directories</property>
1347 <property name="use_underline">True</property>
1348 </widget>
1349 <packing>
1350 <property name="expand">False</property>
1351 <property name="fill">False</property>
1352 <property name="position">1</property>
1353 </packing>
1354 </child>
1355 </widget>
1356 </child>
1357 </widget>
1358 </child>
1359 </widget>
1360 <packing>
1361 <property name="left_attach">2</property>
1362 <property name="right_attach">3</property>
1363 <property name="top_attach">3</property>
1364 <property name="bottom_attach">4</property>
1365 <property name="x_options">GTK_FILL</property>
1366 <property name="y_options"></property>
1367 </packing>
1368 </child>
1369 <child>
1370 <widget class="GtkSpinButton" id="contentPrioritySpinButton">
1371 <property name="width_request">94</property>
1372 <property name="visible">True</property> 1316 <property name="visible">True</property>
1373 <property name="can_focus">True</property> 1317 <property name="xalign">0</property>
1374 <property name="tooltip" translatable="yes">How important is the file (used to prioritize data in the local datastore).</property> 1318 <property name="xpad">5</property>
1375 <property name="adjustment">1000 0 100000000 50 500 500</property> 1319 <property name="label" translatable="yes">Method:</property>
1376 <property name="climb_rate">500</property> 1320 <property name="use_underline">True</property>
1377 <property name="numeric">True</property> 1321 <property name="mnemonic_widget">indexbutton</property>
1378 </widget> 1322 </widget>
1379 <packing> 1323 <packing>
1380 <property name="left_attach">1</property>
1381 <property name="right_attach">2</property>
1382 <property name="top_attach">3</property>
1383 <property name="bottom_attach">4</property>
1384 <property name="x_options">GTK_FILL</property> 1324 <property name="x_options">GTK_FILL</property>
1385 <property name="y_options"></property> 1325 <property name="y_options"></property>
1386 </packing> 1326 </packing>
1387 </child> 1327 </child>
1388 <child> 1328 <child>
1389 <widget class="GtkRadioButton" id="scopeFileOnlyButton"> 1329 <widget class="GtkRadioButton" id="indexbutton">
1390 <property name="visible">True</property> 1330 <property name="visible">True</property>
1391 <property name="can_focus">True</property> 1331 <property name="can_focus">True</property>
1392 <property name="tooltip" translatable="yes">Only publish a single file</property> 1332 <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>
1393 <property name="label" translatable="yes">File onl_y</property> 1333 <property name="label" translatable="yes">Inde_x</property>
1394 <property name="use_underline">True</property> 1334 <property name="use_underline">True</property>
1395 <property name="response_id">0</property> 1335 <property name="response_id">0</property>
1396 <property name="active">True</property> 1336 <property name="active">True</property>
1397 <property name="draw_indicator">True</property> 1337 <property name="draw_indicator">True</property>
1398 <property name="group">scopeRecursiveButton</property>
1399 </widget> 1338 </widget>
1400 <packing> 1339 <packing>
1401 <property name="left_attach">1</property> 1340 <property name="left_attach">1</property>
1402 <property name="right_attach">2</property> 1341 <property name="right_attach">2</property>
1403 <property name="top_attach">1</property>
1404 <property name="bottom_attach">2</property>
1405 <property name="x_options">GTK_FILL</property> 1342 <property name="x_options">GTK_FILL</property>
1406 <property name="y_options"></property> 1343 <property name="y_options"></property>
1407 </packing> 1344 </packing>
1408 </child> 1345 </child>
1409 <child> 1346 <child>
1410 <widget class="GtkButton" id="mainFileSharingInsertBrowseButton"> 1347 <widget class="GtkRadioButton" id="insertButton">
1411 <property name="visible">True</property> 1348 <property name="visible">True</property>
1412 <property name="can_focus">True</property> 1349 <property name="can_focus">True</property>
1413 <property name="tooltip" translatable="yes">Browse local computer for files (or directories) to publish</property> 1350 <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>
1351 <property name="label" translatable="yes">I_nsert</property>
1352 <property name="use_underline">True</property>
1414 <property name="response_id">0</property> 1353 <property name="response_id">0</property>
1415 <signal name="clicked" handler="on_mainFileSharingInsertBrowseButton_clicked_" object="fsinsertfilenamecombo"/> 1354 <property name="draw_indicator">True</property>
1416 <child> 1355 <property name="group">indexbutton</property>
1417 <widget class="GtkHBox" id="hbox60">
1418 <property name="visible">True</property>
1419 <property name="spacing">2</property>
1420 <child>
1421 <widget class="GtkImage" id="image46">
1422 <property name="visible">True</property>
1423 <property name="stock">gtk-open</property>
1424 </widget>
1425 <packing>
1426 <property name="expand">False</property>
1427 <property name="fill">False</property>
1428 </packing>
1429 </child>
1430 <child>
1431 <widget class="GtkLabel" id="label143">
1432 <property name="visible">True</property>
1433 <property name="label" translatable="yes">_Browse</property>
1434 <property name="use_underline">True</property>
1435 </widget>
1436 <packing>
1437 <property name="expand">False</property>
1438 <property name="fill">False</property>
1439 <property name="position">1</property>
1440 </packing>
1441 </child>
1442 </widget>
1443 </child>
1444 </widget> 1356 </widget>
1445 <packing> 1357 <packing>
1446 <property name="left_attach">2</property> 1358 <property name="left_attach">2</property>
1447 <property name="right_attach">3</property> 1359 <property name="right_attach">3</property>
1448 <property name="top_attach">4</property>
1449 <property name="bottom_attach">5</property>
1450 <property name="x_options">GTK_FILL</property> 1360 <property name="x_options">GTK_FILL</property>
1451 <property name="y_options"></property> 1361 <property name="y_options"></property>
1452 </packing> 1362 </packing>
1453 </child> 1363 </child>
1454 <child> 1364 <child>
1455 <widget class="GtkAlignment" id="uploadFilenameAlignment"> 1365 <widget class="GtkLabel" id="scopeLabel">
1456 <property name="visible">True</property> 1366 <property name="visible">True</property>
1457 <child> 1367 <property name="xalign">0</property>
1458 <widget class="GtkComboBoxEntry" id="uploadFilenameComboBoxEntry"> 1368 <property name="xpad">5</property>
1459 <property name="visible">True</property> 1369 <property name="label" translatable="yes">Scope:</property>
1460 <property name="can_focus">True</property> 1370 <property name="use_underline">True</property>
1461 <signal name="changed" handler="on_uploadFilenameComboBoxEntry_changed_"/> 1371 <property name="mnemonic_widget">scopeFileOnlyButton</property>
1462 <child internal-child="entry">
1463 <widget class="GtkEntry" id="comboboxentry-entry3">
1464 </widget>
1465 </child>
1466 </widget>
1467 </child>
1468 </widget> 1372 </widget>
1469 <packing> 1373 <packing>
1470 <property name="left_attach">1</property> 1374 <property name="top_attach">1</property>
1471 <property name="right_attach">2</property> 1375 <property name="bottom_attach">2</property>
1472 <property name="top_attach">4</property> 1376 <property name="x_options">GTK_FILL</property>
1473 <property name="bottom_attach">5</property>
1474 <property name="y_options"></property> 1377 <property name="y_options"></property>
1475 </packing> 1378 </packing>
1476 </child> 1379 </child>
1477 <child> 1380 <child>
1478 <widget class="GtkLabel" id="label150"> 1381 <widget class="GtkLabel" id="anonymityUploadLabel">
1479 <property name="visible">True</property> 1382 <property name="visible">True</property>
1480 <property name="xalign">0</property> 1383 <property name="xalign">0</property>
1481 <property name="xpad">5</property> 1384 <property name="xpad">5</property>
1482 <property name="label" translatable="yes">_Priority:</property> 1385 <property name="label" translatable="yes">_Anonymity:</property>
1483 <property name="use_underline">True</property> 1386 <property name="use_underline">True</property>
1484 <property name="mnemonic_widget">contentPrioritySpinButton</property> 1387 <property name="mnemonic_widget">uploadAnonymityLevelSpinButton</property>
1485 </widget> 1388 </widget>
1486 <packing> 1389 <packing>
1487 <property name="top_attach">3</property> 1390 <property name="top_attach">2</property>
1488 <property name="bottom_attach">4</property> 1391 <property name="bottom_attach">3</property>
1489 <property name="x_options">GTK_FILL</property> 1392 <property name="x_options">GTK_FILL</property>
1490 <property name="y_options"></property> 1393 <property name="y_options"></property>
1491 </packing> 1394 </packing>
1492 </child> 1395 </child>
1493 <child> 1396 <child>
1494 <widget class="GtkLabel" id="uploadFilenameLabel"> 1397 <widget class="GtkRadioButton" id="scopeRecursiveButton">
1495 <property name="visible">True</property> 1398 <property name="visible">True</property>
1496 <property name="xalign">0</property> 1399 <property name="can_focus">True</property>
1497 <property name="xpad">5</property> 1400 <property name="tooltip" translatable="yes">Recursively publish an entire directory tree</property>
1498 <property name="label" translatable="yes">_Filename:</property> 1401 <property name="label" translatable="yes">_Recursive (for entire directories)</property>
1499 <property name="use_underline">True</property> 1402 <property name="use_underline">True</property>
1500 <property name="justify">GTK_JUSTIFY_CENTER</property> 1403 <property name="response_id">0</property>
1501 <property name="mnemonic_widget">uploadFilenameComboBoxEntry</property> 1404 <property name="draw_indicator">True</property>
1502 </widget> 1405 </widget>
1503 <packing> 1406 <packing>
1504 <property name="top_attach">4</property> 1407 <property name="left_attach">2</property>
1505 <property name="bottom_attach">5</property> 1408 <property name="right_attach">3</property>
1409 <property name="top_attach">1</property>
1410 <property name="bottom_attach">2</property>
1506 <property name="x_options">GTK_FILL</property> 1411 <property name="x_options">GTK_FILL</property>
1507 <property name="y_options"></property> 1412 <property name="y_options"></property>
1508 </packing> 1413 </packing>
1509 </child> 1414 </child>
1510 <child> 1415 <child>
1511 <widget class="GtkButton" id="fsinsertuploadbutton"> 1416 <widget class="GtkSpinButton" id="uploadAnonymityLevelSpinButton">
1512 <property name="visible">True</property> 1417 <property name="visible">True</property>
1513 <property name="sensitive">False</property>
1514 <property name="can_focus">True</property> 1418 <property name="can_focus">True</property>
1515 <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> 1419 <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>
1516 <property name="response_id">0</property> 1420 <property name="adjustment">1 0 10000 1 10 10</property>
1517 <signal name="clicked" handler="on_fsinsertuploadbutton_clicked_"/> 1421 <property name="climb_rate">1</property>
1518 <child> 1422 <property name="numeric">True</property>
1519 <widget class="GtkHBox" id="hbox55"> 1423 <signal name="value_changed" handler="on_anonymity_spin_changed_"/>
1520 <property name="visible">True</property>
1521 <property name="spacing">2</property>
1522 <child>
1523 <widget class="GtkImage" id="image42">
1524 <property name="visible">True</property>
1525 <property name="stock">gtk-go-up</property>
1526 </widget>
1527 <packing>
1528 <property name="expand">False</property>
1529 <property name="fill">False</property>
1530 </packing>
1531 </child>
1532 <child>
1533 <widget class="GtkLabel" id="label137">
1534 <property name="visible">True</property>
1535 <property name="label" translatable="yes">Pub_lish</property>
1536 <property name="use_underline">True</property>
1537 </widget>
1538 <packing>
1539 <property name="expand">False</property>
1540 <property name="fill">False</property>
1541 <property name="position">1</property>
1542 </packing>
1543 </child>
1544 </widget>
1545 </child>
1546 </widget> 1424 </widget>
1547 <packing> 1425 <packing>
1548 <property name="left_attach">2</property> 1426 <property name="left_attach">1</property>
1549 <property name="right_attach">3</property> 1427 <property name="right_attach">2</property>
1550 <property name="top_attach">5</property> 1428 <property name="top_attach">2</property>
1551 <property name="bottom_attach">6</property> 1429 <property name="bottom_attach">3</property>
1552 <property name="x_options">GTK_FILL</property> 1430 <property name="x_options">GTK_FILL</property>
1553 <property name="y_options"></property> 1431 <property name="y_options"></property>
1554 </packing> 1432 </packing>
@@ -1607,121 +1485,241 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1607 </packing> 1485 </packing>
1608 </child> 1486 </child>
1609 <child> 1487 <child>
1610 <widget class="GtkSpinButton" id="uploadAnonymityLevelSpinButton"> 1488 <widget class="GtkButton" id="fsinsertuploadbutton">
1611 <property name="visible">True</property> 1489 <property name="visible">True</property>
1490 <property name="sensitive">False</property>
1612 <property name="can_focus">True</property> 1491 <property name="can_focus">True</property>
1613 <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> 1492 <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>
1614 <property name="adjustment">1 0 10000 1 10 10</property> 1493 <property name="response_id">0</property>
1615 <property name="climb_rate">1</property> 1494 <signal name="clicked" handler="on_fsinsertuploadbutton_clicked_"/>
1616 <property name="numeric">True</property> 1495 <child>
1617 <signal name="value_changed" handler="on_anonymity_spin_changed_"/> 1496 <widget class="GtkHBox" id="hbox55">
1497 <property name="visible">True</property>
1498 <property name="spacing">2</property>
1499 <child>
1500 <widget class="GtkImage" id="image42">
1501 <property name="visible">True</property>
1502 <property name="stock">gtk-go-up</property>
1503 </widget>
1504 <packing>
1505 <property name="expand">False</property>
1506 <property name="fill">False</property>
1507 </packing>
1508 </child>
1509 <child>
1510 <widget class="GtkLabel" id="label137">
1511 <property name="visible">True</property>
1512 <property name="label" translatable="yes">Pub_lish</property>
1513 <property name="use_underline">True</property>
1514 </widget>
1515 <packing>
1516 <property name="expand">False</property>
1517 <property name="fill">False</property>
1518 <property name="position">1</property>
1519 </packing>
1520 </child>
1521 </widget>
1522 </child>
1618 </widget> 1523 </widget>
1619 <packing> 1524 <packing>
1620 <property name="left_attach">1</property> 1525 <property name="left_attach">2</property>
1621 <property name="right_attach">2</property> 1526 <property name="right_attach">3</property>
1622 <property name="top_attach">2</property> 1527 <property name="top_attach">5</property>
1623 <property name="bottom_attach">3</property> 1528 <property name="bottom_attach">6</property>
1624 <property name="x_options">GTK_FILL</property> 1529 <property name="x_options">GTK_FILL</property>
1625 <property name="y_options"></property> 1530 <property name="y_options"></property>
1626 </packing> 1531 </packing>
1627 </child> 1532 </child>
1628 <child> 1533 <child>
1629 <widget class="GtkRadioButton" id="scopeRecursiveButton"> 1534 <widget class="GtkLabel" id="uploadFilenameLabel">
1630 <property name="visible">True</property> 1535 <property name="visible">True</property>
1631 <property name="can_focus">True</property> 1536 <property name="xalign">0</property>
1632 <property name="tooltip" translatable="yes">Recursively publish an entire directory tree</property> 1537 <property name="xpad">5</property>
1633 <property name="label" translatable="yes">_Recursive (for entire directories)</property> 1538 <property name="label" translatable="yes">_Filename:</property>
1634 <property name="use_underline">True</property> 1539 <property name="use_underline">True</property>
1635 <property name="response_id">0</property> 1540 <property name="justify">GTK_JUSTIFY_CENTER</property>
1636 <property name="draw_indicator">True</property> 1541 <property name="mnemonic_widget">uploadFilenameComboBoxEntry</property>
1637 </widget> 1542 </widget>
1638 <packing> 1543 <packing>
1639 <property name="left_attach">2</property> 1544 <property name="top_attach">4</property>
1640 <property name="right_attach">3</property> 1545 <property name="bottom_attach">5</property>
1641 <property name="top_attach">1</property>
1642 <property name="bottom_attach">2</property>
1643 <property name="x_options">GTK_FILL</property> 1546 <property name="x_options">GTK_FILL</property>
1644 <property name="y_options"></property> 1547 <property name="y_options"></property>
1645 </packing> 1548 </packing>
1646 </child> 1549 </child>
1647 <child> 1550 <child>
1648 <widget class="GtkLabel" id="anonymityUploadLabel"> 1551 <widget class="GtkLabel" id="label150">
1649 <property name="visible">True</property> 1552 <property name="visible">True</property>
1650 <property name="xalign">0</property> 1553 <property name="xalign">0</property>
1651 <property name="xpad">5</property> 1554 <property name="xpad">5</property>
1652 <property name="label" translatable="yes">_Anonymity:</property> 1555 <property name="label" translatable="yes">_Priority:</property>
1653 <property name="use_underline">True</property> 1556 <property name="use_underline">True</property>
1654 <property name="mnemonic_widget">uploadAnonymityLevelSpinButton</property> 1557 <property name="mnemonic_widget">contentPrioritySpinButton</property>
1655 </widget> 1558 </widget>
1656 <packing> 1559 <packing>
1657 <property name="top_attach">2</property> 1560 <property name="top_attach">3</property>
1658 <property name="bottom_attach">3</property> 1561 <property name="bottom_attach">4</property>
1659 <property name="x_options">GTK_FILL</property> 1562 <property name="x_options">GTK_FILL</property>
1660 <property name="y_options"></property> 1563 <property name="y_options"></property>
1661 </packing> 1564 </packing>
1662 </child> 1565 </child>
1663 <child> 1566 <child>
1664 <widget class="GtkLabel" id="scopeLabel"> 1567 <widget class="GtkAlignment" id="uploadFilenameAlignment">
1665 <property name="visible">True</property> 1568 <property name="visible">True</property>
1666 <property name="xalign">0</property> 1569 <child>
1667 <property name="xpad">5</property> 1570 <widget class="GtkComboBoxEntry" id="uploadFilenameComboBoxEntry">
1668 <property name="label" translatable="yes">Scope:</property> 1571 <property name="visible">True</property>
1669 <property name="use_underline">True</property> 1572 <property name="can_focus">True</property>
1670 <property name="mnemonic_widget">scopeFileOnlyButton</property> 1573 <signal name="changed" handler="on_uploadFilenameComboBoxEntry_changed_"/>
1574 <child internal-child="entry">
1575 <widget class="GtkEntry" id="comboboxentry-entry3">
1576 </widget>
1577 </child>
1578 </widget>
1579 </child>
1671 </widget> 1580 </widget>
1672 <packing> 1581 <packing>
1673 <property name="top_attach">1</property> 1582 <property name="left_attach">1</property>
1674 <property name="bottom_attach">2</property> 1583 <property name="right_attach">2</property>
1675 <property name="x_options">GTK_FILL</property> 1584 <property name="top_attach">4</property>
1585 <property name="bottom_attach">5</property>
1676 <property name="y_options"></property> 1586 <property name="y_options"></property>
1677 </packing> 1587 </packing>
1678 </child> 1588 </child>
1679 <child> 1589 <child>
1680 <widget class="GtkRadioButton" id="insertButton"> 1590 <widget class="GtkButton" id="mainFileSharingInsertBrowseButton">
1681 <property name="visible">True</property> 1591 <property name="visible">True</property>
1682 <property name="can_focus">True</property> 1592 <property name="can_focus">True</property>
1683 <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> 1593 <property name="tooltip" translatable="yes">Browse local computer for files (or directories) to publish</property>
1684 <property name="label" translatable="yes">I_nsert</property>
1685 <property name="use_underline">True</property>
1686 <property name="response_id">0</property> 1594 <property name="response_id">0</property>
1687 <property name="draw_indicator">True</property> 1595 <signal name="clicked" handler="on_mainFileSharingInsertBrowseButton_clicked_" object="fsinsertfilenamecombo"/>
1688 <property name="group">indexbutton</property> 1596 <child>
1597 <widget class="GtkHBox" id="hbox60">
1598 <property name="visible">True</property>
1599 <property name="spacing">2</property>
1600 <child>
1601 <widget class="GtkImage" id="image46">
1602 <property name="visible">True</property>
1603 <property name="stock">gtk-open</property>
1604 </widget>
1605 <packing>
1606 <property name="expand">False</property>
1607 <property name="fill">False</property>
1608 </packing>
1609 </child>
1610 <child>
1611 <widget class="GtkLabel" id="label143">
1612 <property name="visible">True</property>
1613 <property name="label" translatable="yes">_Browse</property>
1614 <property name="use_underline">True</property>
1615 </widget>
1616 <packing>
1617 <property name="expand">False</property>
1618 <property name="fill">False</property>
1619 <property name="position">1</property>
1620 </packing>
1621 </child>
1622 </widget>
1623 </child>
1689 </widget> 1624 </widget>
1690 <packing> 1625 <packing>
1691 <property name="left_attach">2</property> 1626 <property name="left_attach">2</property>
1692 <property name="right_attach">3</property> 1627 <property name="right_attach">3</property>
1628 <property name="top_attach">4</property>
1629 <property name="bottom_attach">5</property>
1693 <property name="x_options">GTK_FILL</property> 1630 <property name="x_options">GTK_FILL</property>
1694 <property name="y_options"></property> 1631 <property name="y_options"></property>
1695 </packing> 1632 </packing>
1696 </child> 1633 </child>
1697 <child> 1634 <child>
1698 <widget class="GtkRadioButton" id="indexbutton"> 1635 <widget class="GtkRadioButton" id="scopeFileOnlyButton">
1699 <property name="visible">True</property> 1636 <property name="visible">True</property>
1700 <property name="can_focus">True</property> 1637 <property name="can_focus">True</property>
1701 <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> 1638 <property name="tooltip" translatable="yes">Only publish a single file</property>
1702 <property name="label" translatable="yes">Inde_x</property> 1639 <property name="label" translatable="yes">File onl_y</property>
1703 <property name="use_underline">True</property> 1640 <property name="use_underline">True</property>
1704 <property name="response_id">0</property> 1641 <property name="response_id">0</property>
1705 <property name="active">True</property> 1642 <property name="active">True</property>
1706 <property name="draw_indicator">True</property> 1643 <property name="draw_indicator">True</property>
1644 <property name="group">scopeRecursiveButton</property>
1707 </widget> 1645 </widget>
1708 <packing> 1646 <packing>
1709 <property name="left_attach">1</property> 1647 <property name="left_attach">1</property>
1710 <property name="right_attach">2</property> 1648 <property name="right_attach">2</property>
1649 <property name="top_attach">1</property>
1650 <property name="bottom_attach">2</property>
1711 <property name="x_options">GTK_FILL</property> 1651 <property name="x_options">GTK_FILL</property>
1712 <property name="y_options"></property> 1652 <property name="y_options"></property>
1713 </packing> 1653 </packing>
1714 </child> 1654 </child>
1715 <child> 1655 <child>
1716 <widget class="GtkLabel" id="methodLabel"> 1656 <widget class="GtkSpinButton" id="contentPrioritySpinButton">
1657 <property name="width_request">94</property>
1717 <property name="visible">True</property> 1658 <property name="visible">True</property>
1718 <property name="xalign">0</property> 1659 <property name="can_focus">True</property>
1719 <property name="xpad">5</property> 1660 <property name="tooltip" translatable="yes">How important is the file (used to prioritize data in the local datastore).</property>
1720 <property name="label" translatable="yes">Method:</property> 1661 <property name="adjustment">1000 0 100000000 50 500 500</property>
1721 <property name="use_underline">True</property> 1662 <property name="climb_rate">500</property>
1722 <property name="mnemonic_widget">indexbutton</property> 1663 <property name="numeric">True</property>
1723 </widget> 1664 </widget>
1724 <packing> 1665 <packing>
1666 <property name="left_attach">1</property>
1667 <property name="right_attach">2</property>
1668 <property name="top_attach">3</property>
1669 <property name="bottom_attach">4</property>
1670 <property name="x_options">GTK_FILL</property>
1671 <property name="y_options"></property>
1672 </packing>
1673 </child>
1674 <child>
1675 <widget class="GtkCheckButton" id="doExtractCheckButton">
1676 <property name="visible">True</property>
1677 <property name="can_focus">True</property>
1678 <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>
1679 <property name="response_id">0</property>
1680 <property name="active">True</property>
1681 <property name="draw_indicator">True</property>
1682 <child>
1683 <widget class="GtkAlignment" id="alignment24">
1684 <property name="visible">True</property>
1685 <property name="xscale">0</property>
1686 <property name="yscale">0</property>
1687 <child>
1688 <widget class="GtkHBox" id="hbox66">
1689 <property name="visible">True</property>
1690 <property name="spacing">2</property>
1691 <child>
1692 <widget class="GtkImage" id="image49">
1693 <property name="visible">True</property>
1694 <property name="stock">gtk-index</property>
1695 </widget>
1696 <packing>
1697 <property name="expand">False</property>
1698 <property name="fill">False</property>
1699 </packing>
1700 </child>
1701 <child>
1702 <widget class="GtkLabel" id="label151">
1703 <property name="visible">True</property>
1704 <property name="label" translatable="yes">Use libextractor for files in directories</property>
1705 <property name="use_underline">True</property>
1706 </widget>
1707 <packing>
1708 <property name="expand">False</property>
1709 <property name="fill">False</property>
1710 <property name="position">1</property>
1711 </packing>
1712 </child>
1713 </widget>
1714 </child>
1715 </widget>
1716 </child>
1717 </widget>
1718 <packing>
1719 <property name="left_attach">2</property>
1720 <property name="right_attach">3</property>
1721 <property name="top_attach">3</property>
1722 <property name="bottom_attach">4</property>
1725 <property name="x_options">GTK_FILL</property> 1723 <property name="x_options">GTK_FILL</property>
1726 <property name="y_options"></property> 1724 <property name="y_options"></property>
1727 </packing> 1725 </packing>
@@ -2119,51 +2117,6 @@ This release adds context-menus (right-click) which allow copying the URI of sea
2119 <placeholder/> 2117 <placeholder/>
2120 </child> 2118 </child>
2121 <child> 2119 <child>
2122 <widget class="GtkLabel" id="label1">
2123 <property name="visible">True</property>
2124 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2125 <property name="label" translatable="yes">_Room Name</property>
2126 <property name="use_underline">True</property>
2127 <property name="mnemonic_widget">chatRoomNameEntry</property>
2128 </widget>
2129 </child>
2130 <child>
2131 <widget class="GtkLabel" id="label4">
2132 <property name="visible">True</property>
2133 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2134 <property name="label" translatable="yes">_Moniker</property>
2135 <property name="use_underline">True</property>
2136 </widget>
2137 <packing>
2138 <property name="left_attach">1</property>
2139 <property name="right_attach">2</property>
2140 </packing>
2141 </child>
2142 <child>
2143 <widget class="GtkEntry" id="chatRoomNameEntry">
2144 <property name="visible">True</property>
2145 <property name="can_focus">True</property>
2146 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2147 </widget>
2148 <packing>
2149 <property name="top_attach">1</property>
2150 <property name="bottom_attach">2</property>
2151 </packing>
2152 </child>
2153 <child>
2154 <widget class="GtkEntry" id="chatRoomMonikerEntry">
2155 <property name="visible">True</property>
2156 <property name="can_focus">True</property>
2157 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2158 </widget>
2159 <packing>
2160 <property name="left_attach">1</property>
2161 <property name="right_attach">2</property>
2162 <property name="top_attach">1</property>
2163 <property name="bottom_attach">2</property>
2164 </packing>
2165 </child>
2166 <child>
2167 <widget class="GtkButton" id="on_chat_room_name_button"> 2120 <widget class="GtkButton" id="on_chat_room_name_button">
2168 <property name="visible">True</property> 2121 <property name="visible">True</property>
2169 <property name="can_focus">True</property> 2122 <property name="can_focus">True</property>
@@ -2209,6 +2162,51 @@ This release adds context-menus (right-click) which allow copying the URI of sea
2209 <property name="y_options"></property> 2162 <property name="y_options"></property>
2210 </packing> 2163 </packing>
2211 </child> 2164 </child>
2165 <child>
2166 <widget class="GtkEntry" id="chatRoomMonikerEntry">
2167 <property name="visible">True</property>
2168 <property name="can_focus">True</property>
2169 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2170 </widget>
2171 <packing>
2172 <property name="left_attach">1</property>
2173 <property name="right_attach">2</property>
2174 <property name="top_attach">1</property>
2175 <property name="bottom_attach">2</property>
2176 </packing>
2177 </child>
2178 <child>
2179 <widget class="GtkEntry" id="chatRoomNameEntry">
2180 <property name="visible">True</property>
2181 <property name="can_focus">True</property>
2182 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2183 </widget>
2184 <packing>
2185 <property name="top_attach">1</property>
2186 <property name="bottom_attach">2</property>
2187 </packing>
2188 </child>
2189 <child>
2190 <widget class="GtkLabel" id="label4">
2191 <property name="visible">True</property>
2192 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2193 <property name="label" translatable="yes">_Moniker</property>
2194 <property name="use_underline">True</property>
2195 </widget>
2196 <packing>
2197 <property name="left_attach">1</property>
2198 <property name="right_attach">2</property>
2199 </packing>
2200 </child>
2201 <child>
2202 <widget class="GtkLabel" id="label1">
2203 <property name="visible">True</property>
2204 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2205 <property name="label" translatable="yes">_Room Name</property>
2206 <property name="use_underline">True</property>
2207 <property name="mnemonic_widget">chatRoomNameEntry</property>
2208 </widget>
2209 </child>
2212 </widget> 2210 </widget>
2213 <packing> 2211 <packing>
2214 <property name="expand">False</property> 2212 <property name="expand">False</property>
@@ -2880,8 +2878,8 @@ Press ENTER to add the data.</atkproperty>
2880 <property name="response_id">-5</property> 2878 <property name="response_id">-5</property>
2881 <signal name="clicked" handler="gtk_widget_destroy" object="metaDisplayDialog"/> 2879 <signal name="clicked" handler="gtk_widget_destroy" object="metaDisplayDialog"/>
2882 <signal name="activate" handler="gtk_widget_destroy" object="metaDisplayDialog"/> 2880 <signal name="activate" handler="gtk_widget_destroy" object="metaDisplayDialog"/>
2883 <accelerator key="Return" modifiers="" signal="activate"/>
2884 <accelerator key="Escape" modifiers="" signal="activate"/> 2881 <accelerator key="Escape" modifiers="" signal="activate"/>
2882 <accelerator key="Return" modifiers="" signal="activate"/>
2885 </widget> 2883 </widget>
2886 </child> 2884 </child>
2887 </widget> 2885 </widget>