Gtkmm-forge digest, Vol 1 #831 - 6 msgs



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 161276] configure_events not beeing delivered (bugzilla-daemon bugzilla gnome org)
   2. [Bug 138259] Monitoring I/O examples need to be updated (bugzilla-daemon bugzilla gnome org)
   3. [Bug 138259] Monitoring I/O examples need to be updated (bugzilla-daemon bugzilla gnome org)
   4. [Bug 157894] Gdk::Pixbuf::create_from_file() has no size arguments (bugzilla-daemon bugzilla gnome org)
   5. [Bug 138259] Monitoring I/O examples need to be updated (bugzilla-daemon bugzilla gnome org)
   6. [Bug 138259] Monitoring I/O examples need to be updated (bugzilla-daemon bugzilla gnome org)

--__--__--

Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sun, 19 Dec 2004 12:33:24 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 161276] configure_events not beeing delivered

http://bugzilla.gnome.org/show_bug.cgi?id=161276
gtkmm | general | Ver: 2.4

murrayc murrayc com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |NOTABUG



------- Additional Comments From murrayc murrayc com  2004-12-19 12:33 -------
Please reopen this bug if it is still a 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: Sun, 19 Dec 2004 13:10:55 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 138259] Monitoring I/O examples need to be updated

http://bugzilla.gnome.org/show_bug.cgi?id=138259
gtkmm | reference documentation | Ver: 2.5





------- Additional Comments From murrayc murrayc com  2004-12-19 13:10 -------
Chris, your example is now in glibmm's cvs, in the HEAD branch.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.


--__--__--

Message: 3
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sun, 19 Dec 2004 13:15:13 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 138259] Monitoring I/O examples need to be updated

http://bugzilla.gnome.org/show_bug.cgi?id=138259
gtkmm | reference documentation | Ver: 2.5

murrayc murrayc com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From murrayc murrayc com  2004-12-19 13:15 -------
Claudio, I applied your patch to HEAD.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.


--__--__--

Message: 4
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sun, 19 Dec 2004 14:16:43 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 157894] Gdk::Pixbuf::create_from_file() has no size arguments

http://bugzilla.gnome.org/show_bug.cgi?id=157894
gtkmm | general | Ver: 2.5

murrayc murrayc com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From murrayc murrayc com  2004-12-19 14:16 -------
This is done in the HEAD branch.

------- 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: Sun, 19 Dec 2004 14:17:17 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 138259] Monitoring I/O examples need to be updated

http://bugzilla.gnome.org/show_bug.cgi?id=138259
gtkmm | reference documentation | Ver: 2.5





------- Additional Comments From chris cvine freeserve co uk  2004-12-19 14:17 -------
I have now been through the error handling.  One issue is that
Glib::IOChannel::read(char*, gize, gsize&) can provide a read count of 0 even if
the stream is in a good state, if a UTF-8 character has been received which
cannot fit in the buffer.  This is incompatible with std::streambuffer, so I
have taken out the convert parameter to the constructor of fdstream and to
attach().  No code conversion will be carried out by the stream buffer - which
is correct anyway as operators << and >> for Glib::ustream will do the conversion.

I have also added a fdstream::get_error() function so that the additional stream
error information provided by Glib::IOChannel can be extracted if wanted by the
user, and corrected an error in fdstreambuf::xsgetn().

A patch against the earlier attachment I sent is provided giving effect to this.

Chris

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.


--__--__--

Message: 6
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sun, 19 Dec 2004 14:18:32 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 138259] Monitoring I/O examples need to be updated

http://bugzilla.gnome.org/show_bug.cgi?id=138259
gtkmm | reference documentation | Ver: 2.5





------- Additional Comments From chris cvine freeserve co uk  2004-12-19 14:18 -------
Created an attachment (id=35017)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=35017&action=view)
patch for fdstream


------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact 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]