Gtkmm-forge Digest, Vol 29, Issue 13



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 557290] Glib::NodeTree doesn't have virtual	destructor
      (glibmm (bugzilla.gnome.org))
   2. [Bug 557990] Remove prefix from enums values
      (gnomemm (bugzilla.gnome.org))
   3. [Bug 558017] New: Build failure due to some perl	macro
      (gtkmm (bugzilla.gnome.org))
   4. [Bug 557290] Glib::NodeTree doesn't have virtual	destructor
      (glibmm (bugzilla.gnome.org))
   5. [Bug 558017] Build failure due to some perl macro
      (gtkmm (bugzilla.gnome.org))
   6. [Bug 558489] New: Mispelled function name
      (gnomemm (bugzilla.gnome.org))
   7. [Bug 557050] Vertical text shows overlapping glyphs
      (pango (bugzilla.gnome.org))


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

Message: 1
Date: Sun, 26 Oct 2008 21:16:34 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 557290] Glib::NodeTree doesn't have
	virtual	destructor
To: gtkmm-forge lists sourceforge net
Message-ID: <20081026211634 46EBA23F4F5 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=557290

  glibmm | general | Ver: 2.15.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com




------- Comment #1 from Murray Cumming  2008-10-26 21:16 UTC -------
Classes with no virtual destructors just shouldn't be used polymorphically. If
you try to add a virtual method so you can do that then g++ will warn you.

So I don't think people are likely to do this without seeing a warning, and I
don't think it needs documentation - we have plenty of other classes with no
virtual destructors.

I generally like to have virtual destructors, for flexibility, but other people
don't like increasing object sizes unnecessarily.


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



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

Message: 2
Date: Sun, 26 Oct 2008 21:17:50 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 557990] Remove prefix from enums values
To: gtkmm-forge lists sourceforge net
Message-ID: <20081026211750 B6BCA23F508 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=557990

  gnomemm | goocanvasmm | Ver: 2.24

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com




------- Comment #1 from Murray Cumming  2008-10-26 21:17 UTC -------
Yes, Goocanvas::CANVAS_* is not nice.


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



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

Message: 3
Date: Sun, 26 Oct 2008 21:41:57 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 558017] New: Build failure due to some
	perl	macro
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-558017-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=558017

  gtkmm | build | Ver: unspecified
           Summary: Build failure due to some perl macro
           Product: gtkmm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: build
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: bjourne gmail com
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


I'm building directly from svn using jhbuild which terminates with:

./configure: line 20624: syntax error near unexpected token `5.6.0'
./configure: line 20624: `GLIBMM_CHECK_PERL(5.6.0)'
+ exit 1


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



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

Message: 4
Date: Mon, 27 Oct 2008 04:15:38 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 557290] Glib::NodeTree doesn't have
	virtual	destructor
To: gtkmm-forge lists sourceforge net
Message-ID: <20081027041538 47AFF23F508 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=557290

  glibmm | general | Ver: 2.15.x




------- Comment #2 from Jonathon Jongsma (jonner)  2008-10-27 04:15 UTC -------
fair enough, I just wasn't thinking clearly enough while he was asking the
question and I figured that a note might help for others who don't realize that
it doesn't have a virtual destructor


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



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

Message: 5
Date: Tue, 28 Oct 2008 17:46:34 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 558017] Build failure due to some perl
	macro
To: gtkmm-forge lists sourceforge net
Message-ID: <20081028174634 C7EA723F50D 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=558017

  gtkmm | build | Ver: unspecified

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com




------- Comment #1 from Murray Cumming  2008-10-28 17:46 UTC -------
Does it help to change this to GLIBMM_CHECK_PERL([5.6.0]) ?
I don't understand it, but I've seen that in another module.


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



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

Message: 6
Date: Thu, 30 Oct 2008 03:42:55 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 558489] New: Mispelled function name
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-558489-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=558489

  gnomemm | goocanvasmm | Ver: unspecified
           Summary: Mispelled function name
           Product: gnomemm
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: goocanvasmm
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: louisfrancis rb gmail com
     GNOME version: 2.23/2.24
   GNOME milestone: Unspecified


Please describe the problem:
The class Goocanvas::Item should have a function called ensure_updated and not
ensure_upated

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



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

Message: 7
Date: Thu, 30 Oct 2008 10:14:46 +0000 (UTC)
From: "pango (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 557050] Vertical text shows overlapping
	glyphs
To: gtkmm-forge lists sourceforge net
Message-ID: <20081030101446 C2E7423F50B 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=557050

  pango | cairo | Ver: 1.20.x




------- Comment #4 from ogg.k.ogg.k  2008-10-30 10:14 UTC -------
Created an attachment (id=121631)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=121631&action=view)
screenshot of fontforge on katakana glyphs

I installed fontforge and made sure the only option about bounding box
I found was enabled, but I'm not sure *what* is the bounding box here,
so attached is a screenshot so you can see how it looks. If you need
me to do some other manipulation, just tell me what I need to do.


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



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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

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

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


End of Gtkmm-forge Digest, Vol 29, Issue 13
*******************************************


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