[Goodies-commits] r4727 - in xfce4-notes-plugin/trunk: . panel-plugin

Mike Massonnet mmassonnet at xfce.org
Mon May 5 13:02:10 CEST 2008


Author: mmassonnet
Date: 2008-05-05 11:02:10 +0000 (Mon, 05 May 2008)
New Revision: 4727

Modified:
   xfce4-notes-plugin/trunk/ChangeLog
   xfce4-notes-plugin/trunk/NEWS
   xfce4-notes-plugin/trunk/configure.in.in
   xfce4-notes-plugin/trunk/panel-plugin/Makefile.am
Log:
prepare for release (1.6.2)


Modified: xfce4-notes-plugin/trunk/ChangeLog
===================================================================
--- xfce4-notes-plugin/trunk/ChangeLog	2008-05-05 10:50:41 UTC (rev 4726)
+++ xfce4-notes-plugin/trunk/ChangeLog	2008-05-05 11:02:10 UTC (rev 4727)
@@ -1,3 +1,75 @@
+2008-05-02  Mike Massonnet <mmassonnet at xfce.org>
+
+Fix compilation without xfconf
+	* panel-plugin/notes-properties-dialog.c:
+	  - Add HAVE_XFCONF checks
+	* panel-plugin/notes.h:
+	  - Fix bad copy/paste
+
+2008-04-30  Mike Massonnet <mmassonnet at xfce.org>
+
+Fix container spacing in properties dialog
+	* panel-plugin/notes-properties-dialog.c(prop_dialog_new):
+	  - Drop border within children
+
+2008-04-30  Mike Massonnet <mmassonnet at xfce.org>
+
+Rename the channels and some properties; make the panel plugin options work;
+	* src/defines.h,
+	  src/notes-properties-dialog.c,
+	  src/notes.c,
+	  src/notes.h,
+	  src/panel-plugin.c:
+	  - Define the channel names
+	  - Make use of new channel/property names
+	* src/notes.c:
+	* src/panel-plugin.c:
+	  - Attach a callback to "property-changed" signal on the panel plugin channel
+	  - Update arrow visibility
+	  - Update taskbar hint for the windows
+
+2008-04-29  Mike Massonnet <mmassonnet at xfce.org>
+
+Add an arrow button (ftm not hideable)
+	* panel-plugin/notes.h:
+	  - Two new widgets in NotesPlugin struct, a XfceHVBox and XfceArrowButton
+	* panel-plugin/panel-plugin.c:
+	  - Add arrow button beneath panel button
+	  - Display the menu on toggle
+	  - Attach a callback to "orientation-changed" (NOTE: position-changed may be
+	  better suited but doesn't exist)
+
+2008-04-28  Mike Massonnet <mmassonnet at xfce.org>
+
+Add missing properties dialog
+	* panel-plugin/notes-properties-dialog.c,
+	  panel-plugin/notes-properties-dialog.h:
+	  - Properties dialog with 3 callbacks
+
+2008-04-27  Mike Massonnet <mmassonnet at xfce.org>
+
+Add configuration dialog (need xfconf)
+	* configure.in.in:
+	  - Add optional build flag for the configuration dialog
+	* panel-plugin/Makefile.am:
+	  - Add build deps and compilation for new files
+	* panel-plugin/defines.h:
+	  - New file with common defines
+	* panel-plugin/notes.c(notes_window_new_with_label):
+	  - Get default window geometry with xfconf (optional)
+	  - Drop gtk_tooltips, and put gtk_tooltip instead (only with GTK+>=2.12.0)
+	* panel-plugin/notes.c(notes_window_load_data):
+	  - Load default data from xfconf (optional)
+	* panel-plugin/notes.h:
+	  - Quick clean up
+	* panel-plugin/panel-plugin.c:
+	  - Add optional "configure-plugin" callback
+
+2007-12-24  Mike Massonnet <mmassonnet at xfce.org>
+
+	* panel-plugin/notes.c(notes_window_load_data): Reset window title after
+	  we pick up an automatic window name.
+
 2007-12-23  Mike Massonnet <mmassonnet at xfce.org>
 
 	* panel-plugin/panel-plugin.c(notes_plugin_free): Correctly unref ThunarVfs

Modified: xfce4-notes-plugin/trunk/NEWS
===================================================================
--- xfce4-notes-plugin/trunk/NEWS	2008-05-05 10:50:41 UTC (rev 4726)
+++ xfce4-notes-plugin/trunk/NEWS	2008-05-05 11:02:10 UTC (rev 4727)
@@ -1,3 +1,11 @@
+VERSION 1.6.2
+
+- Add properties dialog (need xfconf at build-time)
+  - Default configuration
+  - New window configuration
+- Display an optional arrow beneath the panel plugin button to show the menu
+- Updated translations (ca, de, el, eu, fr, hu, nb_NO, nl, pt_BR, pt_PT)
+
 VERSION 1.6.1
 
 - Add file system monitoring.

Modified: xfce4-notes-plugin/trunk/configure.in.in
===================================================================
--- xfce4-notes-plugin/trunk/configure.in.in	2008-05-05 10:50:41 UTC (rev 4726)
+++ xfce4-notes-plugin/trunk/configure.in.in	2008-05-05 11:02:10 UTC (rev 4727)
@@ -9,7 +9,7 @@
 
 m4_define([xfce4_notes_plugin_version_major], [1])
 m4_define([xfce4_notes_plugin_version_minor], [6])
-m4_define([xfce4_notes_plugin_version_micro], [1])
+m4_define([xfce4_notes_plugin_version_micro], [2])
 m4_define([xfce4_notes_plugin_version_nano], [])
 m4_define([xfce4_notes_plugin_version_build], [r at REVISION@])
 m4_define([xfce4_notes_plugin_version_tag], []) # Leave empty for releases

Modified: xfce4-notes-plugin/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-notes-plugin/trunk/panel-plugin/Makefile.am	2008-05-05 10:50:41 UTC (rev 4726)
+++ xfce4-notes-plugin/trunk/panel-plugin/Makefile.am	2008-05-05 11:02:10 UTC (rev 4727)
@@ -17,6 +17,7 @@
 plugin_PROGRAMS = xfce4-notes-plugin
 
 xfce4_notes_plugin_SOURCES =						\
+	defines.h							\
 	panel-plugin.c							\
 	notes-properties-dialog.c					\
 	notes-properties-dialog.h					\




More information about the Goodies-commits mailing list