[gtkmm] Gtkmm-forge digest, Vol 1 #178 - 5 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #178 - 5 msgs
- Date: Fri, 02 Aug 2002 12:02:49 -0700
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 85979] Changed - template instantiation problem in TreeView::append_column under Sun Forte C++ (bugzilla-daemon widget gnome org)
2. [Bug 87944] Changed - Review Menu API (bugzilla-daemon widget gnome org)
3. [Bug 85979] Changed - template instantiation problem in TreeView::append_column under Sun Forte C++ (bugzilla-daemon widget gnome org)
4. [Bug 87944] Changed - Review Menu API (bugzilla-daemon widget gnome org)
5. [Bug 85979] Changed - template instantiation problem in TreeView::append_column under Sun Forte C++ (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, szombath bifab de
Cc:
Date: Thu, 1 Aug 2002 15:40:50 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 85979] Changed - template instantiation problem in TreeView::append_column under Sun Forte C++
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=85979
Changed by murrayc usa net
--- shadow/85979 Thu Aug 1 05:19:02 2002
+++ shadow/85979.tmp.4661 Thu Aug 1 15:40:50 2002
@@ -199,6 +199,9 @@
#endif
treeView.append_column(c);
This will work for time Sun needs to fix their compiler bug, thus you
can close it as not-a-bug in gtkmm.
+
+------- Additional Comments From murrayc usa net 2002-08-01 15:40 -------
+I would acccept a patch that added these #ifdefs to the examples/demos.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: Andreas Holzmann epost de
Date: Fri, 2 Aug 2002 04:04:56 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87944] Changed - Review Menu API
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=87944
Changed by murrayc usa net
--- shadow/87944 Thu Aug 1 10:03:15 2002
+++ shadow/87944.tmp.25082 Fri Aug 2 04:04:55 2002
@@ -102,6 +102,15 @@
------- Additional Comments From Andreas Holzmann epost de 2002-08-01 10:03 -------
Created an attachment (id=10182)
New file gtk/gtkmm/accelmap.h
+
+------- Additional Comments From murrayc usa net 2002-08-02 04:04 -------
+OK, please go ahead an commit, but:
+1. Please add some doxygen comments to the popup() method, telling
+people _when_ to call accelerate(). Your email explained this well.
+2. Couldn't we have accelerate(Window&) and accelerate(Widget&)
+overrides, like I had for popup()?
+
+Thanks for clearing all this up.
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Fri, 2 Aug 2002 05:30:38 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 85979] Changed - template instantiation problem in TreeView::append_column under Sun Forte C++
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=85979
Changed by szombath bifab de
--- shadow/85979 Thu Aug 1 15:40:50 2002
+++ shadow/85979.tmp.3537 Fri Aug 2 05:30:38 2002
@@ -202,6 +202,11 @@
This will work for time Sun needs to fix their compiler bug, thus you
can close it as not-a-bug in gtkmm.
------- Additional Comments From murrayc usa net 2002-08-01 15:40 -------
I would acccept a patch that added these #ifdefs to the examples/demos.
+
+------- Additional Comments From szombath bifab de 2002-08-02 05:30 -------
+Created an attachment (id=10209)
+#ifdefs for Sun Forte C++ (__SUNPRO_CC) to work around it bug in examples
+
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, murrayc usa net
Cc:
Date: Fri, 2 Aug 2002 11:04:44 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87944] Changed - Review Menu API
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=87944
Changed by andreas holzmann epost de
--- shadow/87944 Fri Aug 2 04:04:55 2002
+++ shadow/87944.tmp.20040 Fri Aug 2 11:04:44 2002
@@ -1,13 +1,13 @@
Bug#: 87944
Product: gtkmm
Version: 2.0
OS: Linux
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: murrayc usa net
TargetMilestone: 2.0
@@ -111,6 +111,11 @@
1. Please add some doxygen comments to the popup() method, telling
people _when_ to call accelerate(). Your email explained this well.
2. Couldn't we have accelerate(Window&) and accelerate(Widget&)
overrides, like I had for popup()?
Thanks for clearing all this up.
+
+------- Additional Comments From Andreas Holzmann epost de 2002-08-02 11:04 -------
+1. accelerate documentation updated
+2. accelerate(Widget&) added
+3. commited
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, szombath bifab de
Cc:
Date: Fri, 2 Aug 2002 12:23:10 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 85979] Changed - template instantiation problem in TreeView::append_column under Sun Forte C++
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=85979
Changed by murrayc usa net
--- shadow/85979 Fri Aug 2 05:30:38 2002
+++ shadow/85979.tmp.31345 Fri Aug 2 12:23:10 2002
@@ -1,13 +1,13 @@
Bug#: 85979
Product: gtkmm
Version: 2.0
OS: Solaris
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: build
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: szombath bifab de
TargetMilestone: ---
--__--__--
_______________________________________________
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]