Gtkmm-forge digest, Vol 1 #858 - 7 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Cc:
- Subject: Gtkmm-forge digest, Vol 1 #858 - 7 msgs
- Date: Sat, 22 Jan 2005 20:07:09 -0800
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 164678] Build failure in examples/input directory on RHEL 3 (gcc 3.2.3) with GARNOME (2.9.4) (bugzilla-daemon bugzilla gnome org)
2. [Bug 164935] New: Gtk::Plug needs default constructor for "unplugged" state (bugzilla-daemon bugzilla gnome org)
3. [Bug 164935] Gtk::Plug needs default constructor for "unplugged" state (bugzilla-daemon bugzilla gnome org)
4. [Bug 164937] New: Fixes for gtkmm/stock.h (bugzilla-daemon bugzilla gnome org)
5. [Bug 164937] Fixes for gtkmm/stock.h (bugzilla-daemon bugzilla gnome org)
6. [Bug 164938] New: Patch to add new and deprecate old filter methods of Gdk::Window (bugzilla-daemon bugzilla gnome org)
7. [Bug 164938] Patch to add new and deprecate old filter methods of Gdk::Window (bugzilla-daemon bugzilla gnome org)
--__--__--
Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 22 Jan 2005 08:09:37 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164678] Build failure in examples/input directory on RHEL 3 (gcc 3.2.3) with GARNOME (2.9.4)
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=164678
gtkmm | build | Ver: unspecified
------- Additional Comments From chris cvine freeserve co uk 2005-01-22 08:09 -------
You also need to include sys/types.h and sys/stat.h (for mkfifo()) - see main.cc
in the iochannel_stream example in glibmm.
As Glib::IOChannel is being used, the open of the fifo should also be blocking
(see also main.cc in the iochannel_stream example). The author of this example
based it on my non-blocking code example but failed to spot the point when
changing it to use Glib::IOChannel (as well omitting necessary includes).
------- 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: Sat, 22 Jan 2005 15:52:46 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164935] New: Gtk::Plug needs default constructor for "unplugged" state
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=164935
gtkmm | general | Ver: 2.5
Summary: Gtk::Plug needs default constructor for "unplugged"
state
Product: gtkmm
Version: 2.5
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: bryan reigndropsfall net
CC: all-bugs bugzilla gnome org
Here is a patch for a default constructor for Gtk::Plug. If you pass "0" to the
socket_id parameter of gtk_plug_new, the plug stays in an "unplugged" state
(http://developer.gnome.org/doc/API/2.0/gtk/GtkPlug.html#gtk-plug-new).
------- 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: Sat, 22 Jan 2005 15:53:24 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164935] Gtk::Plug needs default constructor for "unplugged" state
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=164935
gtkmm | general | Ver: 2.5
------- Additional Comments From Bryan Forbes 2005-01-22 15:53 -------
Created an attachment (id=36387)
--> (http://bugzilla.gnome.org/attachment.cgi?id=36387&action=view)
plug.diff
------- 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: Sat, 22 Jan 2005 15:57:06 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164937] New: Fixes for gtkmm/stock.h
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=164937
gtkmm | general | Ver: 2.5
Summary: Fixes for gtkmm/stock.h
Product: gtkmm
Version: 2.5
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: bryan reigndropsfall net
CC: all-bugs bugzilla gnome org
stock.h had some missing newlines, so I fixed it in this patch.
------- 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: Sat, 22 Jan 2005 15:57:50 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164937] Fixes for gtkmm/stock.h
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=164937
gtkmm | general | Ver: 2.5
Bryan Forbes changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |NOTABUG
------- Additional Comments From Bryan Forbes 2005-01-22 15:57 -------
Whoops, must have already been fixed. My bad.
------- 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: Sat, 22 Jan 2005 16:01:48 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164938] New: Patch to add new and deprecate old filter methods of Gdk::Window
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=164938
gtkmm | general | Ver: 2.5
Summary: Patch to add new and deprecate old filter methods of
Gdk::Window
Product: gtkmm
Version: 2.5
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: bryan reigndropsfall net
CC: all-bugs bugzilla gnome org
I have added add_filter and remove_filter which take slots to Gdk::Window. I
have tested this code in "Coaster" for use with a tray icon on the panel, but
the code is so strange that I thought it might be a bit much for the gtkmm
examples. If need be, I can add an example.
------- 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
Cc:
Date: Sat, 22 Jan 2005 16:02:19 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164938] Patch to add new and deprecate old filter methods of Gdk::Window
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=164938
gtkmm | general | Ver: 2.5
------- Additional Comments From Bryan Forbes 2005-01-22 16:02 -------
Created an attachment (id=36388)
--> (http://bugzilla.gnome.org/attachment.cgi?id=36388&action=view)
gdk_window.diff
------- 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]