[Goodies-commits] r3205 - in xfce4-places-plugin/trunk: . panel-plugin

Diego Ongaro ongardie at xfce.org
Wed Sep 12 04:50:48 CEST 2007


Author: ongardie
Date: 2007-09-12 02:50:47 +0000 (Wed, 12 Sep 2007)
New Revision: 3205

Modified:
   xfce4-places-plugin/trunk/ChangeLog
   xfce4-places-plugin/trunk/panel-plugin/cfg.c
   xfce4-places-plugin/trunk/panel-plugin/cfg.h
   xfce4-places-plugin/trunk/panel-plugin/model.c
   xfce4-places-plugin/trunk/panel-plugin/model.h
   xfce4-places-plugin/trunk/panel-plugin/model_system.c
   xfce4-places-plugin/trunk/panel-plugin/model_system.h
   xfce4-places-plugin/trunk/panel-plugin/model_user.c
   xfce4-places-plugin/trunk/panel-plugin/model_user.h
   xfce4-places-plugin/trunk/panel-plugin/model_volumes.c
   xfce4-places-plugin/trunk/panel-plugin/model_volumes.h
   xfce4-places-plugin/trunk/panel-plugin/places.c
   xfce4-places-plugin/trunk/panel-plugin/places.h
   xfce4-places-plugin/trunk/panel-plugin/view.c
   xfce4-places-plugin/trunk/panel-plugin/view.h
Log:
2007-09-11	Diego Ongaro <ongardie at gmail.com>

*.{c,h}: Added purpose to top of each file


Modified: xfce4-places-plugin/trunk/ChangeLog
===================================================================
--- xfce4-places-plugin/trunk/ChangeLog	2007-09-12 02:34:09 UTC (rev 3204)
+++ xfce4-places-plugin/trunk/ChangeLog	2007-09-12 02:50:47 UTC (rev 3205)
@@ -2,6 +2,7 @@
 
 	* places.{c,h}, view.{c,h}, cfg.{c,h}: Large shuffling of GUI
 	code
+	* *.{c,h}: Added purpose to top of each file
 
 2007-09-07	Diego Ongaro <ongardie at gmail.com>
 

