Gtkmm-forge Digest, Vol 15, Issue 5



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 471397] Gdk::Cairo::set_source_color() should	take a
      const reference to RefPtr (gtkmm (bugzilla.gnome.org))
   2. [Bug 471397] Gdk::Cairo::set_source_color() should	take a
      const reference to RefPtr (gtkmm (bugzilla.gnome.org))
   3. [Bug 471397] Gdk::Cairo::set_source_color() should	take a
      const reference to RefPtr (gtkmm (bugzilla.gnome.org))
   4. [Bug 471397] Gdk::Cairo::set_source_color() should	take a
      const reference to RefPtr (gtkmm (bugzilla.gnome.org))
   5. [Bug 471397] Gdk::Cairo::set_source_color() should	take a
      const reference to RefPtr (gtkmm (bugzilla.gnome.org))
   6. [Bug 471397] Gdk::Cairo::set_source_color() should	take a
      const reference to RefPtr (gtkmm (bugzilla.gnome.org))
   7. [Bug 471397] Gdk::Cairo::set_source_color() should	take a
      const reference to RefPtr (gtkmm (bugzilla.gnome.org))
   8. [Bug 471397] Gdk::Cairo::set_source_color() should	take a
      const reference to RefPtr (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Wed, 29 Aug 2007 16:05:44 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 471397] Gdk::Cairo::set_source_color()
	should	take a const reference to RefPtr
To: gtkmm-forge lists sourceforge net
Message-ID: <20070829160544 791E76C4184 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=471397

  gtkmm | general | Ver: unspecified




------- Comment #2 from jonner  2007-08-29 16:05 UTC -------
Created an attachment (id=94552)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=94552&action=view)
Add overloaded functions, deprecate old functions

This patch adds overloaded functions that take a const reference for the first
parameter instead of a non-const reference and deprecates the old versions of
these functions.

It also fixes a TODO in the code by introducing new names for two deprecated
functions:
Gdk::Cairo::rectangle() is deprecated, use Gdk::Cairo::add_rectangle_to_path()
instead
Gdk::Cairo::region() is deprecated, use Gdk::Cairo::add_regioN_to_path()
instead

Murray, when you've looked at the patch and are happy with it, let me know so I
can propose the change to the release team -- or feel free to do it yourself.


------- Comment #3 from jonner  2007-08-29 16:05 UTC -------
Created an attachment (id=94553)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=94553&action=view)
Add overloaded functions, deprecate old functions

This patch adds overloaded functions that take a const reference for the first
parameter instead of a non-const reference and deprecates the old versions of
these functions.

It also fixes a TODO in the code by introducing new names for two deprecated
functions:
Gdk::Cairo::rectangle() is deprecated, use Gdk::Cairo::add_rectangle_to_path()
instead
Gdk::Cairo::region() is deprecated, use Gdk::Cairo::add_regioN_to_path()
instead

Murray, when you've looked at the patch and are happy with it, let me know so I
can propose the change to the release team -- or feel free to do it yourself.


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



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

Message: 2
Date: Wed, 29 Aug 2007 16:05:44 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 471397] Gdk::Cairo::set_source_color()
	should	take a const reference to RefPtr
To: gtkmm-forge lists sourceforge net
Message-ID: <20070829160544 A170A6C418A 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=471397

  gtkmm | general | Ver: unspecified




------- Comment #2 from jonner  2007-08-29 16:05 UTC -------
Created an attachment (id=94552)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=94552&action=view)
Add overloaded functions, deprecate old functions

This patch adds overloaded functions that take a const reference for the first
parameter instead of a non-const reference and deprecates the old versions of
these functions.

It also fixes a TODO in the code by introducing new names for two deprecated
functions:
Gdk::Cairo::rectangle() is deprecated, use Gdk::Cairo::add_rectangle_to_path()
instead
Gdk::Cairo::region() is deprecated, use Gdk::Cairo::add_regioN_to_path()
instead

