Re: Simple GTKMM front-end

2011-09-21 Thread John Emmas
On 20 Sep 2011, at 21:33, Chris Vine wrote: As far as I am aware the only difference between the Library General Public Licence v2, and the Lesser General Public Licence v2.1 is the change of name. gtkmm is released under the LGPL-2.0 or later, at the choice of the user. That includes

Re: Simple GTKMM front-end

2011-09-21 Thread Chris Vine
On Wed, 21 Sep 2011 07:13:56 +0100 John Emmas john...@tiscali.co.uk wrote: An interesting point. Technically, the Library GPL and the Lesser GPL aren't the same document - even though they might have the same wording. Just as a loan agreement signed by me isn't the same legal instrument as

Re: Simple GTKMM front-end

2011-09-21 Thread Chris Vine
On Wed, 21 Sep 2011 16:50:29 +0100 Chris Vine ch...@cvine.freeserve.co.uk wrote: [ship] Some developers (the linux kernel developers in particular) do not like this, and do not include the or (at your option) any later version. I should say that I realise that the kernel is released under the

Re: GList empty after iteration?

2011-09-21 Thread Olivier Sessink
On 09/12/2011 11:33 PM, Craig wrote: On Mon, 2011-09-12 at 22:20 +0200, Florian Müllner wrote: You are modifying the list in the loop until g_list_next() returns NULL ... Right. I understand this now. However, I thought using g_list_first() would set GList *events back to the first

GtkTree and GtkThread: update and refresh

2011-09-21 Thread Paolo
Hi! I have a problem about the update and refresh of a tree. This is the situation: I have a populated tree and a button that update the tree. The button's event calls a function that permorfs the following things: 1) Reset the treemodel appending a single text row Loading 2) Execute a db query 3)

Re: Simple GTKMM front-end

2011-09-21 Thread John Emmas
On 21 Sep 2011, at 16:50, Chris Vine wrote: The LGPL-2.1 itself says This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1. Ah yes, you're right. It's a bit easy to miss but is

Re: GtkTree and GtkThread: update and refresh

2011-09-21 Thread Chris Vine
On Wed, 21 Sep 2011 22:53:01 +0200 Paolo pra...@gmail.com wrote: Hi! I have a problem about the update and refresh of a tree. This is the situation: I have a populated tree and a button that update the tree. The button's event calls a function that permorfs the following things: 1) Reset the