[gtkmm] Gtkmm-forge digest, Vol 1 #468 - 12 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 117744] New - Fixes, improvements, and all around fun (bugzilla-daemon widget gnome org)
   2. [Bug 117494] Changed - GCC 3.3.1 incompatibility: ustring private vs. public change, invalid static_cast (bugzilla-daemon widget gnome org)
   3. [Bug 117744] Changed - Fixes, improvements, and all around fun (bugzilla-daemon widget gnome org)
   4. [Bug 117740] Changed - compiling with -Wshadow produces warnings (bugzilla-daemon widget gnome org)
   5. [Bug 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area () (bugzilla-daemon widget gnome org)
   6. [Bug 114867] Changed - signal_format_value() does not work (bugzilla-daemon widget gnome org)
   7. [Bug 86865] Changed - Collection of minor GTK+ bugs that affect gtkmm (bugzilla-daemon widget gnome org)
   8. [Bug 117770] New - Quick fix (bugzilla-daemon widget gnome org)
   9. [Bug 117770] Changed - Quick fix (bugzilla-daemon widget gnome org)
  10. [Bug 117770] Changed - Quick fix (bugzilla-daemon widget gnome org)
  11. [Bug 117744] Changed - Fixes, improvements, and all around fun (bugzilla-daemon widget gnome org)
  12. [Bug 117494] Changed - GCC 3.3.1 static_cast compile error (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 18 Jul 2003 00:49:48 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 117744] New - Fixes, improvements, and all around fun

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=117744

Changed by mxpxfifws yahoo com 

--- shadow/117744	Fri Jul 18 00:49:15 2003
+++ shadow/117744.tmp.30172	Fri Jul 18 00:49:47 2003
@@ -0,0 +1,19 @@
+Bug#: 117744
+Product: gnomemm
+Version: 2.0
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gnome-vfsmm
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: mxpxfifws yahoo com               
+TargetMilestone: ---
+URL: 
+Summary: Fixes, improvements, and all around fun
+
+See Changelog for details...
+
+Most important change:  MimeApplication has new methods!!


--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, erich debian org
Cc: 
Date: Fri, 18 Jul 2003 00:49:49 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 117494] Changed - GCC 3.3.1 incompatibility: ustring private vs. public change, invalid static_cast

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=117494

Changed by murrayc usa net 

--- shadow/117494	Thu Jul 17 08:06:02 2003
+++ shadow/117494.tmp.31070	Fri Jul 18 00:49:49 2003
@@ -130,6 +130,26 @@
 What is the original code expected to do?
 
 To my understanding, static cast means doing some conversion, like
 double->int (mapping 1.0 to 1) is a static cast. A reinterpret_cast
 doesn't change the data, but just uses a different interpretation. For
 example treating a double number as a bit sequence is a reinterpret_cast.
+
+------- Additional Comments From murrayc usa net  2003-07-18 00:49 -------
+> The error message already states which cast it does not accept.
+> It's the outer one.
+
+Yes, but if it's a gcc bug then maybe it's only a bug in certain 
+circumstances. Would it kill you to try?
+
+> I also posted the solution i'm using in the Non-Maintainer-Package i
+> uploaded: reinterpret_cast<const TreeNodeChildren&>(*this);
+
+Discussion on the list (that really should be here) suggests that 
+dynamic_cast<> is a better alternative, though it's still not clear 
+why static_cast<> is not working here.
+
+> What is the original code expected to do?
+
+Cast a TreeIter to a TreeNodeChildren. Not something that should be 
+difficult.
+


--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 18 Jul 2003 00:50:34 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 117744] Changed - Fixes, improvements, and all around fun

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=117744

Changed by mxpxfifws yahoo com 

--- shadow/117744	Fri Jul 18 00:49:47 2003
+++ shadow/117744.tmp.31404	Fri Jul 18 00:50:34 2003
@@ -14,6 +14,11 @@
 URL: 
 Summary: Fixes, improvements, and all around fun
 
 See Changelog for details...
 
 Most important change:  MimeApplication has new methods!!
