Gtkmm-forge Digest, Vol 18, Issue 8



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 351810] C++ bindings for GtkBinding*
      (gtkmm (bugzilla.gnome.org))
   2. [Bug 351810] C++ bindings for GtkBinding*
      (gtkmm (bugzilla.gnome.org))
   3. [Bug 452130] Gdk::Rectangle::intersect() modifies	the calling
      object (gtkmm (bugzilla.gnome.org))
   4. [Bug 452135] Consider adding operator bool() to
      Gdk::Rectangle (gtkmm (bugzilla.gnome.org))
   5. [Bug 437041] Add IconTheme support to the Action	classes
      (gtkmm (bugzilla.gnome.org))
   6. [Bug 495762] New: need get_pointer for RefPtr<>
      (glibmm (bugzilla.gnome.org))
   7. [Bug 494360] Enumerators conflict with	windows-specific
      defines (gnomemm (bugzilla.gnome.org))
   8. [Bug 495762] need get_pointer for RefPtr<>
      (glibmm (bugzilla.gnome.org))


----------------------------------------------------------------------

Message: 1
Date: Fri,  9 Nov 2007 16:54:53 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 351810] C++ bindings for GtkBinding*
To: gtkmm-forge lists sourceforge net
Message-ID: <20071109165453 CB5DD23F521 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=351810

  gtkmm | general | Ver: unspecified

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #82710|1                           |0
           is 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=351810.



------------------------------

Message: 2
Date: Fri,  9 Nov 2007 16:56:00 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 351810] C++ bindings for GtkBinding*
To: gtkmm-forge lists sourceforge net
Message-ID: <20071109165600 34C6E23F521 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=351810

  gtkmm | general | Ver: unspecified

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #82710|text/plain                  |application/x-compressed-tar
          mime type|                            |




-- 
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=351810.



------------------------------

Message: 3
Date: Fri,  9 Nov 2007 17:34:51 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 452130] Gdk::Rectangle::intersect()
	modifies	the calling object
To: gtkmm-forge lists sourceforge net
Message-ID: <20071109173451 EF25523F4FB 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=452130

  gtkmm | general | Ver: unspecified




------- Comment #2 from Jonathon Jongsma (jonner)  2007-11-09 17:34 UTC -------
Yes, I'm guessing that there are very few apps that are (intentionally) using
this behavior, but deprecate-and-addition is probably the safest option


-- 
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=452130.



------------------------------

Message: 4
Date: Fri,  9 Nov 2007 17:38:55 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 452135] Consider adding operator bool()
	to	Gdk::Rectangle
To: gtkmm-forge lists sourceforge net
Message-ID: <20071109173855 7C98623F50D 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=452135

  gtkmm | general | Ver: unspecified




------- Comment #3 from Jonathon Jongsma (jonner)  2007-11-09 17:38 UTC -------
It feels natural to me -- empty intersection area == no intersection.  But I
agree that the semantics are slightly different than the GTK+ version.  And
like I said, it's already possible, it's just slightly less convenient than the
GTK+ version.  So I don't mind if it doesn't get added, I just thought it might
make the API more of a direct translation from GTK+ to gtkmm.


-- 
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=452135.



------------------------------

Message: 5
Date: Fri,  9 Nov 2007 21:51:44 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 437041] Add IconTheme support to the
	Action	classes
To: gtkmm-forge lists sourceforge net
Message-ID: <20071109215144 91BAB23F541 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=437041

  gtkmm | general | Ver: 2.10.x




------- Comment #9 from Christian Hammond  2007-11-09 21:51 UTC -------
Yeah, I have the patch almost finished. Just haven't finished all the docs.
I'll look into getting that done maybe today and will put up another diff for
review.


-- 
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=437041.



------------------------------

Message: 6
Date: Sun, 11 Nov 2007 01:30:18 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 495762] New: need get_pointer for
	RefPtr<>
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-495762-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=495762

  glibmm | general | Ver: 2.14.x
           Summary: need get_pointer for RefPtr<>
           Product: glibmm
           Version: 2.14.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


get_pointer is need for boost::bind to work with RefPtr<>

Here is the code:

namespace Glib {

        /** Dereference Glib::RefPtr<> for use in boost::bind */
        template< class T_CppObject >
        T_CppObject *get_pointer(const Glib::RefPtr< T_CppObject >& p)
        {
                return p.operator->();
        }

}


With that I can pass a Glib::RefPtr<> to a boost::bind


-- 
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=495762.



------------------------------

Message: 7
Date: Sun, 11 Nov 2007 18:13:51 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 494360] Enumerators conflict with
	windows-specific defines
To: gtkmm-forge lists sourceforge net
Message-ID: <20071111181351 CD54023F4E9 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=494360

  gnomemm | gnome-vfsmm | Ver: unspecified




------- Comment #2 from Armin Burgmeier  2007-11-11 18:13 UTC -------
Created an attachment (id=98925)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=98925&action=view)
Proposed patch

This patch renames the problematic enums, and keeps the old names on non-Win32
platforms. It also disables a few methods that gnome-vfs does not implement on
Win32.

The patch does break neither ABI nor API on Linux, I was able to use and
rebuild bakery and glom with this patch applied.


-- 
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=494360.



------------------------------

Message: 8
Date: Mon, 12 Nov 2007 07:36:34 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 495762] need get_pointer for RefPtr<>
To: gtkmm-forge lists sourceforge net
Message-ID: <20071112073634 EAEBA23F4FE 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=495762

  glibmm | general | Ver: 2.14.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com




------- Comment #1 from Murray Cumming  2007-11-12 07:36 UTC -------
I will investigate. I am surprised that boost::bind even knows that RefPtr is a
smartpointer. I would expect it to deal with it like any other class that has a
copy constructor and operator=.


-- 
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=495762.



------------------------------

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

------------------------------

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest, Vol 18, Issue 8
******************************************


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]