[gtkmm] Gtkmm-forge digest, Vol 1 #424 - 17 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 109966] Changed - Dispatcher does not work on win32 (bugzilla-daemon widget gnome org)
   2. [Bug 109966] Changed - Dispatcher does not work on win32 (bugzilla-daemon widget gnome org)
   3. [Bug 112090] Changed - Adjustment after spinbutton causes segfault (bugzilla-daemon widget gnome org)
   4. [Bug 111084] Changed - Deleted menu item's signal handler still called. (bugzilla-daemon widget gnome org)
   5. [Bug 111084] Changed - Deleted menu item's signal handler still called. (bugzilla-daemon widget gnome org)
   6. [Bug 109826] Changed - new rpm spec file (bugzilla-daemon widget gnome org)
   7. [Bug 112604] New - mission version numbers for bonobomm libraries (bugzilla-daemon widget gnome org)
   8. [Bug 112604] Changed - mission version numbers for bonobomm libraries (bugzilla-daemon widget gnome org)
   9. [Bug 112604] Changed - missing version numbers for bonobomm libraries (bugzilla-daemon widget gnome org)
  10. [Bug 109882] Changed - CH2 of the Gtkmm book does not include Windows installation (bugzilla-daemon widget gnome org)
  11. [Bug 112090] Changed - Adjustment after spinbutton causes segfault (bugzilla-daemon widget gnome org)
  12. [Bug 112604] Changed - missing version numbers for bonobomm libraries (bugzilla-daemon widget gnome org)
  13. [Bug 109966] Changed - Dispatcher does not work on win32 (bugzilla-daemon widget gnome org)
  14. [Bug 112604] Changed - missing version numbers for bonobomm libraries (bugzilla-daemon widget gnome org)
  15. [Bug 112776] New - Support for Visual Studio .NET 2003 (bugzilla-daemon widget gnome org)
  16. [Bug 112776] Changed - Support for Visual Studio .NET 2003 (bugzilla-daemon widget gnome org)
  17. [Bug 112776] Changed - Support for Visual Studio .NET 2003 (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu,  8 May 2003 09:46:28 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 109966] Changed - Dispatcher does not work on win32

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

Changed by cgustin ibelgique com 

--- shadow/109966	Thu Apr 24 02:51:52 2003
+++ shadow/109966.tmp.3063	Thu May  8 09:46:28 2003
@@ -1,13 +1,13 @@
 Bug#: 109966
 Product: gtkmm
 Version: 2.2
 OS: Windows
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: cgustin ibelgique com               
 TargetMilestone: ---
@@ -77,6 +77,12 @@
 
 
 ------- Additional Comments From murrayc usa net  2003-04-24 02:51 -------
 I have cleaned this up a bit and committed it to both branches. Please
 try to conform to existing styles when patching documents. Thanks a
 lot for this. Please check that it still works as expected.
+
+------- Additional Comments From cgustin ibelgique com  2003-05-08 09:46 -------
+The attached patch fixes a small typo in glib/glibmm/dispatcher.cc. 
+Without it, the file does not compile on win32.
+As a side note, examples/thread/dispatcher freezes on my machine 
+(win2k + SP3). The dispatcher2 example is fine.



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu,  8 May 2003 09:47:52 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 109966] Changed - Dispatcher does not work on win32

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

Changed by cgustin ibelgique com 

--- shadow/109966	Thu May  8 09:46:28 2003
+++ shadow/109966.tmp.3572	Thu May  8 09:47:52 2003
@@ -83,6 +83,11 @@
 
 ------- Additional Comments From cgustin ibelgique com  2003-05-08 09:46 -------
 The attached patch fixes a small typo in glib/glibmm/dispatcher.cc. 
 Without it, the file does not compile on win32.
 As a side note, examples/thread/dispatcher freezes on my machine 
 (win2k + SP3). The dispatcher2 example is fine.
+
+------- Additional Comments From cgustin ibelgique com  2003-05-08 09:47 -------
+Created an attachment (id=16365)
+dispatcher patch for win32 (correct a small typo)
+



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu,  8 May 2003 11:21:44 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112090] Changed - Adjustment after spinbutton causes segfault

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

Changed by line72 postmark net 

