[gtkmm] Gtkmm-forge digest, Vol 1 #283 - 13 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 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
   2. [Bug 93787] Changed - Outputting ustring with operator << converts implicitly (bugzilla-daemon widget gnome org)
   3. [Bug 97731] Changed - Widget parents should be containers. (bugzilla-daemon widget gnome org)
   4. [Bug 97731] Changed - Widget parents should be containers. (bugzilla-daemon widget gnome org)
   5. [Bug 97731] Changed - Widget parents should be containers. (bugzilla-daemon widget gnome org)
   6. [Bug 98410] New - Gtk::StatusBar documentation refers to non-existing messages() function (bugzilla-daemon widget gnome org)
   7. [Bug 97729] Changed - ScrolledWindow: Warning during destruction. (bugzilla-daemon widget gnome org)
   8. [Bug 98410] Changed - Gtk::StatusBar documentation refers to non-existing messages() function (bugzilla-daemon widget gnome org)
   9. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
  10. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
  11. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
  12. [Bug 88610] Changed - Need nice hierarchy picture (bugzilla-daemon widget gnome org)
  13. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, naofumi yasufuku net
Cc: cgustin ibelgique com
Date: Wed, 13 Nov 2002 10:38:55 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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

Changed by murrayc usa net 

--- shadow/98312	Tue Nov 12 11:41:37 2002
+++ shadow/98312.tmp.12423	Wed Nov 13 10:38:55 2002
@@ -81,6 +81,17 @@
 
 
 ------- Additional Comments From naofumi yasufuku net  2002-11-12 11:41 -------
 Created an attachment (id=12255)
 config.site
 
+
+------- Additional Comments From murrayc usa net  2002-11-13 10:38 -------
+Re gtkmm2-win32-mingw-2.0.patch:
+  - Is this the first time that someone tried using gcc 3.x on win32.
+Didnt' we have this bitfields thing already? Why does it build for
+Cedric Gustin already?
+  - libtool: Why do we care about a cvs version of libtool?
+
+Re. gtkmm2-win32-macro.patch:
+  - Some of those are generated files, so patching will have no
+effect. Try producing cvs patches to avoid this.



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, olau hardworking dk
Cc: 
Date: Wed, 13 Nov 2002 11:04:13 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 93787] Changed - Outputting ustring with operator << converts implicitly

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

Changed by murrayc usa net 

--- shadow/93787	Mon Nov 11 18:28:22 2002
+++ shadow/93787.tmp.17675	Wed Nov 13 11:04:13 2002
@@ -1,13 +1,13 @@
 Bug#: 93787
 Product: gtkmm
 Version: 2.0
 OS: other
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: reference documentation
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: olau hardworking dk               
 TargetMilestone: ---
@@ -527,6 +527,12 @@
 
 
 ------- Additional Comments From murrayc usa net  2002-11-11 18:28 -------
 That seems better, though I still don't really understand the problem.
 At least I know that I should worry whenever I use Glib::ustring with
 a std::[i|o]stream.
+
+------- Additional Comments From murrayc usa net  2002-11-13 11:03 -------
+I have added this text to the "Internationalization and Translation"
+chapter. I have also added a link to the Glib::ustring reference
+documentation to the Basics chapter. That reference documentation
+talks about iostreams too. Thanks.



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Wed, 13 Nov 2002 11:21:20 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97731] Changed - Widget parents should be containers.

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

Changed by murrayc usa net 

--- shadow/97731	Sat Nov  9 12:33:27 2002
+++ shadow/97731.tmp.21333	Wed Nov 13 11:21:20 2002
@@ -10,12 +10,13 @@
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: matty chariot net au               
 TargetMilestone: 3
 URL: 
 Summary: Widget parents should be containers.
+BugsThisDependsOn: 98402
 
 You would expect a widget parent to be a Container, yet the APIs have them
 as ordinary Widgets.  This leads to excessive casting.
 
 void reparent(Widget & newparent);
 Widget* get_parent();
@@ -36,6 +37,9 @@
 Maybe you could submit an equivalent bug for GTK+.
 
 If necessary, we will fix this at the next API break.
 
 ------- Additional Comments From murrayc usa net  2002-11-09 12:33 -------
 Have you submitted a GTK+ bug?
+
+------- Additional Comments From murrayc usa net  2002-11-13 11:21 -------
+Added the GTK+ bug myself.



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Wed, 13 Nov 2002 11:24:55 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97731] Changed - Widget parents should be containers.

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

