[gtkmm] Gtkmm-forge digest, Vol 1 #434 - 8 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 113688] Changed - debian: No checkbox in TreeView for boolean fields (bugzilla-daemon widget gnome org)
   2. [Bug 113688] Changed - debian: No checkbox in TreeView for boolean fields (bugzilla-daemon widget gnome org)
   3. [Bug 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area () (bugzilla-daemon widget gnome org)
   4. [Bug 113581] Changed - correct .h, .m4 and .pc files installation (bugzilla-daemon widget gnome org)
   5. [Bug 112809] Changed - Add support for Visual Studio .NET 2003 (bugzilla-daemon widget gnome org)
   6. [Bug 112809] Changed - Add support for Visual Studio .NET 2003 (bugzilla-daemon widget gnome org)
   7. [Bug 88610] Changed - Need nice hierarchy picture (bugzilla-daemon widget gnome org)
   8. [Bug 113688] Changed - debian: No checkbox in TreeView for boolean fields (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, zsdebre telant tvnet hu
Cc: 
Date: Fri, 13 Jun 2003 02:37:34 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 113688] Changed - debian: No checkbox in TreeView for boolean fields

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

Changed by cgustin ibelgique com 

--- shadow/113688	Fri May 30 09:24:25 2003
+++ shadow/113688.tmp.822	Fri Jun 13 02:37:34 2003
@@ -55,6 +55,11 @@
 ------- Additional Comments From murrayc usa net  2003-05-30 09:24 -------
 > I'm upgrading the system now.
 
 I'm not sure what that means. There is a known problem with TreeView
 with the gcc 3.3.0 compiler, which we are told will be fixed with gcc
 3.3.1.
+
+------- Additional Comments From cgustin ibelgique com  2003-06-13 02:37 -------
+Created an attachment (id=17505)
+Patch for the cellrenderer problem with treeviews (at least on win32)
+



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, zsdebre telant tvnet hu
Cc: 
Date: Fri, 13 Jun 2003 02:41:29 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 113688] Changed - debian: No checkbox in TreeView for boolean fields

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

Changed by cgustin ibelgique com 

--- shadow/113688	Fri Jun 13 02:37:34 2003
+++ shadow/113688.tmp.2256	Fri Jun 13 02:41:29 2003
@@ -60,6 +60,14 @@
 3.3.1.
 
 ------- Additional Comments From cgustin ibelgique com  2003-06-13 02:37 -------
 Created an attachment (id=17505)
 Patch for the cellrenderer problem with treeviews (at least on win32)
 
+
+------- Additional Comments From cgustin ibelgique com  2003-06-13 02:41 -------
+Here is my patch for the treeview problem. As on debian, toggle 
+buttons and pixbufs were not rendered properly in treeview columns on 
+the win32 platform. Adding explicit declaration of the 
+generate_cellrenderer full template specialization for types bool and 
+Pixbuf solves the problem on win32. I'm confident this will also fix 
+the bug on Debian. Please try...



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
	harald hopfes hopfes sysde eads net
Cc: 
Date: Fri, 13 Jun 2003 02:47:01 -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	Fri Jun  6 10:16:08 2003
+++ shadow/114568.tmp.3912	Fri Jun 13 02:47:01 2003
@@ -662,6 +662,17 @@
 
 
 ------- Additional Comments From harald hopfes hopfes sysde eads net  2003-06-06 10:16 -------
 Created an attachment (id=17230)
 Valgrind output of 10 open/close action
 
+
+------- Additional Comments From murrayc usa net  2003-06-13 02:47 -------
+Somebody should do the following:
+- Simplify this test case even more.
+- Find out when destructors are or are not being called.
+- Find out if there are any orphaned references. Use the
+reference-couting debug output. I think it's the
+--enable-debug-refcounting configure option, or something similar -
+see glib/glibmm/debug.
+
+



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, bland mail ru
Cc: 
Date: Fri, 13 Jun 2003 03:58:52 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 113581] Changed - correct .h, .m4 and .pc files installation

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

Changed by murrayc usa net 

--- shadow/113581	Thu Jun  5 02:35:45 2003
+++ shadow/113581.tmp.31988	Fri Jun 13 03:58:51 2003
@@ -67,6 +67,9 @@
 ------- Additional Comments From bland mail ru  2003-05-31 01:55 -------
 Forgot to add. This is true for libbonobouimm as well.
 
 ------- Additional Comments From murrayc usa net  2003-06-05 02:35 -------
 Hmm. I don't think this is actually a bug, because it does work, but 
 it needs investigation.
