[gtk+/places-sidebar] Add list of pending things in GtkPlacesSidebar



commit 221095d287c8ff3c1c22a7f598cd756ea6fe910f
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Dec 5 16:51:15 2012 -0600

    Add list of pending things in GtkPlacesSidebar

 gtk/gtkplacessidebar.c |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c
index d8ac392..485caf8 100644
--- a/gtk/gtkplacessidebar.c
+++ b/gtk/gtkplacessidebar.c
@@ -40,6 +40,25 @@
  *   that, Nautilus does the "volume has trash, empty it first?" dance.  Cosimo
  *   suggests that this logic should be part of GtkMountOperation, which can
  *   have Unix-specific code for emptying trash.
+ *
+ * * Sync from the newest code in Nautilus.
+ *
+ * * Start removing old shortcuts code in gtkfilechooserdefault.c.
+ *
+ * * Add a way to implement gtk_file_chooser_add_shortcut_folder() and friends.
+ *
+ * * Grep for the comment containing "machinery" in this file, and copy that machinery
+ *   from Nautilus - it's to get symbolic icons for everything.
+ *
+ * * Add getters for all the setters.
+ *
+ * * Add GObject properties.
+ *
+ * * Add docstrings for signals.
+ *
+ * * Write reference docs.
+ *
+ * * Send a heads-up to the XFCE/Thunar people.
  */
 
 #include "config.h"



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