Re: Towards beta3 and beyond

2010-12-22 Thread Uwe Stöhr
>> That's why I think more people should be involved so that Uwe, myself and maybe some others >> will at least be reasonable familiar with the code. > > I want to get familiar with the code. It would be nice if I could brew the installers as well. > So, if you will explain what is necessary and

Re: Towards beta3 and beyond

2010-12-22 Thread Joost Verburg
On 12/22/2010 7:31 PM, Uwe Stöhr wrote: Could you at least take care that there are installers available for further LyX releases until I'm back. I can try to build my installer from abroad, but I cannot promise this. I don't expect to have time to write a new installer for 2.0 in Jan-Feb. Als

Re: [RFC] and [patch] - support to define header /footer lines

2010-12-22 Thread Pavel Sanda
Abdelrazak Younes wrote: > I only notice now that this is already in :-) i just found it while translation. there is no documentation and its not even in newinlyx2.0 wiki which is bad. i'll add some bullet into new modules section, please change it to your taste. pavel

Re: Towards beta3 and beyond

2010-12-22 Thread Uwe Stöhr
> Unfortunately my current job keeps me extremely busy so I'm not sure when I'll have time to work > on this. I will try to start working on some documentation for the build process so Uwe and other > people will also be able to compile LyX with the latest versions of the external dependencies

Re: Towards beta3 and beyond

2010-12-22 Thread Uwe Stöhr
> - documentation. Uwe, do you have some expectation about > the time you need/want, so the docs are in good shape > in your view? All issues in this list which are marked green are already well documented: http://wiki.lyx.org/LyX/NewInLyX20 I update the docs step by step. 2 weeks ago I finis

Re: Question about hexToInt()

2010-12-22 Thread Bernhard Roider
But if you want to avoid the warning you can use an unsigned for scanf and do a type cast to int

RE: Towards beta3 and beyond

2010-12-22 Thread venom00
I would be happy to contribute but I need to understand what's wrong with the current NSIS script. Why do we still use other installers if the NSIS script is ready? Joost, you said it should be rewritten, why? What's missing? Could we put together a list of things the installer should do? Sorry f

Re: r36990 - lyx-devel/trunk/src

2010-12-22 Thread Vincent van Ravesteijn
Declare empty_ as a static variable inside the getrange function. Or return the object by value, but that might get costly. Op 22 dec 2010 08:29 schreef : Author: switt Date: Wed Dec 22 08:29:16 2010 New Revision: 36990 URL: http://www.lyx.org/trac/changeset/36990 Log: fix for #7081: the paintin