Gtkmm-forge digest, Vol 1 #1082 - 6 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 334791] New: New example program for GTKmm (gtkmm (bugzilla.gnome.org))
   2. [Bug 334791] New example program for GTKmm (gtkmm (bugzilla.gnome.org))
   3. [Bug 334791] New example program for GTKmm (gtkmm (bugzilla.gnome.org))
   4. [Bug 160132] StatusIcon gives error when panel killed (gnome-panel (bugzilla.gnome.org))
   5. [Bug 160132] StatusIcon gives error when panel killed (gnome-panel (bugzilla.gnome.org))
   6. [Bug 160132] StatusIcon gives error when panel killed (gnome-panel (bugzilla.gnome.org))

--__--__--

Message: 1
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Thu, 16 Mar 2006 13:06:20 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 334791] New: New example program for GTKmm

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=3D334791
 gtkmm | general | Ver: 2.4.x

           Summary: New example program for GTKmm
           Product: gtkmm
           Version: 2.4.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: doug dooglio net
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please describe the problem:
Murrary Cumming asked me to adapt an example for the Gtk::TreeView to
demonstrate sorting using the sort model. I am submitting it here, as per=
 his
request.

You may find my example code here:

http://www.dooglio.net/sorted_tree.tar.gz


Steps to reproduce:
1.=20
2.=20
3.=20


Actual results:


Expected results:


Does this happen every time?


Other information:


--=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: Thu, 16 Mar 2006 13:08:54 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 334791] New example program for GTKmm

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=3D334791
 gtkmm | general | Ver: 2.4.x





------- Comment #1 from R. Douglas Barbieri  2006-03-16 18:08 UTC -------
Created an attachment (id=3D61378)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=3D61378&action=3Dview)
Just in case you can't grab from my webserver for some reason...


--=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: Thu, 16 Mar 2006 13:12:43 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 334791] New example program for GTKmm

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=3D334791
 gtkmm | general | Ver: 2.4.x





------- Comment #2 from R. Douglas Barbieri  2006-03-16 18:12 UTC -------
Here is an explanation from the gtkmm email list:

> I derived it from the book/treeview/tree example code. I took out the
> tree model and replaced it with the plain old List-Store model, but
> also using Gtk::TreeModelSort. When you have a row selected, click the
> delete button and it properly converts the sort model iterator to the
> underlying list model iterator, and then deletes the row.


--=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: "gnome-panel (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Thu, 16 Mar 2006 17:08:47 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 160132] StatusIcon gives error when panel killed

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=3D160132
 gnome-panel | notification area | Ver: unspecified


Dan Winship changed:

           What    |Removed                     |Added
-------------------------------------------------------------------------=
---
                 CC|                            |danw novell com




------- Comment #18 from Dan Winship  2006-03-16 22:08 UTC -------
Matthias, when you say "teststatusicon.c from gtk+/tests survives it just=
 fine,
when I run it in testtray from libegg/libegg/tray, and kill the tray.", d=
o you
mean "when I ^C testtray" or "when I click testtray's close button"? It w=
orks
fine for me if I close testtray gently, but if I ^C it, I get a BadWindow
error from teststatusicon every time. That's fixed by the gtkplug-x11.c p=
atch
below.

With that patch, it doesn't get immediately killed when the tray dies, bu=
t it
doesn't notice that its widgets have been destroyed either, and keeps
referring to them, spewing errors, and presumably dying eventually. The
gtktrayicon-x11.c patch fixes that, by stopping the destroy_event and for=
cing
the trayicon and its children to re-realize their destroyed windows.

With both of those patches, teststatusicon can survive any number of clea=
n and
unclean testtray/notification area exits.

The gdkwindow-x11.c part of the diff is an additional fix needed for tray
icons that do certain kinds of painting (qv bug 150726). That and the plu=
g
patch could be useful in gtk 2.8 too.


--=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: 5
To: gtkmm-forge lists sourceforge net
From: "gnome-panel (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Thu, 16 Mar 2006 17:09:19 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 160132] StatusIcon gives error when panel killed

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=3D160132
 gnome-panel | notification area | Ver: unspecified





------- Comment #19 from Dan Winship  2006-03-16 22:09 UTC -------
Created an attachment (id=3D61397)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=3D61397&action=3Dview)
gtk patches


--=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: 6
To: gtkmm-forge lists sourceforge net
From: "gnome-panel (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Thu, 16 Mar 2006 17:10:29 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 160132] StatusIcon gives error when panel killed

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=3D160132
 gnome-panel | notification area | Ver: unspecified





------- Comment #20 from Dan Winship  2006-03-16 22:10 UTC -------
Created an attachment (id=3D61398)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=3D61398&action=3Dview)
corresponding eggtrayicon patch

(This depends on the gtkplug-x11.c patch from attachment 61397.)


--=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]