Gtkmm-forge digest, Vol 1 #917 - 7 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Cc:
- Subject: Gtkmm-forge digest, Vol 1 #917 - 7 msgs
- Date: Thu, 28 Apr 2005 20:10:19 -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 172345] Gtk::RadioAction, unable to specifiy initial activated entry without emitting signals. (bugzilla-daemon bugzilla gnome org)
2. [Bug 302050] GCC 4 compilation fix (bugzilla-daemon bugzilla gnome org)
3. [Bug 172892] Gtk::Action::get_proxies should not free items. (bugzilla-daemon bugzilla gnome org)
4. [Bug 302050] GCC 4 compilation fix (bugzilla-daemon bugzilla gnome org)
5. [Bug 302050] GCC 4 compilation fix (bugzilla-daemon bugzilla gnome org)
6. [Bug 302050] GCC 4 compilation fix (bugzilla-daemon bugzilla gnome org)
7. [Bug 172892] Gtk::Action::get_proxies should not free items. (bugzilla-daemon bugzilla gnome org)
--__--__--
Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Date: Thu, 28 Apr 2005 03:15:13 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 172345] Gtk::RadioAction, unable to specifiy initial activated entry without emitting signals.
Please DO NOT reply to this by email. All additional comments should be m=
ade in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=3D172345
gtkmm | general | Ver: 2.6.x
------- Additional Comments From Frank Naumann 2005-04-28 07:15 -------
Gtk::RadioAction have a method get_current_value() to obtain the value pr=
operty
of the currently active member of the group. What about a set_current_val=
ue() to
set the active member? Helpful is then also an additional constructor to =
specify
the value property (and/or get/set methods for the value property).
------- 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
Date: Thu, 28 Apr 2005 04:51:32 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 302050] GCC 4 compilation fix
Please DO NOT reply to this by email. All additional comments should be m=
ade in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=3D302050
gnomemm | build | Ver: 2.10
Murray Cumming changed:
What |Removed |Added
-------------------------------------------------------------------------=
---
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- 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
Date: Thu, 28 Apr 2005 04:49:45 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 172892] Gtk::Action::get_proxies should not free items.
Please DO NOT reply to this by email. All additional comments should be m=
ade in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=3D172892
gtkmm | general | Ver: unspecified
------- Additional Comments From Murray Cumming 2005-04-28 08:49 -------
Excellent. Please apply to both the HEAD and gtkmm-2-6 branches.
------- 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
Date: Thu, 28 Apr 2005 06:31:37 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 302050] GCC 4 compilation fix
Please DO NOT reply to this by email. All additional comments should be m=
ade in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=3D302050
gnomemm | build | Ver: 2.10
Stanislav Brabec changed:
What |Removed |Added
-------------------------------------------------------------------------=
---
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From Stanislav Brabec 2005-04-28 10:31 -----=
--
Attaching updated patches.
------- 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
Date: Thu, 28 Apr 2005 06:37:52 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 302050] GCC 4 compilation fix
Please DO NOT reply to this by email. All additional comments should be m=
ade in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=3D302050
gnomemm | build | Ver: 2.10
Stanislav Brabec changed:
What |Removed |Added
-------------------------------------------------------------------------=
---
Attachment #45702|0 |1
is obsolete| |
------- Additional Comments From Stanislav Brabec 2005-04-28 10:37 -----=
--
Created an attachment (id=3D45775)
--> (http://bugzilla.gnome.org/attachment.cgi?id=3D45775&action=3Dview)
gconfmm-cast.patch
I think, that GPOINTER_TO_INT defined in platform dependent part of GLib =
is
better than explicit retyping. I am not sure whether it is only cosmetic =
(maybe
it can result better code than (gint)(long) on ia32).
AMD64:
#define GPOINTER_TO_INT(p) ((gint) (glong) (p))
IA32:
#define GPOINTER_TO_INT(p) ((gint) (p))
------- 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
Date: Thu, 28 Apr 2005 06:57:54 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 302050] GCC 4 compilation fix
Please DO NOT reply to this by email. All additional comments should be m=
ade in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=3D302050
gnomemm | build | Ver: 2.10
Stanislav Brabec changed:
What |Removed |Added
-------------------------------------------------------------------------=
---
Attachment #45703|0 |1
is obsolete| |
------- Additional Comments From Stanislav Brabec 2005-04-28 10:57 -----=
--
Created an attachment (id=3D45777)
--> (http://bugzilla.gnome.org/attachment.cgi?id=3D45777&action=3Dview)
gtkmm-null.patch
Fixes following GCC 4 warning: missing sentinel in function call
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 7
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Date: Thu, 28 Apr 2005 13:10:32 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 172892] Gtk::Action::get_proxies should not free items.
Please DO NOT reply to this by email. All additional comments should be m=
ade in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=3D172892
gtkmm | general | Ver: unspecified
Philip Langdale changed:
What |Removed |Added
-------------------------------------------------------------------------=
---
Attachment #45746| |committed
Status| |
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From Philip Langdale 2005-04-28 17:10 ------=
-
Checked in on HEAD and gtkmm-2-6.
------- 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]