[gtkmm] Gtkmm-forge digest, Vol 1 #157 - 4 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #157 - 4 msgs
- Date: Sat, 13 Jul 2002 12:04:15 -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 87912] Changed - Strange segfault on dialog signal handler class destruction (bugzilla-daemon widget gnome org)
2. [Bug 87944] Changed - Review Menu API (bugzilla-daemon widget gnome org)
3. [Bug 87944] Changed - Review Menu API (bugzilla-daemon widget gnome org)
4. [Bug 87016] Changed - Not all classes have overview docs (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, a rottmann gmx at
Cc:
Date: Sat, 13 Jul 2002 07:04:59 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87912] Changed - Strange segfault on dialog signal handler class 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=87912
Changed by mhl schulze t-online de
--- shadow/87912 Thu Jul 11 08:26:35 2002
+++ shadow/87912.tmp.23203 Sat Jul 13 07:04:59 2002
@@ -9,13 +9,17 @@
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: a rottmann gmx at
TargetMilestone: ---
URL:
-Cc:
Summary: Strange segfault on dialog signal handler class destruction
I have a quite simple program trying to create a dialog with help of gtkmm
and libglademm. In the response handler I want to delete the 'Dlg' object,
since it is no longer needed. This seems to cause a segfault (it doesn't
segfault when I remove the 'delete this'.
+
+------- Additional Comments From MHL Schulze t-online de 2002-07-13 07:04 -------
+Created an attachment (id=9840)
+Andi's files to reproduce the bug...
+
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: Andreas Holzmann epost de
Date: Sat, 13 Jul 2002 13:11:29 -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 Jul 11 13:24:21 2002
+++ shadow/87944.tmp.16050 Sat Jul 13 13:11:29 2002
@@ -9,13 +9,13 @@
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: murrayc usa net
TargetMilestone: ---
URL:
-Cc:
+Cc: Andreas Holzmann epost de
Summary: Review Menu API
Menu API (Andreas Holzmann's comments):
* The interface for creating changeable accelerators is bad.
We need a way to create unique accelerator paths automatically
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: Andreas Holzmann epost de
Date: Sat, 13 Jul 2002 13:21:23 -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 Sat Jul 13 13:11:29 2002
+++ shadow/87944.tmp.17540 Sat Jul 13 13:21:23 2002
@@ -23,6 +23,12 @@
* Menu items that are added after its container (MenuBar,
OptionMenu, etc) have been realized don't get its accelerators
initialized automatically at the moment. You have to call
accelerate() manually.
* Accelerators that are in menu items of a popup menu must be
initialized manually with accelerate().
+
+------- Additional Comments From murrayc usa net 2002-07-13 13:21 -------
+There are now clean examples in examples/book/menus/ that test this stuff.
+
+Can someone remind me why we can't just accelerate() the menu items as
+soon as they are created?
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: morten wtf dk
Date: Sat, 13 Jul 2002 15:01:23 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87016] Changed - Not all classes have overview 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=87016
Changed by murrayc usa net
--- shadow/87016 Mon Jul 8 12:29:55 2002
+++ shadow/87016.tmp.11427 Sat Jul 13 15:01:23 2002
@@ -1,21 +1,22 @@
Bug#: 87016
Product: gtkmm
Version: 2.0
OS: Linux
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
TargetMilestone: ---
URL:
+Cc: morten wtf dk
Summary: Not all classes have overview docs
We don't reuse the GTK+ reference documentation for the classes themselves,
just for the methods. Someone needs to look at every class (e.g. every *.hg
file and add an appropriate Doxygen description. Many already exists. You
should look at the gtk+ API reference (www.gtkmm.org) and reword it
@@ -108,6 +109,10 @@
Applied. Uploaded docs.
I guess that you are getting this from the GTK+ docs, right?
------- Additional Comments From morten wtf dk 2002-07-08 12:29 -------
Right.
+
+------- Additional Comments From murrayc usa net 2002-07-13 15:01 -------
+Closing this for now. There are probably still classes without docs,
+but no major ones. I just added lots for the Menu stuff.
--__--__--
_______________________________________________
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]