Re: [Libreoffice] Reusing the GLib mainloop from GTK/GNOME integration

2011-02-20 Thread Enrico Weigelt
* Michael Meeks schrieb: > > What exactly do you want that utterly complex and conceptionally > > backwards think, many other people are working at getting rid of ? > > Ho hum; I think we'll be living with D-BUS for a very long time; ORBit2 > was deprecated by D-BUS oh, 6+ years ago, and i

Re: [Libreoffice] Reusing the GLib mainloop from GTK/GNOME integration

2011-02-14 Thread Michael Meeks
Hi Enrico, On Sat, 2011-02-12 at 15:36 +0100, Enrico Weigelt wrote: > > Well, I intend to create a DBus service, as long as I get to that point > > I'll see how it behaves (the g_idle_add was just a test to check if the > > glib mainloop was usable). > > What exactly do you want that utterly co

Re: [Libreoffice] Reusing the GLib mainloop from GTK/GNOME integration

2011-02-12 Thread Enrico Weigelt
* Alberto Ruiz schrieb: > Well, I intend to create a DBus service, as long as I get to that point > I'll see how it behaves (the g_idle_add was just a test to check if the > glib mainloop was usable). What exactly do you want that utterly complex and conceptionally backwards think, many other

Re: [Libreoffice] Reusing the GLib mainloop from GTK/GNOME integration

2011-02-09 Thread Alberto Ruiz
Hi Michael, On 08/02/11 21:17, Michael Meeks wrote: Wonderful :-) but why are you doing this as an extension ? :-) surely we should put this into the core code ? it should be rather easier to do that, and less problematic. For now deploying it as an extension allows me to focus on the code, ul

Re: [Libreoffice] Reusing the GLib mainloop from GTK/GNOME integration

2011-02-08 Thread Michael Meeks
Hi Alberto, On Tue, 2011-02-08 at 17:47 +, Alberto Ruiz wrote: > I am working on exporting the menubar menu items structure through a > DBus service, you can check my progress this the bzr branch I am > working on[0]. Wonderful :-) but why are you doing this as an extension ? :-) sure