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 506394] Compose without format string
      (glibmm (bugzilla.gnome.org))
   2. [Bug 506394] Compose without format string
      (glibmm (bugzilla.gnome.org))
   3. [Bug 506394] Compose without format string
      (glibmm (bugzilla.gnome.org))
   4. [Bug 506639] Wrapping Gst::Event classes along    with a few
      other things (gnomemm (bugzilla.gnome.org))
   5. [Bug 506639] Wrapping Gst::Event classes along    with a few
      other things (gnomemm (bugzilla.gnome.org))
   6. [Bug 506885] New: Stock ID stuff needs    documentation
      (gtkmm (bugzilla.gnome.org))
   7. [Bug 468257] Can't compile gconfmm-2.6
      (gnomemm (bugzilla.gnome.org))
   8. [Bug 445093] Transfer::transfer() without progress_callback
      argument does not work (gnomemm (bugzilla.gnome.org))


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

Message: 1
Date: Sun, 30 Dec 2007 21:25:04 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 506394] Compose without format string
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=506394

  glibmm | strings | Ver: 2.15.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED],
                   |                            |[EMAIL PROTECTED]




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



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

Message: 2
Date: Mon, 31 Dec 2007 03:05:31 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 506394] Compose without format string
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=506394

  glibmm | strings | Ver: 2.15.x




------- Comment #1 from Daniel Elstner  2007-12-31 03:05 UTC -------
Can't you just use ustring::format() if you don't want to compose?


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



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

Message: 3
Date: Mon, 31 Dec 2007 10:27:16 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 506394] Compose without format string
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=506394

  glibmm | strings | Ver: 2.15.x




------- Comment #2 from Szilard Pfeiffer  2007-12-31 10:27 UTC -------
You're right. The problem is not so serious in a simple case, when you want to
write out the value of a variable.

Actually, I've tried to write a debug macro with variable number of arguments,
so I haven't got information about the existence of the format string.

Example:

#include <glibmm.h>

#include <iostream>

#define debug(format, ...) std::cout << Glib::ustring::compose(format, ##
__VA_ARGS__)

int main(int, char**)
{
  const char *constant_string = "constant string";

  Glib::init();

  debug("literal string\n");
  debug("%1\n", constant_string);
  debug("%1 %2\n", "formatted", "string");

  return 0;
}

The patch in comment 0 compose API would be more printf-style, but I don't know
whether it is a goal.


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



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

Message: 4
Date: Tue,  1 Jan 2008 00:36:22 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 506639] Wrapping Gst::Event classes
        along   with a few other things
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=506639

  gnomemm | gstreamermm | Ver: unspecified




------- Comment #1 from [EMAIL PROTECTED]  2008-01-01 00:36 UTC -------
Created an attachment (id=101927)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=101927&action=view)
Gst::Event wrapping patch

Sorry for including patch in bug report (it's my first bug filing)


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



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

Message: 5
Date: Tue,  1 Jan 2008 08:57:23 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 506639] Wrapping Gst::Event classes
        along   with a few other things
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=506639

  gnomemm | gstreamermm | Ver: unspecified

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from Murray Cumming  2008-01-01 08:57 UTC -------
Committed. Thanks.

You should probably ask for svn write access:
http://live.gnome.org/NewAccounts
(And tell me about any problems/confusion while doing that.)


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



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

Message: 6
Date: Wed,  2 Jan 2008 17:23:07 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 506885] New: Stock ID stuff needs
        documentation
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=506885

  gtkmm | reference documentation | Ver: unspecified
           Summary: Stock ID stuff needs documentation
           Product: gtkmm
           Version: unspecified
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: reference documentation
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
     GNOME version: Unspecified
   GNOME milestone: Unspecified


The stock ID stuff is not really documented much at all, and it's not entirely
clear how it's supposed to be used or how it all works.  It could really use
some improved documentation


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



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

Message: 7
Date: Thu,  3 Jan 2008 09:17:04 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 468257] Can't compile gconfmm-2.6
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=468257

  gnomemm | gconfmm | Ver: 2.6

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




------- Comment #1 from Murray Cumming  2008-01-03 09:17 UTC -------
Do you have this problem with a more recent version of gconfmm?


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



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

Message: 8
Date: Thu,  3 Jan 2008 09:21:03 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 445093] Transfer::transfer() without
        progress_callback argument does not work
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=445093

  gnomemm | gnome-vfsmm | Ver: 2.18

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from Murray Cumming  2008-01-03 09:21 UTC -------
Sorry for the delay in responding. I believe that we fixed this since you filed
this bug:

2007-10-06  Armin Burgmeier  <[EMAIL PROTECTED]>

        * examples/transfer/main.cc:
        * examples/async/main.cc: Fixed build with disabled exceptions.

In future, please attach patches instead of pasting them, and try to create svn
patches - you patched generated files.

By the way, unless you are using gtkmm for embedded use, you really don't need
to build with disabled exceptions.


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



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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

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


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

Reply via email to