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 573482] libglademm: thoughts about signal    autoconnecting
      (gtkmm (bugzilla.gnome.org))
   2. [Bug 573482] libglademm: thoughts about signal    autoconnecting
      (gtkmm (bugzilla.gnome.org))
   3. [Bug 575136] Wrap Gst::Object with gmmproc instead        of
      handwriting source files (gnomemm (bugzilla.gnome.org))
   4. [Bug 574530] Make xsltproc more flexible with     --nonet
      (gtkmm (bugzilla.gnome.org))
   5. [Bug 506415] Compose with more than 9 parameters
      (glibmm (bugzilla.gnome.org))
   6. [Bug 577986] New: Gtk::TreeView::set_drag_dest_row() does not
      allow passing a   NULL TreePath (gtkmm (bugzilla.gnome.org))
   7. [Bug 578115] New: Gio::File::make_directory_with_parents() is
      not defined! (glibmm (bugzilla.gnome.org))
   8. [Bug 573482] libglademm: thoughts about signal    autoconnecting
      (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Tue, 24 Mar 2009 10:37:52 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 573482] libglademm: thoughts about
        signal  autoconnecting
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=573482

  gtkmm | general | Ver: unspecified

Stas Sergeev changed:

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




------- Comment #52 from Stas Sergeev  2009-03-24 10:38 UTC -------
Created an attachment (id=131240)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=131240&action=view)
Gtk::Builder::connect_signals() implementation

Clean up the implementation.
Also some API additions. I find get_widget_derived() ugly and confusing.
I added create_widget_derived(), and get_widget_derived() can be deprecated.
Also, I find the habit of returning the pointers via the pointer reference
argument to be very strange. I added get_widget() that just returns the
pointer via the return value.


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



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

Message: 2
Date: Tue, 24 Mar 2009 10:40:11 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 573482] libglademm: thoughts about
        signal  autoconnecting
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=573482

  gtkmm | general | Ver: unspecified

Stas Sergeev changed:

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




------- Comment #53 from Stas Sergeev  2009-03-24 10:40 UTC -------
Created an attachment (id=131241)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=131241&action=view)
example patch

New set of examples.
The example that registers the handler of the derived widget that does
not inherit SlotsContainer, is now there, among others.

So, what do you think?


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



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

Message: 3
Date: Tue, 24 Mar 2009 20:30:16 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 575136] Wrap Gst::Object with gmmproc
        instead of handwriting source files
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=575136

  gnomemm | gstreamermm | Ver: unspecified

Jos? Alburquerque changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #130550|none                        |committed
               Flag|                            |
             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=575136.



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

Message: 4
Date: Wed,  1 Apr 2009 15:25:51 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 574530] Make xsltproc more flexible
        with    --nonet
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=574530

  gtkmm | documentation | Ver: unspecified




------- Comment #7 from Deng Xiyue  2009-04-01 15:26 UTC -------
Created an attachment (id=131847)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=131847&action=view)
distcheck.log.gz

Attaching a local distcheck log. There is a possibility that
C/gtkmm-tut-with-examples.xml is copied later than html/index.html and hence
end up with a newer timestamp, though I don't quite get the full idea of a
distcheck and on which stage the tarball is actually created.


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



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

Message: 5
Date: Fri,  3 Apr 2009 15:29:16 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 506415] Compose with more than 9
        parameters
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=506415

  glibmm | strings | Ver: 2.15.x

Daniel Elstner changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX




------- Comment #5 from Daniel Elstner  2009-04-03 15:29 UTC -------
The patch cannot possibly work: We use qt-format syntax for the format string
placeholders, which limits the maximum number of arguments to nine.

Closing.


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



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

Message: 6
Date: Sun,  5 Apr 2009 08:12:42 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 577986] New:
        Gtk::TreeView::set_drag_dest_row() does not allow passing a     NULL
        TreePath
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=577986

  gtkmm | TreeView | Ver: 2.16.x
           Summary: Gtk::TreeView::set_drag_dest_row() does not allow
                    passing a NULL TreePath
           Product: gtkmm
           Version: 2.16.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: TreeView
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Gtk::TreeView::set_drag_dest_row() does not allow passing a NULL TreePath

In plain Gtk, gtk_tree_view_set_drag_dest_row() does allow passing a NULL
treepath, but in C++ it requires a reference.

Solution: implement an overloaded version that does not take the Gtk::TreePath
parameter.


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



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

Message: 7
Date: Mon,  6 Apr 2009 08:53:48 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 578115] New:
        Gio::File::make_directory_with_parents() is not defined!
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=578115

  glibmm | giomm | Ver: 2.18.x
           Summary: Gio::File::make_directory_with_parents() is not defined!
           Product: glibmm
           Version: 2.18.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: giomm
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
     GNOME version: 2.23/2.24
   GNOME milestone: Unspecified


Gio::File::make_directory_with_parents()
or
Gio::File::make_directory_with_parents(std::auto_ptr<Glib::Error>& error);

are declared in gio/file.hg but not defined in gio/file.ccg
which causes the linker to fail:

/home/siavash/develop/mpx/mpxlib/library-scanner-thread-mlibman.cc:1929:
undefined reference to `Gio::File::make_directory_with_parents()'


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



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

Message: 8
Date: Mon,  6 Apr 2009 14:50:08 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 573482] libglademm: thoughts about
        signal  autoconnecting
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=573482

  gtkmm | general | Ver: unspecified




------- Comment #54 from Stas Sergeev  2009-04-06 14:50 UTC -------
Any progress?


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



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

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


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

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


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

Reply via email to