Re: What's the status of using Glade .ui files in extensions?

2019-10-28 Thread LRN
On 28.10.2019 11:39, Miklos Vajna wrote: > Hi, > > On Fri, Oct 25, 2019 at 06:27:56PM +0300, LRN wrote: >> This was presented in 2017 on FOSDEM[0]. I'd like to know if this is >> available yet. >> >> [0]: https://archive.fosdem.org/2017/schedule/event/lib

What's the status of using Glade .ui files in extensions?

2019-10-25 Thread LRN
This was presented in 2017 on FOSDEM[0]. I'd like to know if this is available yet. [0]: https://archive.fosdem.org/2017/schedule/event/libreoffice_extensions/ signature.asc Description: OpenPGP digital signature ___ LibreOffice mailing list

LO, Python UNO, Glade - how does it fit together?

2013-05-22 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Any HOWTOs for developing Python-UNO extensions for LO? In particular, about GUI? I know that new LO versions have vastly improved UI design process (with Glade UI definitions). Back in the day i've ported OOoFBTools to LO [1], but i knew next to

Re: [Libreoffice] Proposal to join Apache OpenOffice

2011-06-04 Thread LRN
On 04.06.2011 6:06, Allen Pulsifer wrote: Among other requirements, the podling project has to review the copyright history of all code to ensure it has a clean title and is or can be licensed under the Apache License. A lurker is speaking here. AFAIU, one of the reasons why Go-Openoffice

[Libreoffice] XMutableTreeNode.removeChildByIndex () hangs up

2011-05-16 Thread LRN
I have a problem: in python-uno XMutableTreeNode.removeChildByIndex() takes _seconds_ (sometimes minutes) to remove a node from a tree when the node is not the last in the list of its siblings. LO hangs for some random amount of time, fully consuming one CPU core (good thing i have 8 virtual

[Libreoffice] Fix an old bug 78701

2011-05-14 Thread LRN
This bug is almost 4-years old - http://openoffice.org/bugzilla/show_bug.cgi?id=78701 Symptoms: calling startEditingAtNode(nodeobject) method of a tree control does nothing What should happen: Tree item editing should start. Depending on the implementation it might look like a text