[Glade-devel] state of the project

Paolo Borelli pborelli@katamail.com
Thu, 07 Oct 2004 15:08:22 +0200


Il giorno gio, 07-10-2004 alle 13:56 +0100, Keith Sharp ha scritto:
> On Thu, 2004-10-07 at 14:02 +0200, Paolo Borelli wrote:
> >
> > Of course there are also bigger task: the menu editor is the first that
> > comes to my mind, but it would also be nice to have a TreeView editor
> > and integrate in glade the new UIManager which does Toolbars and Menus.
> 
> I have started implementing the GtkUIManager stuff to replace
> gpw_construct_toolbar and gpw_construct_menubar.  I have a few odds and
> ends to clean up before it is ready to submit.  Day job permitting I
> should be finished in the next couple of days.
> 

That is nice, however what I was talking about was support of the
UIManager in the projects created with glade3, not in the glade3 GUI
itself :)

> Once I have completed this I plan on implementing the recent files
> support using code from libegg.
> 

Please don't: this has been discussed in the past and the decision was
to not add it since it only works on linux+gnome, while we want glade3
to work out of the box on win32. As a matter of fact ypu can see that
glade3 depends only on gtk+ and not on libgnome etc.
Of course you could do

#ifdef GNOME
...
#else
...
#endif

But since glade3 has still many more important things to do, I'd prefer
to drop this feature in favour of code cleanliness.


ciao
	paolo