aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fs/Makefile.am16
-rw-r--r--src/fs/gnunet-fs-gtk_about.c (renamed from src/fs/gnunet-fs-gtk-about.c)2
-rw-r--r--src/fs/gnunet-fs-gtk_anonymity-widgets.c (renamed from src/fs/gnunet-fs-gtk-anonymity_spin_buttons.c)2
-rw-r--r--src/fs/gnunet-fs-gtk_anonymity-widgets.h (renamed from src/fs/gnunet-fs-gtk-anonymity_spin_buttons.h)2
-rw-r--r--src/fs/gnunet-fs-gtk_common.c (renamed from src/fs/gnunet-fs-gtk-common.c)2
-rw-r--r--src/fs/gnunet-fs-gtk_common.h (renamed from src/fs/gnunet-fs-gtk-common.h)2
-rw-r--r--src/fs/gnunet-fs-gtk_download-save-as.c (renamed from src/fs/gnunet-fs-gtk-download.c)2
-rw-r--r--src/fs/gnunet-fs-gtk_download-save-as.h (renamed from src/fs/gnunet-fs-gtk-download.h)6
-rw-r--r--src/fs/gnunet-fs-gtk_event-handler.c (renamed from src/fs/gnunet-fs-gtk-event_handler.c)2
-rw-r--r--src/fs/gnunet-fs-gtk_event-handler.h (renamed from src/fs/gnunet-fs-gtk-event_handler.h)2
-rw-r--r--src/fs/gnunet-fs-gtk_publish-dialog.c (renamed from src/fs/gnunet-fs-gtk-main_window_file_publish.c)2
-rw-r--r--src/fs/gnunet-fs-gtk_publish-edit-dialog.c (renamed from src/fs/gnunet-fs-gtk-edit_publish_dialog.c)16
-rw-r--r--src/fs/gnunet-fs-gtk_publish-edit-dialog.h (renamed from src/fs/gnunet-fs-gtk-edit_publish_dialog.h)6
13 files changed, 31 insertions, 31 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 6b699c2b..6d17a7a3 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -10,18 +10,18 @@ INCLUDES = \
10bin_PROGRAMS = gnunet-fs-gtk 10bin_PROGRAMS = gnunet-fs-gtk
11 11
12gnunet_fs_gtk_SOURCES = \ 12gnunet_fs_gtk_SOURCES = \
13 gnunet-fs-gtk-about.c \
14 gnunet-fs-gtk-common.c gnunet-fs-gtk-common.h \
15 gnunet-fs-gtk-download.c gnunet-fs-gtk-download.h \
16 gnunet-fs-gtk-edit_publish_dialog.c gnunet-fs-gtk-edit_publish_dialog.h \
17 gnunet-fs-gtk-event_handler.c gnunet-fs-gtk-event_handler.h \
18 gnunet-fs-gtk-anonymity_spin_buttons.c gnunet-fs-gtk-anonymity_spin_buttons.h \
19 gnunet-fs-gtk-main_window_meta_data_context_menu.c \
20 gnunet-fs-gtk.c gnunet-fs-gtk.h \ 13 gnunet-fs-gtk.c gnunet-fs-gtk.h \
14 gnunet-fs-gtk_about.c \
15 gnunet-fs-gtk_anonymity-widgets.c gnunet-fs-gtk_anonymity-widgets.h \
16 gnunet-fs-gtk_common.c gnunet-fs-gtk_common.h \
17 gnunet-fs-gtk_download-save-as.c gnunet-fs-gtk_download-save-as.h \
18 gnunet-fs-gtk_event-handler.c gnunet-fs-gtk_event-handler.h \
19 gnunet-fs-gtk_publish-dialog.c \
20 gnunet-fs-gtk_publish-edit-dialog.c gnunet-fs-gtk_publish-edit-dialog.h \
21 gnunet-fs-gtk-main_window_meta_data_context_menu.c \
21 gnunet-fs-gtk-main_window_adv_pseudonym.c \ 22 gnunet-fs-gtk-main_window_adv_pseudonym.c \
22 gnunet-fs-gtk-main_window_create_pseudonym.c \ 23 gnunet-fs-gtk-main_window_create_pseudonym.c \
23 gnunet-fs-gtk-main_window_file_download.c \ 24 gnunet-fs-gtk-main_window_file_download.c \
24 gnunet-fs-gtk-main_window_file_publish.c \
25 gnunet-fs-gtk-main_window_namespace.c \ 25 gnunet-fs-gtk-main_window_namespace.c \
26 gnunet-fs-gtk-main_window_search.c \ 26 gnunet-fs-gtk-main_window_search.c \
27 gnunet-fs-gtk-main_window_open_directory.c \ 27 gnunet-fs-gtk-main_window_open_directory.c \
diff --git a/src/fs/gnunet-fs-gtk-about.c b/src/fs/gnunet-fs-gtk_about.c
index 36e0d115..a36c8e83 100644
--- a/src/fs/gnunet-fs-gtk-about.c
+++ b/src/fs/gnunet-fs-gtk_about.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/fs/gnunet-fs-gtk-about.c 22 * @file src/fs/gnunet-fs-gtk_about.c
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 * @author Igor Wronsky 24 * @author Igor Wronsky
25 * 25 *
diff --git a/src/fs/gnunet-fs-gtk-anonymity_spin_buttons.c b/src/fs/gnunet-fs-gtk_anonymity-widgets.c
index 380daa09..e54dd4cb 100644
--- a/src/fs/gnunet-fs-gtk-anonymity_spin_buttons.c
+++ b/src/fs/gnunet-fs-gtk_anonymity-widgets.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/fs/gnunet-fs-gtk-anonymtiy_spin_buttons.c 22 * @file src/fs/gnunet-fs-gtk_anonymtiy-widgets.c
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 * @brief operations to manage user's anonymity level selections 24 * @brief operations to manage user's anonymity level selections
25 */ 25 */
diff --git a/src/fs/gnunet-fs-gtk-anonymity_spin_buttons.h b/src/fs/gnunet-fs-gtk_anonymity-widgets.h
index ee8e30f0..9dcb090c 100644
--- a/src/fs/gnunet-fs-gtk-anonymity_spin_buttons.h
+++ b/src/fs/gnunet-fs-gtk_anonymity-widgets.h
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/fs/gnunet-fs-gtk-anonymtiy_spin_buttons.h 22 * @file src/fs/gnunet-fs-gtk_anonymtiy-widgets.h
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 * @brief operations to manage user's anonymity level selections 24 * @brief operations to manage user's anonymity level selections
25 */ 25 */
diff --git a/src/fs/gnunet-fs-gtk-common.c b/src/fs/gnunet-fs-gtk_common.c
index 586c51fd..afc03807 100644
--- a/src/fs/gnunet-fs-gtk-common.c
+++ b/src/fs/gnunet-fs-gtk_common.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/fs/gnunet-fs-gtk-common.c 22 * @file src/fs/gnunet-fs-gtk_common.c
23 * @brief Common functions used in various places 23 * @brief Common functions used in various places
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
diff --git a/src/fs/gnunet-fs-gtk-common.h b/src/fs/gnunet-fs-gtk_common.h
index 3d7f9f7b..3e88c364 100644
--- a/src/fs/gnunet-fs-gtk-common.h
+++ b/src/fs/gnunet-fs-gtk_common.h
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/fs/gnunet-fs-gtk-common.h 22 * @file src/fs/gnunet-fs-gtk_common.h
23 * @brief Common includes for all gnunet-gtk source files 23 * @brief Common includes for all gnunet-gtk source files
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
diff --git a/src/fs/gnunet-fs-gtk-download.c b/src/fs/gnunet-fs-gtk_download-save-as.c
index 36ad03e0..587d8a86 100644
--- a/src/fs/gnunet-fs-gtk-download.c
+++ b/src/fs/gnunet-fs-gtk_download-save-as.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/fs/gnunet-fs-gtk-download.c 22 * @file src/fs/gnunet-fs-gtk_download-save-as.c
23 * @brief functions for managing the 'save as' dialog 23 * @brief functions for managing the 'save as' dialog
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
diff --git a/src/fs/gnunet-fs-gtk-download.h b/src/fs/gnunet-fs-gtk_download-save-as.h
index 3d7ac16c..2196fcd8 100644
--- a/src/fs/gnunet-fs-gtk-download.h
+++ b/src/fs/gnunet-fs-gtk_download-save-as.h
@@ -19,12 +19,12 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/fs/gnunet-fs-gtk-download.h 22 * @file src/fs/gnunet-fs-gtk_download-save-as.h
23 * @brief functions for downloading 23 * @brief functions for downloading
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26#ifndef GNUNET_FS_GTK_DOWNLOAD_H 26#ifndef GNUNET_FS_GTK_DOWNLOAD_SAVE_AS_H
27#define GNUNET_FS_GTK_DOWNLOAD_H 27#define GNUNET_FS_GTK_DOWNLOAD_SAVE_AS_H
28 28
29#include "gnunet-fs-gtk-common.h" 29#include "gnunet-fs-gtk-common.h"
30 30
diff --git a/src/fs/gnunet-fs-gtk-event_handler.c b/src/fs/gnunet-fs-gtk_event-handler.c
index ed5f56bf..7c243b65 100644
--- a/src/fs/gnunet-fs-gtk-event_handler.c
+++ b/src/fs/gnunet-fs-gtk_event-handler.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/fs/gnunet-fs-gtk-event_handler.c 22 * @file src/fs/gnunet-fs-gtk_event-handler.c
23 * @brief Main event handler for file-sharing 23 * @brief Main event handler for file-sharing
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
diff --git a/src/fs/gnunet-fs-gtk-event_handler.h b/src/fs/gnunet-fs-gtk_event-handler.h
index 4617d76e..064c0542 100644
--- a/src/fs/gnunet-fs-gtk-event_handler.h
+++ b/src/fs/gnunet-fs-gtk_event-handler.h
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/fs/gnunet-fs-gtk-event_handler.h 22 * @file src/fs/gnunet-fs-gtk_event-handler.h
23 * @brief Main event handler for file-sharing 23 * @brief Main event handler for file-sharing
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
diff --git a/src/fs/gnunet-fs-gtk-main_window_file_publish.c b/src/fs/gnunet-fs-gtk_publish-dialog.c
index 57a5eb6a..1dd67f62 100644
--- a/src/fs/gnunet-fs-gtk-main_window_file_publish.c
+++ b/src/fs/gnunet-fs-gtk_publish-dialog.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/fs/gnunet-fs-gtk-main_window_file_publish.c 22 * @file src/fs/gnunet-fs-gtk_publish-dialog.c
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 */ 24 */
25#include "gnunet-fs-gtk-common.h" 25#include "gnunet-fs-gtk-common.h"
diff --git a/src/fs/gnunet-fs-gtk-edit_publish_dialog.c b/src/fs/gnunet-fs-gtk_publish-edit-dialog.c
index a689b06d..6dcf5653 100644
--- a/src/fs/gnunet-fs-gtk-edit_publish_dialog.c
+++ b/src/fs/gnunet-fs-gtk_publish-edit-dialog.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/fs/gnunet-fs-gtk-edit_publish_dialog.c 22 * @file src/fs/gnunet-fs-gtk_publish-edit-dialog.c
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 */ 24 */
25#include "gnunet-fs-gtk-common.h" 25#include "gnunet-fs-gtk-common.h"
@@ -154,7 +154,7 @@ struct EditPublicationDialogContext
154 154
155 /** 155 /**
156 * Flag to track if we changed the preview and thus should keep/discard 156 * Flag to track if we changed the preview and thus should keep/discard
157 * certain metadata. (FIXME: yucky!) 157 * binary metadata.
158 */ 158 */
159 int preview_changed; 159 int preview_changed;
160 160
@@ -254,7 +254,7 @@ GNUNET_GTK_edit_publication_type_combo_changed_cb (GtkComboBox * widget,
254 * @param ts the tree selection object 254 * @param ts the tree selection object
255 * @param user_data the 'struct EditPublicationDialogContext' 255 * @param user_data the 'struct EditPublicationDialogContext'
256 */ 256 */
257/* FIXME: connect this signal via glade (modern versions of Glade support this) */ 257/* FIXME-UNCLEAN: connect this signal via glade (modern versions of Glade support this) */
258static void 258static void
259metadata_selection_changed_cb (GtkTreeSelection *ts, 259metadata_selection_changed_cb (GtkTreeSelection *ts,
260 gpointer user_data) 260 gpointer user_data)
@@ -503,7 +503,7 @@ GNUNET_GTK_edit_publication_metadata_preview_file_chooser_button_file_set_cb (Gt
503 * @param ts the tree selection object 503 * @param ts the tree selection object
504 * @param user_data the 'struct EditPublicationDialogContext' 504 * @param user_data the 'struct EditPublicationDialogContext'
505 */ 505 */
506/* FIXME: connect this signal via glade (modern versions of Glade support this) */ 506/* FIXME-UNCLEAN: connect this signal via glade (modern versions of Glade support this) */
507static void 507static void
508keywords_selection_changed_cb (GtkTreeSelection *ts, 508keywords_selection_changed_cb (GtkTreeSelection *ts,
509 gpointer user_data) 509 gpointer user_data)
@@ -993,7 +993,7 @@ file_information_import (void *cls,
993 } 993 }
994 else 994 else
995 { 995 {
996 /* FIXME: ensure that short_fn is UTF-8 encoded */ 996 /* FIXME-BUG-MAYBE: ensure that short_fn is UTF-8 encoded */
997 gtk_window_set_title (ctx->edit_publication_window, short_fn); 997 gtk_window_set_title (ctx->edit_publication_window, short_fn);
998 GNUNET_free (short_fn); 998 GNUNET_free (short_fn);
999 } 999 }
@@ -1008,8 +1008,8 @@ file_information_import (void *cls,
1008 * @param fip information about the file information that is to be edited 1008 * @param fip information about the file information that is to be edited
1009 * @param allow_no_keywords is it OK to close the dialog without any keywords? 1009 * @param allow_no_keywords is it OK to close the dialog without any keywords?
1010 * also used to indicate that this is a namespace operation 1010 * also used to indicate that this is a namespace operation
1011 * (FIXME: overloaded/badly-named argument) 1011 * (FIXME-UNCLEAN: overloaded/badly-named argument)
1012 * @param anon_liststore liststore with anonymity options (FIXME: bad sharing) 1012 * @param anon_liststore liststore with anonymity options (FIXME-UNCLEAN: bad sharing)
1013 * @param cb function to call when the dialog is closed 1013 * @param cb function to call when the dialog is closed
1014 * @param cb_cls closure for 'cb' 1014 * @param cb_cls closure for 'cb'
1015 */ 1015 */
@@ -1142,7 +1142,7 @@ GNUNET_FS_GTK_edit_publish_dialog (GtkWindow * parent,
1142 gtk_widget_set_sensitive (ctx->confirm_button, allow_no_keywords ? TRUE : FALSE); 1142 gtk_widget_set_sensitive (ctx->confirm_button, allow_no_keywords ? TRUE : FALSE);
1143 1143
1144 1144
1145 /* FIXME: these signal handlers can be set by (modern) versions of Glade */ 1145 /* FIXME-UNCLEAN: these signal handlers can be set by (modern) versions of Glade */
1146 keywords_selection = gtk_tree_view_get_selection (ctx->keywords_treeview); 1146 keywords_selection = gtk_tree_view_get_selection (ctx->keywords_treeview);
1147 g_signal_connect (G_OBJECT (keywords_selection), "changed", 1147 g_signal_connect (G_OBJECT (keywords_selection), "changed",
1148 G_CALLBACK (keywords_selection_changed_cb), ctx); 1148 G_CALLBACK (keywords_selection_changed_cb), ctx);
diff --git a/src/fs/gnunet-fs-gtk-edit_publish_dialog.h b/src/fs/gnunet-fs-gtk_publish-edit-dialog.h
index 63111bbf..ae87d09c 100644
--- a/src/fs/gnunet-fs-gtk-edit_publish_dialog.h
+++ b/src/fs/gnunet-fs-gtk_publish-edit-dialog.h
@@ -19,11 +19,11 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/fs/gnunet-fs-gtk-edit_publish_dialog.h 22 * @file src/fs/gnunet-fs-gtk_publish-edit-dialog.h
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 */ 24 */
25#ifndef GNUNET_FS_GTK_EDIT_PUBLISH_DIALOG_H 25#ifndef GNUNET_FS_GTK_PUBLISH_EDIT_DIALOG_H
26#define GNUNET_FS_GTK_EDIT_PUBLISH_DIALOG_H 26#define GNUNET_FS_GTK_PUBLISH_EDIT_DIALOG_H
27 27
28#include "gnunet-fs-gtk-common.h" 28#include "gnunet-fs-gtk-common.h"
29#include <gnunet/gnunet_util_lib.h> 29#include <gnunet/gnunet_util_lib.h>