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 564005] Valgrind errors and crash on exit with
Gtk::UIManager (gtkmm (bugzilla.gnome.org))
2. [Bug 580302] no GTKMM_VERSION_* (gtkmm (bugzilla.gnome.org))
3. [Bug 575268] Gtk::StatusIcon::get_geometry cause crashes
(gtkmm (bugzilla.gnome.org))
4. [Bug 575268] Gtk::StatusIcon::get_geometry cause crashes
(gtkmm (bugzilla.gnome.org))
5. [Bug 578115] Gio::File::make_directory_with_parents() is not
defined! (glibmm (bugzilla.gnome.org))
6. [Bug 506885] Stock ID stuff needs documentation
(gtkmm (bugzilla.gnome.org))
7. [Bug 506885] Stock ID stuff needs documentation
(gtkmm (bugzilla.gnome.org))
8. [Bug 466853] Gtk::Box_Helpers::BoxList::insert() has wrong
return value. (gtkmm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Mon, 27 Apr 2009 08:34:36 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[email protected]>
Subject: [gtkmm bugzilla] [Bug 564005] Valgrind errors and crash on
exit with Gtk::UIManager
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=564005
gtkmm | general | Ver: 2.14.x
Johannes Schmid changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
------- Comment #7 from Johannes Schmid 2009-04-27 08:34 UTC -------
I investigate things a big. It seems that the destroy order is the problem:
- the ActionGroup is destroyed
- thus - the Action is destroyed
- now TestWindow itself is destroyed, with calls the deconstrutor of the slot
that accesses the action that was previously destroyed.
I have no clue how to fix this though. The valgrind errors disappear when
action->reference() is called after connecting the signal but that leads to
leaked memory later of course.
--
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=564005.
------------------------------
Message: 2
Date: Mon, 27 Apr 2009 08:55:11 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[email protected]>
Subject: [gtkmm bugzilla] [Bug 580302] no GTKMM_VERSION_*
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=580302
gtkmm | general | Ver: 2.16.x
Johannes Schmid changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
------- Comment #1 from Johannes Schmid 2009-04-27 08:55 UTC -------
Is there a reason why gtkmm major/minor version should not match your gtkmm
version?
--
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=580302.
------------------------------
Message: 3
Date: Mon, 27 Apr 2009 09:02:25 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[email protected]>
Subject: [gtkmm bugzilla] [Bug 575268] Gtk::StatusIcon::get_geometry
cause crashes
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=575268
gtkmm | general | Ver: 2.15.x
------- Comment #4 from Johannes Schmid 2009-04-27 09:02 UTC -------
Created an attachment (id=133399)
--> (http://bugzilla.gnome.org/attachment.cgi?id=133399&action=view)
Patch to add the missing reference
This patch adds a reference to the returned RefPtr<Screen>. Valgrind doesn't
report any leak here so I guess it should be ok.
--
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=575268.
------------------------------
Message: 4
Date: Mon, 27 Apr 2009 09:20:55 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[email protected]>
Subject: [gtkmm bugzilla] [Bug 575268] Gtk::StatusIcon::get_geometry
cause crashes
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=575268
gtkmm | general | Ver: 2.15.x
------- Comment #5 from Murray Cumming 2009-04-27 09:20 UTC -------
Yes, that would be normal. Please commit/push to master and gtkmm-2-16.
--
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=575268.
------------------------------
Message: 5
Date: Mon, 27 Apr 2009 09:26:36 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<[email protected]>
Subject: [gtkmm bugzilla] [Bug 578115]
Gio::File::make_directory_with_parents() is not defined!
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=578115
glibmm | giomm | Ver: 2.18.x
Siavash Safi changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Comment #6 from Siavash Safi 2009-04-27 09:26 UTC -------
1) Sorry about the ChangeLog, I reverted the commit and commited with the
updated ChangleLog.
2) It's already in master branch, what I did was to copy the defenitions from
master to glibmm-2-18 branch.
--
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=578115.
------------------------------
Message: 6
Date: Mon, 27 Apr 2009 09:30:08 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[email protected]>
Subject: [gtkmm bugzilla] [Bug 506885] Stock ID stuff needs
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=506885
gtkmm | reference documentation | Ver: unspecified
Johannes Schmid changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #133095|0 |1
is obsolete| |
------- Comment #6 from Johannes Schmid 2009-04-27 09:30 UTC -------
Created an attachment (id=133400)
--> (http://bugzilla.gnome.org/attachment.cgi?id=133400&action=view)
Update patch to add the missing "."s
This patch fixes the "."s and some minor typos.
BTW, IconSet::lookup_default exists:
http://www.gtkmm.org/docs/gtkmm-2.4/docs/reference/html/classGtk_1_1IconSet.html#a6cc0560e7f2ced992863f74704570ab
--
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=506885.
------------------------------
Message: 7
Date: Mon, 27 Apr 2009 09:31:03 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[email protected]>
Subject: [gtkmm bugzilla] [Bug 506885] Stock ID stuff needs
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=506885
gtkmm | reference documentation | Ver: unspecified
Johannes Schmid 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=506885.
------------------------------
Message: 8
Date: Mon, 27 Apr 2009 09:34:01 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[email protected]>
Subject: [gtkmm bugzilla] [Bug 466853]
Gtk::Box_Helpers::BoxList::insert() has wrong return value.
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=466853
gtkmm | build | Ver: 2.10.x
Johannes Schmid 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=466853.
------------------------------
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
------------------------------
_______________________________________________
Gtkmm-forge mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest, Vol 35, Issue 6
******************************************
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list