Gtkmm-forge Digest, Vol 34, Issue 11



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 574844] gstreamermm build broken in example
      (gnomemm (bugzilla.gnome.org))
   2. [Bug 574320] Error in --enable-use-deprecations
      (gtkmm (bugzilla.gnome.org))
   3. [Bug 573482] libglademm: thoughts about signal	autoconnecting
      (gtkmm (bugzilla.gnome.org))
   4. [Bug 573482] libglademm: thoughts about signal	autoconnecting
      (gtkmm (bugzilla.gnome.org))
   5. [Bug 573482] libglademm: thoughts about signal	autoconnecting
      (gtkmm (bugzilla.gnome.org))
   6. [Bug 573482] libglademm: thoughts about signal	autoconnecting
      (gtkmm (bugzilla.gnome.org))
   7. [Bug 573482] libglademm: thoughts about signal	autoconnecting
      (gtkmm (bugzilla.gnome.org))
   8. [Bug 573482] libglademm: thoughts about signal	autoconnecting
      (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Wed, 11 Mar 2009 15:56:22 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 574844] gstreamermm build broken in
	example
To: gtkmm-forge lists sourceforge net
Message-ID: <20090311155622 8864723EF5D 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=574844

  gnomemm | gstreamermm | Ver: unspecified




------- Comment #7 from Jos? Alburquerque  2009-03-11 15:57 UTC -------
> What makes you think that FileSrc is not available?
> 

I'm wrong about that.  The part of the error that says:

main.cc:119: error: no matching function for call to
?Gst::FileSrc::link(int&)?

is not related to Gst::FileSrc, but instead to Gst::OggDemux (the parser) so
the error, it seems, is with the gst-plugins-base (above gst-base-plugins is
incorrect) installation.

> gst-inspect oggdemux indeed shows that it is not in my gstreamer. Do you know
> what I need to install before rebuilding gstreamer to have this element?

On this system, making sure that the gst-plugins-base module is compiled and
installed worked for me.  There are some plug-ins that gstreamermm includes
(the Gio* plug-ins) that require that an '--enable-experimental' option be
passed to gst-plugins-base when configuring.  That's the only additional option
that I pass to gst-plugins-base.

> However, the build should not proceed if some of the source code could not be
> generated, at least when building from svn (maintainer mode).

Okay.  I'll look into this.


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



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

Message: 2
Date: Wed, 11 Mar 2009 19:10:33 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 574320] Error in
	--enable-use-deprecations
To: gtkmm-forge lists sourceforge net
Message-ID: <20090311191033 9907223EF5D 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=574320

  gtkmm | build | Ver: unspecified




------- Comment #4 from Krzesimir Nowak  2009-03-11 19:12 UTC -------
Frankly speaking I found this bug by analysis of configure and configure.in(ac)
files. After patching situation seems to be ok, since enable_use_deprecations
is always set. For being absolutely certain - no, I didn't test it. "On paper"
it should work, but probably using $enableval like in "--enable-api-atkmm"
configure option would be better and more safe.

Anyway, I'd say this is not that important because:
- enable_use_deprecations by default is set to "no" and I suppose it is seldom
set to "yes" explicitly. (probably no one noticed yet that something is not
right.)
- mostly API is being deprecated because a function has meaningless name, so it
is replaced by a better named one (e.g. gtk_label_set -> gtk_label_set_text)
and in wrappers is just ignored in favor to better named methods, so deprecated
API is excluded from use.


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



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

Message: 3
Date: Wed, 11 Mar 2009 19:36:51 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 573482] libglademm: thoughts about
	signal	autoconnecting
To: gtkmm-forge lists sourceforge net
Message-ID: <20090311193651 7E99823F52E 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=573482

  gtkmm | general | Ver: unspecified




------- Comment #23 from Stas Sergeev  2009-03-11 19:38 UTC -------
Created an attachment (id=130475)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=130475&action=view)
glibmm patch

Add SlotsContainer into glibmm.


-- 
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: 4
Date: Wed, 11 Mar 2009 19:41:44 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 573482] libglademm: thoughts about
	signal	autoconnecting
To: gtkmm-forge lists sourceforge net
Message-ID: <20090311194144 823A323F52F 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=573482

  gtkmm | general | Ver: unspecified




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

Good news: I made it a simple wrapper
around gtk_builder_connect_signals_full().
Not so good: There seem to be no alternative
to glade_get_widget_name(), so the way I
am getting the name, is a bit obscure.

This is not a POC now - a real implementation. :)
Only Gtk::Button is supported in this patch
though, and as a demo only - its a gmmproc
work now, there is no need to change the
ccg/hg files themselves. That's what you were
supposed to do - may I count on 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=573482.



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

Message: 5
Date: Wed, 11 Mar 2009 19:43:48 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 573482] libglademm: thoughts about
	signal	autoconnecting
To: gtkmm-forge lists sourceforge net
Message-ID: <20090311194348 07B1523F52F 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=573482

  gtkmm | general | Ver: unspecified




------- Comment #25 from Stas Sergeev  2009-03-11 19:45 UTC -------
Created an attachment (id=130477)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=130477&action=view)
example patch

gtkmm-documentation change.

Btw, change this bug finally to ASSIGNED,
if you please. :)


-- 
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: 6
Date: Wed, 11 Mar 2009 19:48:19 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 573482] libglademm: thoughts about
	signal	autoconnecting
To: gtkmm-forge lists sourceforge net
Message-ID: <20090311194819 912F723F52E 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=573482

  gtkmm | general | Ver: unspecified




------- Comment #26 from Stas Sergeev  2009-03-11 19:49 UTC -------
Hmm, I forgot to absolete the old
patches, and now it doesn't seem to
be possible any more...


-- 
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: 7
Date: Wed, 11 Mar 2009 20:31:45 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 573482] libglademm: thoughts about
	signal	autoconnecting
To: gtkmm-forge lists sourceforge net
Message-ID: <20090311203145 814BB23F52F 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=573482

  gtkmm | general | Ver: unspecified

Stas Sergeev changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #130106|0                           |1
        is obsolete|                            |
 Attachment #130107|0                           |1
        is obsolete|                            |
 Attachment #130476|0                           |1
        is obsolete|                            |




------- Comment #27 from Stas Sergeev  2009-03-11 20:33 UTC -------
Created an attachment (id=130479)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=130479&action=view)
Gtk::Builder::connect_signals() implementation

Absolete old patches.


-- 
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: 8
Date: Thu, 12 Mar 2009 09:41:34 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 573482] libglademm: thoughts about
	signal	autoconnecting
To: gtkmm-forge lists sourceforge net
Message-ID: <20090312094134 DBBBD23F536 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=573482

  gtkmm | general | Ver: unspecified




------- Comment #28 from Stas Sergeev  2009-03-12 09:43 UTC -------
Created an attachment (id=130502)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=130502&action=view)
gtk_builder_get_object_name()

Same as glade_get_widget_name()


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



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

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com

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

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


End of Gtkmm-forge Digest, Vol 34, Issue 11
*******************************************


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