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 426931] Incorrect handling of deprecated classes in
generate_wrap_init.pl (glibmm (bugzilla.gnome.org))
2. [Bug 320198] Port to libgda 2 (Glom (bugzilla.gnome.org))
3. [Bug 386180] Reference counting errors with shared
ActionGroups among Windows (gtkmm (bugzilla.gnome.org))
4. [Bug 378810] Extra signals documentation not used
(glibmm (bugzilla.gnome.org))
5. [Bug 386180] Reference counting errors with shared
ActionGroups among Windows (gtkmm (bugzilla.gnome.org))
6. [Bug 386180] Reference counting errors with shared
ActionGroups among Windows (gtkmm (bugzilla.gnome.org))
7. [Bug 399216] New feature: Glib::ustring::compose()
(glibmm (bugzilla.gnome.org))
8. [Bug 326512] Patch to correct XML construct from buffer
(gnomemm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Sun, 15 Apr 2007 12:14:35 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 426931] Incorrect handling of
deprecated classes in generate_wrap_init.pl
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=426931
glibmm | general | Ver: 2.12.x
------- Comment #4 from Murray Cumming 2007-04-15 12:14 UTC -------
Yes, please.
--
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=426931.
------------------------------
Message: 2
Date: Sun, 15 Apr 2007 12:15:37 +0000 (UTC)
From: "Glom (bugzilla.gnome.org)" <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 320198] Port to libgda 2
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=320198
Glom | build | Ver: CVS HEAD
------- Comment #10 from Murray Cumming 2007-04-15 12:15 UTC -------
I will take a look at this in a week or two. Well 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=320198.
------------------------------
Message: 3
Date: Sun, 15 Apr 2007 12:23:16 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 386180] Reference counting errors with
shared ActionGroups among Windows
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=386180
gtkmm | general | Ver: 2.4
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |429732
------- Comment #9 from Murray Cumming 2007-04-15 12:23 UTC -------
Well done. I have CCed myself to your first GTK+ bug.
> Since the window makes use of the UI manager (and not the other way
> around), it seems correct that first the window has to be deleted, and then
> the
> UI manager
In general, I don't think GTK+ enforces this kind of sequence. Please submit
your GTK+ patch, with your test case, and we will see. If that is rejected, or
if there is no response, we might think about a gtkmm workaround.
--
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=386180.
------------------------------
Message: 4
Date: Sun, 15 Apr 2007 12:57:52 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 378810] Extra signals documentation not
used
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=378810
glibmm | documentation | Ver: unspecified
Armin Burgmeier changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #86177|none |committed
Flag| |
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #4 from Armin Burgmeier 2007-04-15 12:57 UTC -------
There was 3 spaces indentation instead of 2 spaces because the continuing
comment uses 2 spaces normal indentation and 1 space extra indentation because
of the '/' of the '/*' in a comment like
/** Foobar
* Baz.
*/
I fixed this by quoting the doxygen comment in SVN (so that m4 does not strip
away leading whitespace). This way, gmmproc can insert the required
indentation.
--
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=378810.
------------------------------
Message: 5
Date: Sun, 15 Apr 2007 13:30:30 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 386180] Reference counting errors with
shared ActionGroups among Windows
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=386180
gtkmm | general | Ver: 2.4
Armin Burgmeier changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |429970
--
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=386180.
------------------------------
Message: 6
Date: Sun, 15 Apr 2007 13:35:50 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 386180] Reference counting errors with
shared ActionGroups among Windows
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=386180
gtkmm | general | Ver: 2.4
------- Comment #10 from Armin Burgmeier 2007-04-15 13:35 UTC -------
I filed another GTK+ bug (#429970) with that patch 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=386180.
------------------------------
Message: 7
Date: Sun, 15 Apr 2007 13:50:39 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 399216] New feature:
Glib::ustring::compose()
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=399216
glibmm | strings | Ver: 2.13.x
Sven Herzberg changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
--
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=399216.
------------------------------
Message: 8
Date: Mon, 16 Apr 2007 08:59:05 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 326512] Patch to correct XML construct
from buffer
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=326512
gnomemm | libglademm | Ver: 2.10
Bug 326512 depends on bug 326511, which changed state.
Bug 326511 Summary: Patch to add glade_xml_construct_from_buffer method
http://bugzilla.gnome.org/show_bug.cgi?id=326511
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=326512.
------------------------------
-------------------------------------------------------------------------
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 11, Issue 8
******************************************
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list