Changed by otaylor redhat com 

--- shadow/97731	Wed Nov 13 11:21:20 2002
+++ shadow/97731.tmp.21955	Wed Nov 13 11:24:55 2002
@@ -10,13 +10,13 @@
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: matty chariot net au               
 TargetMilestone: 3
 URL: 
 Summary: Widget parents should be containers.
-BugsThisDependsOn: 98402
+BugsThisDependsOn: 98402[WONTFIX]
 
 You would expect a widget parent to be a Container, yet the APIs have them
 as ordinary Widgets.  This leads to excessive casting.
 
 void reparent(Widget & newparent);
 Widget* get_parent();



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Wed, 13 Nov 2002 12:02:18 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97731] Changed - Widget parents should be containers.

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

Changed by murrayc usa net 

--- shadow/97731	Wed Nov 13 11:24:55 2002
+++ shadow/97731.tmp.29124	Wed Nov 13 12:02:18 2002
@@ -40,6 +40,9 @@
 
 ------- Additional Comments From murrayc usa net  2002-11-09 12:33 -------
 Have you submitted a GTK+ bug?
 
 ------- Additional Comments From murrayc usa net  2002-11-13 11:21 -------
 Added the GTK+ bug myself.
+
+------- Additional Comments From murrayc usa net  2002-11-13 12:02 -------
+I'd like someone to provide a patch to be applied at the next API break.



--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Wed, 13 Nov 2002 12:22:05 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98410] New - Gtk::StatusBar documentation refers to non-existing messages() function

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

Changed by morten wtf dk 

--- shadow/98410	Wed Nov 13 12:22:05 2002
+++ shadow/98410.tmp.860	Wed Nov 13 12:22:05 2002
@@ -0,0 +1,26 @@
+Bug#: 98410
+Product: gtkmm
+Version: 2.0
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: reference documentation
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: morten wtf dk               
+QAContact: gtkmm-forge lists sourceforge net
+TargetMilestone: ---
+URL: 
+Summary: Gtk::StatusBar documentation refers to non-existing messages() function
+
+At the documentation for the Gtk::StatusBar class:
+
+http://gtkmm.org/gtkmm2/docs/reference/html/classGtk_1_1Statusbar.html
+
+It has the following text:
+"The message list can be accessed through the messages() list."
+
+But looking through the methods both in the documentation and in the
+source, I can't find a function names messages().



--__--__--

Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Wed, 13 Nov 2002 13:12:46 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97729] Changed - ScrolledWindow: Warning during destruction.

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

Changed by murrayc usa net 

--- shadow/97729	Sun Nov 10 17:24:04 2002
+++ shadow/97729.tmp.11326	Wed Nov 13 13:12:46 2002
@@ -10,12 +10,13 @@
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: matty chariot net au               
 TargetMilestone: ---
 URL: 
 Summary: ScrolledWindow: Warning during destruction.
