[gtkmm] Gtkmm-forge digest, Vol 1 #493 - 11 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 112809] Changed - Add support for Visual Studio .NET 2003 (bugzilla-daemon widget gnome org)
   2. [Bug 119005] Changed - Chapter on memory management in gtkmm2-book refers to nonexistent method set_dynamic() (bugzilla-daemon widget gnome org)
   3. [Bug 112809] Changed - Add support for Visual Studio .NET 2003 (bugzilla-daemon widget gnome org)
   4. [Bug 119049] Changed - Gdk::Display::open() ref-count problem. (bugzilla-daemon widget gnome org)
   5. [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2 (bugzilla-daemon widget gnome org)
   6. [Bug 112809] Changed - Add support for Visual Studio .NET 2003 (bugzilla-daemon widget gnome org)
   7. [Bug 118868] Changed - gcc 2.95.3 fail to compile TreeView.append_column_editable("foo", TreeModelColumn<bool>) (bugzilla-daemon widget gnome org)
   8. [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2 (bugzilla-daemon widget gnome org)
   9. [Bug 110788] Changed - Atk/Gtk StateType confusion on widget page (bugzilla-daemon widget gnome org)
  10. [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2 (bugzilla-daemon widget gnome org)
  11. [Bug 109972] Changed - reference docs should explain properties. (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, burrisj linkline com
Cc: cgustin ibelgique com, fnaumann cs uni-magdeburg de
Date: Wed, 20 Aug 2003 04:34:34 -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	Mon Aug 11 08:53:36 2003
+++ shadow/112809.tmp.24625	Wed Aug 20 04:34:34 2003
@@ -370,6 +370,13 @@
 
 
 ------- Additional Comments From murrayc usa net  2003-08-11 08:53 -------
 re. Patch for VisualStudio template bug:
 Looks good. I will try to apply all this and release a new version
 next week. 
+
+------- Additional Comments From murrayc usa net  2003-08-20 04:34 -------
+re. VisualStudioNet 2003 project files:
+Are these meant to be in a separate directory at the top-level, or in
+the various existing (gtk, atk, pango, etc) directories? I would like
+to keep them in a separate top-level MSVC_net2003 directory, but I
+don't mind if there is a hierarchy of directories inside that.


--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, beo-gnome-bugzilla sgs o se
Cc: 
Date: Wed, 20 Aug 2003 06:42:26 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 119005] Changed - Chapter on memory management in gtkmm2-book refers to nonexistent method set_dynamic()

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

Changed by murrayc usa net 

--- shadow/119005	Sun Aug  3 11:36:26 2003
+++ shadow/119005.tmp.25877	Wed Aug 20 06:42:26 2003
@@ -1,13 +1,13 @@
 Bug#: 119005
 Product: gtkmm
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: reference documentation
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: beo-gnome-bugzilla sgs o se               
 QAContact: gtkmm-forge lists sourceforge net
@@ -16,6 +16,10 @@
 Summary: Chapter on memory management in gtkmm2-book refers to nonexistent method set_dynamic()
 
 At the end of the Widgets section in the chapter on memory management in the
 gtkmm2 book, there is a reference to the method set_dynamic() which is
 supposed to exist on all widgets. This method doesn't seem to exist. I
 believe it should be set_manage() instead.
+
+------- Additional Comments From murrayc usa net  2003-08-20 06:42 -------
+Yes, you are right. It's fixed in cvs and will be uploaded soon.
+Thanks a lot.


--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, burrisj linkline com
Cc: cgustin ibelgique com, fnaumann cs uni-magdeburg de
Date: Wed, 20 Aug 2003 06:17:35 -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	Wed Aug 20 04:34:34 2003
+++ shadow/112809.tmp.14106	Wed Aug 20 06:17:35 2003
@@ -377,6 +377,10 @@
 ------- Additional Comments From murrayc usa net  2003-08-20 04:34 -------
 re. VisualStudioNet 2003 project files:
 Are these meant to be in a separate directory at the top-level, or in
 the various existing (gtk, atk, pango, etc) directories? I would like
 to keep them in a separate top-level MSVC_net2003 directory, but I
 don't mind if there is a hierarchy of directories inside that.
+
+------- Additional Comments From murrayc usa net  2003-08-20 06:17 -------
+warnings and TreeView::append_column_editable() patches applied in
+cvs. Well done.


--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, sterling hanenkamp com
Cc: 
Date: Wed, 20 Aug 2003 06:50:19 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 119049] Changed - Gdk::Display::open() ref-count problem.

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

Changed by murrayc usa net 

--- shadow/119049	Tue Aug  5 04:05:17 2003
+++ shadow/119049.tmp.29829	Wed Aug 20 06:50:19 2003
@@ -1,13 +1,13 @@
 Bug#: 119049
 Product: gtkmm
 Version: 2.2
 OS: Linux
 OS Details: Gentoo Linux
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: sterling hanenkamp com               
 TargetMilestone: ---
@@ -63,6 +63,10 @@
 This person was having a problem with open_default()--as I recall. And
 a similar suggestion was made.
 
 ------- Additional Comments From murrayc usa net  2003-08-05 04:05 -------
 A patch would be welcome. Otherwise, it will take me a week or so to
 get to this.
+
+------- Additional Comments From murrayc usa net  2003-08-20 06:50 -------
+Fixed in cvs (we will make a new release soon too). Please confirm
+that it works for you.


--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, julian jabber org
Cc: max quendi de
Date: Wed, 20 Aug 2003 07:02:18 -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 murrayc usa net 

--- shadow/93412	Sat Aug  9 23:58:51 2003
+++ shadow/93412.tmp.2657	Wed Aug 20 07:02:18 2003
@@ -428,6 +428,13 @@
 +#if __GNUC__ == 3 && __GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ == 0
 +private:
 +#endif
    std::string string_;
  };
 
+
+------- Additional Comments From murrayc usa net  2003-08-20 07:02 -------
+So that bug should probably be submitted to apple (see above for
+advice from Max Horn). You can just point them to the fixed gcc bug.
+There should be a link to that here:
+http://lists.gnome.org/archives/gtkmm-list/2003-May/msg00159.html
+but the gnome servers seem to be down right now.


--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, burrisj linkline com
Cc: cgustin ibelgique com
Date: Wed, 20 Aug 2003 07:53:14 -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 fnaumann cs uni-magdeburg de 

--- shadow/112809	Wed Aug 20 06:17:35 2003
+++ shadow/112809.tmp.30272	Wed Aug 20 07:53:14 2003
@@ -381,6 +381,11 @@
 to keep them in a separate top-level MSVC_net2003 directory, but I
 don't mind if there is a hierarchy of directories inside that.
 
 ------- Additional Comments From murrayc usa net  2003-08-20 06:17 -------
 warnings and TreeView::append_column_editable() patches applied in
 cvs. Well done.
+
+------- Additional Comments From fnaumann cs uni-magdeburg de  2003-08-20 07:53 -------
+>Are these meant to be in a separate directory at the top-level
+
+Yes! I thought that's what you want :-)


--__--__--

Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, fnaumann cs uni-magdeburg de
Cc: cgustin ibelgique com
Date: Wed, 20 Aug 2003 06:29:16 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 118868] Changed - gcc 2.95.3 fail to compile TreeView.append_column_editable("foo", TreeModelColumn<bool>)

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