Modified: xfce4-places-plugin/trunk/panel-plugin/cfg.c
===================================================================
--- xfce4-places-plugin/trunk/panel-plugin/cfg.c	2007-09-12 02:34:09 UTC (rev 3204)
+++ xfce4-places-plugin/trunk/panel-plugin/cfg.c	2007-09-12 02:50:47 UTC (rev 3205)
@@ -1,5 +1,7 @@
 /*  xfce4-places-plugin
  *
+ *  This file provides a means of configuring the plugin.
+ *
  *  Copyright (c) 2007 Diego Ongaro <ongardie at gmail.com>
  *
  *  This program is free software; you can redistribute it and/or modify

Modified: xfce4-places-plugin/trunk/panel-plugin/cfg.h
===================================================================
--- xfce4-places-plugin/trunk/panel-plugin/cfg.h	2007-09-12 02:34:09 UTC (rev 3204)
+++ xfce4-places-plugin/trunk/panel-plugin/cfg.h	2007-09-12 02:50:47 UTC (rev 3205)
@@ -1,5 +1,8 @@
 /*  xfce4-places-plugin
  *
+ *  Defines the struct holding configuration data.
+ *  Defines the interface by which view communicates with cfg.
+ *
  *  Copyright (c) 2007 Diego Ongaro <ongardie at gmail.com>
  *
  *  This program is free software; you can redistribute it and/or modify

Modified: xfce4-places-plugin/trunk/panel-plugin/model.c
===================================================================
--- xfce4-places-plugin/trunk/panel-plugin/model.c	2007-09-12 02:34:09 UTC (rev 3204)
+++ xfce4-places-plugin/trunk/panel-plugin/model.c	2007-09-12 02:50:47 UTC (rev 3205)
@@ -1,5 +1,7 @@
 /*  xfce4-places-plugin
  *
+ *  This file provides support wrappers for the structs defined in model.h.
+ *
  *  Copyright (c) 2007 Diego Ongaro <ongardie at gmail.com>
  *
  *  This program is free software; you can redistribute it and/or modify

Modified: xfce4-places-plugin/trunk/panel-plugin/model.h
===================================================================
--- xfce4-places-plugin/trunk/panel-plugin/model.h	2007-09-12 02:34:09 UTC (rev 3204)
+++ xfce4-places-plugin/trunk/panel-plugin/model.h	2007-09-12 02:50:47 UTC (rev 3205)
@@ -1,5 +1,7 @@
 /*  xfce4-places-plugin
  *
+ *  This file defines the interfaces to the model.
+ *
  *  Copyright (c) 2007 Diego Ongaro <ongardie at gmail.com>
  *
  *  This program is free software; you can redistribute it and/or modify

Modified: xfce4-places-plugin/trunk/panel-plugin/model_system.c
===================================================================
--- xfce4-places-plugin/trunk/panel-plugin/model_system.c	2007-09-12 02:34:09 UTC (rev 3204)
+++ xfce4-places-plugin/trunk/panel-plugin/model_system.c	2007-09-12 02:50:47 UTC (rev 3205)
@@ -1,5 +1,7 @@
 /*  xfce4-places-plugin
  *
+ *  Model: system bookmarks (e.g., home folder, desktop)
+ *
  *  Copyright (c) 2007 Diego Ongaro <ongardie at gmail.com>
  *
  *  This program is free software; you can redistribute it and/or modify

Modified: xfce4-places-plugin/trunk/panel-plugin/model_system.h
===================================================================
--- xfce4-places-plugin/trunk/panel-plugin/model_system.h	2007-09-12 02:34:09 UTC (rev 3204)
+++ xfce4-places-plugin/trunk/panel-plugin/model_system.h	2007-09-12 02:50:47 UTC (rev 3205)
@@ -1,5 +1,7 @@
 /*  xfce4-places-plugin
  *
+ *  Interface to create system bookmark group.
+ *
  *  Copyright (c) 2007 Diego Ongaro <ongardie at gmail.com>
  *
  *  This program is free software; you can redistribute it and/or modify

Modified: xfce4-places-plugin/trunk/panel-plugin/model_user.c
===================================================================
--- xfce4-places-plugin/trunk/panel-plugin/model_user.c	2007-09-12 02:34:09 UTC (rev 3204)
+++ xfce4-places-plugin/trunk/panel-plugin/model_user.c	2007-09-12 02:50:47 UTC (rev 3205)
@@ -1,5 +1,7 @@
 /*  xfce4-places-plugin
  *
+ *  Model: user bookmarks (defined in ~/.gtk-bookmarks)
+ *
  *  Copyright (c) 2007 Diego Ongaro <ongardie at gmail.com>
  *
  *  This program is free software; you can redistribute it and/or modify

Modified: xfce4-places-plugin/trunk/panel-plugin/model_user.h
===================================================================
--- xfce4-places-plugin/trunk/panel-plugin/model_user.h	2007-09-12 02:34:09 UTC (rev 3204)
+++ xfce4-places-plugin/trunk/panel-plugin/model_user.h	2007-09-12 02:50:47 UTC (rev 3205)
@@ -1,5 +1,7 @@
 /*  xfce4-places-plugin
  *
+ *  Interface to create user bookmark group.
+ *
  *  Copyright (c) 2007 Diego Ongaro <ongardie at gmail.com>
  *
  *  This program is free software; you can redistribute it and/or modify

Modified: xfce4-places-plugin/trunk/panel-plugin/model_volumes.c
===================================================================
--- xfce4-places-plugin/trunk/panel-plugin/model_volumes.c	2007-09-12 02:34:09 UTC (rev 3204)
+++ xfce4-places-plugin/trunk/panel-plugin/model_volumes.c	2007-09-12 02:50:47 UTC (rev 3205)
@@ -1,5 +1,7 @@
 /*  xfce4-places-plugin
  *
+ *  Model: volumes bookmarks (i.e., removable media)
+ *
  *  Copyright (c) 2007 Diego Ongaro <ongardie at gmail.com>
  *
  *  This program is free software; you can redistribute it and/or modify

Modified: xfce4-places-plugin/trunk/panel-plugin/model_volumes.h
===================================================================
--- xfce4-places-plugin/trunk/panel-plugin/model_volumes.h	2007-09-12 02:34:09 UTC (rev 3204)
+++ xfce4-places-plugin/trunk/panel-plugin/model_volumes.h	2007-09-12 02:50:47 UTC (rev 3205)
@@ -1,5 +1,7 @@
 /*  xfce4-places-plugin
  *
+ *  Interface to create volumes bookmark group.
+ *
  *  Copyright (c) 2007 Diego Ongaro <ongardie at gmail.com>
  *
  *  This program is free software; you can redistribute it and/or modify

Modified: xfce4-places-plugin/trunk/panel-plugin/places.c
===================================================================
--- xfce4-places-plugin/trunk/panel-plugin/places.c	2007-09-12 02:34:09 UTC (rev 3204)
+++ xfce4-places-plugin/trunk/panel-plugin/places.c	2007-09-12 02:50:47 UTC (rev 3205)
@@ -1,5 +1,8 @@
 /*  xfce4-places-plugin
  *
+ *  This is the main plugin file. It starts the init and finalize processes.
+ *  Also, this file provides wrappers to open external applications.
+ *
  *  Copyright (c) 2007 Diego Ongaro <ongardie at gmail.com>
  *
  *  This program is free software; you can redistribute it and/or modify

Modified: xfce4-places-plugin/trunk/panel-plugin/places.h
===================================================================
--- xfce4-places-plugin/trunk/panel-plugin/places.h	2007-09-12 02:34:09 UTC (rev 3204)
+++ xfce4-places-plugin/trunk/panel-plugin/places.h	2007-09-12 02:50:47 UTC (rev 3205)
@@ -1,5 +1,7 @@
 /*  xfce4-places-plugin
  *
+ *  Headers for wrappers to open external applications.
+ *
  *  Copyright (c) 2007 Diego Ongaro <ongardie at gmail.com>
  *
  *  This program is free software; you can redistribute it and/or modify

Modified: xfce4-places-plugin/trunk/panel-plugin/view.c
===================================================================
--- xfce4-places-plugin/trunk/panel-plugin/view.c	2007-09-12 02:34:09 UTC (rev 3204)
+++ xfce4-places-plugin/trunk/panel-plugin/view.c	2007-09-12 02:50:47 UTC (rev 3205)
@@ -1,5 +1,7 @@
 /*  xfce4-places-plugin
  *
+ *  This file handles the GUI. It "owns" the model and cfg.
+ *
  *  Copyright (c) 2007 Diego Ongaro <ongardie at gmail.com>
  *
  *  Largely based on:

Modified: xfce4-places-plugin/trunk/panel-plugin/view.h
===================================================================
--- xfce4-places-plugin/trunk/panel-plugin/view.h	2007-09-12 02:34:09 UTC (rev 3204)
+++ xfce4-places-plugin/trunk/panel-plugin/view.h	2007-09-12 02:50:47 UTC (rev 3205)
@@ -1,5 +1,8 @@
 /*  xfce4-places-plugin
  *
+ *  Defines the interface by which cfg can communicate with view.
+ *  Headers for interface by which places.c creates/destroys view.
+ *
  *  Copyright (c) 2007 Diego Ongaro <ongardie at gmail.com>
  *
  *  This program is free software; you can redistribute it and/or modify




More information about the Goodies-commits mailing list