[gtkmm] Gtkmm-forge digest, Vol 1 #775 - 6 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Cc:
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #775 - 6 msgs
- Date: Wed, 06 Oct 2004 20:34:05 -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. Do not try to unsubscribe gtkmm-forge from gtkmm-list.
Today's Topics:
1. [Bug 154498] - Unnecessary warning on console: signalproxy_connectionnode.cc (bugzilla-daemon bugzilla gnome org)
2. [Bug 152764] - PropertyProxies for signals with '_' in them do not fire (bugzilla-daemon bugzilla gnome org)
3. [Bug 142758] - Add Gtk::ComboBoxEntry::get_entry() (bugzilla-daemon bugzilla gnome org)
4. [Bug 154498] - Unnecessary warning on console: signalproxy_connectionnode.cc (bugzilla-daemon bugzilla gnome org)
5. [Bug 152764] - PropertyProxies for signals with '_' in them do not fire (bugzilla-daemon bugzilla gnome org)
6. [Bug 154498] - Unnecessary warning on console: signalproxy_connectionnode.cc (bugzilla-daemon bugzilla gnome org)
--__--__--
Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 6 Oct 2004 01:34:23 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 154498] - Unnecessary warning on console: signalproxy_connectionnode.cc
http://bugzilla.gnome.org/show_bug.cgi?id=154498
glibmm | general | Ver: 2.4.x
------- Additional Comments From murrayc murrayc com 2004-10-06 01:34 -------
> In this scenario the initial Action RefPtr goes out of scope so that the only
> ref left is the one in the bound RefPtr
No, I think that sigc::bind should take a copy of the RefPtr<>, therefore
keeping the object (referred to by the RefPtr) alive. I see no need, or sense,
in using this sigc::ref() thing.
If that works, and doesn't leak, and you've removed the unnecessary warning,
then what's the problem?
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 2
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 6 Oct 2004 08:11:01 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 152764] - PropertyProxies for signals with '_' in them do not fire
http://bugzilla.gnome.org/show_bug.cgi?id=152764
glibmm | object | Ver: 2.4.x
------- Additional Comments From murrayc murrayc com 2004-10-06 08:11 -------
Sorry, I still have to investigate this in more detail before applying the
patch. It looks sensible though.
Please remember to patch the ChangeLog in future:
http://www.gtkmm.org/bugs.shtml#CreatingPatches
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 3
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 6 Oct 2004 08:12:48 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 142758] - Add Gtk::ComboBoxEntry::get_entry()
http://bugzilla.gnome.org/show_bug.cgi?id=142758
gtkmm | general | Ver: 2.4
------- Additional Comments From murrayc murrayc com 2004-10-06 08:12 -------
Yes, let's add this to gtkmm.
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 4
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 6 Oct 2004 11:29:24 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 154498] - Unnecessary warning on console: signalproxy_connectionnode.cc
http://bugzilla.gnome.org/show_bug.cgi?id=154498
glibmm | general | Ver: 2.4.x
------- Additional Comments From plangdale vmware com 2004-10-06 11:29 -------
I only wanted to confirm with you that the warning was indeed unnecessary, now
that we have a specific test case. If you still agree that it's unnecessary,
I'll make the change.
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 5
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 6 Oct 2004 11:36:40 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 152764] - PropertyProxies for signals with '_' in them do not fire
http://bugzilla.gnome.org/show_bug.cgi?id=152764
glibmm | object | Ver: 2.4.x
plangdale vmware com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #32041|0 |1
is obsolete| |
------- Additional Comments From plangdale vmware com 2004-10-06 11:36 -------
Created an attachment (id=32296)
--> (http://bugzilla.gnome.org/attachment.cgi?id=32296&action=view)
Fix diff with changelog
That was a tentative fix. Now that you think it's the right thing to do, here's
one with a changelog.
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 6
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 6 Oct 2004 11:43:52 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 154498] - Unnecessary warning on console: signalproxy_connectionnode.cc
http://bugzilla.gnome.org/show_bug.cgi?id=154498
glibmm | general | Ver: 2.4.x
------- Additional Comments From plangdale vmware com 2004-10-06 11:43 -------
And actually, I remain concerned. If notify() is really getting called after
destroy_notify_handler(), this means that conn has been deleted so we shouldn't
be dereferencing it to check object_. If this doesn't crash, it just means we're
lucky. So, I think something is actually wrong.
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
_______________________________________________
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]