Gtkmm-forge Digest, Vol 12, Issue 4



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 396198] custom widget example ignores fg color
      (gtkmm (bugzilla.gnome.org))
   2. [Bug 396198] custom widget example ignores fg color
      (gtkmm (bugzilla.gnome.org))
   3. [Bug 396198] custom widget example ignores fg color
      (gtkmm (bugzilla.gnome.org))
   4. [Bug 396198] custom widget example ignores fg color
      (gtkmm (bugzilla.gnome.org))
   5. [Bug 320198] Port to libgda 2 (Glom (bugzilla.gnome.org))
   6. [Bug 396198] custom widget example ignores fg color
      (gtkmm (bugzilla.gnome.org))
   7. [Bug 320198] Port to libgda 2 (Glom (bugzilla.gnome.org))
   8. [Bug 436789] New: Wrong return for
      FileChooserButton::property_dialog (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Sun,  6 May 2007 15:19:43 +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: <20070506151943 69A556C41EC box 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

jonner changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathon jongsma gmail com




------- Comment #2 from jonner  2007-05-06 15:19 UTC -------
I think that's because the triangle is drawn using the value of m_scale read
from the custom_gtkrc file as a multiplier.  But I see this on the output when
I run the example:
m_scale (example_scale from the theme/rc-file) is: 0

Which implies that that parameter is not being parsed correctly for some
reason.  Does this have anything to do with the fact that the custom_gtkrc file
uses the identifier "Gtkmm__CustomObject_mywidget" (capital G) whereas the
output of the program indicates that the GType is
"gtkmm__CustomObject_mywidget" (lowercase g)?  I tried changing the
custom_gtkrc file to use the lowercase version, but I got the following error:
custom_gtkrc:3: error: invalid identifier `gtkmm__CustomObject_mywidget',
expected valid identifier


-- 
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: 2
Date: Mon,  7 May 2007 06:01:59 +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: <20070507060159 327436C41A6 box 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




------- Comment #3 from Murray Cumming  2007-05-07 06:01 UTC -------
Yes, the style stuff won't work until this GTK+ patch is applied:
http://bugzilla.gnome.org/show_bug.cgi?id=343012

I guess I need to fix the code to make it more forgiving of 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=396198.



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

Message: 3
Date: Mon,  7 May 2007 15:16:31 +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: <20070507151631 E18366C419C box 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




------- Comment #4 from jonner  2007-05-07 15:16 UTC -------
By the way, while I was looking at this issue, I thought I'd update this
example to use cairo drawing instead of GDK drawing.  Would you like me to
commit those changes?


-- 
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: 4
Date: Mon,  7 May 2007 15:24:12 +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: <20070507152412 37DA46C41A0 box 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




------- Comment #5 from Murray Cumming  2007-05-07 15:24 UTC -------
Sure. The GtkDrawingArea example used in the book already does this, but we
need it here too.


-- 
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: 5
Date: Mon,  7 May 2007 22:15:15 +0000 (UTC)
From: "Glom (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 320198] Port to libgda 2
To: gtkmm-forge lists sourceforge net
Message-ID: <20070507221515 481DF6C418A box 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=320198

  Glom | build | Ver: CVS HEAD




------- Comment #13 from Armin Burgmeier  2007-05-07 22:15 UTC -------
Did you apply the patch in #433687 to libgda? I do not see any warning or error
with 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=320198.



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

Message: 6
Date: Tue,  8 May 2007 01:10:24 +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: <20070508011024 2346C6C41A5 box 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




------- Comment #6 from jonner  2007-05-08 01:10 UTC -------
OK, I've committed an update to the example so it uses cairo for drawing now. 
I didn't make any other changes yet, since I wasn't sure how you wanted to
resolve this bug, so it still doesn't actually draw anything.


-- 
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,  8 May 2007 05:47:52 +0000 (UTC)
From: "Glom (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 320198] Port to libgda 2
To: gtkmm-forge lists sourceforge net
Message-ID: <20070508054752 898B06C41BC box 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=320198

  Glom | build | Ver: CVS HEAD




------- Comment #14 from Murray Cumming  2007-05-08 05:47 UTC -------
> Did you apply the patch in #433687 to libgda?

I thought that this had been applied already. Could you please check and apply
it if necessary - permission seems to have been given, and you have my
permission too.


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



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

Message: 8
Date: Tue,  8 May 2007 06:38:16 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 436789] New: Wrong return for
	FileChooserButton::property_dialog
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-436789-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=436789

  gtkmm | general | Ver: unspecified
           Summary: Wrong return for FileChooserButton::property_dialog
           Product: gtkmm
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: kevin kdau com
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


FileChooserButton's property_dialog is /read/-only, but "dialog" is a
/write/-only property of GtkFileChooserButton, and accessing property_dialog
segfaults. Present on trunk.


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



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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

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

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


End of Gtkmm-forge Digest, Vol 12, Issue 4
******************************************



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