Changed by murrayc usa net 

--- shadow/118868	Tue Aug  5 08:03:32 2003
+++ shadow/118868.tmp.20556	Wed Aug 20 06:29:16 2003
@@ -1,13 +1,13 @@
 Bug#: 118868
 Product: gtkmm
 Version: 2.2
 OS: NetBSD
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: fnaumann cs uni-magdeburg de               
 TargetMilestone: ---
@@ -92,6 +92,9 @@
 Created an attachment (id=18921)
 Patch for the gcc 2.95.x build problem with ChangeLog entry.
 
 
 ------- Additional Comments From murrayc usa net  2003-08-05 08:03 -------
 Perfect. Someone please apply to both branches.
+
+------- Additional Comments From murrayc usa net  2003-08-20 06:29 -------
+Applied. Well done and thanks.


--__--__--

Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, julian jabber org
Cc: max quendi de
Date: Wed, 20 Aug 2003 12:16:03 -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 murrayc usa net 

--- shadow/93412	Wed Aug 20 11:42:49 2003
+++ shadow/93412.tmp.25339	Wed Aug 20 12:16:03 2003
@@ -438,6 +438,9 @@
 There should be a link to that here:
 http://lists.gnome.org/archives/gtkmm-list/2003-May/msg00159.html
 but the gnome servers seem to be down right now.
 
 ------- Additional Comments From julian jabber org  2003-08-20 11:42 -------
 I did file it back when I said "I'll file a report with Apple"
