Am 10.01.2015 um 22:17 schrieb Paul Chavent:
On 01/10/2015 03:50 PM, Hans Breuer wrote:
As I said I'm fine with pushing what we currently have. It is probably
 more simple to improve from that common base. Any objections?
So, i suggest to submit patches that fix the bounding box issue, the
copy issue, the media issue, and label this new version as first common
base.

Not sure I understand, but it sounds like I will have to reset my local version once more. At least if you want to have all of the above in a single commit in dia master. If this should become an almost perfect commit please include the necessary changes for objects/makefile.msc and lib/libdia.def, too.

BTW: the "bounding box issue" seems to be a no-issue. I've checked my assumption with environment variable DIA_RENDER_BOUNDIG_BOXES set. Apparently I was confused by the (of course correct) inclusion of the label within the bounding box.

Regards,
        Hans

-------- Hans "at" Breuer "dot" Org -----------
Tell me what you need, and I'll tell you how to
get along without it.                -- Dilbert
diff --git a/lib/libdia.def b/lib/libdia.def
index 81d19c6..8d9b5b9 100644
--- a/lib/libdia.def
+++ b/lib/libdia.def
@@ -577,6 +577,7 @@ EXPORTS
  object_substitute
  object_toggle_prop
  object_unconnect
+ object_unconnect_all
 
  orthconn_add_segment
  orthconn_can_add_segment
diff --git a/objects/makefile.msc b/objects/makefile.msc
index 0ac96bf..286d846 100644
--- a/objects/makefile.msc
+++ b/objects/makefile.msc
@@ -2,7 +2,7 @@
 
 PLUGINS = aadl chronogram custom er flowchart fs grafcet \
        Istar Jackson Kaos misc network sadt standard uml \
-       Database custom_lines
+       Database Sozi custom_lines
 
 #outdated:     labels
 
@@ -115,6 +115,16 @@ OBJECTS = \
 PKG_LINK = $(PKG_LINK) 
 !ENDIF
 
+!IFDEF OBJ_Sozi
+OBJECTS = \
+       sozi.obj \
+       sozi-frame.obj \
+       sozi-media.obj \
+       sozi-object.obj
+PKG_LINK = $(PKG_LINK) $(LIBXML2_LIBS) \
+       $(GTK2_LIBS)
+!ENDIF
+
 !IFDEF OBJ_eml
 OBJECTS = \
        dbox.obj \
_______________________________________________
dia-list mailing list
dia-list@gnome.org
https://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://live.gnome.org/Dia/Faq
Main page at http://live.gnome.org/Dia

Reply via email to