[gtkmm] Gtkmm-forge digest, Vol 1 #259 - 4 msgs



Send Gtkmm-forge mailing list submissions to
	gtkmm-forge lists sourceforge net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
	gtkmm-forge-request lists sourceforge net

You can reach the person managing the list at
	gtkmm-forge-admin lists sourceforge net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."


gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla.  A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs.


Today's Topics:

   1. [Bug 90689] Changed - Patch to check for existence of 'dot' (bugzilla-daemon widget gnome org)
   2. [Bug 95749] Changed - managed child widgets destroyed when removed. (bugzilla-daemon widget gnome org)
   3. [Bug 95606] Changed - Warning when removing child Gtk::VSeparator (bugzilla-daemon widget gnome org)
   4. [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2 (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, btb debian org
Cc: 
Date: Mon, 21 Oct 2002 08:53:33 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 90689] Changed - Patch to check for existence of 'dot'

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=90689

Changed by murrayc usa net 

--- shadow/90689	Sat Oct 12 09:37:24 2002
+++ shadow/90689.tmp.19571	Mon Oct 21 08:53:33 2002
@@ -107,6 +107,9 @@
 work at all, now.
 
 
 ------- Additional Comments From murrayc usa net  2002-10-12 09:37 -------
 Look at the ListStore page, for instance. Only dot properly combines
 virtual base classes.
+
+------- Additional Comments From murrayc usa net  2002-10-21 08:53 -------
+Did you get any response from the graphviz maintainer?



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, dss home se
Cc: 
Date: Mon, 21 Oct 2002 09:18:26 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 95749] Changed - managed child widgets destroyed when removed.

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=95749

Changed by murrayc usa net 

--- shadow/95749	Tue Oct 15 06:49:40 2002
+++ shadow/95749.tmp.24497	Mon Oct 21 09:18:26 2002
@@ -1,13 +1,13 @@
 Bug#: 95749
 Product: gtkmm
 Version: 2.0
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: dss home se               
 TargetMilestone: ---
@@ -48,6 +48,13 @@
 Created an attachment (id=11534)
 test case #2
 
 
 ------- Additional Comments From murrayc usa net  2002-10-15 06:49 -------
 This is quite well-known behaviour, but it would be nice to prevent it.
+
+------- Additional Comments From murrayc usa net  2002-10-21 09:18 -------
+2002-10-21  Murray Cumming  <murrayc usa net>
+
+	* Gtk::Container_Class:destroy_callback(): dynamic_cast<> child
+	widgets to Widget*, instead of Container*, of course. This seems to fix
+	lots of lifetime bugs.



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Mon, 21 Oct 2002 09:18:37 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 95606] Changed - Warning when removing child Gtk::VSeparator

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=95606

Changed by murrayc usa net 

--- shadow/95606	Sat Oct 12 17:40:41 2002
+++ shadow/95606.tmp.24524	Mon Oct 21 09:18:37 2002
@@ -1,13 +1,13 @@
 Bug#: 95606
 Product: gtkmm
 Version: 2.0
 OS: Linux
 OS Details: Debian Testing
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: matty chariot net au               
 TargetMilestone: ---
@@ -95,6 +95,13 @@
 Created an attachment (id=11514)
 test_child_separator.cc
 
 
 ------- Additional Comments From murrayc usa net  2002-10-12 17:40 -------
 Actually, it's  an HSeparator, but I doubt that it makes any difference.
+
+------- Additional Comments From murrayc usa net  2002-10-21 09:18 -------
+2002-10-21  Murray Cumming  <murrayc usa net>
+
+	* Gtk::Container_Class:destroy_callback(): dynamic_cast<> child
+	widgets to Widget*, instead of Container*, of course. This seems to fix
+	lots of lifetime bugs.



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, julian jabber org
Cc: 
Date: Mon, 21 Oct 2002 10:25:51 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=93412

Changed by f j franklin shef ac uk 

--- shadow/93412	Fri Oct 11 11:58:21 2002
+++ shadow/93412.tmp.4870	Mon Oct 21 10:25:51 2002
@@ -60,6 +60,10 @@
 Please respond.
 
 ------- Additional Comments From julian jabber org  2002-10-11 11:58 -------
 Sorry about that...
 
 http://gcc.gnu.org/ml/gcc-patches/2002-05/msg01466.html
+
+------- Additional Comments From F J Franklin shef ac uk  2002-10-21 10:25 -------
+glib/glibmm/ustring.cc needs to be compiled with -fno-inline
+/me




--__--__--

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest



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