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

Dia ChangeLog report for 2008-04-28 03:00:00 UTC (Mon 28 Apr)



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

*** Recent ChangeLog entries:

--- ChangeLog.previous	2008-04-27 05:00:09.000000000 +0200
+++ dia-svn-snapshot/ChangeLog	2008-04-28 05:00:09.468046256 +0200
@@ -1,3 +1,42 @@
+2008-04-27  Hans Breuer  <hans breuer org>
+
+	* 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
+	PROP_OFFSET_FRAME_BEGIN("gaps"), PROP_OFFSET_FRAME_END("gaps")
+	to get symmetry between PropDescriptions and PropOffsets
+
+	* lib/widgets.c : no more singned/unsigned mismatch and get rid of
+	incompatible types - from 'struct _GtkWidget *' to
+	'struct _GtkFileSelection *', the DiaFileSelector::dialog is a
+	GtkFileChooser for quite a long time
+
+2008-04-26  Hans Breuer  <hans breuer org>
+
+	* objects/UML/transition.c : move text positions by same delta than
+	the center handle, fixes bug #528738
+
+	[ there is an unwritten rule for std-props: same name, same type ]
+	* objects/AADL/aadlbox.c objects/Jackson/phenomenon.c
+	  objects/UML/message.c objects/UML/node.c : what is called text
+	should be of type text
+	* objects/KAOS/metaandorrel.c objects/UML/implements.c : 'name' is
+	of type string
+	* objects/GRAFCET/step.c : font_size as fontsize not real
+	* objects/standard/box.c : corner_radius as real
+	* objects/UML/classicon.c : stereotype is a string
+
+	* plug-ins/python/allprops.py : creates a diagram extracting common
+	properties from all registered objects, warns about name/type clashes
+	* plug-ins/python/Makefile.am : add allprops.py, remove
+	diasvg_import.py from installed plug-ins
+	* plug-ins/python/pydia-properties.c : exclude PROP_FLAG_LOAD_ONLY
+	(compatibility) properties from the property dictionary
+	* bindings/test.py : added allprops test
+
+	* lib/propdialogs.c : use &= ~PXP_NOTSET to reset the property
+	experience flag
+
 2008-04-25  Hans Breuer  <hans breuer org>

 	* lib/diagdkrenderer.c dia_image.[ch] : don't use dia_image_draw()


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