Send Gtkmm-forge mailing list submissions to
        [email protected]

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
        [email protected]

You can reach the person managing the list at
        [email protected]

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 530416] Adding default constructor to
      Glib::ArrayHandle<...> (glibmm (bugzilla.gnome.org))
   2. [Bug 564006] GNOME Goal: Clean up GLib and GTK+   includes
      (gtkmm (bugzilla.gnome.org))
   3. [Bug 564047] New: gtkmm-demo doesn't show translated stock
      titles (gtkmm (bugzilla.gnome.org))
   4. [Bug 562903] bad warnings (gnomemm (bugzilla.gnome.org))
   5. [Bug 564047] gtkmm-demo doesn't show translated   stock titles
      (gtkmm (bugzilla.gnome.org))
   6. [Bug 396963] Add Glib::signal_idle().connect_once()
      (glibmm (bugzilla.gnome.org))
   7. [Bug 564005] Valgrind errors and crash on exit    with
      Gtk::UIManager (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Wed, 10 Dec 2008 19:34:53 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 530416] Adding default constructor to
        Glib::ArrayHandle<...>
To: [email protected]
Message-ID: <[email protected]>
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=530416

  glibmm | general | Ver: unspecified

Jos? Alburquerque changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #124329|0                           |1
        is obsolete|                            |




------- Comment #8 from Jos? Alburquerque  2008-12-10 19:34 UTC -------
Created an attachment (id=124378)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=124378&action=view)
Patch to add two optional final return expression arguments to _WRAP_VFUNC

This patch adds two optional arguments (one for the vfunc implementation return
and the other for the callback return).  _WRAP_VFUNC could be used in the
following way:

_WRAP_VFUNC(cppProtoType,"name",[refreturn],[ifdef],[implementationReturnExpression],[callbackReturnExpression])

The optional arguments can go in any order, and any of them (the optional ones)
may be omitted.  To provide a callbackReturnExpression and not an
implementationReturnExpression an empty implementationReturnExpression must be
specified first and then the callbackReturnExpression as in the following:

_WRAP_VFUNC(bool vfunc(), "vfunc",,true | true)

Which would replace the "typedef <cType> RType; return RType();" lines in the
gboolean vfunc callback with "return true | true;".

If only one return expression is specified like so:

_WRAP_VFUNC(bool vfunc(), "vfunc", true)

It is assumed to be for the implementation of the vfunc and not for the
callback.

I understand that this may be a weird patch, but it would allow certain
problems with gstreamermm vfuncs to be fixed (if they are wrapped).  If it is
needed for gstreamermm (if at any time the vfuncs want to be wrapped), this
patch may be used then.


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



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

Message: 2
Date: Wed, 10 Dec 2008 19:45:31 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 564006] GNOME Goal: Clean up GLib and
        GTK+    includes
To: [email protected]
Message-ID: <[email protected]>
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=564006

  gtkmm | general | Ver: unspecified

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from Murray Cumming  2008-12-10 19:45 UTC -------
Applied. Thanks.


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



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

Message: 3
Date: Wed, 10 Dec 2008 22:39:58 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 564047] New: gtkmm-demo doesn't show
        translated stock titles
To: [email protected]
Message-ID: <[email protected]/>
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=564047

  gtkmm | general | Ver: unspecified
           Summary: gtkmm-demo doesn't show translated stock titles
           Product: gtkmm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: general
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
     GNOME version: Unspecified
   GNOME milestone: Unspecified


For instance, in gtkmm-demo's buttonbox example, I see "OK" and "Cancel"
buttons even when logged in with the German locale. Other applications, such as
gedit, show the translated titles. I can't figure out why.


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



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

Message: 4
Date: Wed, 10 Dec 2008 23:00:18 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 562903] bad warnings
To: [email protected]
Message-ID: <[email protected]>
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=562903

  gnomemm | goocanvasmm | Ver: unspecified

Hubert Figuiere changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #123757|none                        |committed
               Flag|                            |
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #3 from Hubert Figuiere  2008-12-10 23:00 UTC -------
committed in trunk


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



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

Message: 5
Date: Thu, 11 Dec 2008 09:02:37 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 564047] gtkmm-demo doesn't show
        translated      stock titles
To: [email protected]
Message-ID: <[email protected]>
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=564047

  gtkmm | general | Ver: unspecified




------- Comment #1 from Murray Cumming  2008-12-11 09:02 UTC -------
Actually this only happens in jhbuild. Maybe I need to rebuild GTK+ _after_
installing the locale in Ubuntu. Rebuilding.


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



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

Message: 6
Date: Fri, 12 Dec 2008 01:10:53 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 396963] Add
        Glib::signal_idle().connect_once()
To: [email protected]
Message-ID: <[email protected]>
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=396963

  glibmm | main loop | Ver: 2.13.x

Jonathon Jongsma (jonner) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #119184|none                        |committed
               Flag|                            |
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #7 from Jonathon Jongsma (jonner)  2008-12-12 01:10 UTC -------
Thanks, I've committed this as r750.  Which means that I'd better branch for
2.18 I suppose...


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



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

Message: 7
Date: Fri, 12 Dec 2008 01:41:42 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 564005] Valgrind errors and crash on
        exit    with Gtk::UIManager
To: [email protected]
Message-ID: <[email protected]>
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=564005

  gtkmm | general | Ver: 2.14.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




------- Comment #3 from Murray Cumming  2008-12-12 01:41 UTC -------
Does it help to use a const RefPtr& instead of just a RefPtr? Does it help to
use sigc::ref()?


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



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

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/

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

_______________________________________________
Gtkmm-forge mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest, Vol 31, Issue 6
******************************************
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to