Re: [PATCH (partial)] Writer autocompletion feature

2012-08-28 Thread Jan Holesovsky
Hi Tomaž, Tomaž Vajngerl píše v Po 27. 08. 2012 v 10:42 +0200: [...snipped lots of good stuff...] I will remove all the usage of old sorted vector for autocompletion in the near future, but other things will need to wait. Beautiful, thanks so much for all that! :-) All the best, Kendy

Re: [PATCH (partial)] Writer autocompletion feature

2012-08-27 Thread Tomaž Vajngerl
Hi, I would like to give a little status regarding this topic: - lookuptree code has been integrated into editeng package and changed to support OUString instead of std::string - tests has been converted to CppUnit and extended to test for unicode characters support - remark: old code used a

Re: [PATCH (partial)] Writer autocompletion feature

2012-07-25 Thread Nico Weyand
On 23.07.2012 15:24, Michael Meeks wrote: Hi Nico, On Mon, 2012-07-23 at 16:11 +, Nico Weyand wrote: May I ask why it has been decided to switch from LGPL to MPL/LGPL anyway ? Of course ! :-) there is a bit of blurb in the FAQ here:

Re: [PATCH (partial)] Writer autocompletion feature

2012-07-25 Thread Tomaž Vajngerl
Hi, I would like to do integrate this code into master if there is nobody already working on this. Regards, Tomaž ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [PATCH (partial)] Writer autocompletion feature

2012-07-25 Thread Jan Holesovsky
Hi Tomaž, On 2012-07-25 at 18:11 +0200, Tomaž Vajngerl wrote: I would like to do integrate this code into master if there is nobody already working on this. That would be great, please go ahead! :-) Nico - thanks again for your license statement! All the best, Kendy

Re: [PATCH (partial)] Writer autocompletion feature

2012-07-23 Thread Michael Meeks
Hi Nico, So - firstly, thanks for your work - it's great to have an improved structure for the autocompletion data; as you say there are a number of nasty performance problems self-inflicted wounds there. On Sat, 2012-07-21 at 00:39 +, Nico Weyand wrote: Well, in that case, I'm

Re: [PATCH (partial)] Writer autocompletion feature

2012-07-20 Thread Nico Weyand
On 18.07.2012 14:57, Jan Holesovsky wrote: Hi Nico, On 2012-07-09 at 23:46 +0200, Nico Weyand wrote: Originally, I wanted to submit a patch to improve the writer autocompletion feature. However I won't have the time to finish it for the next two or three months, so I thought I'd submit what

Re: [PATCH (partial)] Writer autocompletion feature

2012-07-18 Thread Jan Holesovsky
Hi Nico, On 2012-07-09 at 23:46 +0200, Nico Weyand wrote: Originally, I wanted to submit a patch to improve the writer autocompletion feature. However I won't have the time to finish it for the next two or three months, so I thought I'd submit what has already been finished in case anyone is

[PATCH (partial)] Writer autocompletion feature

2012-07-09 Thread Nico Weyand
Hi, as you're probably very busy, I'll keep this mail short. Originally, I wanted to submit a patch to improve the writer autocompletion feature. However I won't have the time to finish it for the next two or three months, so I thought I'd submit what has already been finished in case anyone