Gtkmm-forge Digest, Vol 29, Issue 3
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: Gtkmm-forge Digest, Vol 29, Issue 3
- Date: Wed, 08 Oct 2008 19:33:21 +0000
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-owner 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 529496] Gio::Error::HOST_NOT_FOUND clashes with a
netdb.h #define (glibmm (bugzilla.gnome.org))
2. [Bug 549525] gtkmm/glibmm MSVC builds need not require MFC
(gtkmm (bugzilla.gnome.org))
3. [Bug 555268] New: No unset_model() for ComboBox or IconView
(gtkmm (bugzilla.gnome.org))
4. [Bug 539063] GhostPad constructor is broken
(gnomemm (bugzilla.gnome.org))
5. [Bug 506410] Call of overloaded Stringify is ambiguous
(glibmm (bugzilla.gnome.org))
6. [Bug 506410] Call of overloaded Stringify is ambiguous
(glibmm (bugzilla.gnome.org))
7. [Bug 555576] New: name clash in fileinfo.h with winbase.h
from VS2005 (glibmm (bugzilla.gnome.org))
8. [Bug 539063] GhostPad constructor is broken
(gnomemm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Sun, 5 Oct 2008 05:00:01 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 529496] Gio::Error::HOST_NOT_FOUND
clashes with a netdb.h #define
To: gtkmm-forge lists sourceforge net
Message-ID: <20081005050001 8623F23F4DC label gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=529496
glibmm | io | Ver: 2.16.x
Jonathon Jongsma (jonner) changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Comment #11 from Jonathon Jongsma (jonner) 2008-10-05 04:59 UTC -------
2008-10-04 Jonathon Jongsma <jonathon quotidian org>
* gio/src/error.hg: add a workaround for the HOST_NOT_FOUND symbol
conflicts, as suggested by Szil?rd Pfeiffer in Bug #529496
* tests/giomm_ioerror/main.cc: add a test for this
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=529496.
------------------------------
Message: 2
Date: Sun, 5 Oct 2008 14:13:33 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 549525] gtkmm/glibmm MSVC builds need
not require MFC
To: gtkmm-forge lists sourceforge net
Message-ID: <20081005141333 AD08423F4F0 label gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=549525
gtkmm | build | Ver: 2.13.x
Armin Burgmeier changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |armin arbur net
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Comment #2 from Armin Burgmeier 2008-10-05 14:13 UTC -------
This is fixed in the meanwhile for all relevant projects.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=549525.
------------------------------
Message: 3
Date: Mon, 6 Oct 2008 17:32:53 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 555268] New: No unset_model() for
ComboBox or IconView
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-555268-5595 http bugzilla gnome org/>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=555268
gtkmm | general | Ver: 2.14.x
Summary: No unset_model() for ComboBox or IconView
Product: gtkmm
Version: 2.14.x
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: ashaduri gmail com
QAContact: gtkmm-forge lists sourceforge net
GNOME version: Unspecified
GNOME milestone: Unspecified
Please describe the problem:
Since it's impossible to pass 0 to ComboBox::set_model() or
IconView::set_model(), there should be respective unset_model() functions
provided.
TreeView has unset_model() already since 2.8 (the documentation doesn't mention
the 2.8 version though, making developers think that it's there since at least
2.4).
Steps to reproduce:
n/a
Actual results:
Expected results:
Does this happen every time?
Other information:
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=555268.
------------------------------
Message: 4
Date: Mon, 6 Oct 2008 17:58:27 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 539063] GhostPad constructor is broken
To: gtkmm-forge lists sourceforge net
Message-ID: <20081006175827 F3CF823F503 label gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=539063
gnomemm | gstreamermm | Ver: unspecified
Bug 539063 depends on bug 539108, which changed state.
Bug 539108 Summary: gst_ghost_pad_new() does more than call g_object_new()
http://bugzilla.gnome.org/show_bug.cgi?id=539108
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEEDINFO
Status|NEEDINFO |UNCONFIRMED
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=539063.
------------------------------
Message: 5
Date: Wed, 8 Oct 2008 12:32:18 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 506410] Call of overloaded Stringify is
ambiguous
To: gtkmm-forge lists sourceforge net
Message-ID: <20081008123218 427D623F497 label gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=506410
glibmm | strings | Ver: 2.15.x
Armin Burgmeier changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |armin arbur net
------- Comment #3 from Armin Burgmeier 2008-10-08 12:32 UTC -------
Could it be that the string_ member of that specialization should be a value
rather than a reference? MSVC 2008 says:
1>c:\msys\home\Armin\gnome\glibmm-2.18.0\glib\glibmm/ustring.h(1282) : warning
C4413: '' : reference member is initialized to a temporary that doesn't
persist after the constructor exits
I believe it is right.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=506410.
------------------------------
Message: 6
Date: Wed, 8 Oct 2008 14:04:22 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 506410] Call of overloaded Stringify is
ambiguous
To: gtkmm-forge lists sourceforge net
Message-ID: <20081008140422 D12C323F500 label gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=506410
glibmm | strings | Ver: 2.15.x
------- Comment #4 from Armin Burgmeier 2008-10-08 14:04 UTC -------
Created an attachment (id=120186)
--> (http://bugzilla.gnome.org/attachment.cgi?id=120186&action=view)
Proposed patch
This patch fixes this issue, and it also enables the specialization for string
literals.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=506410.
------------------------------
Message: 7
Date: Wed, 8 Oct 2008 16:49:30 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 555576] New: name clash in fileinfo.h
with winbase.h from VS2005
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-555576-5595 http bugzilla gnome org/>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=555576
glibmm | giomm | Ver: unspecified
Summary: name clash in fileinfo.h with winbase.h from VS2005
Product: glibmm
Version: unspecified
Platform: Other
OS/Version: Windows
Status: UNCONFIRMED
Severity: minor
Priority: Normal
Component: giomm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: julien langer gmail com
QAContact: gtkmm-forge lists sourceforge net
GNOME version: Unspecified
GNOME milestone: Unspecified
Hi,
in giomm2.4/fileinfo.h line 53 there's the following enum:
enum FileType
{
FILE_TYPE_UNKNOWN,
...
};
the FILE_TYPE_UNKNOWN unfortunately clashes with a macro using the same name
from winbase.h:800 (shipped with Visual Studio 2005)
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=555576.
------------------------------
Message: 8
Date: Wed, 8 Oct 2008 19:33:12 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 539063] GhostPad constructor is broken
To: gtkmm-forge lists sourceforge net
Message-ID: <20081008193312 3703423F4ED label gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=539063
gnomemm | gstreamermm | Ver: unspecified
Bug 539063 depends on bug 539108, which changed state.
Bug 539108 Summary: gst_ghost_pad_new() does more than call g_object_new()
http://bugzilla.gnome.org/show_bug.cgi?id=539108
What |Old Value |New Value
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=539063.
------------------------------
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
------------------------------
_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest, Vol 29, Issue 3
******************************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]