+
+------- Additional Comments From murrayc usa net  2003-06-13 03:58 -------
+I have corrected this, but I haven't had a chance to check it in yet.



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, burrisj linkline com
Cc: cgustin ibelgique com
Date: Fri, 13 Jun 2003 04:00:09 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112809] Changed - Add support for Visual Studio .NET 2003

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

Changed by murrayc usa net 

--- shadow/112809	Sat Jun  7 16:06:28 2003
+++ shadow/112809.tmp.438	Fri Jun 13 04:00:09 2003
@@ -135,6 +135,11 @@
 ------- Additional Comments From burrisj linkline com  2003-06-07 16:06 -------
 Sorry for the late reply!!  I had to unexpectedly go on travel for 
 work.  I have to spend far to much time on travel.  It makes it hard 
 to keep up with the list.  I have attached a new set of project 
 files.  The filename is win32_net2003.zip.  This file should address 
 conform to your request.  Let me know if this is a problem.
+
+------- Additional Comments From murrayc usa net  2003-06-13 04:00 -------
+How many times do I need to ask?
+"Please mention the filename when attaching files."
+I have no idea what kind of file that is.



--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, burrisj linkline com
Cc: cgustin ibelgique com
Date: Fri, 13 Jun 2003 10:54:55 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112809] Changed - Add support for Visual Studio .NET 2003

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

Changed by crs8 lehigh edu 

--- shadow/112809	Fri Jun 13 04:00:09 2003
+++ shadow/112809.tmp.10311	Fri Jun 13 10:54:54 2003
@@ -140,6 +140,15 @@
 conform to your request.  Let me know if this is a problem.
 
 ------- Additional Comments From murrayc usa net  2003-06-13 04:00 -------
 How many times do I need to ask?
 "Please mention the filename when attaching files."
 I have no idea what kind of file that is.
+
+------- Additional Comments From crs8 lehigh edu  2003-06-13 10:54 -------
+When I open this sln file, the solution explorer looks good, but 
+when I try to open any of the files in the panel it says "the system 
+cannot find the path specified." More specifically, 
+the ../examples/arrow/ folder for your project also as a direction 
+subfolder with the .vcproj in it. The direction.cc file that I have 
+is not in a separate subfolder. I wonder whether or not we have the 
+same tree structure. 



--__--__--

Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: mmagallo debian org, mxpxfifws yahoo com
Date: Fri, 13 Jun 2003 12:41:15 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 88610] Changed - Need nice hierarchy picture

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

Changed by murrayc usa net 

--- shadow/88610	Fri May 23 03:52:19 2003
+++ shadow/88610.tmp.32451	Fri Jun 13 12:41:15 2003
@@ -123,6 +123,9 @@
 should just start with the Gtk:: namespace, and maybe just the 
 widgets. For instance, that might mean just the things that derive 
 from Gtk::Widget.
 
 ------- Additional Comments From murrayc usa net  2003-05-23 03:52 -------
 Hello?
+
+------- Additional Comments From murrayc usa net  2003-06-13 12:41 -------
+Hello?



--__--__--

Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, zsdebre telant tvnet hu
Cc: 
Date: Fri, 13 Jun 2003 14:09:47 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 113688] Changed - debian: No checkbox in TreeView for boolean fields

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

Changed by murrayc usa net 

--- shadow/113688	Fri Jun 13 08:23:11 2003
+++ shadow/113688.tmp.13284	Fri Jun 13 14:09:47 2003
@@ -68,6 +68,16 @@
 Here is my patch for the treeview problem. As on debian, toggle 
 buttons and pixbufs were not rendered properly in treeview columns on 
 the win32 platform. Adding explicit declaration of the 
 generate_cellrenderer full template specialization for types bool and 
 Pixbuf solves the problem on win32. I'm confident this will also fix 
 the bug on Debian. Please try...
+
+------- Additional Comments From murrayc usa net  2003-06-13 14:09 -------
+I've tested this with my regular RedHat 9. This does not cause any
+problems so please go ahead and commit it. You hint at another bug in
+the ChangeLog so please open another bug for that if necessary. The
+stockbrowser part of the demo actually crashes for me, with or without
+the patch, but I have a funky cvs gtk+.
+
+Zsolt, it would be nice if you could test this patch, or a cvs
+checkout (check the ChangeLog to make sure it has the patch) for debian.




--__--__--

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