diff options
author | Christian Grothoff <christian@grothoff.org> | 2006-03-15 07:28:06 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2006-03-15 07:28:06 +0000 |
commit | c573ff19dad2596618ac87592c41c1c5253cffbd (patch) | |
tree | 1deb4c4a153155d0340585d64f6822377bc75f40 | |
parent | 92c72a38874bb4fd54bc97ffc9c241947bc4860c (diff) | |
download | gnunet-gtk-c573ff19dad2596618ac87592c41c1c5253cffbd.tar.gz gnunet-gtk-c573ff19dad2596618ac87592c41c1c5253cffbd.zip |
sync
-rw-r--r-- | configure.ac | 6 | ||||
-rw-r--r-- | gnunet-gtk.glade | 35 | ||||
-rw-r--r-- | po/Makefile.in | 2 |
3 files changed, 28 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac index d9b4001a..727b42a8 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | # This file is part of GNUnet. | 1 | # This file is part of GNUnet. |
2 | # (C) 2001, 2002, 2003, 2004, 2005 Christian Grothoff (and other contributing authors) | 2 | # (C) 2001, 2002, 2003, 2004, 2005, 2006 Christian Grothoff (and other contributing authors) |
3 | # | 3 | # |
4 | # GNUnet is free software; you can redistribute it and/or modify | 4 | # GNUnet is free software; you can redistribute it and/or modify |
5 | # it under the terms of the GNU General Public License as published | 5 | # it under the terms of the GNU General Public License as published |
@@ -20,8 +20,8 @@ | |||
20 | # Process this file with autoconf to produce a configure script. | 20 | # Process this file with autoconf to produce a configure script. |
21 | # | 21 | # |
22 | AC_PREREQ(2.57) | 22 | AC_PREREQ(2.57) |
23 | AC_INIT([gnunet-gtk],[0.7.0b],[bug-gnunet@gnu.org]) | 23 | AC_INIT([gnunet-gtk],[0.7.0c],[bug-gnunet@gnu.org]) |
24 | AM_INIT_AUTOMAKE([gnunet-gtk], [0.7.0b]) | 24 | AM_INIT_AUTOMAKE([gnunet-gtk], [0.7.0c]) |
25 | AM_CONFIG_HEADER(config.h) | 25 | AM_CONFIG_HEADER(config.h) |
26 | 26 | ||
27 | AH_TOP([#define _GNU_SOURCE 1]) | 27 | AH_TOP([#define _GNU_SOURCE 1]) |
diff --git a/gnunet-gtk.glade b/gnunet-gtk.glade index 98ce75f0..f0e97dc0 100644 --- a/gnunet-gtk.glade +++ b/gnunet-gtk.glade | |||
@@ -20,6 +20,7 @@ | |||
20 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> | 20 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
21 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> | 21 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
22 | <property name="focus_on_map">True</property> | 22 | <property name="focus_on_map">True</property> |
23 | <property name="urgency_hint">False</property> | ||
23 | <signal name="delete_event" handler="gnunet_gtk_main_quit" after="yes" last_modification_time="Tue, 23 Aug 2005 07:30:53 GMT"/> | 24 | <signal name="delete_event" handler="gnunet_gtk_main_quit" after="yes" last_modification_time="Tue, 23 Aug 2005 07:30:53 GMT"/> |
24 | 25 | ||
25 | <child> | 26 | <child> |
@@ -85,7 +86,7 @@ | |||
85 | <child> | 86 | <child> |
86 | <widget class="GtkLabel" id="titleLabel"> | 87 | <widget class="GtkLabel" id="titleLabel"> |
87 | <property name="visible">True</property> | 88 | <property name="visible">True</property> |
88 | <property name="label" translatable="yes"><span size="x-large">Welcome to gnunet-gtk 0.7.0b</span></property> | 89 | <property name="label" translatable="yes"><span size="x-large">Welcome to gnunet-gtk 0.7.0c</span></property> |
89 | <property name="use_underline">False</property> | 90 | <property name="use_underline">False</property> |
90 | <property name="use_markup">True</property> | 91 | <property name="use_markup">True</property> |
91 | <property name="justify">GTK_JUSTIFY_CENTER</property> | 92 | <property name="justify">GTK_JUSTIFY_CENTER</property> |
@@ -121,19 +122,13 @@ | |||
121 | 122 | ||
122 | gnunet-gtk is the GTK+ user interface for GNUnet. It is intended to eventually provide a universal, pluggable interface for all GNUnet services. | 123 | gnunet-gtk is the GTK+ user interface for GNUnet. It is intended to eventually provide a universal, pluggable interface for all GNUnet services. |
123 | 124 | ||
124 | This is an alpha release. Many features are not working and others are missing. The GNUnet homepage offers information about new versions of gnunet-gtk. | 125 | This is a beta release. Some advanced features are not working and others are missing. The GNUnet homepage offers information about new versions of gnunet-gtk. |
125 | 126 | ||
126 | <span size="x-large">Important changes (compared to gnunet-gtk 0.6.6):</span> | 127 | <span size="x-large">Important changes (compared to gnunet-gtk 0.7.0b):</span> |
127 | 128 | ||
128 | The redesign of the GNUnet core has also affected gnunet-gtk. The new codebase is based on glade, which should make it easier to customize and extend gnunet-gtk. | 129 | This release fixes downloads of files from directories. The previous version had some issues with where to copy the completed downloads. Now all downloads (pending and completed) are stored in the directory specified in the configuration file (by default, that directory is ~/gnunet-downloads). |
129 | 130 | ||
130 | The new codebase is mostly a collection of GTK+ signal handlers that trigger the appropriate actions on GNUnet's FSUI and ECRS libraries. | 131 | Advanced file-sharing features (in particular interactive assembly of directories and namespaces) still need work in this version. If you find any bugs, please report them to our bugtracking system at https://gnunet.org/mantis/. |
131 | |||
132 | The code is still far from complete, missing features include: | ||
133 | * support for starting and stopping gnunetd | ||
134 | * support for file sharing (insert, search, download, pseudonyms, namespaces, directories, collections) | ||
135 | * support for statistics (raw, graphical) | ||
136 | * support for chat | ||
137 | 132 | ||
138 | We hope that you will enjoy gnunet-gtk (especially once it is ready). | 133 | We hope that you will enjoy gnunet-gtk (especially once it is ready). |
139 | 134 | ||
@@ -1991,6 +1986,8 @@ Thank you, | |||
1991 | <child> | 1986 | <child> |
1992 | <widget class="GtkMenuBar" id="advanced_fs_menubar"> | 1987 | <widget class="GtkMenuBar" id="advanced_fs_menubar"> |
1993 | <property name="visible">True</property> | 1988 | <property name="visible">True</property> |
1989 | <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property> | ||
1990 | <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property> | ||
1994 | 1991 | ||
1995 | <child> | 1992 | <child> |
1996 | <widget class="GtkImageMenuItem" id="createNamespace"> | 1993 | <widget class="GtkImageMenuItem" id="createNamespace"> |
@@ -2847,6 +2844,7 @@ Thank you, | |||
2847 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> | 2844 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
2848 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> | 2845 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
2849 | <property name="focus_on_map">True</property> | 2846 | <property name="focus_on_map">True</property> |
2847 | <property name="urgency_hint">False</property> | ||
2850 | <property name="has_separator">True</property> | 2848 | <property name="has_separator">True</property> |
2851 | <accessibility> | 2849 | <accessibility> |
2852 | <atkproperty name="AtkObject::accessible_name" translatable="yes">Edit File Information</atkproperty> | 2850 | <atkproperty name="AtkObject::accessible_name" translatable="yes">Edit File Information</atkproperty> |
@@ -3350,6 +3348,7 @@ Press ENTER to add the data.</atkproperty> | |||
3350 | <property name="action">GTK_FILE_CHOOSER_ACTION_OPEN</property> | 3348 | <property name="action">GTK_FILE_CHOOSER_ACTION_OPEN</property> |
3351 | <property name="local_only">True</property> | 3349 | <property name="local_only">True</property> |
3352 | <property name="show_hidden">False</property> | 3350 | <property name="show_hidden">False</property> |
3351 | <property name="do_overwrite_confirmation">False</property> | ||
3353 | <property name="width_chars">-1</property> | 3352 | <property name="width_chars">-1</property> |
3354 | <signal name="selection_changed" handler="on_selectAlternativePreviewButton_selection_changed" object="previewImage" last_modification_time="Tue, 20 Dec 2005 04:15:38 GMT"/> | 3353 | <signal name="selection_changed" handler="on_selectAlternativePreviewButton_selection_changed" object="previewImage" last_modification_time="Tue, 20 Dec 2005 04:15:38 GMT"/> |
3355 | </widget> | 3354 | </widget> |
@@ -3386,6 +3385,7 @@ Press ENTER to add the data.</atkproperty> | |||
3386 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> | 3385 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
3387 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> | 3386 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
3388 | <property name="focus_on_map">True</property> | 3387 | <property name="focus_on_map">True</property> |
3388 | <property name="urgency_hint">False</property> | ||
3389 | <property name="has_separator">True</property> | 3389 | <property name="has_separator">True</property> |
3390 | 3390 | ||
3391 | <child internal-child="vbox"> | 3391 | <child internal-child="vbox"> |
@@ -3501,6 +3501,7 @@ Press ENTER to add the data.</atkproperty> | |||
3501 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> | 3501 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
3502 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> | 3502 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
3503 | <property name="focus_on_map">True</property> | 3503 | <property name="focus_on_map">True</property> |
3504 | <property name="urgency_hint">False</property> | ||
3504 | 3505 | ||
3505 | <child> | 3506 | <child> |
3506 | <widget class="GtkScrolledWindow" id="searchPageScrolledWindow"> | 3507 | <widget class="GtkScrolledWindow" id="searchPageScrolledWindow"> |
@@ -3748,6 +3749,7 @@ Press ENTER to add the data.</atkproperty> | |||
3748 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> | 3749 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
3749 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> | 3750 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
3750 | <property name="focus_on_map">True</property> | 3751 | <property name="focus_on_map">True</property> |
3752 | <property name="urgency_hint">False</property> | ||
3751 | 3753 | ||
3752 | <child> | 3754 | <child> |
3753 | <widget class="GtkVBox" id="vbox12"> | 3755 | <widget class="GtkVBox" id="vbox12"> |
@@ -3914,6 +3916,7 @@ Press ENTER to add the data.</atkproperty> | |||
3914 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> | 3916 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
3915 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> | 3917 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
3916 | <property name="focus_on_map">True</property> | 3918 | <property name="focus_on_map">True</property> |
3919 | <property name="urgency_hint">False</property> | ||
3917 | 3920 | ||
3918 | <child> | 3921 | <child> |
3919 | <widget class="GtkHBox" id="hbox17"> | 3922 | <widget class="GtkHBox" id="hbox17"> |
@@ -4413,6 +4416,7 @@ POSSIBILITY OF SUCH DAMAGES. | |||
4413 | 4416 | ||
4414 | END OF TERMS AND CONDITIONS | 4417 | END OF TERMS AND CONDITIONS |
4415 | </property> | 4418 | </property> |
4419 | <property name="wrap_license">False</property> | ||
4416 | <property name="website">http://www.gnu.org/software/gnunet/</property> | 4420 | <property name="website">http://www.gnu.org/software/gnunet/</property> |
4417 | <property name="website_label" translatable="yes">GNUnet Website</property> | 4421 | <property name="website_label" translatable="yes">GNUnet Website</property> |
4418 | <property name="authors">Juergen Appel <jappel@linux01.gwdg.de> | 4422 | <property name="authors">Juergen Appel <jappel@linux01.gwdg.de> |
@@ -4472,6 +4476,7 @@ Daniel Nylander <po@danielnylander.se> | |||
4472 | <property name="local_only">False</property> | 4476 | <property name="local_only">False</property> |
4473 | <property name="select_multiple">False</property> | 4477 | <property name="select_multiple">False</property> |
4474 | <property name="show_hidden">False</property> | 4478 | <property name="show_hidden">False</property> |
4479 | <property name="do_overwrite_confirmation">False</property> | ||
4475 | <property name="title" translatable="yes">Select file to upload to GNUnet</property> | 4480 | <property name="title" translatable="yes">Select file to upload to GNUnet</property> |
4476 | <property name="type">GTK_WINDOW_TOPLEVEL</property> | 4481 | <property name="type">GTK_WINDOW_TOPLEVEL</property> |
4477 | <property name="window_position">GTK_WIN_POS_NONE</property> | 4482 | <property name="window_position">GTK_WIN_POS_NONE</property> |
@@ -4485,6 +4490,7 @@ Daniel Nylander <po@danielnylander.se> | |||
4485 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> | 4490 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
4486 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> | 4491 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
4487 | <property name="focus_on_map">True</property> | 4492 | <property name="focus_on_map">True</property> |
4493 | <property name="urgency_hint">False</property> | ||
4488 | 4494 | ||
4489 | <child internal-child="vbox"> | 4495 | <child internal-child="vbox"> |
4490 | <widget class="GtkVBox" id="dialog-vbox3"> | 4496 | <widget class="GtkVBox" id="dialog-vbox3"> |
@@ -4552,6 +4558,7 @@ Daniel Nylander <po@danielnylander.se> | |||
4552 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> | 4558 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
4553 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> | 4559 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
4554 | <property name="focus_on_map">True</property> | 4560 | <property name="focus_on_map">True</property> |
4561 | <property name="urgency_hint">False</property> | ||
4555 | <property name="has_separator">True</property> | 4562 | <property name="has_separator">True</property> |
4556 | 4563 | ||
4557 | <child internal-child="vbox"> | 4564 | <child internal-child="vbox"> |
@@ -5175,6 +5182,7 @@ Daniel Nylander <po@danielnylander.se> | |||
5175 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_SPLASHSCREEN</property> | 5182 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_SPLASHSCREEN</property> |
5176 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> | 5183 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
5177 | <property name="focus_on_map">True</property> | 5184 | <property name="focus_on_map">True</property> |
5185 | <property name="urgency_hint">False</property> | ||
5178 | <signal name="delete_event" handler="on_statusWindow_delete_event" object="statusWindow" last_modification_time="Tue, 05 Jul 2005 22:11:54 GMT"/> | 5186 | <signal name="delete_event" handler="on_statusWindow_delete_event" object="statusWindow" last_modification_time="Tue, 05 Jul 2005 22:11:54 GMT"/> |
5179 | <signal name="delete_event" handler="gtk_widget_hide" object="statusWindow" last_modification_time="Tue, 05 Jul 2005 22:12:30 GMT"/> | 5187 | <signal name="delete_event" handler="gtk_widget_hide" object="statusWindow" last_modification_time="Tue, 05 Jul 2005 22:12:30 GMT"/> |
5180 | <signal name="destroy" handler="gtk_widget_hide" object="statusWindow" last_modification_time="Tue, 05 Jul 2005 22:12:43 GMT"/> | 5188 | <signal name="destroy" handler="gtk_widget_hide" object="statusWindow" last_modification_time="Tue, 05 Jul 2005 22:12:43 GMT"/> |
@@ -5258,6 +5266,7 @@ Daniel Nylander <po@danielnylander.se> | |||
5258 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> | 5266 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
5259 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> | 5267 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
5260 | <property name="focus_on_map">True</property> | 5268 | <property name="focus_on_map">True</property> |
5269 | <property name="urgency_hint">False</property> | ||
5261 | <property name="has_separator">True</property> | 5270 | <property name="has_separator">True</property> |
5262 | 5271 | ||
5263 | <child internal-child="vbox"> | 5272 | <child internal-child="vbox"> |
@@ -5838,6 +5847,7 @@ Daniel Nylander <po@danielnylander.se> | |||
5838 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> | 5847 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
5839 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> | 5848 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
5840 | <property name="focus_on_map">True</property> | 5849 | <property name="focus_on_map">True</property> |
5850 | <property name="urgency_hint">False</property> | ||
5841 | <property name="has_separator">True</property> | 5851 | <property name="has_separator">True</property> |
5842 | 5852 | ||
5843 | <child internal-child="vbox"> | 5853 | <child internal-child="vbox"> |
@@ -6295,6 +6305,7 @@ Daniel Nylander <po@danielnylander.se> | |||
6295 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> | 6305 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
6296 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> | 6306 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
6297 | <property name="focus_on_map">True</property> | 6307 | <property name="focus_on_map">True</property> |
6308 | <property name="urgency_hint">False</property> | ||
6298 | <property name="has_separator">True</property> | 6309 | <property name="has_separator">True</property> |
6299 | 6310 | ||
6300 | <child internal-child="vbox"> | 6311 | <child internal-child="vbox"> |
@@ -6873,6 +6884,7 @@ Daniel Nylander <po@danielnylander.se> | |||
6873 | <property name="local_only">True</property> | 6884 | <property name="local_only">True</property> |
6874 | <property name="select_multiple">False</property> | 6885 | <property name="select_multiple">False</property> |
6875 | <property name="show_hidden">False</property> | 6886 | <property name="show_hidden">False</property> |
6887 | <property name="do_overwrite_confirmation">False</property> | ||
6876 | <property name="type">GTK_WINDOW_TOPLEVEL</property> | 6888 | <property name="type">GTK_WINDOW_TOPLEVEL</property> |
6877 | <property name="window_position">GTK_WIN_POS_NONE</property> | 6889 | <property name="window_position">GTK_WIN_POS_NONE</property> |
6878 | <property name="modal">False</property> | 6890 | <property name="modal">False</property> |
@@ -6884,6 +6896,7 @@ Daniel Nylander <po@danielnylander.se> | |||
6884 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> | 6896 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
6885 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> | 6897 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
6886 | <property name="focus_on_map">True</property> | 6898 | <property name="focus_on_map">True</property> |
6899 | <property name="urgency_hint">False</property> | ||
6887 | 6900 | ||
6888 | <child internal-child="vbox"> | 6901 | <child internal-child="vbox"> |
6889 | <widget class="GtkVBox" id="dialog-vbox6"> | 6902 | <widget class="GtkVBox" id="dialog-vbox6"> |
diff --git a/po/Makefile.in b/po/Makefile.in index f5b816a9..31357b8c 100644 --- a/po/Makefile.in +++ b/po/Makefile.in | |||
@@ -11,7 +11,7 @@ | |||
11 | # Origin: gettext-0.13 | 11 | # Origin: gettext-0.13 |
12 | 12 | ||
13 | PACKAGE = gnunet-gtk | 13 | PACKAGE = gnunet-gtk |
14 | VERSION = 0.7.0b | 14 | VERSION = 0.7.0c |
15 | 15 | ||
16 | SHELL = /bin/sh | 16 | SHELL = /bin/sh |
17 | 17 | ||