aboutsummaryrefslogtreecommitdiff
path: root/gnunet-gtk.glade
diff options
context:
space:
mode:
Diffstat (limited to 'gnunet-gtk.glade')
-rw-r--r--gnunet-gtk.glade753
1 files changed, 392 insertions, 361 deletions
diff --git a/gnunet-gtk.glade b/gnunet-gtk.glade
index 92ae6006..68abb6a9 100644
--- a/gnunet-gtk.glade
+++ b/gnunet-gtk.glade
@@ -665,87 +665,118 @@ This release adds context-menus (right-click) which allow copying the URI of sea
665 <placeholder/> 665 <placeholder/>
666 </child> 666 </child>
667 <child> 667 <child>
668 <widget class="GtkVBox" id="vbox8"> 668 <widget class="GtkHBox" id="hbox24">
669 <property name="visible">True</property> 669 <property name="visible">True</property>
670 <property name="homogeneous">True</property>
671 <child> 670 <child>
672 <widget class="GtkButton" id="abortDownloadButton"> 671 <widget class="GtkLabel" id="fs_status_URI_label">
673 <property name="visible">True</property> 672 <property name="visible">True</property>
674 <property name="sensitive">False</property>
675 <property name="can_focus">True</property> 673 <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> 674 <property name="xpad">5</property>
677 <property name="label">gtk-delete</property> 675 <property name="label" translatable="yes">_Enter URI:</property>
678 <property name="use_stock">True</property> 676 <property name="use_underline">True</property>
679 <property name="response_id">0</property> 677 <property name="selectable">True</property>
680 <signal name="clicked" handler="on_abortDownloadButton_clicked_"/> 678 <property name="mnemonic_widget">statusDownloadURIEntry</property>
681 </widget> 679 </widget>
682 <packing> 680 <packing>
681 <property name="expand">False</property>
683 <property name="fill">False</property> 682 <property name="fill">False</property>
684 </packing> 683 </packing>
685 </child> 684 </child>
686 <child> 685 <child>
687 <widget class="GtkButton" id="stopDownloadButton"> 686 <widget class="GtkEntry" id="statusDownloadURIEntry">
688 <property name="visible">True</property> 687 <property name="visible">True</property>
689 <property name="sensitive">False</property>
690 <property name="can_focus">True</property> 688 <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> 689 <property name="has_focus">True</property>
692 <property name="label">gtk-stop</property> 690 <property name="activates_default">True</property>
693 <property name="use_stock">True</property> 691 <property name="text">gnunet://ecrs/</property>
694 <property name="response_id">0</property>
695 <signal name="clicked" handler="on_stopDownloadButton_clicked_"/>
696 </widget> 692 </widget>
697 <packing> 693 <packing>
698 <property name="fill">False</property> 694 <property name="padding">5</property>
699 <property name="position">1</property> 695 <property name="position">1</property>
700 </packing> 696 </packing>
701 </child> 697 </child>
702 <child> 698 <child>
703 <widget class="GtkButton" id="clearCompletedDownloadsButton"> 699 <widget class="GtkButton" id="fs_status_download_button">
704 <property name="visible">True</property> 700 <property name="visible">True</property>
705 <property name="can_focus">True</property> 701 <property name="can_focus">True</property>
706 <property name="tooltip" translatable="yes">Clear completed downloads from the download list</property> 702 <property name="tooltip" translatable="yes">Download the content specified by the URI</property>
707 <property name="response_id">0</property> 703 <property name="response_id">0</property>
708 <signal name="clicked" handler="on_clearCompletedDownloadsButton_clicked_"/>
709 <child> 704 <child>
710 <widget class="GtkHBox" id="hbox26"> 705 <widget class="GtkAlignment" id="alignment9">
711 <property name="visible">True</property> 706 <property name="visible">True</property>
712 <property name="spacing">2</property> 707 <property name="xscale">0</property>
713 <child> 708 <property name="yscale">0</property>
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> 709 <child>
724 <widget class="GtkLabel" id="label14"> 710 <widget class="GtkHBox" id="hbox25">
725 <property name="visible">True</property> 711 <property name="visible">True</property>
726 <property name="label" translatable="yes">_Clean</property> 712 <property name="spacing">2</property>
727 <property name="use_underline">True</property> 713 <child>
714 <widget class="GtkImage" id="image14">
715 <property name="visible">True</property>
716 <property name="stock">gtk-go-down</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="label12">
725 <property name="visible">True</property>
726 <property name="label" translatable="yes">D_ownload</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>
728 </widget> 735 </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> 736 </child>
735 </widget> 737 </widget>
736 </child> 738 </child>
737 </widget> 739 </widget>
738 <packing> 740 <packing>
741 <property name="expand">False</property>
739 <property name="fill">False</property> 742 <property name="fill">False</property>
740 <property name="position">2</property> 743 <property name="position">2</property>
741 </packing> 744 </packing>
742 </child> 745 </child>
746 <child>
747 <widget class="GtkLabel" id="label13">
748 <property name="visible">True</property>
749 <property name="xpad">3</property>
750 <property name="label" translatable="yes">with _anonymity</property>
751 <property name="use_underline">True</property>
752 <property name="mnemonic_widget">fsstatusAnonymitySpin</property>
753 </widget>
754 <packing>
755 <property name="expand">False</property>
756 <property name="fill">False</property>
757 <property name="position">3</property>
758 </packing>
759 </child>
760 <child>
761 <widget class="GtkSpinButton" id="fsstatusAnonymitySpin">
762 <property name="visible">True</property>
763 <property name="can_focus">True</property>
764 <property name="adjustment">1 0 999999 1 10 10</property>
765 <property name="climb_rate">1</property>
766 <property name="numeric">True</property>
767 </widget>
768 <packing>
769 <property name="expand">False</property>
770 <property name="fill">False</property>
771 <property name="position">4</property>
772 </packing>
773 </child>
743 </widget> 774 </widget>
744 <packing> 775 <packing>
745 <property name="left_attach">1</property> 776 <property name="top_attach">1</property>
746 <property name="right_attach">2</property> 777 <property name="bottom_attach">2</property>
747 <property name="x_options"></property> 778 <property name="y_options"></property>
748 <property name="x_padding">5</property> 779 <property name="y_padding">5</property>
749 </packing> 780 </packing>
750 </child> 781 </child>
751 <child> 782 <child>
@@ -766,54 +797,60 @@ This release adds context-menus (right-click) which allow copying the URI of sea
766 </widget> 797 </widget>
767 </child> 798 </child>
768 <child> 799 <child>
769 <widget class="GtkHBox" id="hbox24"> 800 <widget class="GtkVBox" id="vbox8">
770 <property name="visible">True</property> 801 <property name="visible">True</property>
802 <property name="homogeneous">True</property>
771 <child> 803 <child>
772 <widget class="GtkLabel" id="fs_status_URI_label"> 804 <widget class="GtkButton" id="abortDownloadButton">
773 <property name="visible">True</property> 805 <property name="visible">True</property>
806 <property name="sensitive">False</property>
774 <property name="can_focus">True</property> 807 <property name="can_focus">True</property>
775 <property name="xpad">5</property> 808 <property name="tooltip" translatable="yes">Cancel the selected download (and all sub-downloads) and delete incomplete downloads.</property>
776 <property name="label" translatable="yes">_Enter URI:</property> 809 <property name="label">gtk-delete</property>
777 <property name="use_underline">True</property> 810 <property name="use_stock">True</property>
778 <property name="selectable">True</property> 811 <property name="response_id">0</property>
779 <property name="mnemonic_widget">statusDownloadURIEntry</property> 812 <signal name="clicked" handler="on_abortDownloadButton_clicked_"/>
780 </widget> 813 </widget>
781 <packing> 814 <packing>
782 <property name="expand">False</property>
783 <property name="fill">False</property> 815 <property name="fill">False</property>
784 </packing> 816 </packing>
785 </child> 817 </child>
786 <child> 818 <child>
787 <widget class="GtkEntry" id="statusDownloadURIEntry"> 819 <widget class="GtkButton" id="stopDownloadButton">
788 <property name="visible">True</property> 820 <property name="visible">True</property>
821 <property name="sensitive">False</property>
789 <property name="can_focus">True</property> 822 <property name="can_focus">True</property>
790 <property name="has_focus">True</property> 823 <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>
791 <property name="activates_default">True</property> 824 <property name="label">gtk-stop</property>
792 <property name="text">gnunet://ecrs/</property> 825 <property name="use_stock">True</property>
826 <property name="response_id">0</property>
827 <signal name="clicked" handler="on_stopDownloadButton_clicked_"/>
793 </widget> 828 </widget>
794 <packing> 829 <packing>
830 <property name="fill">False</property>
795 <property name="position">1</property> 831 <property name="position">1</property>
796 </packing> 832 </packing>
797 </child> 833 </child>
798 <child> 834 <child>
799 <widget class="GtkButton" id="fs_status_download_button"> 835 <widget class="GtkButton" id="clearCompletedDownloadsButton">
800 <property name="visible">True</property> 836 <property name="visible">True</property>
801 <property name="can_focus">True</property> 837 <property name="can_focus">True</property>
802 <property name="tooltip" translatable="yes">Download the content specified by the URI</property> 838 <property name="tooltip" translatable="yes">Clear completed downloads from the download list</property>
803 <property name="response_id">0</property> 839 <property name="response_id">0</property>
840 <signal name="clicked" handler="on_clearCompletedDownloadsButton_clicked_"/>
804 <child> 841 <child>
805 <widget class="GtkAlignment" id="alignment9"> 842 <widget class="GtkAlignment" id="alignment3">
806 <property name="visible">True</property> 843 <property name="visible">True</property>
844 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
807 <property name="xscale">0</property> 845 <property name="xscale">0</property>
808 <property name="yscale">0</property>
809 <child> 846 <child>
810 <widget class="GtkHBox" id="hbox25"> 847 <widget class="GtkHBox" id="hbox4">
811 <property name="visible">True</property> 848 <property name="visible">True</property>
812 <property name="spacing">2</property> 849 <property name="spacing">2</property>
813 <child> 850 <child>
814 <widget class="GtkImage" id="image14"> 851 <widget class="GtkImage" id="image3">
815 <property name="visible">True</property> 852 <property name="visible">True</property>
816 <property name="stock">gtk-go-down</property> 853 <property name="stock">gtk-clear</property>
817 </widget> 854 </widget>
818 <packing> 855 <packing>
819 <property name="expand">False</property> 856 <property name="expand">False</property>
@@ -821,9 +858,9 @@ This release adds context-menus (right-click) which allow copying the URI of sea
821 </packing> 858 </packing>
822 </child> 859 </child>
823 <child> 860 <child>
824 <widget class="GtkLabel" id="label12"> 861 <widget class="GtkLabel" id="label5">
825 <property name="visible">True</property> 862 <property name="visible">True</property>
826 <property name="label" translatable="yes">D_ownload</property> 863 <property name="label" translatable="yes">_Clean</property>
827 <property name="use_underline">True</property> 864 <property name="use_underline">True</property>
828 </widget> 865 </widget>
829 <packing> 866 <packing>
@@ -843,40 +880,12 @@ This release adds context-menus (right-click) which allow copying the URI of sea
843 <property name="position">2</property> 880 <property name="position">2</property>
844 </packing> 881 </packing>
845 </child> 882 </child>
846 <child>
847 <widget class="GtkLabel" id="label13">
848 <property name="visible">True</property>
849 <property name="xpad">3</property>
850 <property name="label" translatable="yes">with _anonymity</property>
851 <property name="use_underline">True</property>
852 <property name="mnemonic_widget">fsstatusAnonymitySpin</property>
853 </widget>
854 <packing>
855 <property name="expand">False</property>
856 <property name="fill">False</property>
857 <property name="position">3</property>
858 </packing>
859 </child>
860 <child>
861 <widget class="GtkSpinButton" id="fsstatusAnonymitySpin">
862 <property name="visible">True</property>
863 <property name="can_focus">True</property>
864 <property name="adjustment">1 0 999999 1 10 10</property>
865 <property name="climb_rate">1</property>
866 <property name="numeric">True</property>
867 </widget>
868 <packing>
869 <property name="expand">False</property>
870 <property name="fill">False</property>
871 <property name="position">4</property>
872 </packing>
873 </child>
874 </widget> 883 </widget>
875 <packing> 884 <packing>
876 <property name="top_attach">1</property> 885 <property name="left_attach">1</property>
877 <property name="bottom_attach">2</property> 886 <property name="right_attach">2</property>
878 <property name="y_options"></property> 887 <property name="x_options"></property>
879 <property name="y_padding">5</property> 888 <property name="x_padding">5</property>
880 </packing> 889 </packing>
881 </child> 890 </child>
882 </widget> 891 </widget>
@@ -966,30 +975,37 @@ This release adds context-menus (right-click) which allow copying the URI of sea
966 <property name="response_id">0</property> 975 <property name="response_id">0</property>
967 <signal name="clicked" handler="on_clearCompletedUploadsButton_clicked_"/> 976 <signal name="clicked" handler="on_clearCompletedUploadsButton_clicked_"/>
968 <child> 977 <child>
969 <widget class="GtkHBox" id="hbox5"> 978 <widget class="GtkAlignment" id="alignment4">
970 <property name="visible">True</property> 979 <property name="visible">True</property>
971 <property name="spacing">2</property> 980 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
981 <property name="xscale">0</property>
972 <child> 982 <child>
973 <widget class="GtkImage" id="image4"> 983 <widget class="GtkHBox" id="hbox5">
974 <property name="visible">True</property> 984 <property name="visible">True</property>
975 <property name="stock">gtk-clear</property> 985 <property name="spacing">2</property>
986 <child>
987 <widget class="GtkImage" id="image4">
988 <property name="visible">True</property>
989 <property name="stock">gtk-clear</property>
990 </widget>
991 <packing>
992 <property name="expand">False</property>
993 <property name="fill">False</property>
994 </packing>
995 </child>
996 <child>
997 <widget class="GtkLabel" id="label2">
998 <property name="visible">True</property>
999 <property name="label" translatable="yes">_Clean</property>
1000 <property name="use_underline">True</property>
1001 </widget>
1002 <packing>
1003 <property name="expand">False</property>
1004 <property name="fill">False</property>
1005 <property name="position">1</property>
1006 </packing>
1007 </child>
976 </widget> 1008 </widget>
977 <packing>
978 <property name="expand">False</property>
979 <property name="fill">False</property>
980 </packing>
981 </child>
982 <child>
983 <widget class="GtkLabel" id="label2">
984 <property name="visible">True</property>
985 <property name="label" translatable="yes">_Clean</property>
986 <property name="use_underline">True</property>
987 </widget>
988 <packing>
989 <property name="expand">False</property>
990 <property name="fill">False</property>
991 <property name="position">1</property>
992 </packing>
993 </child> 1009 </child>
994 </widget> 1010 </widget>
995 </child> 1011 </child>
@@ -1312,115 +1328,48 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1312 <placeholder/> 1328 <placeholder/>
1313 </child> 1329 </child>
1314 <child> 1330 <child>
1315 <widget class="GtkLabel" id="methodLabel"> 1331 <widget class="GtkAlignment" id="alignment8">
1316 <property name="visible">True</property> 1332 <property name="visible">True</property>
1333 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1317 <property name="xalign">0</property> 1334 <property name="xalign">0</property>
1318 <property name="xpad">5</property> 1335 <property name="xscale">0</property>
1319 <property name="label" translatable="yes">Method:</property> 1336 <child>
1320 <property name="use_underline">True</property> 1337 <widget class="GtkSpinButton" id="contentPrioritySpinButton1">
1321 <property name="mnemonic_widget">indexbutton</property> 1338 <property name="width_request">94</property>
1322 </widget> 1339 <property name="visible">True</property>
1323 <packing> 1340 <property name="can_focus">True</property>
1324 <property name="x_options">GTK_FILL</property> 1341 <property name="tooltip" translatable="yes">How important is the file (used to prioritize data in the local datastore).</property>
1325 <property name="y_options"></property> 1342 <property name="adjustment">950 0 100000000 50 500 500</property>
1326 </packing> 1343 <property name="climb_rate">500</property>
1327 </child> 1344 <property name="numeric">True</property>
1328 <child> 1345 </widget>
1329 <widget class="GtkRadioButton" id="indexbutton"> 1346 </child>
1330 <property name="visible">True</property>
1331 <property name="can_focus">True</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>
1333 <property name="label" translatable="yes">Inde_x</property>
1334 <property name="use_underline">True</property>
1335 <property name="response_id">0</property>
1336 <property name="active">True</property>
1337 <property name="draw_indicator">True</property>
1338 </widget> 1347 </widget>
1339 <packing> 1348 <packing>
1340 <property name="left_attach">1</property> 1349 <property name="left_attach">1</property>
1341 <property name="right_attach">2</property> 1350 <property name="right_attach">2</property>
1351 <property name="top_attach">3</property>
1352 <property name="bottom_attach">4</property>
1342 <property name="x_options">GTK_FILL</property> 1353 <property name="x_options">GTK_FILL</property>
1343 <property name="y_options"></property> 1354 <property name="y_options"></property>
1344 </packing> 1355 </packing>
1345 </child> 1356 </child>
1346 <child> 1357 <child>
1347 <widget class="GtkRadioButton" id="insertButton"> 1358 <widget class="GtkAlignment" id="alignment7">
1348 <property name="visible">True</property>
1349 <property name="can_focus">True</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>
1353 <property name="response_id">0</property>
1354 <property name="draw_indicator">True</property>
1355 <property name="group">indexbutton</property>
1356 </widget>
1357 <packing>
1358 <property name="left_attach">2</property>
1359 <property name="right_attach">3</property>
1360 <property name="x_options">GTK_FILL</property>
1361 <property name="y_options"></property>
1362 </packing>
1363 </child>
1364 <child>
1365 <widget class="GtkLabel" id="scopeLabel">
1366 <property name="visible">True</property>
1367 <property name="xalign">0</property>
1368 <property name="xpad">5</property>
1369 <property name="label" translatable="yes">Scope:</property>
1370 <property name="use_underline">True</property>
1371 <property name="mnemonic_widget">scopeFileOnlyButton</property>
1372 </widget>
1373 <packing>
1374 <property name="top_attach">1</property>
1375 <property name="bottom_attach">2</property>
1376 <property name="x_options">GTK_FILL</property>
1377 <property name="y_options"></property>
1378 </packing>
1379 </child>
1380 <child>
1381 <widget class="GtkLabel" id="anonymityUploadLabel">
1382 <property name="visible">True</property> 1359 <property name="visible">True</property>
1360 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1383 <property name="xalign">0</property> 1361 <property name="xalign">0</property>
1384 <property name="xpad">5</property> 1362 <property name="xscale">0</property>
1385 <property name="label" translatable="yes">_Anonymity:</property> 1363 <child>
1386 <property name="use_underline">True</property> 1364 <widget class="GtkSpinButton" id="uploadAnonymityLevelSpinButton1">
1387 <property name="mnemonic_widget">uploadAnonymityLevelSpinButton</property> 1365 <property name="visible">True</property>
1388 </widget> 1366 <property name="can_focus">True</property>
1389 <packing> 1367 <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>
1390 <property name="top_attach">2</property> 1368 <property name="adjustment">1 0 10000 1 10 10</property>
1391 <property name="bottom_attach">3</property> 1369 <property name="climb_rate">1</property>
1392 <property name="x_options">GTK_FILL</property> 1370 <property name="numeric">True</property>
1393 <property name="y_options"></property> 1371 </widget>
1394 </packing> 1372 </child>
1395 </child>
1396 <child>
1397 <widget class="GtkRadioButton" id="scopeRecursiveButton">
1398 <property name="visible">True</property>
1399 <property name="can_focus">True</property>
1400 <property name="tooltip" translatable="yes">Recursively publish an entire directory tree</property>
1401 <property name="label" translatable="yes">_Recursive (for entire directories)</property>
1402 <property name="use_underline">True</property>
1403 <property name="response_id">0</property>
1404 <property name="draw_indicator">True</property>
1405 </widget>
1406 <packing>
1407 <property name="left_attach">2</property>
1408 <property name="right_attach">3</property>
1409 <property name="top_attach">1</property>
1410 <property name="bottom_attach">2</property>
1411 <property name="x_options">GTK_FILL</property>
1412 <property name="y_options"></property>
1413 </packing>
1414 </child>
1415 <child>
1416 <widget class="GtkSpinButton" id="uploadAnonymityLevelSpinButton">
1417 <property name="visible">True</property>
1418 <property name="can_focus">True</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>
1420 <property name="adjustment">1 0 10000 1 10 10</property>
1421 <property name="climb_rate">1</property>
1422 <property name="numeric">True</property>
1423 <signal name="value_changed" handler="on_anonymity_spin_changed_"/>
1424 </widget> 1373 </widget>
1425 <packing> 1374 <packing>
1426 <property name="left_attach">1</property> 1375 <property name="left_attach">1</property>
@@ -1432,24 +1381,24 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1432 </packing> 1381 </packing>
1433 </child> 1382 </child>
1434 <child> 1383 <child>
1435 <widget class="GtkCheckButton" id="deepIndexCheckButton"> 1384 <widget class="GtkCheckButton" id="doExtractCheckButton">
1436 <property name="visible">True</property> 1385 <property name="visible">True</property>
1437 <property name="can_focus">True</property> 1386 <property name="can_focus">True</property>
1438 <property name="tooltip" translatable="yes">Should it be possible to directly find files in the directory? If unchecked, it will only be possible for the directory itself to be found with a normal keyword search. This option only really makes a difference for uploads of directories.</property> 1387 <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>
1439 <property name="response_id">0</property> 1388 <property name="response_id">0</property>
1440 <property name="active">True</property> 1389 <property name="active">True</property>
1441 <property name="draw_indicator">True</property> 1390 <property name="draw_indicator">True</property>
1442 <child> 1391 <child>
1443 <widget class="GtkAlignment" id="alignment15"> 1392 <widget class="GtkAlignment" id="alignment24">
1444 <property name="visible">True</property> 1393 <property name="visible">True</property>
1445 <property name="xscale">0</property> 1394 <property name="xscale">0</property>
1446 <property name="yscale">0</property> 1395 <property name="yscale">0</property>
1447 <child> 1396 <child>
1448 <widget class="GtkHBox" id="hbox52"> 1397 <widget class="GtkHBox" id="hbox66">
1449 <property name="visible">True</property> 1398 <property name="visible">True</property>
1450 <property name="spacing">2</property> 1399 <property name="spacing">2</property>
1451 <child> 1400 <child>
1452 <widget class="GtkImage" id="image40"> 1401 <widget class="GtkImage" id="image49">
1453 <property name="visible">True</property> 1402 <property name="visible">True</property>
1454 <property name="stock">gtk-index</property> 1403 <property name="stock">gtk-index</property>
1455 </widget> 1404 </widget>
@@ -1459,9 +1408,9 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1459 </packing> 1408 </packing>
1460 </child> 1409 </child>
1461 <child> 1410 <child>
1462 <widget class="GtkLabel" id="label128"> 1411 <widget class="GtkLabel" id="label151">
1463 <property name="visible">True</property> 1412 <property name="visible">True</property>
1464 <property name="label" translatable="yes">Add keywords for files in directories</property> 1413 <property name="label" translatable="yes">Use libextractor for files in directories</property>
1465 <property name="use_underline">True</property> 1414 <property name="use_underline">True</property>
1466 </widget> 1415 </widget>
1467 <packing> 1416 <packing>
@@ -1478,28 +1427,48 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1478 <packing> 1427 <packing>
1479 <property name="left_attach">2</property> 1428 <property name="left_attach">2</property>
1480 <property name="right_attach">3</property> 1429 <property name="right_attach">3</property>
1481 <property name="top_attach">2</property> 1430 <property name="top_attach">3</property>
1482 <property name="bottom_attach">3</property> 1431 <property name="bottom_attach">4</property>
1483 <property name="x_options">GTK_FILL</property> 1432 <property name="x_options">GTK_FILL</property>
1484 <property name="y_options"></property> 1433 <property name="y_options"></property>
1485 </packing> 1434 </packing>
1486 </child> 1435 </child>
1487 <child> 1436 <child>
1488 <widget class="GtkButton" id="fsinsertuploadbutton"> 1437 <widget class="GtkRadioButton" id="scopeFileOnlyButton">
1489 <property name="visible">True</property> 1438 <property name="visible">True</property>
1490 <property name="sensitive">False</property>
1491 <property name="can_focus">True</property> 1439 <property name="can_focus">True</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> 1440 <property name="tooltip" translatable="yes">Only publish a single file</property>
1441 <property name="label" translatable="yes">File onl_y</property>
1442 <property name="use_underline">True</property>
1493 <property name="response_id">0</property> 1443 <property name="response_id">0</property>
1494 <signal name="clicked" handler="on_fsinsertuploadbutton_clicked_"/> 1444 <property name="active">True</property>
1445 <property name="draw_indicator">True</property>
1446 <property name="group">scopeRecursiveButton</property>
1447 </widget>
1448 <packing>
1449 <property name="left_attach">1</property>
1450 <property name="right_attach">2</property>
1451 <property name="top_attach">1</property>
1452 <property name="bottom_attach">2</property>
1453 <property name="x_options">GTK_FILL</property>
1454 <property name="y_options"></property>
1455 </packing>
1456 </child>
1457 <child>
1458 <widget class="GtkButton" id="mainFileSharingInsertBrowseButton">
1459 <property name="visible">True</property>
1460 <property name="can_focus">True</property>
1461 <property name="tooltip" translatable="yes">Browse local computer for files (or directories) to publish</property>
1462 <property name="response_id">0</property>
1463 <signal name="clicked" handler="on_mainFileSharingInsertBrowseButton_clicked_" object="fsinsertfilenamecombo"/>
1495 <child> 1464 <child>
1496 <widget class="GtkHBox" id="hbox55"> 1465 <widget class="GtkHBox" id="hbox60">
1497 <property name="visible">True</property> 1466 <property name="visible">True</property>
1498 <property name="spacing">2</property> 1467 <property name="spacing">2</property>
1499 <child> 1468 <child>
1500 <widget class="GtkImage" id="image42"> 1469 <widget class="GtkImage" id="image46">
1501 <property name="visible">True</property> 1470 <property name="visible">True</property>
1502 <property name="stock">gtk-go-up</property> 1471 <property name="stock">gtk-open</property>
1503 </widget> 1472 </widget>
1504 <packing> 1473 <packing>
1505 <property name="expand">False</property> 1474 <property name="expand">False</property>
@@ -1507,9 +1476,9 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1507 </packing> 1476 </packing>
1508 </child> 1477 </child>
1509 <child> 1478 <child>
1510 <widget class="GtkLabel" id="label137"> 1479 <widget class="GtkLabel" id="label143">
1511 <property name="visible">True</property> 1480 <property name="visible">True</property>
1512 <property name="label" translatable="yes">Pub_lish</property> 1481 <property name="label" translatable="yes">_Browse</property>
1513 <property name="use_underline">True</property> 1482 <property name="use_underline">True</property>
1514 </widget> 1483 </widget>
1515 <packing> 1484 <packing>
@@ -1524,26 +1493,32 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1524 <packing> 1493 <packing>
1525 <property name="left_attach">2</property> 1494 <property name="left_attach">2</property>
1526 <property name="right_attach">3</property> 1495 <property name="right_attach">3</property>
1527 <property name="top_attach">5</property> 1496 <property name="top_attach">4</property>
1528 <property name="bottom_attach">6</property> 1497 <property name="bottom_attach">5</property>
1529 <property name="x_options">GTK_FILL</property> 1498 <property name="x_options">GTK_FILL</property>
1530 <property name="y_options"></property> 1499 <property name="y_options"></property>
1531 </packing> 1500 </packing>
1532 </child> 1501 </child>
1533 <child> 1502 <child>
1534 <widget class="GtkLabel" id="uploadFilenameLabel"> 1503 <widget class="GtkAlignment" id="uploadFilenameAlignment">
1535 <property name="visible">True</property> 1504 <property name="visible">True</property>
1536 <property name="xalign">0</property> 1505 <child>
1537 <property name="xpad">5</property> 1506 <widget class="GtkComboBoxEntry" id="uploadFilenameComboBoxEntry">
1538 <property name="label" translatable="yes">_Filename:</property> 1507 <property name="visible">True</property>
1539 <property name="use_underline">True</property> 1508 <property name="can_focus">True</property>
1540 <property name="justify">GTK_JUSTIFY_CENTER</property> 1509 <signal name="changed" handler="on_uploadFilenameComboBoxEntry_changed_"/>
1541 <property name="mnemonic_widget">uploadFilenameComboBoxEntry</property> 1510 <child internal-child="entry">
1511 <widget class="GtkEntry" id="comboboxentry-entry3">
1512 </widget>
1513 </child>
1514 </widget>
1515 </child>
1542 </widget> 1516 </widget>
1543 <packing> 1517 <packing>
1518 <property name="left_attach">1</property>
1519 <property name="right_attach">2</property>
1544 <property name="top_attach">4</property> 1520 <property name="top_attach">4</property>
1545 <property name="bottom_attach">5</property> 1521 <property name="bottom_attach">5</property>
1546 <property name="x_options">GTK_FILL</property>
1547 <property name="y_options"></property> 1522 <property name="y_options"></property>
1548 </packing> 1523 </packing>
1549 </child> 1524 </child>
@@ -1564,43 +1539,38 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1564 </packing> 1539 </packing>
1565 </child> 1540 </child>
1566 <child> 1541 <child>
1567 <widget class="GtkAlignment" id="uploadFilenameAlignment"> 1542 <widget class="GtkLabel" id="uploadFilenameLabel">
1568 <property name="visible">True</property> 1543 <property name="visible">True</property>
1569 <child> 1544 <property name="xalign">0</property>
1570 <widget class="GtkComboBoxEntry" id="uploadFilenameComboBoxEntry"> 1545 <property name="xpad">5</property>
1571 <property name="visible">True</property> 1546 <property name="label" translatable="yes">_Filename:</property>
1572 <property name="can_focus">True</property> 1547 <property name="use_underline">True</property>
1573 <signal name="changed" handler="on_uploadFilenameComboBoxEntry_changed_"/> 1548 <property name="justify">GTK_JUSTIFY_CENTER</property>
1574 <child internal-child="entry"> 1549 <property name="mnemonic_widget">uploadFilenameComboBoxEntry</property>
1575 <widget class="GtkEntry" id="comboboxentry-entry3">
1576 </widget>
1577 </child>
1578 </widget>
1579 </child>
1580 </widget> 1550 </widget>
1581 <packing> 1551 <packing>
1582 <property name="left_attach">1</property>
1583 <property name="right_attach">2</property>
1584 <property name="top_attach">4</property> 1552 <property name="top_attach">4</property>
1585 <property name="bottom_attach">5</property> 1553 <property name="bottom_attach">5</property>
1554 <property name="x_options">GTK_FILL</property>
1586 <property name="y_options"></property> 1555 <property name="y_options"></property>
1587 </packing> 1556 </packing>
1588 </child> 1557 </child>
1589 <child> 1558 <child>
1590 <widget class="GtkButton" id="mainFileSharingInsertBrowseButton"> 1559 <widget class="GtkButton" id="fsinsertuploadbutton">
1591 <property name="visible">True</property> 1560 <property name="visible">True</property>
1561 <property name="sensitive">False</property>
1592 <property name="can_focus">True</property> 1562 <property name="can_focus">True</property>
1593 <property name="tooltip" translatable="yes">Browse local computer for files (or directories) to publish</property> 1563 <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>
1594 <property name="response_id">0</property> 1564 <property name="response_id">0</property>
1595 <signal name="clicked" handler="on_mainFileSharingInsertBrowseButton_clicked_" object="fsinsertfilenamecombo"/> 1565 <signal name="clicked" handler="on_fsinsertuploadbutton_clicked_"/>
1596 <child> 1566 <child>
1597 <widget class="GtkHBox" id="hbox60"> 1567 <widget class="GtkHBox" id="hbox55">
1598 <property name="visible">True</property> 1568 <property name="visible">True</property>
1599 <property name="spacing">2</property> 1569 <property name="spacing">2</property>
1600 <child> 1570 <child>
1601 <widget class="GtkImage" id="image46"> 1571 <widget class="GtkImage" id="image42">
1602 <property name="visible">True</property> 1572 <property name="visible">True</property>
1603 <property name="stock">gtk-open</property> 1573 <property name="stock">gtk-go-up</property>
1604 </widget> 1574 </widget>
1605 <packing> 1575 <packing>
1606 <property name="expand">False</property> 1576 <property name="expand">False</property>
@@ -1608,9 +1578,9 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1608 </packing> 1578 </packing>
1609 </child> 1579 </child>
1610 <child> 1580 <child>
1611 <widget class="GtkLabel" id="label143"> 1581 <widget class="GtkLabel" id="label137">
1612 <property name="visible">True</property> 1582 <property name="visible">True</property>
1613 <property name="label" translatable="yes">_Browse</property> 1583 <property name="label" translatable="yes">Pub_lish</property>
1614 <property name="use_underline">True</property> 1584 <property name="use_underline">True</property>
1615 </widget> 1585 </widget>
1616 <packing> 1586 <packing>
@@ -1625,71 +1595,31 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1625 <packing> 1595 <packing>
1626 <property name="left_attach">2</property> 1596 <property name="left_attach">2</property>
1627 <property name="right_attach">3</property> 1597 <property name="right_attach">3</property>
1628 <property name="top_attach">4</property> 1598 <property name="top_attach">5</property>
1629 <property name="bottom_attach">5</property> 1599 <property name="bottom_attach">6</property>
1630 <property name="x_options">GTK_FILL</property>
1631 <property name="y_options"></property>
1632 </packing>
1633 </child>
1634 <child>
1635 <widget class="GtkRadioButton" id="scopeFileOnlyButton">
1636 <property name="visible">True</property>
1637 <property name="can_focus">True</property>
1638 <property name="tooltip" translatable="yes">Only publish a single file</property>
1639 <property name="label" translatable="yes">File onl_y</property>
1640 <property name="use_underline">True</property>
1641 <property name="response_id">0</property>
1642 <property name="active">True</property>
1643 <property name="draw_indicator">True</property>
1644 <property name="group">scopeRecursiveButton</property>
1645 </widget>
1646 <packing>
1647 <property name="left_attach">1</property>
1648 <property name="right_attach">2</property>
1649 <property name="top_attach">1</property>
1650 <property name="bottom_attach">2</property>
1651 <property name="x_options">GTK_FILL</property>
1652 <property name="y_options"></property>
1653 </packing>
1654 </child>
1655 <child>
1656 <widget class="GtkSpinButton" id="contentPrioritySpinButton">
1657 <property name="width_request">94</property>
1658 <property name="visible">True</property>
1659 <property name="can_focus">True</property>
1660 <property name="tooltip" translatable="yes">How important is the file (used to prioritize data in the local datastore).</property>
1661 <property name="adjustment">1000 0 100000000 50 500 500</property>
1662 <property name="climb_rate">500</property>
1663 <property name="numeric">True</property>
1664 </widget>
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> 1600 <property name="x_options">GTK_FILL</property>
1671 <property name="y_options"></property> 1601 <property name="y_options"></property>
1672 </packing> 1602 </packing>
1673 </child> 1603 </child>
1674 <child> 1604 <child>
1675 <widget class="GtkCheckButton" id="doExtractCheckButton"> 1605 <widget class="GtkCheckButton" id="deepIndexCheckButton">
1676 <property name="visible">True</property> 1606 <property name="visible">True</property>
1677 <property name="can_focus">True</property> 1607 <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> 1608 <property name="tooltip" translatable="yes">Should it be possible to directly find files in the directory? If unchecked, it will only be possible for the directory itself to be found with a normal keyword search. This option only really makes a difference for uploads of directories.</property>
1679 <property name="response_id">0</property> 1609 <property name="response_id">0</property>
1680 <property name="active">True</property> 1610 <property name="active">True</property>
1681 <property name="draw_indicator">True</property> 1611 <property name="draw_indicator">True</property>
1682 <child> 1612 <child>
1683 <widget class="GtkAlignment" id="alignment24"> 1613 <widget class="GtkAlignment" id="alignment15">
1684 <property name="visible">True</property> 1614 <property name="visible">True</property>
1685 <property name="xscale">0</property> 1615 <property name="xscale">0</property>
1686 <property name="yscale">0</property> 1616 <property name="yscale">0</property>
1687 <child> 1617 <child>
1688 <widget class="GtkHBox" id="hbox66"> 1618 <widget class="GtkHBox" id="hbox52">
1689 <property name="visible">True</property> 1619 <property name="visible">True</property>
1690 <property name="spacing">2</property> 1620 <property name="spacing">2</property>
1691 <child> 1621 <child>
1692 <widget class="GtkImage" id="image49"> 1622 <widget class="GtkImage" id="image40">
1693 <property name="visible">True</property> 1623 <property name="visible">True</property>
1694 <property name="stock">gtk-index</property> 1624 <property name="stock">gtk-index</property>
1695 </widget> 1625 </widget>
@@ -1699,9 +1629,9 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1699 </packing> 1629 </packing>
1700 </child> 1630 </child>
1701 <child> 1631 <child>
1702 <widget class="GtkLabel" id="label151"> 1632 <widget class="GtkLabel" id="label128">
1703 <property name="visible">True</property> 1633 <property name="visible">True</property>
1704 <property name="label" translatable="yes">Use libextractor for files in directories</property> 1634 <property name="label" translatable="yes">Add keywords for files in directories</property>
1705 <property name="use_underline">True</property> 1635 <property name="use_underline">True</property>
1706 </widget> 1636 </widget>
1707 <packing> 1637 <packing>
@@ -1718,8 +1648,109 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1718 <packing> 1648 <packing>
1719 <property name="left_attach">2</property> 1649 <property name="left_attach">2</property>
1720 <property name="right_attach">3</property> 1650 <property name="right_attach">3</property>
1721 <property name="top_attach">3</property> 1651 <property name="top_attach">2</property>
1722 <property name="bottom_attach">4</property> 1652 <property name="bottom_attach">3</property>
1653 <property name="x_options">GTK_FILL</property>
1654 <property name="y_options"></property>
1655 </packing>
1656 </child>
1657 <child>
1658 <widget class="GtkRadioButton" id="scopeRecursiveButton">
1659 <property name="visible">True</property>
1660 <property name="can_focus">True</property>
1661 <property name="tooltip" translatable="yes">Recursively publish an entire directory tree</property>
1662 <property name="label" translatable="yes">_Recursive (for entire directories)</property>
1663 <property name="use_underline">True</property>
1664 <property name="response_id">0</property>
1665 <property name="draw_indicator">True</property>
1666 </widget>
1667 <packing>
1668 <property name="left_attach">2</property>
1669 <property name="right_attach">3</property>
1670 <property name="top_attach">1</property>
1671 <property name="bottom_attach">2</property>
1672 <property name="x_options">GTK_FILL</property>
1673 <property name="y_options"></property>
1674 </packing>
1675 </child>
1676 <child>
1677 <widget class="GtkLabel" id="anonymityUploadLabel">
1678 <property name="visible">True</property>
1679 <property name="xalign">0</property>
1680 <property name="xpad">5</property>
1681 <property name="label" translatable="yes">_Anonymity:</property>
1682 <property name="use_underline">True</property>
1683 <property name="mnemonic_widget">uploadAnonymityLevelSpinButton</property>
1684 </widget>
1685 <packing>
1686 <property name="top_attach">2</property>
1687 <property name="bottom_attach">3</property>
1688 <property name="x_options">GTK_FILL</property>
1689 <property name="y_options"></property>
1690 </packing>
1691 </child>
1692 <child>
1693 <widget class="GtkLabel" id="scopeLabel">
1694 <property name="visible">True</property>
1695 <property name="xalign">0</property>
1696 <property name="xpad">5</property>
1697 <property name="label" translatable="yes">Scope:</property>
1698 <property name="use_underline">True</property>
1699 <property name="mnemonic_widget">scopeFileOnlyButton</property>
1700 </widget>
1701 <packing>
1702 <property name="top_attach">1</property>
1703 <property name="bottom_attach">2</property>
1704 <property name="x_options">GTK_FILL</property>
1705 <property name="y_options"></property>
1706 </packing>
1707 </child>
1708 <child>
1709 <widget class="GtkRadioButton" id="insertButton">
1710 <property name="visible">True</property>
1711 <property name="can_focus">True</property>
1712 <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>
1713 <property name="label" translatable="yes">I_nsert</property>
1714 <property name="use_underline">True</property>
1715 <property name="response_id">0</property>
1716 <property name="draw_indicator">True</property>
1717 <property name="group">indexbutton</property>
1718 </widget>
1719 <packing>
1720 <property name="left_attach">2</property>
1721 <property name="right_attach">3</property>
1722 <property name="x_options">GTK_FILL</property>
1723 <property name="y_options"></property>
1724 </packing>
1725 </child>
1726 <child>
1727 <widget class="GtkRadioButton" id="indexbutton">
1728 <property name="visible">True</property>
1729 <property name="can_focus">True</property>
1730 <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>
1731 <property name="label" translatable="yes">Inde_x</property>
1732 <property name="use_underline">True</property>
1733 <property name="response_id">0</property>
1734 <property name="active">True</property>
1735 <property name="draw_indicator">True</property>
1736 </widget>
1737 <packing>
1738 <property name="left_attach">1</property>
1739 <property name="right_attach">2</property>
1740 <property name="x_options">GTK_FILL</property>
1741 <property name="y_options"></property>
1742 </packing>
1743 </child>
1744 <child>
1745 <widget class="GtkLabel" id="methodLabel">
1746 <property name="visible">True</property>
1747 <property name="xalign">0</property>
1748 <property name="xpad">5</property>
1749 <property name="label" translatable="yes">Method:</property>
1750 <property name="use_underline">True</property>
1751 <property name="mnemonic_widget">indexbutton</property>
1752 </widget>
1753 <packing>
1723 <property name="x_options">GTK_FILL</property> 1754 <property name="x_options">GTK_FILL</property>
1724 <property name="y_options"></property> 1755 <property name="y_options"></property>
1725 </packing> 1756 </packing>
@@ -2117,6 +2148,51 @@ This release adds context-menus (right-click) which allow copying the URI of sea
2117 <placeholder/> 2148 <placeholder/>
2118 </child> 2149 </child>
2119 <child> 2150 <child>
2151 <widget class="GtkLabel" id="label1">
2152 <property name="visible">True</property>
2153 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2154 <property name="label" translatable="yes">_Room Name</property>
2155 <property name="use_underline">True</property>
2156 <property name="mnemonic_widget">chatRoomNameEntry</property>
2157 </widget>
2158 </child>
2159 <child>
2160 <widget class="GtkLabel" id="label4">
2161 <property name="visible">True</property>
2162 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2163 <property name="label" translatable="yes">_Moniker</property>
2164 <property name="use_underline">True</property>
2165 </widget>
2166 <packing>
2167 <property name="left_attach">1</property>
2168 <property name="right_attach">2</property>
2169 </packing>
2170 </child>
2171 <child>
2172 <widget class="GtkEntry" id="chatRoomNameEntry">
2173 <property name="visible">True</property>
2174 <property name="can_focus">True</property>
2175 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2176 </widget>
2177 <packing>
2178 <property name="top_attach">1</property>
2179 <property name="bottom_attach">2</property>
2180 </packing>
2181 </child>
2182 <child>
2183 <widget class="GtkEntry" id="chatRoomMonikerEntry">
2184 <property name="visible">True</property>
2185 <property name="can_focus">True</property>
2186 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2187 </widget>
2188 <packing>
2189 <property name="left_attach">1</property>
2190 <property name="right_attach">2</property>
2191 <property name="top_attach">1</property>
2192 <property name="bottom_attach">2</property>
2193 </packing>
2194 </child>
2195 <child>
2120 <widget class="GtkButton" id="on_chat_room_name_button"> 2196 <widget class="GtkButton" id="on_chat_room_name_button">
2121 <property name="visible">True</property> 2197 <property name="visible">True</property>
2122 <property name="can_focus">True</property> 2198 <property name="can_focus">True</property>
@@ -2162,51 +2238,6 @@ This release adds context-menus (right-click) which allow copying the URI of sea
2162 <property name="y_options"></property> 2238 <property name="y_options"></property>
2163 </packing> 2239 </packing>
2164 </child> 2240 </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>
2210 </widget> 2241 </widget>
2211 <packing> 2242 <packing>
2212 <property name="expand">False</property> 2243 <property name="expand">False</property>
@@ -2878,8 +2909,8 @@ Press ENTER to add the data.</atkproperty>
2878 <property name="response_id">-5</property> 2909 <property name="response_id">-5</property>
2879 <signal name="clicked" handler="gtk_widget_destroy" object="metaDisplayDialog"/> 2910 <signal name="clicked" handler="gtk_widget_destroy" object="metaDisplayDialog"/>
2880 <signal name="activate" handler="gtk_widget_destroy" object="metaDisplayDialog"/> 2911 <signal name="activate" handler="gtk_widget_destroy" object="metaDisplayDialog"/>
2881 <accelerator key="Escape" modifiers="" signal="activate"/>
2882 <accelerator key="Return" modifiers="" signal="activate"/> 2912 <accelerator key="Return" modifiers="" signal="activate"/>
2913 <accelerator key="Escape" modifiers="" signal="activate"/>
2883 </widget> 2914 </widget>
2884 </child> 2915 </child>
2885 </widget> 2916 </widget>
@@ -5062,9 +5093,9 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
5062 <property name="modal">True</property> 5093 <property name="modal">True</property>
5063 <property name="icon_name">gtk-save-as</property> 5094 <property name="icon_name">gtk-save-as</property>
5064 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> 5095 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
5065 <property name="do_overwrite_confirmation">True</property>
5066 <property name="show_hidden">True</property> 5096 <property name="show_hidden">True</property>
5067 <property name="action">GTK_FILE_CHOOSER_ACTION_SAVE</property> 5097 <property name="action">GTK_FILE_CHOOSER_ACTION_SAVE</property>
5098 <property name="do_overwrite_confirmation">True</property>
5068 <child internal-child="vbox"> 5099 <child internal-child="vbox">
5069 <widget class="GtkVBox" id="dialog-vbox7"> 5100 <widget class="GtkVBox" id="dialog-vbox7">
5070 <property name="visible">True</property> 5101 <property name="visible">True</property>