--- shadow/112090	Wed May  7 03:08:20 2003
+++ shadow/112090.tmp.31223	Thu May  8 11:21:44 2003
@@ -50,6 +50,10 @@
 ------- Additional Comments From murrayc usa net  2003-05-03 02:37 -------
 Shouldn't you also see a warning about the initialization being in the
 wrong order?
 
 ------- Additional Comments From murrayc usa net  2003-05-07 03:08 -------
 So do you agree that this is not a bug?
+
+------- Additional Comments From line72 postmark net  2003-05-08 11:21 -------
+I never saw a warning printed to the screen.  If a warning is printed
+that would be fine.



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, pmazoy free fr
Cc: 
Date: Thu,  8 May 2003 13:47:46 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 111084] Changed - Deleted menu item's signal handler still called.

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

Changed by murrayc usa net 

--- shadow/111084	Fri Apr 18 09:26:05 2003
+++ shadow/111084.tmp.21710	Thu May  8 13:47:46 2003
@@ -96,6 +96,11 @@
     return 0;
 }
 
 ------- Additional Comments From murrayc usa net  2003-04-18 09:26 -------
 Please _attach_ test code in future. Please simplify this test case as
 much as possible. Please show us one bug, not two.
+
+------- Additional Comments From murrayc usa net  2003-05-08 13:47 -------
+Created an attachment (id=16372)
+old_accel.cc simplified test case
+



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, pmazoy free fr
Cc: 
Date: Thu,  8 May 2003 13:49:36 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 111084] Changed - Deleted menu item's signal handler still called.

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

Changed by murrayc usa net 

--- shadow/111084	Thu May  8 13:47:46 2003
+++ shadow/111084.tmp.23078	Thu May  8 13:49:36 2003
@@ -101,6 +101,13 @@
 much as possible. Please show us one bug, not two.
 
 ------- Additional Comments From murrayc usa net  2003-05-08 13:47 -------
 Created an attachment (id=16372)
 old_accel.cc simplified test case
 
+
+------- Additional Comments From murrayc usa net  2003-05-08 13:49 -------
+You were right - The MenuItem is not really being deleted. It's
+probably because something is referencing it but not unreferencing - a
+GTK+ bug, I suspect. We've seen and fixed similar bugs before. The
+next step is to to the same thing in GTK+ C code, and then, if the
+problem is still there, find out exactly what is refing/unrefing it.



--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, gbpeck sbcglobal net
Cc: 
Date: Thu,  8 May 2003 19:10:36 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 109826] Changed - new rpm spec file

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

Changed by gbpeck sbcglobal net 

--- shadow/109826	Fri Apr 18 09:33:50 2003
+++ shadow/109826.tmp.11839	Thu May  8 19:10:36 2003
@@ -130,6 +130,11 @@
 >  My main
 complaint, however, is that it breaks the build.
 
 So please submit a bug. We can't fix it if you don't tell us.
 
 I look forward to the new patch. Thanks.
+
+------- Additional Comments From gbpeck sbcglobal net  2003-05-08 19:10 -------
+Looks like Matthias picked up gtkmm2 at http://freshrpms.net/, so I'm
+not going to package it myself anymore. I'm going to defer the spec
+file to him since there's a better chance he'll be keeping it up-to-date.



--__--__--

Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu,  8 May 2003 18:06:54 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112604] New - mission version numbers for bonobomm libraries

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

Changed by btb debian org 

--- shadow/112604	Thu May  8 18:06:54 2003
+++ shadow/112604.tmp.16793	Thu May  8 18:06:54 2003
@@ -0,0 +1,18 @@
+Bug#: 112604
+Product: gnomemm
+Version: 2.0
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: libbonobomm
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: btb debian org               
+TargetMilestone: ---
+URL: 
+Summary: mission version numbers for bonobomm libraries
+
+patch to use LIBBONOBOMM_SO_VERSION for libbonobomm_generated_stubs and
+libbonobomm_generated_skels.



--__--__--

Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu,  8 May 2003 18:08:18 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112604] Changed - mission version numbers for bonobomm libraries

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

Changed by btb debian org 

