Gtkmm-forge digest, Vol 1 #1102 - 5 msgs



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-admin 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 338075] RecentFilter, RecentInfo and RecentManager and necessary patches (gtkmm (bugzilla.gnome.org))
   2. [Bug 338075] RecentFilter, RecentInfo and RecentManager and necessary patches (gtkmm (bugzilla.gnome.org))
   3. [Bug 337875] Memory leak in Gtk::IconTheme::get_search_path() (gtkmm (bugzilla.gnome.org))
   4. [Bug 337874] segfault in Gtk::IconTheme::get_search_path (gtkmm (bugzilla.gnome.org))
   5. [Bug 337875] Memory leak in Gtk::IconTheme::get_search_path() (gtkmm (bugzilla.gnome.org))

--__--__--

Message: 1
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Tue, 11 Apr 2006 15:18:09 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 338075] RecentFilter, RecentInfo and RecentManager and necessary patches

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D338075
 gtkmm | general | Ver: unspecified


Murray Cumming changed:

           What    |Removed                     |Added
-------------------------------------------------------------------------=
---
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #7 from Murray Cumming  2006-04-11 19:18 UTC -------
Excellent. I have commited this to HEAD.

Maybe you would like to make an example in examples/book/, in the style o=
f the
other examples. You might need to find an example of the use of this API =
in C.


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


--__--__--

Message: 2
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Tue, 11 Apr 2006 16:14:00 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 338075] RecentFilter, RecentInfo and RecentManager and necessary patches

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D338075
 gtkmm | general | Ver: unspecified





------- Comment #8 from Marko Anastasov  2006-04-11 20:13 UTC -------
I think there could be a whole section maybe called "Recently Used Resour=
ces".
RecentManager doesn't handle sorting and filtering of this list, that's u=
p to
RecentChooser* widgets, they take a manager in the ctor, have add_filter(=
) etc.
So I think we could wait for Choosers to be done as well, and then I can =
make a
nicer example. Anyway, I can't promise much for this week as I have an ex=
am on
Saturday... Armin said (last week) he'll start with Choosers today or tom=
orrow.
I'll gladly help there along the way though. (And of course there's
GtkCellRendererSpin.)


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


--__--__--

Message: 3
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Tue, 11 Apr 2006 19:51:34 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 337875] Memory leak in Gtk::IconTheme::get_search_path()

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D337875
 gtkmm | general | Ver: 2.8.x





------- Comment #4 from jonner  2006-04-11 23:51 UTC -------
Indeed, valgrind confirms that (in my case) 106 bytes are definitely lost=
 in
get_search_path(), and there's no mention of the leak after changing to
OWNERSHIP_DEEP.  I'll commit this one with the fix for Bug #337874.

Regarding an example illustrating when this function might be used, I rea=
lly
don't know.  When I found the problem, I was using it as a debugging tool=
 to
try to figure out why my program wasn't finding a theme icon, but I hones=
tly
can't think of much practical use for it in normal operation.  Perhaps th=
at's
why nobody noticed that the function didn't work until now :)


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


--__--__--

Message: 4
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Tue, 11 Apr 2006 20:53:23 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 337874] segfault in Gtk::IconTheme::get_search_path

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D337874
 gtkmm | general | Ver: 2.8.x


jonner changed:

           What    |Removed                     |Added
-------------------------------------------------------------------------=
---
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #3 from jonner  2006-04-12 00:53 UTC -------
fixed in 2-8 and HEAD


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.


--__--__--

Message: 5
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Tue, 11 Apr 2006 20:53:45 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 337875] Memory leak in Gtk::IconTheme::get_search_path()

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D337875
 gtkmm | general | Ver: 2.8.x


jonner changed:

           What    |Removed                     |Added
-------------------------------------------------------------------------=
---
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #5 from jonner  2006-04-12 00:53 UTC -------
fixed in 2-8 and HEAD


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



--__--__--

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


End of Gtkmm-forge Digest



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