[gtkmm] Gtkmm-forge digest, Vol 1 #400 - 11 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #400 - 11 msgs
- Date: Sun, 13 Apr 2003 20:00:30 -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 110206] Changed - removing items from a Ctk::Combo crashes (bugzilla-daemon widget gnome org)
2. [Bug 110206] Changed - removing items from a Ctk::Combo crashes (bugzilla-daemon widget gnome org)
3. [Bug 110206] Changed - removing items from a Ctk::Combo crashes (bugzilla-daemon widget gnome org)
4. [Bug 110605] Changed - Gtk::Widget::modify_fg/bg can't take a 0 (bugzilla-daemon widget gnome org)
5. [Bug 109966] Changed - Dispatcher does not work on win32 (bugzilla-daemon widget gnome org)
6. [Bug 109826] Changed - new rpm spec file (bugzilla-daemon widget gnome org)
7. [Bug 108511] Changed - gtk_grab_add/remove isn't wrapped (bugzilla-daemon widget gnome org)
8. [Bug 103688] Changed - Updated timeout/io/idle chapter (bugzilla-daemon widget gnome org)
9. [Bug 110206] Changed - removing items from a Ctk::Combo crashes (bugzilla-daemon widget gnome org)
10. [Bug 108511] Changed - gtk_grab_add/remove isn't wrapped (bugzilla-daemon widget gnome org)
11. [Bug 108511] Changed - gtk_grab_add/remove isn't wrapped (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, erwan ancel free fr
Cc:
Date: Sun, 13 Apr 2003 08:51:10 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 110206] Changed - removing items from a Ctk::Combo crashes
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=110206
Changed by murrayc usa net
--- shadow/110206 Wed Apr 9 03:39:25 2003
+++ shadow/110206.tmp.4031 Sun Apr 13 08:51:10 2003
@@ -9,12 +9,13 @@
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: erwan ancel free fr
TargetMilestone: ---
URL:
+Cc: daniel elstner gmx net
Summary: removing items from a Ctk::Combo crashes
When I try to remove some items from a Gtk::Combo (eg from a
Gtk::ComboDropDown), the program crashes.
sample program:
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, erwan ancel free fr
Cc:
Date: Sun, 13 Apr 2003 08:54:40 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 110206] Changed - removing items from a Ctk::Combo crashes
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=110206
Changed by murrayc usa net
--- shadow/110206 Sun Apr 13 08:51:10 2003
+++ shadow/110206.tmp.5055 Sun Apr 13 08:54:40 2003
@@ -83,6 +83,21 @@
Gtk::ComboDropDownItem const,
Glib::List_Iterator<Gtk::ComboDropDownItem> >::clear() ()
#3 0x0804d77c in SampleWindow::SampleWindow() ()
#4 0x0804d3af in main ()
#5 0x420158d4 in __libc_start_main () from /lib/i686/libc.so.6
+
+------- Additional Comments From murrayc usa net 2003-04-13 08:54 -------
+This one looks serious. I think that ComboDropDownList should be using
+List_Cpp_iterator instead of List_Iterator, because at the moment it
+casts a C instance from GList::node->data directly to C++ instance. In
+fact, I don't think List_Iterator should ever work. I would really
+like Daniel Elsner to take a look too.
+
+This patch seems to fix things, but it would be API or ABI breaking,
+so I'm changing this to a 2.4 bug.
+
+I guess it's a good thing that we generally have dual
+STL-like/GTK+-like for these things. Gtk::Combo is kind of a special
+case because we had to hide the deprecated GtkList widget. Hopefully
+it's OK for you to completely rebuild the list of items.
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, erwan ancel free fr
Cc:
Date: Sun, 13 Apr 2003 08:57:37 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 110206] Changed - removing items from a Ctk::Combo crashes
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=110206
Changed by murrayc usa net
--- shadow/110206 Sun Apr 13 08:54:40 2003
+++ shadow/110206.tmp.6585 Sun Apr 13 08:57:37 2003
@@ -1,9 +1,9 @@
Bug#: 110206
Product: gtkmm
-Version: 2.2
+Version: 2.4
OS: Windows
OS Details: xp using MinGW
Status: NEW
Resolution:
Severity: normal
Priority: Normal
@@ -98,6 +98,13 @@
so I'm changing this to a 2.4 bug.
I guess it's a good thing that we generally have dual
STL-like/GTK+-like for these things. Gtk::Combo is kind of a special
case because we had to hide the deprecated GtkList widget. Hopefully
it's OK for you to completely rebuild the list of items.
+
+------- Additional Comments From murrayc usa net 2003-04-13 08:57 -------
+Hmm, now I find that that patch isn't really on my floppy. Well, it
+just added this line
+ GP_LIST_ITER(Glib::List_Cpp_Iterator<GtkListItem, ComboDropDownItem>)
+like in menushell:
+http://cvs.gnome.org/lxr/source/gtkmm-root/gtk-src/menushell.hg#53
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, olau hardworking dk
Cc:
Date: Sun, 13 Apr 2003 09:01:32 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 110605] Changed - Gtk::Widget::modify_fg/bg can't take a 0
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=110605
Changed by murrayc usa net
--- shadow/110605 Fri Apr 11 21:23:52 2003
+++ shadow/110605.tmp.8418 Sun Apr 13 09:01:32 2003
@@ -1,10 +1,10 @@
Bug#: 110605
Product: gtkmm
-Version: unspecified
-OS: Linux
+Version: 2.4
+OS: All
OS Details:
Status: NEW
Resolution:
Severity: normal
Priority: Normal
Component: general
@@ -17,6 +17,12 @@
According to the GTK+ (and the gtkmm) documentation, one should pass a 0 to
modify_fg/bg for the Gdk::Color parameter to undo the effects of previous
calls to the methods. However, the Gdk::Color parameter is wrapped as a
reference, not a pointer, rendering passing of zero impossible.
I guess there is some common pattern in gtkmm for solving this problem.
+
+------- Additional Comments From murrayc usa net 2003-04-13 09:01 -------
+Well spotted. We would usually wrap this as hand-coded unset_fg() and
+unset_bg() methods. A patch against gtkmm 2.4 would be very helpful.
+
+In the meantime, you can use the GTK+ C function as a workaround.
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, cgustin ibelgique com
Cc:
Date: Sun, 13 Apr 2003 09:02:39 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 109966] Changed - Dispatcher does not work on win32
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=109966
Changed by murrayc usa net
--- shadow/109966 Wed Apr 9 01:58:21 2003
+++ shadow/109966.tmp.8816 Sun Apr 13 09:02:39 2003
@@ -36,6 +36,10 @@
------- Additional Comments From cgustin ibelgique com 2003-04-09 01:58 -------
As I said, I got this win32-specific Dispatcher from Andrew Makeev
without any further explanation. Having no experience with pipe/file
descriptor, I decided to just create a patch and submit it AS IS on
bugzilla for review/comments by specialists. Maybe if Andrew or
Daniel could comment on this...
+
+------- Additional Comments From murrayc usa net 2003-04-13 09:02 -------
+Yes, I was just making clear what needs to be done before we can
+commit it. Thanks for making sure that it didn't get lost.
--__--__--
Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, gbpeck sbcglobal net
Cc:
Date: Sun, 13 Apr 2003 09:03:06 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 109826] Changed - new rpm spec file
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=109826
Changed by murrayc usa net
--- shadow/109826 Fri Apr 4 01:40:15 2003
+++ shadow/109826.tmp.9036 Sun Apr 13 09:03:06 2003
@@ -84,6 +84,9 @@
This can not be applied yet. The Makefile.am patch has nothing to do
with the rpm spec file. Also, you might consider using the version
number variables (e.g. of glib) from configure.in, like in the .pc.in
file. This would mean you don't have to keep changing the numbers
manually.
+
+------- Additional Comments From murrayc usa net 2003-04-13 09:03 -------
+Are you likely to revise this patch?
--__--__--
Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, olau hardworking dk
Cc:
Date: Sun, 13 Apr 2003 09:07:16 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 108511] Changed - gtk_grab_add/remove isn't wrapped
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=108511
Changed by murrayc usa net
--- shadow/108511 Sat Apr 12 13:34:40 2003
+++ shadow/108511.tmp.10374 Sun Apr 13 09:07:16 2003
@@ -112,6 +112,14 @@
label be fine? That is just about what I'm using the grabbing for myself.
------- Additional Comments From olau hardworking dk 2003-04-12 13:34 -------
Created an attachment (id=15670)
Adds wrappers of the functionality
+
+------- Additional Comments From murrayc usa net 2003-04-13 09:07 -------
+I think my comment about Inti was about some other
+completely-unrelated unwrapped GTK+ methods, so don't worry about the
+specific example.
+
+This looks perfect, but please patch the ChangeLog so I can just mark
+this as approved and ready to be committed.
--__--__--
Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, gtkmmbugs rdrtech com
Cc:
Date: Sun, 13 Apr 2003 09:07:47 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 103688] Changed - Updated timeout/io/idle chapter
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=103688
Changed by murrayc usa net
--- shadow/103688 Thu Apr 10 12:48:16 2003
+++ shadow/103688.tmp.10427 Sun Apr 13 09:07:47 2003
@@ -172,6 +172,9 @@
directory under the example/ directory).
If this is not correct, I can redo it.
------- Additional Comments From murrayc usa net 2003-04-10 12:48 -------
Sounds good. Thanks. This should be applied.
+
+------- Additional Comments From murrayc usa net 2003-04-13 09:07 -------
+I'm really sorry for the delay.
--__--__--
Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sun, 13 Apr 2003 10:59:40 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 110206] Changed - removing items from a Ctk::Combo crashes
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=110206
Changed by erwan ancel free fr
--- shadow/110206 Sun Apr 13 08:57:37 2003
+++ shadow/110206.tmp.24556 Sun Apr 13 10:59:40 2003
@@ -105,6 +105,11 @@
------- Additional Comments From murrayc usa net 2003-04-13 08:57 -------
Hmm, now I find that that patch isn't really on my floppy. Well, it
just added this line
GP_LIST_ITER(Glib::List_Cpp_Iterator<GtkListItem, ComboDropDownItem>)
like in menushell:
http://cvs.gnome.org/lxr/source/gtkmm-root/gtk-src/menushell.hg#53
+
+------- Additional Comments From erwan ancel free fr 2003-04-13 10:59 -------
+the combo.h file doesn't change if I add the line. More, if I erase
+the combo.h generated file, compilation complains that it doesn't have
+any rule to generate it...
--__--__--
Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sun, 13 Apr 2003 13:04:49 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 108511] Changed - gtk_grab_add/remove isn't wrapped
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=108511
Changed by olau hardworking dk
--- shadow/108511 Sun Apr 13 09:07:16 2003
+++ shadow/108511.tmp.25744 Sun Apr 13 13:04:48 2003
@@ -120,6 +120,9 @@
I think my comment about Inti was about some other
completely-unrelated unwrapped GTK+ methods, so don't worry about the
specific example.
This looks perfect, but please patch the ChangeLog so I can just mark
this as approved and ready to be committed.
+
+------- Additional Comments From olau hardworking dk 2003-04-13 13:04 -------
+Forgot that. New patch attached with diff of ChangeLog also.
--__--__--
Message: 11
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sun, 13 Apr 2003 13:05:33 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 108511] Changed - gtk_grab_add/remove isn't wrapped
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=108511
Changed by olau hardworking dk
--- shadow/108511 Sun Apr 13 13:04:48 2003
+++ shadow/108511.tmp.26410 Sun Apr 13 13:05:33 2003
@@ -123,6 +123,11 @@
This looks perfect, but please patch the ChangeLog so I can just mark
this as approved and ready to be committed.
------- Additional Comments From olau hardworking dk 2003-04-13 13:04 -------
Forgot that. New patch attached with diff of ChangeLog also.
+
+------- Additional Comments From olau hardworking dk 2003-04-13 13:05 -------
+Created an attachment (id=15678)
+Patch for ChangeLog too
+
--__--__--
_______________________________________________
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]