Gtkmm-forge Digest, Vol 29, Issue 5
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: Gtkmm-forge Digest, Vol 29, Issue 5
- Date: Fri, 10 Oct 2008 22:06:48 +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 555576] name clash in fileinfo.h with winbase.h from
VS2005 (glibmm (bugzilla.gnome.org))
2. [Bug 555639] Add accessors for can-undo and can-redo
properties (gnomemm (bugzilla.gnome.org))
3. [Bug 555639] Add accessors for can-undo and can-redo
properties (gnomemm (bugzilla.gnome.org))
4. [Bug 555639] Add accessors for can-undo and can-redo
properties (gnomemm (bugzilla.gnome.org))
5. [Bug 555576] name clash in fileinfo.h with winbase.h from
VS2005 (glibmm (bugzilla.gnome.org))
6. [Bug 555743] New: warning in glibmm (glibmm (bugzilla.gnome.org))
7. [Bug 555576] name clash in fileinfo.h with winbase.h from
VS2005 (glibmm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Thu, 9 Oct 2008 11:40:22 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 555576] name clash in fileinfo.h with
winbase.h from VS2005
To: gtkmm-forge lists sourceforge net
Message-ID: <20081009114022 26BDE23F4FB 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=555576
glibmm | giomm | Ver: unspecified
------- Comment #5 from Armin Burgmeier 2008-10-09 11:40 UTC -------
With the attached patch, it compiles on Windows without further action such as
#undef FILE_TYPE_UNKNOWN. I did remove it from the enumeration by telling
_WRAP_ENUM to replace it with FILE_TYPE_NOT_KNOWN.
Below the enumeration, FILE_TYPE_UNKNOWN is created again for compatibility,
but only if FILE_TYPE_UNKNOWN is not already defined.
--
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: 2
Date: Thu, 9 Oct 2008 15:23:16 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 555639] Add accessors for can-undo and
can-redo properties
To: gtkmm-forge lists sourceforge net
Message-ID: <20081009152316 EE84F23F4ED 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=555639
gnomemm | gtksourceviewmm | Ver: 2.2
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |murrayc murrayc com
------- Comment #1 from Murray Cumming 2008-10-09 15:23 UTC -------
There already are can_undo() and can_redo() methods (and there are not get_
methods for these because the properties are read-only).
However, there were no property_*() accessors, so I have added these with the
attached patch (committed). Please feel free to provide a patch for any other
missing property_*() accessors.
--
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=555639.
------------------------------
Message: 3
Date: Thu, 9 Oct 2008 15:24:57 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 555639] Add accessors for can-undo and
can-redo properties
To: gtkmm-forge lists sourceforge net
Message-ID: <20081009152457 7306A23F4FB 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=555639
gnomemm | gtksourceviewmm | Ver: 2.2
------- Comment #2 from Murray Cumming 2008-10-09 15:24 UTC -------
Created an attachment (id=120281)
--> (http://bugzilla.gnome.org/attachment.cgi?id=120281&action=view)
sourcebuffer_properties.patch
--
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=555639.
------------------------------
Message: 4
Date: Thu, 9 Oct 2008 15:25:09 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 555639] Add accessors for can-undo and
can-redo properties
To: gtkmm-forge lists sourceforge net
Message-ID: <20081009152509 8C66923F4F3 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=555639
gnomemm | gtksourceviewmm | Ver: 2.2
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
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=555639.
------------------------------
Message: 5
Date: Thu, 9 Oct 2008 16:18:49 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 555576] name clash in fileinfo.h with
winbase.h from VS2005
To: gtkmm-forge lists sourceforge net
Message-ID: <20081009161849 D726F23F4FE 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=555576
glibmm | giomm | Ver: unspecified
------- Comment #6 from Murray Cumming 2008-10-09 16:18 UTC -------
The patch looks good to me. Please commit if Jonathan has no objections.
--
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: 6
Date: Fri, 10 Oct 2008 00:27:30 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 555743] New: warning in glibmm
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-555743-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=555743
glibmm | general | Ver: 2.17.x
Summary: warning in glibmm
Product: glibmm
Version: 2.17.x
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: hfiguiere teaser fr
QAContact: gtkmm-forge lists sourceforge net
GNOME version: Unspecified
GNOME milestone: Unspecified
When building with glibmm 2.17.3 I get these warnings:
/usr/include/glibmm-2.4/glibmm/nodetree.h: In constructor
?Glib::NodeTree<T>::NodeTree(const T&)?:
/usr/include/glibmm-2.4/glibmm/nodetree.h:103: warning: declaration of
?data? shadows a member of 'this'
/usr/include/glibmm-2.4/glibmm/nodetree.h: In member function
?Glib::NodeTree<T>* Glib::NodeTree<T>::insert_data(int, const T&)?:
/usr/include/glibmm-2.4/glibmm/nodetree.h:222: warning: declaration of
?data? shadows a member of 'this'
/usr/include/glibmm-2.4/glibmm/nodetree.h: In member function
?Glib::NodeTree<T>* Glib::NodeTree<T>::insert_data_before(Glib::NodeTree<T>&,
const T&)?:
/usr/include/glibmm-2.4/glibmm/nodetree.h:236: warning: declaration of
?data? shadows a member of 'this'
/usr/include/glibmm-2.4/glibmm/nodetree.h: In member function
?Glib::NodeTree<T>* Glib::NodeTree<T>::append_data(const T&)?:
/usr/include/glibmm-2.4/glibmm/nodetree.h:249: warning: declaration of
?data? shadows a member of 'this'
/usr/include/glibmm-2.4/glibmm/nodetree.h: In member function
?Glib::NodeTree<T>* Glib::NodeTree<T>::prepend_data(const T&)?:
/usr/include/glibmm-2.4/glibmm/nodetree.h:262: warning: declaration of
?data? shadows a member of 'this'
/usr/include/glibmm-2.4/glibmm/nodetree.h: In member function
?Glib::NodeTree<T>* Glib::NodeTree<T>::find_child(const T&,
Glib::NodeTree<T>::TraverseFlags)?:
/usr/include/glibmm-2.4/glibmm/nodetree.h:345: warning: declaration of
?data? shadows a member of 'this'
/usr/include/glibmm-2.4/glibmm/nodetree.h: In member function ?const
Glib::NodeTree<T>* Glib::NodeTree<T>::find_child(const T&,
Glib::NodeTree<T>::TraverseFlags) const?:
/usr/include/glibmm-2.4/glibmm/nodetree.h:364: warning: declaration of
?data? shadows a member of 'this'
/usr/include/glibmm-2.4/glibmm/nodetree.h: In member function
?Glib::NodeTree<T>* Glib::NodeTree<T>::find(const T&, Glib::TraverseType,
Glib::NodeTree<T>::TraverseFlags)?:
/usr/include/glibmm-2.4/glibmm/nodetree.h:377: warning: declaration of
?data? shadows a member of 'this'
/usr/include/glibmm-2.4/glibmm/nodetree.h: In member function ?const
Glib::NodeTree<T>* Glib::NodeTree<T>::find(const T&, Glib::TraverseType,
Glib::NodeTree<T>::TraverseFlags) const?:
/usr/include/glibmm-2.4/glibmm/nodetree.h:398: warning: declaration of
?data? shadows a member of 'this'
/usr/include/glibmm-2.4/glibmm/nodetree.h: In member function ?int
Glib::NodeTree<T>::child_index(const T&) const?:
/usr/include/glibmm-2.4/glibmm/nodetree.h:409: warning: declaration of
?data? shadows a member of '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=555743.
------------------------------
Message: 7
Date: Fri, 10 Oct 2008 22:06:36 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 555576] name clash in fileinfo.h with
winbase.h from VS2005
To: gtkmm-forge lists sourceforge net
Message-ID: <20081010220636 5BF1E23F4FE 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=555576
glibmm | giomm | Ver: unspecified
Armin Burgmeier changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #120257|none |committed
Flag| |
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Comment #7 from Armin Burgmeier 2008-10-10 22:06 UTC -------
Patch committed:
2008-10-09 Armin Burgmeier <armin openismus com>
* gio/src/fileinfo.hg: Rename FILE_TYPE_UNKNOWN to FILE_TYPE_NOT_KNOWN
because the former is a #define on Windows in winbase.h, included from
windows.h. Keep FILE_TYPE_UNKNOWN for compatibility if it is not
already defined.
--
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.
------------------------------
-------------------------------------------------------------------------
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 5
******************************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]