libgnomedb r1596 - in trunk: . control-center doc doc/C doc/C/tmpl examples/SampleApp/po glade3 libgnomedb libgnomedb/data-entries libgnomedb/data-entries/plugins libgnomedb-extra testing



Author: vivien
Date: 2007-03-09 15:14:15 +0000 (Fri, 09 Mar 2007)
New Revision: 1596
ViewCVS link: http://svn.gnome.org/viewcvs/libgnomedb?rev=1596&view=rev

Added:
   trunk/doc/C/tmpl/gnome-db-entry-password.sgml
   trunk/doc/C/tmpl/gnome-db-format-entry.sgml
   trunk/libgnomedb/data-entries/gnome-db-entry-string-number.xml.in
   trunk/libgnomedb/data-entries/gnome-db-entry-string-string.xml.in
   trunk/libgnomedb/data-entries/gnome-db-format-entry.c
   trunk/libgnomedb/data-entries/gnome-db-format-entry.h
   trunk/libgnomedb/data-entries/plugins/gnome-db-data-cell-renderer-password.c
   trunk/libgnomedb/data-entries/plugins/gnome-db-data-cell-renderer-password.h
   trunk/libgnomedb/data-entries/plugins/gnome-db-entry-password.c
   trunk/libgnomedb/data-entries/plugins/gnome-db-entry-password.h
   trunk/libgnomedb/data-entries/plugins/gnome-db-entry-password.xml.in
Removed:
   trunk/doc/C/tmpl/gnome-db-entry-passmd5.sgml
   trunk/libgnomedb/data-entries/plugins/gnome-db-entry-passmd5.c
   trunk/libgnomedb/data-entries/plugins/gnome-db-entry-passmd5.h
Modified:
   trunk/ChangeLog
   trunk/control-center/
   trunk/doc/
   trunk/doc/C/
   trunk/doc/C/libgnomedb-3.0-docs.sgml
   trunk/doc/C/libgnomedb-3.0-sections.txt
   trunk/doc/C/libgnomedb-3.0.types
   trunk/doc/C/tmpl/
   trunk/doc/C/tmpl/gnome-db-data-cell-renderer-combo.sgml.bak
   trunk/doc/C/tmpl/gnome-db-data-cell-renderer-info.sgml.bak
   trunk/doc/C/tmpl/gnome-db-entry-string.sgml
   trunk/doc/C/tmpl/gnome-db-handler-passmd5.sgml
   trunk/doc/C/tmpl/libgnomedb-unused.sgml
   trunk/examples/SampleApp/po/Makefile.in.in
   trunk/glade3/gnomedb.xml.in
   trunk/libgnomedb-extra/
   trunk/libgnomedb/
   trunk/libgnomedb/data-entries/
   trunk/libgnomedb/data-entries/Makefile.am
   trunk/libgnomedb/data-entries/gnome-db-data-cell-renderer-textual.c
   trunk/libgnomedb/data-entries/gnome-db-entry-common-time.c
   trunk/libgnomedb/data-entries/gnome-db-entry-shell.h
   trunk/libgnomedb/data-entries/gnome-db-entry-string.c
   trunk/libgnomedb/data-entries/gnome-db-entry-string.h
   trunk/libgnomedb/data-entries/plugins/Makefile.am
   trunk/libgnomedb/data-entries/plugins/gnome-db-data-cell-renderer-pict.h
   trunk/libgnomedb/data-entries/plugins/gnome-db-entry-cidr.c
   trunk/libgnomedb/data-entries/plugins/libmain.c
   trunk/libgnomedb/gnome-db-data-import.c
   trunk/libgnomedb/gnome-db-form.c
   trunk/libgnomedb/gnome-db-tools.c
   trunk/libgnomedb/libgnomedb.h.in
   trunk/testing/test-dyn-widgets.c
   trunk/testing/test-handlers.c
Log:
2007-03-09  Vivien Malerba <malerba gnome-db org>

	* libgnomedb/data-entries/gnome-db-entry-string.c: correctly disconnect the "focus-out-event"
	signal in desctuctor
	* libgnomedb/data-entries/Makefile.am:
	* libgnomedb/data-entries/gnome-db-format-entry.[ch]: created a new GnomeDbFormatEntry widget
	which adds several formatting features on top of a GtkEntry widget
	* libgnomedb/data-entries/plugins/gnome-db-entry-cidr.c:
	* libgnomedb/data-entries/gnome-db-entry-string.c:
	* libgnomedb/data-entries/gnome-db-entry-common-time.c: make use of the GnomeDbFormatEntry
	widget for date and time editing
	* libgnomedb/data-entries/gnome-db-data-cell-renderer-textual.c: use GnomeDbEntryDate,
	GnomeDbEntryTime, or GnomeDbEntryTimeStamp when possible
	* libgnomedb/data-entries/plugins/gnome-db-entry-passmd5.c: corrected a long standing bug
	where unmodified passwords would be re-encoded
	* libgnomedb/data-entries/plugins/libmain.c:
	* libgnomedb/data-entries/plugins/gnome-db-entry-passmd5.[ch]:
	* libgnomedb/data-entries/plugins/gnome-db-entry-password.xml.in: added an option to select
	the type of encoding (plain or MD5 at the moment)
	* libgnomedb/data-entries/plugins/gnome-db-entry-password.[ch]: renamed from
	gnome-db-entry-passmd5.[ch]
	* libgnomedb/data-entries/plugins/gnome-db-data-cell-renderer-password.[ch]: new files to
	render correctly passwords in GtkTreeView widgets
	* testing/test-handlers.c: new features: test GnomeDbDataEntry widgets in forms and also
	test the associated GtkCellRenderer objects in GtkTreeView widgets
	* libgnomedb/gnome-db-data-import.c: correctly unref object obtained using g_object_get()
	* fixed the svn:ignore property of some directories





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