gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r19630 - gnunet-gtk/src/fs


From: gnunet
Subject: [GNUnet-SVN] r19630 - gnunet-gtk/src/fs
Date: Thu, 2 Feb 2012 14:34:05 +0100

Author: grothoff
Date: 2012-02-02 14:34:05 +0100 (Thu, 02 Feb 2012)
New Revision: 19630

Modified:
   gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_adv_pseudonym.c
   gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_create_pseudonym.c
   gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_file_download.c
   gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_meta_data_context_menu.c
   gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_namespace.c
   gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_open_directory.c
   gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_search.c
   gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_view_toggles.c
   gnunet-gtk/src/fs/gnunet-fs-gtk.c
   gnunet-gtk/src/fs/gnunet-fs-gtk_anonymity-widgets.c
   gnunet-gtk/src/fs/gnunet-fs-gtk_anonymity-widgets.h
   gnunet-gtk/src/fs/gnunet-fs-gtk_common.c
   gnunet-gtk/src/fs/gnunet-fs-gtk_download-save-as.c
   gnunet-gtk/src/fs/gnunet-fs-gtk_download-save-as.h
   gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c
   gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.h
   gnunet-gtk/src/fs/gnunet-fs-gtk_publish-dialog.c
   gnunet-gtk/src/fs/gnunet-fs-gtk_publish-edit-dialog.c
   gnunet-gtk/src/fs/gnunet-fs-gtk_publish-edit-dialog.h
Log:
-rename fest

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_adv_pseudonym.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_adv_pseudonym.c 2012-02-02 
13:28:32 UTC (rev 19629)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_adv_pseudonym.c 2012-02-02 
13:34:05 UTC (rev 19630)
@@ -22,9 +22,9 @@
  * @file src/fs/gnunet-fs-gtk-main_window_adv_pseudonym.c
  * @author Christian Grothoff
  */
-#include "gnunet-fs-gtk-common.h"
+#include "gnunet-fs-gtk_common.h"
 #include "gnunet-fs-gtk.h"
-#include "gnunet-fs-gtk-edit_publish_dialog.h"
+#include "gnunet-fs-gtk_publish-edit-dialog.h"
 
 
 

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_create_pseudonym.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_create_pseudonym.c      
2012-02-02 13:28:32 UTC (rev 19629)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_create_pseudonym.c      
2012-02-02 13:34:05 UTC (rev 19630)
@@ -23,7 +23,7 @@
  * @author Christian Grothoff
  *
  */
-#include "gnunet-fs-gtk-common.h"
+#include "gnunet-fs-gtk_common.h"
 #include "gnunet-fs-gtk.h"
 
 void

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_file_download.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_file_download.c 2012-02-02 
13:28:32 UTC (rev 19629)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_file_download.c 2012-02-02 
13:34:05 UTC (rev 19630)
@@ -27,8 +27,8 @@
  * - automatically populate dialog from clipboard?
  * - use our own builder instead of the main builder?
  */
-#include "gnunet-fs-gtk-common.h"
-#include "gnunet-fs-gtk-download.h"
+#include "gnunet-fs-gtk_common.h"
+#include "gnunet-fs-gtk_download-save-as.h"
 #include "gnunet-fs-gtk.h"
 #include <gdk/gdkkeysyms.h>
 

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_meta_data_context_menu.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_meta_data_context_menu.c        
2012-02-02 13:28:32 UTC (rev 19629)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_meta_data_context_menu.c        
2012-02-02 13:34:05 UTC (rev 19630)
@@ -24,8 +24,8 @@
  * @author Christian Grothoff
  */
 #include "gnunet-fs-gtk.h"
-#include "gnunet-fs-gtk-download.h"
-#include "gnunet-fs-gtk-event_handler.h"
+#include "gnunet-fs-gtk_download-save-as.h"
+#include "gnunet-fs-gtk_event-handler.h"
 #include <string.h>
 
 

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_namespace.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_namespace.c     2012-02-02 
13:28:32 UTC (rev 19629)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_namespace.c     2012-02-02 
13:34:05 UTC (rev 19630)
@@ -23,8 +23,7 @@
  * @author Christian Grothoff
  * @brief event handlers for the namespace selection dropdown box in the main 
window
  */