+
+------- Additional Comments From mxpxfifws yahoo com  2003-07-18 00:50 -------
+Created an attachment (id=18404)
+the goods
+


--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, btb debian org
Cc: 
Date: Fri, 18 Jul 2003 08:28:47 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 117740] Changed - compiling with -Wshadow produces warnings

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=117740

Changed by murrayc usa net 

--- shadow/117740	Thu Jul 17 22:13:57 2003
+++ shadow/117740.tmp.28260	Fri Jul 18 08:28:47 2003
@@ -20,6 +20,13 @@
 [this is a forward of debian bug#201815]
 
 ------- Additional Comments From btb debian org  2003-07-17 22:13 -------
 Created an attachment (id=18401)
 -Wshadow warnings
 
+
+------- Additional Comments From murrayc usa net  2003-07-18 08:28 -------
+I can't actually find any of those members. I would be very surprised
+if the TreeView class had a path member, for instance. Our class
+member variables should all have an underscore at the end. A patch
+would be welcome.
+


--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
	harald hopfes hopfes sysde eads net
Cc: 
Date: Fri, 18 Jul 2003 08:29:40 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area ()

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=114568

Changed by murrayc usa net 

--- shadow/114568	Thu Jul 17 06:24:31 2003
+++ shadow/114568.tmp.28618	Fri Jul 18 08:29:40 2003
@@ -1,9 +1,9 @@
 Bug#: 114568
 Product: gtkmm
-Version: 2.0
+Version: 2.4
 OS: Linux
 OS Details: Redhat 8.0
 Status: NEW   
 Resolution: 
 Severity: normal
 Priority: Normal
@@ -1766,6 +1766,9 @@
 We tested the current cvs-version (which includes the leak-fix) and 
 it looks good to us. We did some further tests if something else is 
 influenced, but we could not find something.
 
 So I think the CVS version could be a good gtkmm 2.2.4 :-)
 
+
+------- Additional Comments From murrayc usa net  2003-07-18 08:29 -------
+This has been applied. I need to merge it into gtkmm 2.4 also.


--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, secil secil de
Cc: 
Date: Fri, 18 Jul 2003 08:51:40 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 114867] Changed - signal_format_value() does not work

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=114867

Changed by murrayc usa net 

--- shadow/114867	Sun Jul 13 08:55:42 2003
+++ shadow/114867.tmp.6535	Fri Jul 18 08:51:32 2003
@@ -89,6 +89,9 @@
 max often.
 
 But your use of %d in the printf does seem wrong for the double type.
 std::cout does it properly, and %f seems to be an improvement. A
 std::stringstream would probably do this best.
 
+
+------- Additional Comments From murrayc usa net  2003-07-18 08:51 -------
+Please respond.


--__--__--

Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 18 Jul 2003 09:55:06 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 86865] Changed - Collection of minor GTK+ bugs that affect gtkmm

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=86865

Changed by murrayc usa net 

--- shadow/86865	Fri Jul 18 09:51:36 2003
+++ shadow/86865.tmp.30701	Fri Jul 18 09:55:06 2003
@@ -10,11 +10,15 @@
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: murrayc usa net               
 TargetMilestone: ---
 URL: 
 Summary: Collection of minor GTK+ bugs that affect gtkmm
-BugsThisDependsOn: 52877, 63768, 64601, 70227, 72426[FIXED]
+BugsThisDependsOn: 52877, 63768, 64601, 72426[FIXED]
 
 This umbrella bug helps us to know what GTK+ bugs are relevant to gtkmm. 
 We have probably hacked around these bugs, but we'd still like them to be
 fixed properly.
+
+------- Additional Comments From murrayc usa net  2003-07-18 09:55 -------
+Removing bug 70227 because the gtkmm-affecting part of the bug has
+been fixed.


--__--__--

Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 18 Jul 2003 10:09:02 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 117770] New - Quick fix

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=117770

