Gtkmm-forge Digest, Vol 21, Issue 8



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 423990] glibmm et al don't recognize new GNU	m4
      (glibmm (bugzilla.gnome.org))
   2. [Bug 359065] reference documentation: stock icons	not
      included (gtkmm (bugzilla.gnome.org))
   3. [Bug 359065] reference documentation: stock icons	not
      included (gtkmm (bugzilla.gnome.org))
   4. [Bug 359065] reference documentation: stock icons	not
      included (gtkmm (bugzilla.gnome.org))
   5. [Bug 359065] reference documentation: stock icons	not
      included (gtkmm (bugzilla.gnome.org))
   6. [Bug 396198] custom widget example ignores fg color
      (gtkmm (bugzilla.gnome.org))
   7. [Bug 396198] custom widget example ignores fg color
      (gtkmm (bugzilla.gnome.org))
   8. [Bug 437041] Add IconTheme support to the Action	classes
      (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Mon, 18 Feb 2008 16:47:58 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 423990] glibmm et al don't recognize
	new GNU	m4
To: gtkmm-forge lists sourceforge net
Message-ID: <20080218164758 3F41923F517 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=423990

  glibmm | build | Ver: unspecified

Damien Carbery changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |damien carbery sun com




------- Comment #7 from Damien Carbery  2008-02-18 16:47 UTC -------
This patch is breaking the build for me on Solaris in 2.15.5 tarball.
The brackets in "[Mm]" are getting dropped when the code gets into 'configure'. 

My workaround has been to change:
grep '^GNU [Mm]4 '
to
grep -i '^GNU m4 '

Should I reopen this bug?


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



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

Message: 2
Date: Mon, 18 Feb 2008 17:01:58 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 359065] reference documentation: stock
	icons	not included
To: gtkmm-forge lists sourceforge net
Message-ID: <20080218170158 630C323F503 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=359065

  gtkmm | reference documentation | Ver: 2.10.x

Jonathon Jongsma (jonner) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathon quotidian org




------- Comment #2 from Jonathon Jongsma (jonner)  2008-02-18 17:01 UTC -------
I wonder if we shouldn't just use a svn:external property to fetch the gtk
stock icons from GTK+ svn into our own tree and use them instead of trying to
do some trickery to get them from a GTK+ checkout.  It seems like that would be
more robust.  

Also, as far as I can tell, the GTK+ stock icons are never actually installed
anywhere, I think they might actually be compiled into GTK+ somehow...


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



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

Message: 3
Date: Mon, 18 Feb 2008 19:23:34 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 359065] reference documentation: stock
	icons	not included
To: gtkmm-forge lists sourceforge net
Message-ID: <20080218192334 950FB23F503 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=359065

  gtkmm | reference documentation | Ver: 2.10.x




------- Comment #3 from Jonathon Jongsma (jonner)  2008-02-18 19:23 UTC -------
OK, I've got a fix for this in my local tree.  It involves fetching the GTK+
stock items from svn into the gtkmm tree using svn:externals as I described
above.  The one problem with this approach is that there are apparently some
icons that are not unique but are symlinked to other names (e.g. media-next-ltr
is symlinked to media-prev-rtl).  When I just fetch the stock items via
svn:externals, we don't get the GTK+ build rules which create the symlinked
versions.  So there are a few stock items that are missing.  Should I come up
with a better approch or just commit it this way?


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



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

Message: 4
Date: Mon, 18 Feb 2008 19:29:01 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 359065] reference documentation: stock
	icons	not included
To: gtkmm-forge lists sourceforge net
Message-ID: <20080218192901 06B8423F503 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=359065

  gtkmm | reference documentation | Ver: 2.10.x




------- Comment #4 from Jonathon Jongsma (jonner)  2008-02-18 19:29 UTC -------
btw, part of the issue with attachment #73877 is that doxygen (at least the
version that I have) can't seem to handle images that are in subdirectories of
IMAGE_PATH.  So for example, if you set IMAGE_PATH to
'../gtk+/gtk/stock-icons/', the following command won't work

@image html 48/foo-icon.png

instead you have to set IMAGE_PATH to the directory that directly contains the
icon. So you'd need to set it to something like

IMAGE_PATH=../gtk+/.../48/ ../gtk+/.../24/ ../gtk+/.../16/


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



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

Message: 5
Date: Tue, 19 Feb 2008 02:28:00 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 359065] reference documentation: stock
	icons	not included
To: gtkmm-forge lists sourceforge net
Message-ID: <20080219022800 D13A323F4F3 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=359065

  gtkmm | reference documentation | Ver: 2.10.x

Jonathon Jongsma (jonner) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #5 from Jonathon Jongsma (jonner)  2008-02-19 02:28 UTC -------
OK, I committed this even though it's not perfect yet.  It should be easy to
revert, so let me know if you have any concerns about it.


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



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

Message: 6
Date: Tue, 19 Feb 2008 02:30:20 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 396198] custom widget example ignores
	fg color
To: gtkmm-forge lists sourceforge net
Message-ID: <20080219023020 D5C5623F4F3 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=396198

  gtkmm | documentation | Ver: 2.10.x

Jonathon Jongsma (jonner) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |343012

Bug 396198 depends on bug 343012, which changed state.

Bug 343012 Summary: RC parser rejects lower-case identifiers.
http://bugzilla.gnome.org/show_bug.cgi?id=343012

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Comment #7 from Jonathon Jongsma (jonner)  2008-02-19 02:30 UTC -------
adding bug #343012 as a dependency


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



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

Message: 7
Date: Tue, 19 Feb 2008 02:37:55 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 396198] custom widget example ignores
	fg color
To: gtkmm-forge lists sourceforge net
Message-ID: <20080219023755 C716023F4F3 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=396198

  gtkmm | documentation | Ver: 2.10.x

Jonathon Jongsma (jonner) changed:

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




------- Comment #8 from Jonathon Jongsma (jonner)  2008-02-19 02:37 UTC -------
So after adding that as a dependency, I noticed that it's actually fixed, so
I've committed the minor change to the gtkrc file and this example now works
again.


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



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

Message: 8
Date: Tue, 19 Feb 2008 02:43:26 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 437041] Add IconTheme support to the
	Action	classes
To: gtkmm-forge lists sourceforge net
Message-ID: <20080219024326 2A9BC23F4E9 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=437041

  gtkmm | general | Ver: 2.10.x




------- Comment #12 from Jonathon Jongsma (jonner)  2008-02-19 02:43 UTC -------
Christian: would you like one of us to commit the patch, or would you like to
do it?


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



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

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

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

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


End of Gtkmm-forge Digest, Vol 21, Issue 8
******************************************


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