+
+------- Additional Comments From murrayc usa net  2003-08-20 12:16 -------
+Great? Do you have a URL or bug number for that?


--__--__--

Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, olau hardworking dk
Cc: dimitri stack nl
Date: Wed, 20 Aug 2003 11:54:27 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 110788] Changed - Atk/Gtk StateType confusion on widget page

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

Changed by murrayc usa net 

--- shadow/110788	Thu Jun 26 02:55:43 2003
+++ shadow/110788.tmp.10844	Wed Aug 20 11:54:27 2003
@@ -1,13 +1,13 @@
 Bug#: 110788
 Product: gtkmm
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: reference documentation
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: olau hardworking dk               
 QAContact: gtkmm-forge lists sourceforge net
@@ -92,6 +92,10 @@
 before closing the bug ;-)
 
 Dimitri, please reply in the bug instead of replying to the bug 
 notification emails. There is some email interface to bugzilla but I 
 don't know how it works.
 
+
+------- Additional Comments From murrayc usa net  2003-08-20 11:54 -------
+This seems to be fixed with doxygen 1.3.3. I have uploaded the
+improved reference documentation. Thanks everybody.


--__--__--

Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: max quendi de
Date: Wed, 20 Aug 2003 11:42:49 -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 julian jabber org 

--- shadow/93412	Wed Aug 20 07:02:18 2003
+++ shadow/93412.tmp.2941	Wed Aug 20 11:42:49 2003
@@ -435,6 +435,9 @@
 ------- Additional Comments From murrayc usa net  2003-08-20 07:02 -------
 So that bug should probably be submitted to apple (see above for
 advice from Max Horn). You can just point them to the fixed gcc bug.
 There should be a link to that here:
 http://lists.gnome.org/archives/gtkmm-list/2003-May/msg00159.html
 but the gnome servers seem to be down right now.
+
+------- Additional Comments From julian jabber org  2003-08-20 11:42 -------
+I did file it back when I said "I'll file a report with Apple"


--__--__--

Message: 11
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, murrayc usa net
Cc: 
Date: Wed, 20 Aug 2003 12:14:18 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 109972] Changed - reference docs should explain properties.

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

Changed by murrayc usa net 

--- shadow/109972	Fri May 23 03:53:39 2003
+++ shadow/109972.tmp.24244	Wed Aug 20 12:14:18 2003
@@ -1,13 +1,13 @@
 Bug#: 109972
 Product: gtkmm
 Version: 2.2
 OS: Windows
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: reference documentation
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: murrayc usa net               
 QAContact: gtkmm-forge lists sourceforge net
@@ -30,6 +30,9 @@
 ------- Additional Comments From murrayc usa net  2003-05-02 12:11 -------
 The gobj() bit is done.
 
 ------- Additional Comments From murrayc usa net  2003-05-23 03:53 -------
 We should document the PropertyProxy so that people know that they can
 use them to listen for notification with them.
+
+------- Additional Comments From murrayc usa net  2003-08-20 12:14 -------
+Fixed in cvs.



--__--__--

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