Murray, when you've looked at the patch and are happy with it, let me know so I
can propose the change to the release team -- or feel free to do it yourself.


------- Comment #3 from jonner  2007-08-29 16:05 UTC -------
Created an attachment (id=94553)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=94553&action=view)
Add overloaded functions, deprecate old functions

This patch adds overloaded functions that take a const reference for the first
parameter instead of a non-const reference and deprecates the old versions of
these functions.

It also fixes a TODO in the code by introducing new names for two deprecated
functions:
Gdk::Cairo::rectangle() is deprecated, use Gdk::Cairo::add_rectangle_to_path()
instead
Gdk::Cairo::region() is deprecated, use Gdk::Cairo::add_regioN_to_path()
instead

Murray, when you've looked at the patch and are happy with it, let me know so I
can propose the change to the release team -- or feel free to do it yourself.


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



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

Message: 3
Date: Wed, 29 Aug 2007 16:07:17 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 471397] Gdk::Cairo::set_source_color()
	should	take a const reference to RefPtr
To: gtkmm-forge lists sourceforge net
Message-ID: <20070829160717 776456C416E 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=471397

  gtkmm | general | Ver: unspecified




------- Comment #4 from jonner  2007-08-29 16:07 UTC -------
sorry about the duplicate attachments, bugzilla was misbehaving.  there's no
difference between the two.


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



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

Message: 4
Date: Wed, 29 Aug 2007 16:07:28 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 471397] Gdk::Cairo::set_source_color()
	should	take a const reference to RefPtr
To: gtkmm-forge lists sourceforge net
Message-ID: <20070829160728 DAD536C4174 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=471397

  gtkmm | general | Ver: unspecified

jonner changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #94552|0                           |1
        is obsolete|                            |




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



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

Message: 5
Date: Wed, 29 Aug 2007 16:12:32 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 471397] Gdk::Cairo::set_source_color()
	should	take a const reference to RefPtr
To: gtkmm-forge lists sourceforge net
Message-ID: <20070829161232 268FB6C4176 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=471397

  gtkmm | general | Ver: unspecified




------- Comment #5 from Murray Cumming  2007-08-29 16:12 UTC -------
It looks good, though I'd prefer "Use the other overloaded function instead" to
read specifically "Use the overloaded function that takes a const RefPtr
reference."

Please ask for the freeze break now.


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



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

Message: 6
Date: Thu, 30 Aug 2007 15:46:01 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 471397] Gdk::Cairo::set_source_color()
	should	take a const reference to RefPtr
To: gtkmm-forge lists sourceforge net
Message-ID: <20070830154601 E49096C433A 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=471397

  gtkmm | general | Ver: unspecified




------- Comment #6 from jonner  2007-08-30 15:46 UTC -------
I got 2 approvals from the release team (elijah newren and frederic crozat). 
OK to commit (with the doc 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=471397.



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

Message: 7
Date: Thu, 30 Aug 2007 18:03:47 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 471397] Gdk::Cairo::set_source_color()
	should	take a const reference to RefPtr
To: gtkmm-forge lists sourceforge net
Message-ID: <20070830180347 0FED96C4227 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=471397

  gtkmm | general | Ver: unspecified




------- Comment #7 from Murray Cumming  2007-08-30 18:03 UTC -------
Yes. Thanks for getting this done.


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



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

Message: 8
Date: Thu, 30 Aug 2007 18:50:33 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 471397] Gdk::Cairo::set_source_color()
	should	take a const reference to RefPtr
To: gtkmm-forge lists sourceforge net
Message-ID: <20070830185033 835716C40D8 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=471397

  gtkmm | general | Ver: unspecified

jonner changed:

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




------- Comment #8 from jonner  2007-08-30 18:50 UTC -------
Committed to trunk with updated documentation (rev 895)


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



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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

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

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


End of Gtkmm-forge Digest, Vol 15, Issue 5
******************************************



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