Gtkmm-forge Digest, Vol 26, Issue 3



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 541296] Failing to remove a tooltip with	GTKMM-2.12
      (gtkmm (bugzilla.gnome.org))
   2. [Bug 541598] New: using old style casts in public	headers
      (gtkmm (bugzilla.gnome.org))
   3. [Bug 541598] using old style casts in public	headers
      (gtkmm (bugzilla.gnome.org))
   4. [Bug 542144] New: Patch regenerating signal defs	(for future
      addition of signals and properties) (gtkmm (bugzilla.gnome.org))
   5. [Bug 542144] Patch regenerating signal defs (for	future
      addition of signals and properties) (gtkmm (bugzilla.gnome.org))
   6. [Bug 541296] Failing to remove a tooltip with	GTKMM-2.12
      (gtkmm (bugzilla.gnome.org))
   7. [Bug 542496] New: Need to wrap GIcon (glibmm (bugzilla.gnome.org))
   8. [Bug 538226] gtkmm should not build tests
      (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Thu,  3 Jul 2008 15:32:34 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 541296] Failing to remove a tooltip
	with	GTKMM-2.12
To: gtkmm-forge lists sourceforge net
Message-ID: <20080703153234 61F2123F59C 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=541296

  gtkmm | general | Ver: 2.12.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |541399




------- Comment #7 from Murray Cumming  2008-07-03 15:32 UTC -------
I created a patch for GTK+ in bug #541399.


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



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

Message: 2
Date: Fri,  4 Jul 2008 20:29:54 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 541598] New: using old style casts in
	public	headers
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-541598-5595 http bugzilla 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=541598

  gtkmm | general | Ver: unspecified
           Summary: using old style casts in public headers
           Product: gtkmm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: soren hauberg org
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: 2.21/2.22
   GNOME milestone: Unspecified


I work on a project where other people have decided to use the g++ compile flag
'-Wold-style-cast'. In several public gtkmm header files old style casts are
being used, which generates a fairly large amount of warnings. Would it be
possible to use C++ casts in the gtkmm headers to avoid these warnings?

To see the problem compile the following simple program:

#include <gtkmm.h>

int main (int argc, char *argv [])
{
  return 0;
}

with the -Wold-style-cast flag. In case you don't want to spend time on
compiling this program I'm attaching the warnings.


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



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

Message: 3
Date: Fri,  4 Jul 2008 20:31:25 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 541598] using old style casts in public
	headers
To: gtkmm-forge lists sourceforge net
Message-ID: <20080704203126 01B9E23F526 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=541598

  gtkmm | general | Ver: unspecified




------- Comment #1 from s?ren hauberg  2008-07-04 20:31 UTC -------
Created an attachment (id=114001)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=114001&action=view)
The generated warnings


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



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

Message: 4
Date: Wed,  9 Jul 2008 05:23:37 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 542144] New: Patch regenerating signal
	defs	(for future addition of signals and properties)
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-542144-5595 http bugzilla 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=542144

  gtkmm | general | Ver: 2.13.x
           Summary: Patch regenerating signal defs (for future addition of
                    signals and properties)
           Product: gtkmm
           Version: 2.13.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: jaalburqu svn gnome org
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: 2.21/2.22
   GNOME milestone: Unspecified


Please describe the problem:
This patch regenerates the gtkmm signal defs to streamline future addition of
properties and signals.  It also enhances build process by addressing gmmproc
minor gmmproc warnings.

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



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

Message: 5
Date: Wed,  9 Jul 2008 05:25:30 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 542144] Patch regenerating signal defs
	(for	future addition of signals and properties)
To: gtkmm-forge lists sourceforge net
Message-ID: <20080709052530 0B13E23F4E1 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=542144

  gtkmm | general | Ver: 2.13.x




------- Comment #1 from Jos? Alburquerque  2008-07-09 05:25 UTC -------
Created an attachment (id=114230)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=114230&action=view)
Patch regenerating gtkmm signal defs


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



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

Message: 6
Date: Thu, 10 Jul 2008 17:48:33 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 541296] Failing to remove a tooltip
	with	GTKMM-2.12
To: gtkmm-forge lists sourceforge net
Message-ID: <20080710174833 B97CE23F5A3 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=541296

  gtkmm | general | Ver: 2.12.x

Bug 541296 depends on bug 541399, which changed state.

Bug 541399 Summary: Widget tooltips: treat "" same as NULL
http://bugzilla.gnome.org/show_bug.cgi?id=541399

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |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=541296.



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

Message: 7
Date: Fri, 11 Jul 2008 08:50:58 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 542496] New: Need to wrap GIcon
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-542496-5595 http bugzilla 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=542496

  glibmm | giomm | Ver: 2.17.x
           Summary: Need to wrap GIcon
           Product: glibmm
           Version: 2.17.x
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: giomm
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: murrayc murrayc com
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


We need to wrap GIcon, and maybe its implentations. I thought we had, but
apparently not.

There are some new functions in GtkImage that use 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=542496.



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

Message: 8
Date: Fri, 11 Jul 2008 09:32:33 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 538226] gtkmm should not build tests
To: gtkmm-forge lists sourceforge net
Message-ID: <20080711093233 B8F3C387CAC 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=538226

  gtkmm | build | Ver: unspecified




------- Comment #2 from R?mi Cardona  2008-07-11 09:32 UTC -------
Created an attachment (id=114380)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=114380&action=view)
patch to only build tests on "make check" + libtool 2.2 support

Disclaimer: I didn't have gtk+ 2.13 so this patch is untested (yet).

With this patch, tests are only built on "make check". The actual tests could
also be modified to return an error code and then make check could run those
tests. (See http://www.gnu.org/software/automake/manual/automake.html#Tests )

The patch to configure.in is to add support for libtool 2.2 which no longer
adds the implicit check for a C++ compiler. It's backwards compatible with
libtool 1.5, I strongly suggest adding at least that part even if you think the
rest of the patch is useless :)

Thanks


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



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

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08

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

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


End of Gtkmm-forge Digest, Vol 26, Issue 3
******************************************


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