--- shadow/112604	Thu May  8 18:06:54 2003
+++ shadow/112604.tmp.17482	Thu May  8 18:08:18 2003
@@ -13,6 +13,11 @@
 TargetMilestone: ---
 URL: 
 Summary: mission version numbers for bonobomm libraries
 
 patch to use LIBBONOBOMM_SO_VERSION for libbonobomm_generated_stubs and
 libbonobomm_generated_skels.
+
+------- Additional Comments From btb debian org  2003-05-08 18:08 -------
+Created an attachment (id=16375)
+use LIBBONOBOMM_SO_VERSION for stubs and skels
+



--__--__--

Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu,  8 May 2003 18:10:37 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112604] Changed - missing version numbers for bonobomm libraries

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

Changed by btb debian org 

--- shadow/112604	Thu May  8 18:08:18 2003
+++ shadow/112604.tmp.18972	Thu May  8 18:10:37 2003
@@ -9,13 +9,13 @@
 Priority: Normal
 Component: libbonobomm
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: btb debian org               
 TargetMilestone: ---
 URL: 
-Summary: mission version numbers for bonobomm libraries
+Summary: missing version numbers for bonobomm libraries
 
 patch to use LIBBONOBOMM_SO_VERSION for libbonobomm_generated_stubs and
 libbonobomm_generated_skels.
 
 ------- Additional Comments From btb debian org  2003-05-08 18:08 -------
 Created an attachment (id=16375)



--__--__--

Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, gene erachampion com
Cc: 
Date: Fri,  9 May 2003 05:04:21 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 109882] Changed - CH2 of the Gtkmm book does not include Windows 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=109882

Changed by cgustin ibelgique com 

--- shadow/109882	Wed May  7 11:34:29 2003
+++ shadow/109882.tmp.3297	Fri May  9 05:04:21 2003
@@ -105,6 +105,13 @@
 Also, the building-gtkmm stuff should be in a README and not in 2
 places, so maybe we can just remove it?
 
 ------- Additional Comments From gene erachampion com  2003-05-01 12:24 -------
 Cedric contributed the building gtkmm portion.  Cedric, do you have 
 any opinions on this?
+
+------- Additional Comments From cgustin ibelgique com  2003-05-09 05:04 -------
+I guess the easiest way would be to have the building stuff in the 
+xml file, with the link to the html file explicitly stated in 
+README.win32 (like 'see docs\tutorial\html\ape.htm' for details'). 
+Same thing for the symbols/objects/methods currently not available on 
+win32. The html doc is part of the source tarball anyway !



--__--__--

Message: 11
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, line72 postmark net
Cc: 
Date: Fri,  9 May 2003 05:32:35 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112090] Changed - Adjustment after spinbutton causes segfault

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

Changed by murrayc usa net 

--- shadow/112090	Thu May  8 11:21:44 2003
+++ shadow/112090.tmp.14826	Fri May  9 05:32:34 2003
@@ -1,13 +1,13 @@
 Bug#: 112090
 Product: gtkmm
 Version: 2.2
 OS: Linux
 OS Details: redhat 7.2
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: line72 postmark net               
 TargetMilestone: ---
@@ -54,6 +54,14 @@
 ------- Additional Comments From murrayc usa net  2003-05-07 03:08 -------
 So do you agree that this is not a bug?
 
 ------- Additional Comments From line72 postmark net  2003-05-08 11:21 -------
 I never saw a warning printed to the screen.  If a warning is printed
 that would be fine.
+
+------- Additional Comments From murrayc usa net  2003-05-09 05:32 -------
+I mean a wanring from the compiler. I guess the old gcc 2.95 in RedHat
+7.2 doesn't do this. So, I believe this is a basic C++ error, so I'm
+closing the bug. Please reopen if you discover otherwise.
+
+Also look out for the gcc 2.95 dynamic_cast<> bug mentioned in the
+gtkmm FAQ. I also think valgrind is helpful for this kind of thing.



--__--__--

Message: 12
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, btb debian org
Cc: 
Date: Fri,  9 May 2003 06:07:04 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112604] Changed - missing version numbers for bonobomm libraries

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

Changed by murrayc usa net 

--- shadow/112604	Thu May  8 18:10:37 2003
+++ shadow/112604.tmp.29321	Fri May  9 06:07:04 2003
@@ -18,6 +18,11 @@
 libbonobomm_generated_skels.
 
 ------- Additional Comments From btb debian org  2003-05-08 18:08 -------
 Created an attachment (id=16375)
 use LIBBONOBOMM_SO_VERSION for stubs and skels
 
