[gtkmm] Gtkmm-forge digest, Vol 1 #423 - 8 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #423 - 8 msgs
- Date: Wed, 07 May 2003 20:24:26 -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 104194] Changed - A window with an option menu seg-faults when closed. (bugzilla-daemon widget gnome org)
2. [Bug 112090] Changed - Adjustment after spinbutton causes segfault (bugzilla-daemon widget gnome org)
3. [Bug 85911] Changed - Gdk::Drawable::draw_*_image functions (bugzilla-daemon widget gnome org)
4. [Bug 112476] New - Missing _CONVERSION() in convert_gdk.m4 (bugzilla-daemon widget gnome org)
5. [Bug 112476] Changed - Missing _CONVERSION() in convert_gdk.m4 (bugzilla-daemon widget gnome org)
6. [Bug 112476] Changed - Missing _CONVERSION() in convert_gdk.m4 (bugzilla-daemon widget gnome org)
7. [Bug 112248] Changed - More conversions (bugzilla-daemon widget gnome org)
8. [Bug 112321] Changed - Gtk::Image::get_pixbuf problems unreferencing Glib::RefPtr PATCH (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, jsado_sc1 earthlink net
Cc:
Date: Wed, 7 May 2003 03:07:56 -0400 (EDT)
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 Wed Feb 26 02:20:17 2003
+++ shadow/104194.tmp.18221 Wed May 7 03:07:56 2003
@@ -1,13 +1,13 @@
Bug#: 104194
Product: gtkmm
Version: 2.2
OS: Linux
OS Details: Kernel 2.4.20 GCC 3.2 glibc 2.2.5
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: jsado_sc1 earthlink net
TargetMilestone: ---
@@ -236,6 +236,19 @@
------- 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.
+
+------- Additional Comments From murrayc usa net 2003-05-07 03:07 -------
+I believe I have fixed this now:
+
+2003-05-06 Murray Cumming <murrayc usa net>
+
+ * gtk/src/optionmenu.[hg|ccg]: Implemented a custom destructor which
+ calls remove_menu(), to prevent the menu (set with set_menu()), from
+ remembering a dead OptionMenu. See the comment in the destructor for
+ more details.
+
+
+"Current seg-fault test case." no longer segfaults.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, line72 postmark net
Cc:
Date: Wed, 7 May 2003 03:08:20 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112090] Changed - Adjustment after spinbutton causes segfault
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=112090
Changed by murrayc usa net
--- shadow/112090 Sat May 3 02:37:13 2003
+++ shadow/112090.tmp.18504 Wed May 7 03:08:20 2003
@@ -47,6 +47,9 @@
/Line72
------- Additional Comments From murrayc usa net 2003-05-03 02:37 -------
Shouldn't you also see a warning about the initialization being in the
wrong order?
+
+------- Additional Comments From murrayc usa net 2003-05-07 03:08 -------
+So do you agree that this is not a bug?
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, osamyn ulb ac be
Cc:
Date: Wed, 7 May 2003 04:34:24 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 85911] Changed - Gdk::Drawable::draw_*_image functions
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=85911
Changed by gnomebugzilla pebble org uk
--- shadow/85911 Tue Jan 28 08:13:17 2003
+++ shadow/85911.tmp.22276 Wed May 7 04:34:24 2003
@@ -160,6 +160,9 @@
to get a builtin array.
------- Additional Comments From murrayc usa net 2003-01-28 08:13 -------
Does anyone still care about this?
+
+------- Additional Comments From gnomebugzilla pebble org uk 2003-05-07 04:34 -------
+The rowstride parameter is still important. If you have a large image, and you are responding to an expose event for just part of that image, you should only render the part of the image that you're being asked to. For example, if you have a 100 pixel wide image, and wish to display the column from 10px in to 90px in, you would pass in a pointer to the (image+10px), a width of 80px and a rowstride of 100px, so that the next row is drawn from the right part of the image.
It's only when you're drawing the whole image that width==rowstride.
Given this and Daniel Elstner's comment, I don't think there's anything to do for this bug.
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 7 May 2003 06:39:46 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112476] New - Missing _CONVERSION() in convert_gdk.m4
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=112476
Changed by naofumi yasufuku net
--- shadow/112476 Wed May 7 06:39:45 2003
+++ shadow/112476.tmp.12171 Wed May 7 06:39:45 2003
@@ -0,0 +1,27 @@
+Bug#: 112476
+Product: gtkmm
+Version: 2.2
+OS: Linux
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: naofumi yasufuku net
+TargetMilestone: ---
+URL:
+Summary: Missing _CONVERSION() in convert_gdk.m4
+
+The following type conversions are missing in convert_gdk.m4.
+
+_CONVERSION(`GdkColormap*',`Glib::RefPtr<const Gdk::Colormap>',
+`Glib::wrap($3)')
+
+_CONVERSION(`GdkVisual*',`Glib::RefPtr<const Gdk::Visual>', `Glib::wrap($3)')
+
+My project, gtkglextmm, needs them to generate sources using gtkmmproc.
+I really hope these missing conversions will be added by next stable release.
+
+Thank you.
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, naofumi yasufuku net
Cc:
Date: Wed, 7 May 2003 11:33:35 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112476] Changed - Missing _CONVERSION() in convert_gdk.m4
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=112476
Changed by murrayc usa net
--- shadow/112476 Wed May 7 06:39:45 2003
+++ shadow/112476.tmp.32651 Wed May 7 11:33:35 2003
@@ -1,13 +1,13 @@
Bug#: 112476
Product: gtkmm
Version: 2.2
OS: Linux
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: naofumi yasufuku net
TargetMilestone: ---
@@ -22,6 +22,10 @@
_CONVERSION(`GdkVisual*',`Glib::RefPtr<const Gdk::Visual>', `Glib::wrap($3)')
My project, gtkglextmm, needs them to generate sources using gtkmmproc.
I really hope these missing conversions will be added by next stable release.
Thank you.
+
+------- Additional Comments From murrayc usa net 2003-05-07 11:33 -------
+But you can, and should, add them in your own .m4 files. See one of
+the other *mm projects for an example.
--__--__--
Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 7 May 2003 12:09:33 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112476] Changed - Missing _CONVERSION() in convert_gdk.m4
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=112476
Changed by naofumi yasufuku net
--- shadow/112476 Wed May 7 11:33:35 2003
+++ shadow/112476.tmp.19579 Wed May 7 12:09:33 2003
@@ -1,12 +1,12 @@
Bug#: 112476
Product: gtkmm
Version: 2.2
OS: Linux
OS Details:
-Status: RESOLVED
+Status: CLOSED
Resolution: NOTABUG
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: naofumi yasufuku net
@@ -26,6 +26,12 @@
Thank you.
------- Additional Comments From murrayc usa net 2003-05-07 11:33 -------
But you can, and should, add them in your own .m4 files. See one of
the other *mm projects for an example.
+
+------- Additional Comments From naofumi yasufuku net 2003-05-07 12:09 -------
+Okay, I understand. I've added these missing gdkmm type conversions
+into my convert_*.m4 file. Thank you.
+
+
--__--__--
Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, mxpxfifws yahoo com
Cc:
Date: Wed, 7 May 2003 12:33:16 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112248] Changed - More conversions
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=112248
Changed by murrayc usa net
--- shadow/112248 Mon May 5 02:15:14 2003
+++ shadow/112248.tmp.31926 Wed May 7 12:33:16 2003
@@ -1,13 +1,13 @@
Bug#: 112248
Product: gnomemm
Version: 2.0
OS: Linux
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: gnome-vfsmm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: mxpxfifws yahoo com
TargetMilestone: ---
@@ -32,6 +32,9 @@
Looks good. I will apply it later today.
I'm not sure about the "\t" in the examples and the magic 0x777
should be commented, or avoided.
Please remember to use the PATCH keyword.
+
+------- Additional Comments From murrayc usa net 2003-05-07 12:33 -------
+Applied anyway. Thanks.
--__--__--
Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, ec142 york ac uk
Cc:
Date: Wed, 7 May 2003 12:34:48 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112321] Changed - Gtk::Image::get_pixbuf problems unreferencing Glib::RefPtr PATCH
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=112321
Changed by murrayc usa net
--- shadow/112321 Tue May 6 10:55:14 2003
+++ shadow/112321.tmp.32404 Wed May 7 12:34:48 2003
@@ -1,13 +1,13 @@
Bug#: 112321
Product: gtkmm
Version: 2.2
OS: Linux
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: ec142 york ac uk
TargetMilestone: ---
@@ -34,6 +34,9 @@
I have tested the changes with positive results.
------- Additional Comments From ec142 york ac uk 2003-05-05 13:58 -------
Created an attachment (id=16275)
patch for the reported bug
+
+------- Additional Comments From murrayc usa net 2003-05-07 12:34 -------
+Applied. Thanks.
--__--__--
_______________________________________________
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]