-#include "gnunet-fs-gtk-common.h"
-#include <gdk/gdk.h>
+#include "gnunet-fs-gtk_common.h"
 #include "gnunet-fs-gtk.h"
 
 

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_open_directory.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_open_directory.c        
2012-02-02 13:28:32 UTC (rev 19629)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_open_directory.c        
2012-02-02 13:34:05 UTC (rev 19630)
@@ -22,8 +22,8 @@
  * @file src/fs/gnunet-fs-gtk-main_window_open_directory.c
  * @author Christian Grothoff
  */
-#include "gnunet-fs-gtk-common.h"
-#include "gnunet-fs-gtk-event_handler.h"
+#include "gnunet-fs-gtk_common.h"
+#include "gnunet-fs-gtk_event-handler.h"
 
 struct AddChildContext
 {

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_search.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_search.c        2012-02-02 
13:28:32 UTC (rev 19629)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_search.c        2012-02-02 
13:34:05 UTC (rev 19630)
@@ -23,10 +23,9 @@
  * @author Christian Grothoff
  * @brief event handlers for the search function in the main window
  */
-#include "gnunet-fs-gtk-common.h"
+#include "gnunet-fs-gtk_common.h"
 #include "gnunet-fs-gtk.h"
-#include <gdk/gdk.h>
-#include "gnunet-fs-gtk-anonymity_spin_buttons.h"
+#include "gnunet-fs-gtk_anonymity-widgets.h"
 
 
 void

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_view_toggles.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_view_toggles.c  2012-02-02 
13:28:32 UTC (rev 19629)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_view_toggles.c  2012-02-02 
13:34:05 UTC (rev 19630)
@@ -24,7 +24,7 @@
  *
  * This file contains callbacks for the 'view' menu that toggle views.
  */
-#include "gnunet-fs-gtk-common.h"
+#include "gnunet-fs-gtk_common.h"
 #include "gnunet-fs-gtk.h"
 
 

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk.c   2012-02-02 13:28:32 UTC (rev 19629)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk.c   2012-02-02 13:34:05 UTC (rev 19630)
@@ -23,8 +23,8 @@
  * @brief Main function of gnunet-fs-gtk
  * @author Christian Grothoff
  */
-#include "gnunet-fs-gtk-common.h"
-#include "gnunet-fs-gtk-event_handler.h"
+#include "gnunet-fs-gtk_common.h"
+#include "gnunet-fs-gtk_event-handler.h"
 #include <gdk/gdkkeysyms.h>
 
 /**

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_anonymity-widgets.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_anonymity-widgets.c 2012-02-02 13:28:32 UTC 
(rev 19629)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_anonymity-widgets.c 2012-02-02 13:34:05 UTC 
(rev 19630)
@@ -23,8 +23,8 @@
  * @author Christian Grothoff
  * @brief operations to manage user's anonymity level selections
  */
-#include "gnunet-fs-gtk-common.h"
-#include "gnunet-fs-gtk-anonymity_spin_buttons.h"
+#include "gnunet-fs-gtk_common.h"
+#include "gnunet-fs-gtk_anonymity-widgets.h"
 #include <gdk/gdk.h>
 
 /**

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_anonymity-widgets.h
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_anonymity-widgets.h 2012-02-02 13:28:32 UTC 
(rev 19629)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_anonymity-widgets.h 2012-02-02 13:34:05 UTC 
(rev 19630)
@@ -26,8 +26,7 @@
 #ifndef GNUNET_FS_GTK_ANONYMITY_SPIN_BUTTONS_H
 #define GNUNET_FS_GTK_ANONYMITY_SPIN_BUTTONS_H
 
-#include "gnunet-fs-gtk-common.h"
-#include <gdk/gdk.h>
+#include "gnunet-fs-gtk_common.h"
 
 
 /**

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_common.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_common.c    2012-02-02 13:28:32 UTC (rev 
19629)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_common.c    2012-02-02 13:34:05 UTC (rev 
19630)
@@ -23,7 +23,7 @@
  * @brief Common functions used in various places
  * @author Christian Grothoff
  */
-#include "gnunet-fs-gtk-common.h"
+#include "gnunet-fs-gtk_common.h"
 
 /**
  * Converts metadata specified by @data of size @data_len

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_download-save-as.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_download-save-as.c  2012-02-02 13:28:32 UTC 
(rev 19629)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_download-save-as.c  2012-02-02 13:34:05 UTC 
(rev 19630)
@@ -23,9 +23,9 @@
  * @brief functions for managing the 'save as' dialog 
  * @author Christian Grothoff
  */
-#include "gnunet-fs-gtk-download.h"
+#include "gnunet-fs-gtk_download-save-as.h"
 #include "gnunet-fs-gtk.h"
-#include "gnunet-fs-gtk-event_handler.h"
+#include "gnunet-fs-gtk_event-handler.h"
 
 /**
  * State for a 'save as' dialog of a download.

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_download-save-as.h
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_download-save-as.h  2012-02-02 13:28:32 UTC 
(rev 19629)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_download-save-as.h  2012-02-02 13:34:05 UTC 
(rev 19630)
@@ -26,7 +26,7 @@
 #ifndef GNUNET_FS_GTK_DOWNLOAD_SAVE_AS_H
 #define GNUNET_FS_GTK_DOWNLOAD_SAVE_AS_H
 
-#include "gnunet-fs-gtk-common.h"
+#include "gnunet-fs-gtk_common.h"
 
 
 /**

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c     2012-02-02 13:28:32 UTC 
(rev 19629)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c     2012-02-02 13:34:05 UTC 
(rev 19630)
@@ -24,9 +24,8 @@
  * @author Christian Grothoff
  */
 #include "gnunet-fs-gtk.h"
-#include "gnunet-fs-gtk-download.h"
-#include "gnunet-fs-gtk-event_handler.h"
-#include <string.h>
+#include "gnunet-fs-gtk_download-save-as.h"
+#include "gnunet-fs-gtk_event-handler.h"
 
 
 /**

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.h
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.h     2012-02-02 13:28:32 UTC 
(rev 19629)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.h     2012-02-02 13:34:05 UTC 
(rev 19630)
@@ -23,7 +23,7 @@
  * @brief Main event handler for file-sharing
  * @author Christian Grothoff
  */
-#include "gnunet-fs-gtk-common.h"
+#include "gnunet-fs-gtk_common.h"
 
 
 /**

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_publish-dialog.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_publish-dialog.c    2012-02-02 13:28:32 UTC 
(rev 19629)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_publish-dialog.c    2012-02-02 13:34:05 UTC 
(rev 19630)
@@ -22,9 +22,9 @@
  * @file src/fs/gnunet-fs-gtk_publish-dialog.c
  * @author Christian Grothoff
  */
-#include "gnunet-fs-gtk-common.h"
+#include "gnunet-fs-gtk_common.h"
 #include "gnunet-fs-gtk.h"
-#include "gnunet-fs-gtk-edit_publish_dialog.h"
+#include "gnunet-fs-gtk_publish-edit-dialog.h"
 #include <gnunet/gnunet_util_lib.h>
 #include <gnunet/gnunet_fs_service.h>
 

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_publish-edit-dialog.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_publish-edit-dialog.c       2012-02-02 
13:28:32 UTC (rev 19629)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_publish-edit-dialog.c       2012-02-02 
13:34:05 UTC (rev 19630)
@@ -22,8 +22,7 @@
  * @file src/fs/gnunet-fs-gtk_publish-edit-dialog.c
  * @author Christian Grothoff
  */
-#include "gnunet-fs-gtk-common.h"
-#include "gnunet-fs-gtk-edit_publish_dialog.h"
+#include "gnunet-fs-gtk_publish-edit-dialog.h"
 #include "gnunet-fs-gtk.h"
 #include <gnunet/gnunet_util_lib.h>
 

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_publish-edit-dialog.h
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_publish-edit-dialog.h       2012-02-02 
13:28:32 UTC (rev 19629)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_publish-edit-dialog.h       2012-02-02 
13:34:05 UTC (rev 19630)
@@ -25,7 +25,7 @@
 #ifndef GNUNET_FS_GTK_PUBLISH_EDIT_DIALOG_H
 #define GNUNET_FS_GTK_PUBLISH_EDIT_DIALOG_H
 
-#include "gnunet-fs-gtk-common.h"
+#include "gnunet-fs-gtk_common.h"
 #include <gnunet/gnunet_util_lib.h>
 #include <gnunet/gnunet_fs_service.h>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]