+
+------- Additional Comments From murrayc usa net  2003-05-09 06:07 -------
+Great. I will commit it later today.
+
+Does libbonobouimm have the same problem?



--__--__--

Message: 13
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, cgustin ibelgique com
Cc: 
Date: Fri,  9 May 2003 13:28:47 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 109966] Changed - Dispatcher does not work on win32

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

Changed by murrayc usa net 

--- shadow/109966	Thu May  8 09:47:52 2003
+++ shadow/109966.tmp.20598	Fri May  9 13:28:47 2003
@@ -1,13 +1,13 @@
 Bug#: 109966
 Product: gtkmm
 Version: 2.2
 OS: Windows
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: cgustin ibelgique com               
 TargetMilestone: ---
@@ -88,6 +88,10 @@
 (win2k + SP3). The dispatcher2 example is fine.
 
 ------- Additional Comments From cgustin ibelgique com  2003-05-08 09:47 -------
 Created an attachment (id=16365)
 dispatcher patch for win32 (correct a small typo)
 
+
+------- Additional Comments From murrayc usa net  2003-05-09 13:28 -------
+Applied to both branches. Thanks. Actually, I thought you had cvs
+write access now - feel free to commit simple stuff like this.



--__--__--

Message: 14
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri,  9 May 2003 20:12:00 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112604] Changed - missing version numbers for bonobomm libraries

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

Changed by btb debian org 

--- shadow/112604	Fri May  9 06:07:04 2003
+++ shadow/112604.tmp.21071	Fri May  9 20:12:00 2003
@@ -23,6 +23,10 @@
 
 
 ------- Additional Comments From murrayc usa net  2003-05-09 06:07 -------
 Great. I will commit it later today.
 
 Does libbonobouimm have the same problem?
+
+------- Additional Comments From btb debian org  2003-05-09 20:11 -------
+No, libbonobouimm is fine.
+



--__--__--

Message: 15
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sun, 11 May 2003 13:51:48 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112776] New - 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=112776

Changed by burrisj linkline com 

--- shadow/112776	Sun May 11 13:51:48 2003
+++ shadow/112776.tmp.1944	Sun May 11 13:51:48 2003
@@ -0,0 +1,17 @@
+Bug#: 112776
+Product: gtkmm
+Version: 2.2
+OS: Windows
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: build
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: burrisj linkline com               
+TargetMilestone: ---
+URL: 
+Summary: Support for Visual Studio .NET 2003
+
+Add support and project files for the Visual Studio .NET 2003 compilier



--__--__--

Message: 16
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sun, 11 May 2003 13:53:47 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112776] Changed - 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=112776

Changed by burrisj linkline com 

--- shadow/112776	Sun May 11 13:51:48 2003
+++ shadow/112776.tmp.3060	Sun May 11 13:53:47 2003
@@ -12,6 +12,11 @@
 ReportedBy: burrisj linkline com               
 TargetMilestone: ---
 URL: 
 Summary: Support for Visual Studio .NET 2003
 
 Add support and project files for the Visual Studio .NET 2003 compilier
+
+------- Additional Comments From burrisj linkline com  2003-05-11 13:53 -------
+Created an attachment (id=16430)
+Patch for adding support for Visual Studio .NET 2003 compiler
+



--__--__--

Message: 17
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sun, 11 May 2003 13:56:25 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112776] Changed - 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=112776

Changed by burrisj linkline com 

--- shadow/112776	Sun May 11 13:53:47 2003
+++ shadow/112776.tmp.4692	Sun May 11 13:56:25 2003
@@ -17,6 +17,11 @@
 Add support and project files for the Visual Studio .NET 2003 compilier
 
 ------- Additional Comments From burrisj linkline com  2003-05-11 13:53 -------
 Created an attachment (id=16430)
 Patch for adding support for Visual Studio .NET 2003 compiler
 
+
+------- Additional Comments From burrisj linkline com  2003-05-11 13:56 -------
+Created an attachment (id=16431)
+Visual Studio .NET 2003 project files
+




--__--__--

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