[gtkmm] Gtkmm-forge digest, Vol 1 #355 - 7 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #355 - 7 msgs
- Date: Wed, 26 Feb 2003 12:01:46 -0800
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 107065] New - Added reference docs (bugzilla-daemon widget gnome org)
2. [Bug 107065] Changed - Added reference docs (bugzilla-daemon widget gnome org)
3. [Bug 104194] Changed - A window with an option menu seg-faults when closed. (bugzilla-daemon widget gnome org)
4. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (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 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
7. [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
Cc:
Date: Tue, 25 Feb 2003 16:04:01 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 107065] New - Added reference docs
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=107065
Changed by mxpxfifws yahoo com
--- shadow/107065 Tue Feb 25 16:04:01 2003
+++ shadow/107065.tmp.6869 Tue Feb 25 16:04:01 2003
@@ -0,0 +1,29 @@
+Bug#: 107065
+Product: gtkmm
+Version: 2.4
+OS: Linux
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: reference documentation
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: mxpxfifws yahoo com
+QAContact: gtkmm-forge lists sourceforge net
+TargetMilestone: ---
+URL:
+Summary: Added reference docs
+
+I added reference docs for these gtkmm classes:
+AccelGroup
+AccelLabel
+Adjustment
+Alignment
+Arrow
+AspectFrame
+Bin
+
+I also added PackOptions and AlignmentEnum to the Enumeration page.
+
+See changelog and attached diff for full list of changes.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 25 Feb 2003 16:04:50 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 107065] Changed - Added reference docs
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=107065
Changed by mxpxfifws yahoo com
--- shadow/107065 Tue Feb 25 16:04:01 2003
+++ shadow/107065.tmp.7405 Tue Feb 25 16:04:50 2003
@@ -24,6 +24,11 @@
AspectFrame
Bin
I also added PackOptions and AlignmentEnum to the Enumeration page.
See changelog and attached diff for full list of changes.
+
+------- Additional Comments From mxpxfifws yahoo com 2003-02-25 16:04 -------
+Created an attachment (id=14617)
+Here's the diff file for the new docs.
+
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, jsado_sc1 earthlink net
Cc:
Date: Wed, 26 Feb 2003 02:20:17 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 104194] Changed - A window with an option menu seg-faults when closed.
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=104194
Changed by murrayc usa net
--- shadow/104194 Tue Feb 25 02:13:06 2003
+++ shadow/104194.tmp.22884 Wed Feb 26 02:20:17 2003
@@ -231,6 +231,11 @@
submenu with manage(), it should be destroyed automatically.
Some time ago, GtkMenu didn't destroy children, so, we haven't met
that segfault. Now, it seems, GTK team fixed that, and caused
underwater boulders to raise up.
+
+------- Additional Comments From murrayc usa net 2003-02-26 02:20 -------
+Gtk::Menu is a container and should act like a container. Yes, it
+should manage it's widgets when you use Gtk::manage(), but not when
+you don't.
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, naofumi yasufuku net
Cc: cgustin ibelgique com
Date: Wed, 26 Feb 2003 02:24:22 -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 Feb 25 05:30:36 2003
+++ shadow/98312.tmp.24877 Wed Feb 26 02:24:22 2003
@@ -379,6 +379,13 @@
Unfortunately, wrapping the _WRAP_SIGNAL(...) call with
_GTKMMPROC_H_AND_CC does not work in this case because _WRAP_SIGNAL
generates multiple code sections in tree.c and tree_p.c. I'm not a m4
specialist, so if somebody could try to fix this in CVS...
Cedric
+
+------- Additional Comments From murrayc usa net 2003-02-26 02:24 -------
+1. If you don't get a reply today, please add a GTK+ bug in bugzilla
+and make this bug depend on it. This will happen much quicker if you
+provide a patch for GTK+ yourself.
+
+2. I need to think about this.
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, julian jabber org
Cc:
Date: Wed, 26 Feb 2003 02:28:41 -0500 (EST)
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 Feb 8 09:07:59 2003
+++ shadow/93412.tmp.26296 Wed Feb 26 02:28:40 2003
@@ -96,6 +96,9 @@
I repeat:
> Is it the same as the gcc bug? If not, why
> doesn't that gcc bug affect you?
------- Additional Comments From murrayc usa net 2003-02-08 09:07 -------
I wish someone would ask some Mac OS X C++ people about this.
+
+------- Additional Comments From murrayc usa net 2003-02-26 02:28 -------
+Has anyone discovered anything? Has anyone asked on a Mac newsgroup?
--__--__--
Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, naofumi yasufuku net
Cc:
Date: Wed, 26 Feb 2003 05:58: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 cgustin ibelgique com
--- shadow/98312 Wed Feb 26 02:24:22 2003
+++ shadow/98312.tmp.25383 Wed Feb 26 05:58:03 2003
@@ -386,6 +386,23 @@
------- Additional Comments From murrayc usa net 2003-02-26 02:24 -------
1. If you don't get a reply today, please add a GTK+ bug in bugzilla
and make this bug depend on it. This will happen much quicker if you
provide a patch for GTK+ yourself.
2. I need to think about this.
+
+------- Additional Comments From cgustin ibelgique com 2003-02-26 05:58 -------
+I just got an answer from Tor (the win32 gtk+ maintainer). Those
+missing symbols will be fixed in the next release of gtk+ (and
+glib/atk). Because he prefer to stick to official release versions
+instead of intermediate snapshots (to avoid confusion), I guess we
+will have to live with theses missing symbols in the meantime.
+
+I'm going to patch gtkmm to #ifdef those symbols (with
+_GTKMMPROC_H_AND_CC) and I propose we remove those directives when
+the next gtk+ is available.
+
+Now, when it's done, I can either submit a patch against the current
+CVS or keep these modifications locally on my PC. That's up to you !
+
+But I still need a solution for the
+Atk::Text::text_attributes_changed signal !
--__--__--
Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, naofumi yasufuku net
Cc: cgustin ibelgique com
Date: Wed, 26 Feb 2003 10:23:10 -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 Wed Feb 26 05:58:03 2003
+++ shadow/98312.tmp.21265 Wed Feb 26 10:23:10 2003
@@ -403,6 +403,12 @@
Now, when it's done, I can either submit a patch against the current
CVS or keep these modifications locally on my PC. That's up to you !
But I still need a solution for the
Atk::Text::text_attributes_changed signal !
+
+------- Additional Comments From murrayc usa net 2003-02-26 10:23 -------
+Always submit patches even if they won't be applied immediately. Are
+you sure we will need to wait a long time for the next GTK+ release?
+
+I'll invesigate the signals-not-needed-on-certain-platforms issue soon.
--__--__--
_______________________________________________
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]