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

Dia ChangeLog report for 2008-04-29 03:00:01 UTC (Tue 29 Apr)



Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots

*** Recent ChangeLog entries:

--- ChangeLog.previous	2008-04-28 05:00:11.000000000 +0200
+++ dia-svn-snapshot/ChangeLog	2008-04-29 05:00:14.640463440 +0200
@@ -1,5 +1,49 @@
 2008-04-27  Hans Breuer  <hans breuer org>

+	* shapes/Cisco/*.png shapes/RDP/*.png  shapes/Cisco/Makefile.am
+	  shapes/RDP/Makefile.am : removed unrefernced icons
+
+	* lib/dia_image.h : include gdkpixbuf.h rather than forward declaring
+	typedef struct _GdkPixbuf GdkPixbuf; gcc does not like the latter
+
+	* objects/custom/custom_object.c : 'default_properties' were not
+	initialized as intended, e.g. show_backgound was random data
+
+	* shapes/Lights/ACL.png shapes/MSE/large_extension_node.png
+	  shapes/Logic/and.png shapes/MSE/small_extension_node.png
+	  shapes/ChemEng/*.png : desired icon size is 22x22
+
+	* sheets/UML/aggregation.png : rotated/flipped to show the
+	usual direction
+
+	[
+	  finally restores the feature to have different defaults for the same
+	  object by 'intdata' in sheet file, e.g. Class and Template in UML.
+	  Strange that I can't find any bug report related to this ;)
+	]
+	* app/defaults.[hc] lib/object.h lib/object_defaults.c : pass user_data
+	to dia_object_default_get(), although not using it yet. Remove unused
+	function dia_object_default_make().
+	(dia_object_default_create) : direct hashtable access to avoid
+	creating a default object for every object used. Only the default
+	dialog created from double-clicking the tools toolbox icon creates
+	a new default object now.
+	Also only copy ~PROP_FLAG_NO_DEFAULTS to preserve intdata initialized
+	properties over stored ones
+	* objects/GRAFCET/vergent.c objects/Istar/actor.c objects/Istar/goal.c
+	  objects/Istar/link.c objects/Istar/other.c objects/Jackson/domain.c
+	  objects/Jackson/phenomenon.c objects/KAOS/goal.c
+	  objects/KAOS/metaandorrel.c objects/KAOS/metabinrel.c
+	  objects/UML/association.c objects/UML/component_feature.c : mark
+	properties modified by intdata/GPOINTER_TO_INT(user_data) as
+	PROP_FLAG_NO_DEFAULTS, thus they are no longer over-written by the
+	object defauts system.
+	* objects/UML/class.c : no default name anymore
+
+	* doc/custom-shapes : mention <default-width/> and <default-height/>
+	* shapes/circuit/(h|v)*.shape : use them to have more recognizable
+	shapes. Fixes bug #493237.
+
 	* lib/prop_widgets.c : set the unfoldbutton to insensitive when
 	invisible to stop propagating key events to it. Fixes bug #491028
 	* objects/standard/(bezier|line|polyline).c : added
@@ -13,6 +57,9 @@

 2008-04-26  Hans Breuer  <hans breuer org>

+	* objects/UML/association.c : one more selfmade dialog gone,
+	'UML - Association' now use StdProps, too.
+
 	* objects/UML/transition.c : move text positions by same delta than
 	the center handle, fixes bug #528738

@@ -90,7 +137,7 @@
 	* objects/UML/fork.c : added fill_color
 	* objects/UML/state_term.c : fill_color and line_color
 	* objects/UML/transition.c : fill_color and text_color
-	=> all UML shapes can be tinted now
+	=> all UML shapes can be tinted now, closing bug #169107

 	* app/load_save.c : use 'obl->ops-move(obj,obj->position)'

@@ -108,7 +155,7 @@

 	* lib/textline.c : an empyt text created bogus ascent/descent, it used
 	to mean the fonts ascent/descent. Fixes e.g. the positioning of
-	'UML - LargePackage' label
+	'UML - LargePackage' label, fixes bug #439862

 	* objects/standard/textobj.c(textobj_load) : intialize TextObj::attrs
 	from TextObj::text (bug #528903, Leon Stringer)


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