+BugsThisDependsOn: 98413
 OtherBugsDependingOnThis: 91410, 97996
 
 Another warning and crash when deleting widgets:
 
 (a.out:13137): Gtk-CRITICAL **: file gtkcontainer.c: line 878
 (gtk_container_remove): assertion `GTK_IS_CONTAINER (container)' failed



--__--__--

Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, morten wtf dk
Cc: 
Date: Wed, 13 Nov 2002 13:17:14 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98410] Changed - Gtk::StatusBar documentation refers to non-existing messages() function

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

Changed by murrayc usa net 

--- shadow/98410	Wed Nov 13 12:22:05 2002
+++ shadow/98410.tmp.12273	Wed Nov 13 13:17:14 2002
@@ -21,6 +21,11 @@
 
 It has the following text:
 "The message list can be accessed through the messages() list."
 
 But looking through the methods both in the documentation and in the
 source, I can't find a function names messages().
+
+------- Additional Comments From murrayc usa net  2002-11-13 13:17 -------
+The GTK+ API docs say that the GSList (struct member data) is private:
+http://developer.gnome.org/doc/API/2.0/gtk/GtkStatusbar.html
+so we should probably just fix the reference doc comment.



--__--__--

Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: cgustin ibelgique com
Date: Wed, 13 Nov 2002 13:18:03 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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

Changed by naofumi yasufuku net 

--- shadow/98312	Wed Nov 13 10:38:55 2002
+++ shadow/98312.tmp.12420	Wed Nov 13 13:18:03 2002
@@ -92,6 +92,18 @@
 Cedric Gustin already?
   - libtool: Why do we care about a cvs version of libtool?
 
 Re. gtkmm2-win32-macro.patch:
   - Some of those are generated files, so patching will have no
 effect. Try producing cvs patches to avoid this.
+
+------- Additional Comments From naofumi yasufuku net  2002-11-13 13:18 -------
+Re gtkmm2-win32-mingw-2.0.patch:
+  - I suggested that Cedric should submit a patch for gcc3, but I
+couldn't find his work in CVS source. So I submitted this patch.
+  - latest libtool has some advantages over 1.4.x, especially in Win32
+DLL. Cygwin and MinGW people are working toward a new
+auto-import-based DLL building. impgen is no longer needed, and
+binutils ld is used to build DLL. Cygwin is shipped with libtool-1.4e.
+Anyway, when we are using libtool-1.4.2, --export-all-symbols ld
+option doesn't not affect the DLL building, and there is no problem.
+



--__--__--

Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: cgustin ibelgique com
Date: Wed, 13 Nov 2002 13:20:24 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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

Changed by naofumi yasufuku net 

--- shadow/98312	Wed Nov 13 13:18:03 2002
+++ shadow/98312.tmp.12850	Wed Nov 13 13:20:24 2002
@@ -104,6 +104,12 @@
 DLL. Cygwin and MinGW people are working toward a new
 auto-import-based DLL building. impgen is no longer needed, and
 binutils ld is used to build DLL. Cygwin is shipped with libtool-1.4e.
 Anyway, when we are using libtool-1.4.2, --export-all-symbols ld
 option doesn't not affect the DLL building, and there is no problem.
 
+
+------- Additional Comments From naofumi yasufuku net  2002-11-13 13:20 -------
+Murray, if you don't want to apply --export-all-symbols ld option
+patch, please use the following ms-bitfields only patch.
+
+



--__--__--

Message: 11
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: cgustin ibelgique com
Date: Wed, 13 Nov 2002 13:21:01 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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

Changed by naofumi yasufuku net 

--- shadow/98312	Wed Nov 13 13:20:24 2002
+++ shadow/98312.tmp.12903	Wed Nov 13 13:21:01 2002
@@ -110,6 +110,11 @@
 
 ------- Additional Comments From naofumi yasufuku net  2002-11-13 13:20 -------
 Murray, if you don't want to apply --export-all-symbols ld option
 patch, please use the following ms-bitfields only patch.
 
 
+
+------- Additional Comments From naofumi yasufuku net  2002-11-13 13:21 -------
+Created an attachment (id=12286)
+gtkmm2-win32-ms-bitfields.patch
+



--__--__--

Message: 12
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: mmagallo debian org
Date: Wed, 13 Nov 2002 13:22:13 -0500 (EST)
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	Mon Oct 21 17:53:06 2002
+++ shadow/88610.tmp.13183	Wed Nov 13 13:22:13 2002
@@ -84,6 +84,10 @@
 
 ------- Additional Comments From murrayc usa net  2002-07-31 07:54 -------
 Are you still working on this, or shall I mention it on the list?
 
 ------- Additional Comments From murrayc usa net  2002-10-21 17:53 -------
 We still need this.
+
+------- Additional Comments From murrayc usa net  2002-11-13 13:22 -------
+This GTK+ heirarchy might help:
+http://developer.gnome.org/doc/API/2.0/gtk/ch01.html



--__--__--

Message: 13
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: cgustin ibelgique com
Date: Wed, 13 Nov 2002 13:24:11 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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

Changed by naofumi yasufuku net 

--- shadow/98312	Wed Nov 13 13:21:01 2002
+++ shadow/98312.tmp.13476	Wed Nov 13 13:24:11 2002
@@ -115,6 +115,12 @@
 
 
 ------- Additional Comments From naofumi yasufuku net  2002-11-13 13:21 -------
 Created an attachment (id=12286)
 gtkmm2-win32-ms-bitfields.patch
 
+
+------- Additional Comments From naofumi yasufuku net  2002-11-13 13:24 -------
+Re. gtkmm2-win32-macro.patch:
+  Are gtk/gtkmm/stock.{h,cc} generated files? I produced these patches
+against the CVS source using cvs diff command.
+




--__--__--

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