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 585521] wrong size allocation in     RecentManager::add_item
      (gtkmm (bugzilla.gnome.org))
   2. [Bug 585413] Glib::Value<std::string>     specialization
      (glibmm (bugzilla.gnome.org))
   3. [Bug 585213] Patch to wrap GValueArray
      (glibmm (bugzilla.gnome.org))
   4. [Bug 585213] Patch to wrap GValueArray
      (glibmm (bugzilla.gnome.org))
   5. [Bug 586126] New: Build fails with 4.4 and gtk+   2.17.2
      (gtkmm (bugzilla.gnome.org))
   6. [Bug 581349] Gio::File::load_contents() should    allow not
      requesting etag (glibmm (bugzilla.gnome.org))
   7. [Bug 586187] New: g_file_set_contents isn't wrapped
      (glibmm (bugzilla.gnome.org))
   8. [Bug 581349] Gio::File::load_contents() should    allow not
      requesting etag (glibmm (bugzilla.gnome.org))


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

Message: 1
Date: Tue, 16 Jun 2009 16:58:04 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 585521] wrong size allocation in
        RecentManager::add_item
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=585521

  gtkmm | general | Ver: 2.16.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |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=585521.



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

Message: 2
Date: Tue, 16 Jun 2009 17:09:47 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 585413] Glib::Value<std::string>
        specialization
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=585413

  glibmm | object | Ver: 2.20.x




------- Comment #7 from Daniel Elstner  2009-06-16 17:09 UTC -------
Murray, this isn't limited to Glib::Value<std::string>. This restriction
affects every single method which takes a string, stores it somewhere, and
allows it to be retrieved again with a corresponding get method. It has always
been like that, even before Glib::Value<> came into existence.

And no, we can't provide our own callback without registering a new type. The
whole point is to have std::string and Glib::ustring be treated as strings by
GTK+ and other GObject APIs.


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



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

Message: 3
Date: Tue, 16 Jun 2009 17:43:43 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 585213] Patch to wrap GValueArray
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=585213

  glibmm | general | Ver: unspecified

Jos? Alburquerque changed:

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




------- Comment #4 from Jos? Alburquerque  2009-06-16 17:43 UTC -------
Created an attachment (id=136751)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=136751&action=view)
Patch using an output parameter ValueBase instead of a return for get_nth()

Updated patch if GValueArray will be exposed.  


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



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

Message: 4
Date: Tue, 16 Jun 2009 17:56:10 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 585213] Patch to wrap GValueArray
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=585213

  glibmm | general | Ver: unspecified

Jos? Alburquerque changed:

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




------- Comment #5 from Jos? Alburquerque  2009-06-16 17:56 UTC -------
Created an attachment (id=136754)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=136754&action=view)
make value parameter name of get_nth() consistent with doxygen docs.


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



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

Message: 5
Date: Wed, 17 Jun 2009 13:10:54 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 586126] New: Build fails with 4.4 and
        gtk+    2.17.2
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=586126

  gtkmm | general | Ver: unspecified
           Summary: Build fails with 4.4 and gtk+ 2.17.2
           Product: gtkmm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: general
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
     GNOME version: Unspecified
   GNOME milestone: Unspecified


I have this build failure:

recentinfo.cc: In member function 'bool
Gtk::RecentInfo::get_application_info(const Glib::ustring&,
Glib::StringArrayHandle&, guint&, time_t&) const':
recentinfo.cc:192: error: invalid conversion from 'gchar**' to 'const gchar**'
recentinfo.cc:192: error: initializing argument 3 of 'gboolean
gtk_recent_info_get_application_info(GtkRecentInfo*, const gchar*, const
gchar**, guint*, time_t*)'


Note that gtk+ commit 362127c33c16b8626d4a4b8925bfb7b03bee0b6b does:

 gtk_recent_info_get_application_info (GtkRecentInfo  *info,
                                      const gchar    *app_name,
-                                     gchar         **app_exec,
+                                     const gchar   **app_exec,
                                      guint          *count,
                                      time_t         *time_)


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



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

Message: 6
Date: Wed, 17 Jun 2009 21:17:05 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 581349] Gio::File::load_contents()
        should  allow not requesting etag
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=581349

  glibmm | giomm | Ver: unspecified

Hubert Figuiere changed:

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




------- Comment #2 from Hubert Figuiere  2009-06-17 21:17 UTC -------
Created an attachment (id=136872)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=136872&action=view)
patch

updated with danielk feedback


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



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

Message: 7
Date: Thu, 18 Jun 2009 01:16:04 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 586187] New: g_file_set_contents isn't
        wrapped
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=586187

  glibmm | general | Ver: 2.20.x
           Summary: g_file_set_contents isn't wrapped
           Product: glibmm
           Version: 2.20.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: general
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please describe the problem:
g_file_get_contents is wrapped but not g_file_set_contents.

Steps to reproduce:


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



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

Message: 8
Date: Thu, 18 Jun 2009 03:25:31 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 581349] Gio::File::load_contents()
        should  allow not requesting etag
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=581349

  glibmm | giomm | Ver: unspecified

Jonathon Jongsma (jonner) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
 Attachment #136872|none                        |accepted-commit_now
               Flag|                            |




------- Comment #3 from Jonathon Jongsma (jonner)  2009-06-18 03:25 UTC -------
I hate that we need to provide all of these overloaded functions for arguments,
but that has nothing to do with your patch.  the patch looks fine.  please
commit.


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



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

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects

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

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


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

Reply via email to