Changed by mxpxfifws yahoo com 

--- shadow/117770	Fri Jul 18 10:09:02 2003
+++ shadow/117770.tmp.4973	Fri Jul 18 10:09:02 2003
@@ -0,0 +1,17 @@
+Bug#: 117770
+Product: gnomemm
+Version: 2.0
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gnome-vfsmm
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: mxpxfifws yahoo com               
+TargetMilestone: ---
+URL: 
+Summary: Quick fix
+
+Fixed a segfault with MimeApplication.


--__--__--

Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 18 Jul 2003 10:09:33 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 117770] Changed - Quick fix

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=117770

Changed by mxpxfifws yahoo com 

--- shadow/117770	Fri Jul 18 10:09:02 2003
+++ shadow/117770.tmp.5127	Fri Jul 18 10:09:33 2003
@@ -12,6 +12,11 @@
 ReportedBy: mxpxfifws yahoo com               
 TargetMilestone: ---
 URL: 
 Summary: Quick fix
 
 Fixed a segfault with MimeApplication.
+
+------- Additional Comments From mxpxfifws yahoo com  2003-07-18 10:09 -------
+Created an attachment (id=18414)
+patch file :)
+


--__--__--

Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 18 Jul 2003 10:11:41 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 117770] Changed - Quick fix

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=117770

Changed by mxpxfifws yahoo com 

--- shadow/117770	Fri Jul 18 10:09:33 2003
+++ shadow/117770.tmp.6199	Fri Jul 18 10:11:41 2003
@@ -1,13 +1,13 @@
 Bug#: 117770
 Product: gnomemm
 Version: 2.0
 OS: Linux
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: gnome-vfsmm
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: mxpxfifws yahoo com               
 TargetMilestone: ---
@@ -17,6 +17,9 @@
 Fixed a segfault with MimeApplication.
 
 ------- Additional Comments From mxpxfifws yahoo com  2003-07-18 10:09 -------
 Created an attachment (id=18414)
 patch file :)
 
+
+------- Additional Comments From mxpxfifws yahoo com  2003-07-18 10:11 -------
+Applied.


--__--__--

Message: 11
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 18 Jul 2003 10:12:09 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 117744] Changed - Fixes, improvements, and all around fun

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=117744

Changed by mxpxfifws yahoo com 

--- shadow/117744	Fri Jul 18 00:50:34 2003
+++ shadow/117744.tmp.6447	Fri Jul 18 10:12:09 2003
@@ -1,13 +1,13 @@
 Bug#: 117744
 Product: gnomemm
 Version: 2.0
 OS: Linux
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: gnome-vfsmm
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: mxpxfifws yahoo com               
 TargetMilestone: ---
@@ -19,6 +19,9 @@
 Most important change:  MimeApplication has new methods!!
 
 ------- Additional Comments From mxpxfifws yahoo com  2003-07-18 00:50 -------
 Created an attachment (id=18404)
 the goods
 
+
+------- Additional Comments From mxpxfifws yahoo com  2003-07-18 10:12 -------
+Applied.


--__--__--

Message: 12
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, erich debian org
Cc: 
Date: Fri, 18 Jul 2003 14:57:58 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 117494] Changed - GCC 3.3.1 static_cast compile error

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=117494

Changed by murrayc usa net 

--- shadow/117494	Fri Jul 18 00:49:49 2003
+++ shadow/117494.tmp.7714	Fri Jul 18 14:57:58 2003
@@ -9,13 +9,13 @@
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: erich debian org               
 TargetMilestone: ---
 URL: 
-Summary: GCC 3.3.1 incompatibility: ustring private vs. public change, invalid static_cast
+Summary: GCC 3.3.1 static_cast compile error
 
 gtkmm has issues with GCC 3.3.1
 
 gtk/gtkmm/treeiter.cc:145
 return static_cast<const TreeNodeChildren&>(static_cast<const
 TreeIter&>(*this));



--__--__--

_______________________________________________
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]