Send Gtkmm-forge mailing list submissions to
        [EMAIL PROTECTED]

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
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

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 437041] Add IconTheme support to the Action  classes
      (gtkmm (bugzilla.gnome.org))
   2. [Bug 437041] Add IconTheme support to the Action  classes
      (gtkmm (bugzilla.gnome.org))
   3. [Bug 437041] Add IconTheme support to the Action  classes
      (gtkmm (bugzilla.gnome.org))
   4. [Bug 437041] Add IconTheme support to the Action  classes
      (gtkmm (bugzilla.gnome.org))
   5. [Bug 439339] New: connect_clicked doesnt connect  ToolButton
      widgets (gnomemm (bugzilla.gnome.org))
   6. [Bug 439339] connect_clicked doesnt connect       ToolButton
      widgets (gnomemm (bugzilla.gnome.org))
   7. [Bug 439725] New: Style::paint_*() function's     don't accept
      NULL rectangles for area parameter (gtkmm (bugzilla.gnome.org))
   8. [Bug 350870] Extend gmmproc documentation
      (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Mon, 14 May 2007 09:19:42 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 437041] Add IconTheme support to the
        Action  classes
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
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 #4 from Christian Hammond  2007-05-14 09:19 UTC -------
They're technically not ambiguous due to the lack of default parameters and the
number/types of parameters, but they are definitely confusing. I too wondered
about just using a create_*(), but wasn't sure if that was alright or if it
would be better to use another create() method.

Okay, so given that, what should this be called? create_with_icontheme()?
create_with_icon_name()?

I'll do the Doxygen stuff as well. I'll hopefully have a new patch tomorrow or
the day after.


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



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

Message: 2
Date: Mon, 14 May 2007 09:34:23 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 437041] Add IconTheme support to the
        Action  classes
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
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 #5 from Murray Cumming  2007-05-14 09:34 UTC -------
Wouldn't that be create_with_icon_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=437041.



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

Message: 3
Date: Mon, 14 May 2007 13:41:20 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 437041] Add IconTheme support to the
        Action  classes
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
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

jonner changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




------- Comment #6 from jonner  2007-05-14 13:41 UTC -------
One data point: currently we don't have any interfaces named create_with_*, but
we do have a few called create_from_* (e.g. Gdk::Pixbuf::create_from_data). 
I'm not sure if 'from' works in this case, but it might be something to
consider.


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



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

Message: 4
Date: Mon, 14 May 2007 14:16:18 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 437041] Add IconTheme support to the
        Action  classes
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
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 #7 from Murray Cumming  2007-05-14 14:16 UTC -------
Thanks. I think create_with_*() will be OK here. It makes more sense than
create_from_*(). I'm sure we have some other create*() methods.


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



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

Message: 5
Date: Fri, 18 May 2007 02:19:40 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 439339] New: connect_clicked doesnt
        connect ToolButton widgets
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]/>
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=439339

  gnomemm | libglademm | Ver: 2.6
           Summary: connect_clicked doesnt connect ToolButton widgets
           Product: gnomemm
           Version: 2.6
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: libglademm
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
     GNOME version: 2.17/2.18
   GNOME milestone: Unspecified


The connect_clicked() function in Gnome::Glade::Xml does not connect the
clicked signal for Gtk::ToolButton widgets.  It would be nice if it did.

A patch to do just this is attached.


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



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

Message: 6
Date: Fri, 18 May 2007 02:24:34 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 439339] connect_clicked doesnt connect
        ToolButton widgets
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
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=439339

  gnomemm | libglademm | Ver: 2.6




------- Comment #1 from dave  2007-05-18 02:24 UTC -------
Created an attachment (id=88369)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=88369&action=view)
patch to add toolbutton support


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



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

Message: 7
Date: Sat, 19 May 2007 16:41:58 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 439725] New: Style::paint_*()
        function's      don't accept NULL rectangles for area parameter
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]/>
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=439725

  gtkmm | general | Ver: unspecified
           Summary: Style::paint_*() function's don't accept NULL rectangles
                    for area parameter
           Product: gtkmm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: general
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
     GNOME version: Unspecified
   GNOME milestone: Unspecified


The various gtk_paint_* functions accept NULL for the 'area' parameter, which
denotes 'no clipping'. There is no way in the gtkmm Style::paint_* equivalents
to specify this NULL area paramater. 

A solution might be: If a Gdk::Rectangcle is that has_zero_area() it could be
converted to NULL before being passed down to the gtk_paint_* functions.


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



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

Message: 8
Date: Wed, 23 May 2007 13:25:06 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 350870] Extend gmmproc documentation
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
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=350870

  gtkmm | reference documentation | Ver: unspecified

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]
            Summary|Extend wrapping             |Extend gmmproc documentation
                   |documentation               |




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



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

-------------------------------------------------------------------------
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
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest, Vol 12, Issue 6
******************************************
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to