dia r3636 - in trunk: . lib objects/FS objects/UML objects/custom plug-ins/python



Author: hans
Date: 2007-03-17 11:08:26 +0000 (Sat, 17 Mar 2007)
New Revision: 3636
ViewCVS link: http://svn.gnome.org/viewcvs/dia?rev=3636&view=rev

Added:
   trunk/plug-ins/python/aobjects.py
Modified:
   trunk/ChangeLog
   trunk/lib/message.h
   trunk/lib/utils.h
   trunk/objects/FS/flow-ortho.c
   trunk/objects/FS/flow.c
   trunk/objects/UML/umlattribute.c
   trunk/objects/UML/umlformalparameter.c
   trunk/objects/UML/umloperation.c
   trunk/objects/custom/custom_object.c
   trunk/plug-ins/python/Makefile.am
   trunk/plug-ins/python/pydia-font.c
Log:
2007-03-17  Hans Breuer  <hans breuer org>

	* plug-ins/python/aobjects.py plug-ins/python/Makefile.am : 
	Self Documenation Part III and stress test, creates all Dia Objects
	* objects/FS/flow-ortho.c objects/FS/flow.c : removed partial
	left over of 'static DiaFont*' which caused a crash on creation

	* objects/UML/umlattribute.c objects/UML/umlformalparameter.c
	  objects/UML/umloperation.c : don't crash on name being NULL

	* objects/custom/custom_object.c : call *_update_data in *_copy
	Fixes the disappearance of object drawing after cut&paste
	(bug #416414, Stein Somers)

	* plug-ins/python/pydia-font.c : cmpfunc is supposed to return out
	of (-1, 0, 1)

	* lib/utils.h lib/message.h : added C++ guards






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