Re: Let's update our 2.2.0 release plan in a week

2015-11-21 Thread Scott Kostyshak
On Sat, Nov 21, 2015 at 10:37:18AM -0500, Richard Heck wrote: > On 11/21/2015 12:02 AM, Scott Kostyshak wrote: > > On Fri, Nov 20, 2015 at 08:06:16PM -0800, Pavel Sanda wrote: >> Richard > > Heck wrote: Did Guillaume's regex patch fix the crash > you are talking about? >>> >>> Yes, it did. Yo

Re: Let's update our 2.2.0 release plan in a week

2015-11-21 Thread Richard Heck
On 11/21/2015 12:02 AM, Scott Kostyshak wrote: > On Fri, Nov 20, 2015 at 08:06:16PM -0800, Pavel Sanda wrote: >> Richard Heck > wrote: Did Guillaume's regex patch fix the crash you are talking about? >>> >>> Yes, it did. You actually could just release a sort of alpha1.1 tarball >>> with just

Re: Let's update our 2.2.0 release plan in a week

2015-11-21 Thread Georg Baum
Scott Kostyshak wrote: > OK, but I got the feeling that one week would be too long. Richard are > you OK with that? In case it was unclear from my other message: Current master has a very similar regex problem as alpha1, but with swapped compilers and without crash: alpha1 is broken for C++11 m

Re: Let's update our 2.2.0 release plan in a week

2015-11-20 Thread Scott Kostyshak
On Fri, Nov 20, 2015 at 08:06:16PM -0800, Pavel Sanda wrote: > Richard Heck wrote: > > > Did Guillaume's regex patch fix the crash you are talking about? > > > > Yes, it did. You actually could just release a sort of alpha1.1 tarball > > with just that one patch applied. It'd save some problems fo

Re: Let's update our 2.2.0 release plan in a week

2015-11-20 Thread Pavel Sanda
Richard Heck wrote: > > Did Guillaume's regex patch fix the crash you are talking about? > > Yes, it did. You actually could just release a sort of alpha1.1 tarball > with just that one patch applied. It'd save some problems for some No please, release the other updates as well, esp. monolithic b

Re: Let's update our 2.2.0 release plan in a week

2015-11-20 Thread Scott Kostyshak
On Fri, Nov 20, 2015 at 02:14:41PM -0500, Richard Heck wrote: > > OK how soon? Should we wait a few days to get feedback on alpha1 to > see if we can make some other quick corrections for alpha2? Or would you > suggest going forward with alpha2 as soon as possible? > > I guess we can wait a bit,

Re: Let's update our 2.2.0 release plan in a week

2015-11-20 Thread Richard Heck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 11/20/2015 01:32 PM, Scott Kostyshak wrote: > On Fri, Nov 20, 2015 at 12:04:15PM -0500, Richard Heck wrote: >> On 11/20/2015 04:02 AM, Scott Kostyshak wrote: >>> Dear all, > > Binaries for 2.2.0alpha1 have been uploaded and the pre release has >>

Re: Let's update our 2.2.0 release plan in a week

2015-11-20 Thread Scott Kostyshak
On Fri, Nov 20, 2015 at 12:04:15PM -0500, Richard Heck wrote: > On 11/20/2015 04:02 AM, Scott Kostyshak wrote: > > Dear all, > > Binaries for 2.2.0alpha1 have been uploaded and the pre > > release has > been > announced on lyx-users and twitter. If anyone has a twitter > account, > please consider

Re: Let's update our 2.2.0 release plan in a week

2015-11-20 Thread Richard Heck
On 11/20/2015 04:02 AM, Scott Kostyshak wrote: > Dear all, > > Binaries for 2.2.0alpha1 have been uploaded and the pre release > has been > announced on lyx-users and twitter. If anyone has a twitter account, > please consider retweeting to get the word out. > > I propose that we wait a week to se

Let's update our 2.2.0 release plan in a week

2015-11-20 Thread Scott Kostyshak
Dear all, Binaries for 2.2.0alpha1 have been uploaded and the pre release has been announced on lyx-users and twitter. If anyone has a twitter account, please consider retweeting to get the word out. I propose that we wait a week to see what kind of feedback we get (from users that are testing as

Re: LyX 2.0 release plan

2010-03-30 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > I thought my apathy would be enough to have Juergen do it, but he won. I'm making progress, you know ... Jürgen

Re: LyX 2.0 release plan

2010-03-29 Thread Jean-Marc Lasgouttes
Le 29 mars 10 à 00:58, Pavel Sanda a écrit : Pavel Sanda wrote: I'll go through the enh bugs with 2.0 target and leave only those which are really to be included. For this I need somebody create two new milestones in trac for postponing - 2.1.0 & 2.0.1. ding ding dong dong ;) Done. I t

Re: LyX 2.0 release plan

2010-03-28 Thread Pavel Sanda
Pavel Sanda wrote: > I'll go through the enh bugs with 2.0 target and leave only those which are > really to be included. For this I need somebody create two new milestones in > trac for postponing - 2.1.0 & 2.0.1. ding ding dong dong ;) pavel

Re: LyX 2.0 release plan

2010-03-11 Thread Jean-Marc Lasgouttes
Le 10/03/2010 23:39, Abdelrazak Younes a écrit : The problem is that it modifies stuff outside of the cell itself. Such as? Vincent made the same argument but I fail to see where this is true. For longtable, we iterate through the rows and the collumns to see if header of firstheader is set. F

Re: LyX 2.0 release plan

2010-03-10 Thread Abdelrazak Younes
On 10/03/2010 23:27, Jean-Marc Lasgouttes wrote: Le 10/03/2010 23:20, Abdelrazak Younes a écrit : Well, it does modify the inset so it's OK to have it in there. But I agree about the distinction beween inset-modify and inset-params-modify. Basically inset-modify should be about modifying the con

Re: LyX 2.0 release plan

2010-03-10 Thread Jean-Marc Lasgouttes
Le 10/03/2010 23:20, Abdelrazak Younes a écrit : Well, it does modify the inset so it's OK to have it in there. But I agree about the distinction beween inset-modify and inset-params-modify. Basically inset-modify should be about modifying the content (and can depend on the Cursor position) and i

Re: LyX 2.0 release plan

2010-03-10 Thread Abdelrazak Younes
On 10/03/2010 23:09, Jean-Marc Lasgouttes wrote: Le 10/03/2010 09:00, Abdelrazak Younes a écrit : Well this whole issue is because I made the opposite change... I still think this is a good move because I really don't like to have to create a new LFUN for each and every inset. Also because when

Re: LyX 2.0 release plan

2010-03-10 Thread Jean-Marc Lasgouttes
Le 10/03/2010 23:15, Abdelrazak Younes a écrit : But this one is fixed now, isn't it? I mean, we worked around it :) Yes, Edwin did. And I also did something similar in InsetMathGrid IIRC. OK, thanks. JMarc

Re: LyX 2.0 release plan

2010-03-10 Thread Abdelrazak Younes
On 10/03/2010 23:14, Jean-Marc Lasgouttes wrote: Le 10/03/2010 13:52, Vincent van Ravesteijn - TNW a écrit : The one below: other bug you would like to see killed? Insert a table, put the cursor in front of the table, press set all lines on the table toolbar.. Crash. But this one is fixed

Re: LyX 2.0 release plan

2010-03-10 Thread Jean-Marc Lasgouttes
Le 10/03/2010 13:52, Vincent van Ravesteijn - TNW a écrit : The one below: other bug you would like to see killed? Insert a table, put the cursor in front of the table, press set all lines on the table toolbar.. Crash. But this one is fixed now, isn't it? I mean, we worked around it :) JMa

Re: LyX 2.0 release plan

2010-03-10 Thread Jean-Marc Lasgouttes
Le 10/03/2010 09:00, Abdelrazak Younes a écrit : Well this whole issue is because I made the opposite change... I still think this is a good move because I really don't like to have to create a new LFUN for each and every inset. Also because when the use of user defined insets can be generalized

RE: LyX 2.0 release plan

2010-03-10 Thread Vincent van Ravesteijn - TNW
>> If the issue is that InsetTabular thinks it has to have the cursor >> inside it to apply the LFUN, can't we change how that works? I.e., >> can't we move the cursor in there, or re-write the routine so it >> doesn't need to assume that? > >Hmm, what is the particular bug we want to fix here?

Re: LyX 2.0 release plan

2010-03-10 Thread Jean-Marc Lasgouttes
Le 10/03/2010 13:33, rgheck a écrit : On 03/10/2010 03:00 AM, Abdelrazak Younes wrote: I still think this is a good move because I really don't like to have to create a new LFUN for each and every inset. Also because when the use of user defined insets can be generalized then inset-modify could

Re: LyX 2.0 release plan

2010-03-10 Thread rgheck
On 03/10/2010 03:00 AM, Abdelrazak Younes wrote: On 03/09/2010 10:47 PM, Jean-Marc Lasgouttes wrote: Le 09/03/2010 20:11, Pavel Sanda a écrit : ah, thats part of the AtPoint discussion... unfortunately there seems to be no easy fix right now. Just cerate inset-type change to replace the uses

Re: LyX 2.0 release plan

2010-03-10 Thread Abdelrazak Younes
On 03/09/2010 10:47 PM, Jean-Marc Lasgouttes wrote: Le 09/03/2010 20:11, Pavel Sanda a écrit : ah, thats part of the AtPoint discussion... unfortunately there seems to be no easy fix right now. Just cerate inset-type change to replace the uses of inset-modify... Well this whole issue is bec

Re: LyX 2.0 release plan

2010-03-09 Thread Jean-Marc Lasgouttes
Le 09/03/2010 20:11, Pavel Sanda a écrit : ah, thats part of the AtPoint discussion... unfortunately there seems to be no easy fix right now. Just cerate inset-type change to replace the uses of inset-modify... For some reason I do not manage to get svn access here. It is a pity since otherwis

Re: LyX 2.0 release plan

2010-03-09 Thread rgheck
On 03/09/2010 02:12 PM, Edwin Leuven wrote: rgheck wrote: Do we need then to remove the AtPoint feature from whatever LFUN this is? i think we can't because it is LFUN_INSET_MODIFY Ah, yes. That issue. rh

Re: LyX 2.0 release plan

2010-03-09 Thread Edwin Leuven
rgheck wrote: Do we need then to remove the AtPoint feature from whatever LFUN this is? i think we can't because it is LFUN_INSET_MODIFY What that means is precisely: You can apply this LFUN when not in the inset but in front of it. but for tabular functions the cursor need to be in the tab

Re: LyX 2.0 release plan

2010-03-09 Thread Pavel Sanda
Edwin Leuven wrote: > Pavel Sanda wrote: >> Vincent van Ravesteijn - TNW wrote: other bug you would like to see killed? >>> Insert a table, put the cursor in front of the table, press set all >>> lines on the table toolbar.. Crash. >> table guys? Ed, Uwe? > > because with the cursor in front o

Re: LyX 2.0 release plan

2010-03-09 Thread rgheck
On 03/09/2010 01:59 PM, Edwin Leuven wrote: Pavel Sanda wrote: Vincent van Ravesteijn - TNW wrote: other bug you would like to see killed? Insert a table, put the cursor in front of the table, press set all lines on the table toolbar.. Crash. table guys? Ed, Uwe? because with the cursor in

Re: LyX 2.0 release plan

2010-03-09 Thread Edwin Leuven
Pavel Sanda wrote: Vincent van Ravesteijn - TNW wrote: other bug you would like to see killed? Insert a table, put the cursor in front of the table, press set all lines on the table toolbar.. Crash. table guys? Ed, Uwe? because with the cursor in front of a tabular, 'inset' in the code belo

Re: LyX 2.0 release plan

2010-03-09 Thread rgheck
On 03/09/2010 10:07 AM, Jürgen Spitzmüller wrote: Pavel Sanda wrote: The error dialog is currently completely broken (it doesn't show at all). I think this is a pretty nasty bug. any news about this one? No. But I think this one is also due to the buffer cloning. Pro

Re: LyX 2.0 release plan

2010-03-09 Thread Pavel Sanda
Vincent van Ravesteijn - TNW wrote: > >other bug you would like to see killed? > > Insert a table, put the cursor in front of the table, press set all > lines on the table toolbar.. Crash. table guys? Ed, Uwe? pavel

Re: LyX 2.0 release plan

2010-03-09 Thread Pavel Sanda
Pavel Sanda wrote: > Jürgen Spitzmüller wrote: > > Pavel Sanda wrote: > > > other bug you would like to see killed? > > > > The error dialog is currently completely broken (it doesn't show at all). I > > think this is a pretty nasty bug. any news about this one? pavel

Re: LyX 2.0 release plan

2010-03-09 Thread Abdelrazak Younes
On 03/09/2010 04:11 PM, rgheck wrote: On 03/09/2010 10:07 AM, Jürgen Spitzmüller wrote: Pavel Sanda wrote: The error dialog is currently completely broken (it doesn't show at all). I think this is a pretty nasty bug. any news about this one? No. But I think this one is also due to the buffer

Re: LyX 2.0 release plan

2010-03-09 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > > > The error dialog is currently completely broken (it doesn't show at > > > all). I think this is a pretty nasty bug. > > any news about this one? No. But I think this one is also due to the buffer cloning. Jürgen

Re: LyX 2.0 release plan

2010-03-08 Thread Jean-Marc Lasgouttes
Le 06/03/2010 19:04, Abdelrazak Younes a écrit : * There has been some work on dispatch results, but I have no idea whats the current status. JMarc? There are already filled bugs around dispatch. Concerning the DispatchResult stuff, I have to admit I do not know what the status is :) I think i

Re: LyX 2.0 release plan

2010-03-08 Thread rgheck
On 03/08/2010 08:18 AM, Vincent van Ravesteijn - TNW wrote: other bug you would like to see killed? The outline doesn't work anymore. That's due to my "fix" for the outliner crash. Now it doesn't crash but doesn't work, either. See also the "Export Crash" thread. There are serious

RE: LyX 2.0 release plan

2010-03-08 Thread Vincent van Ravesteijn - TNW
> other bug you would like to see killed? The outline doesn't work anymore. Vincent

RE: LyX 2.0 release plan

2010-03-08 Thread Vincent van Ravesteijn - TNW
>other bug you would like to see killed? Insert a table, put the cursor in front of the table, press set all lines on the table toolbar.. Crash. Vincent

Re: LyX 2.0 release plan

2010-03-08 Thread rgheck
On 03/08/2010 01:19 AM, Pavel Sanda wrote: Pavel Sanda wrote: tarball creation is already fixed, monolithic builds checked, short work with trunk didn't revealed any drastic problems and currently i monitor two ugly bugs: - Richard fixed crash #6522, but the price is that outliner doesn't

Re: LyX 2.0 release plan

2010-03-07 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > Pavel Sanda wrote: > > other bug you would like to see killed? > > The error dialog is currently completely broken (it doesn't show at all). I > think this is a pretty nasty bug. ok pavel

Re: LyX 2.0 release plan

2010-03-07 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > other bug you would like to see killed? The error dialog is currently completely broken (it doesn't show at all). I think this is a pretty nasty bug. Jürgen

Re: LyX 2.0 release plan

2010-03-07 Thread Pavel Sanda
Pavel Sanda wrote: > Alpha - next week if possible tarball creation is already fixed, monolithic builds checked, short work with trunk didn't revealed any drastic problems and currently i monitor two ugly bugs: - crashes in #6516, there are already some hinst from Peter in trac - Richard fixed cr

Re: LyX 2.0 release plan

2010-03-07 Thread Tommaso Cucinotta
Pavel Sanda wrote: * Advanced Search - as far as I can see all wanted features finished, Tommaso? at least the simple usage scenarios are ok . . . I expect lot of bug reports here though, we need to wait on users testing. . . . though, I expect bugs to come up when you try all the thing

Re: LyX 2.0 release plan

2010-03-07 Thread Pavel Sanda
Abdelrazak Younes wrote: >> Is there some cost to leaving the old code in until e.g. #6516 is fixed? >> > > No, we can leave it if this is a blocker of course. actually it would fine if you could look before alpha on this particular one. pavel

Re: LyX 2.0 release plan

2010-03-07 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > > Jürgen has much better writing skills than me :-P > > Very transparent trial. But I'll do it. Done. Please check if everything is correct. Jürgen

Re: LyX 2.0 release plan

2010-03-07 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > >>For the packagers we need some summary what are the recommended > >>dependencies. Haven't been closely following this stuff - could somebody > >>write some summary of all those spellcheck (a/i/hun/spell) and thesaurus > >>deps into RELEASE-NOTES? Juergen, Abdel? > >

Re: LyX 2.0 release plan

2010-03-06 Thread Abdelrazak Younes
On 06/03/2010 20:32, John McCabe-Dansted wrote: On Sun, Mar 7, 2010 at 2:10 AM, Abdelrazak Younes wrote: On 06/03/2010 14:43, Vincent van Ravesteijn wrote: John McCabe-Dansted schreef: On Fri, Mar 5, 2010 at 10:48 PM, Vincent van Ravesteijn - TNW wrote: Did we l

Re: LyX 2.0 release plan

2010-03-06 Thread Pavel Sanda
John McCabe-Dansted wrote: > > the dialog which would make me interested is the one which produce > > backtrace after each crash, so user can put it in our bugzilla. > > but thats not easy to do i guess. > > Maybe something like the following? > char buffer[512]; > sprintf(buffer,

Re: LyX 2.0 release plan

2010-03-06 Thread John McCabe-Dansted
On Sun, Mar 7, 2010 at 2:10 AM, Abdelrazak Younes wrote: > On 06/03/2010 14:43, Vincent van Ravesteijn wrote: >> >> John McCabe-Dansted schreef: >>> >>> On Fri, Mar 5, 2010 at 10:48 PM, Vincent van Ravesteijn - TNW >>> wrote: Did we leave the instability period that was expected due to:

Re: LyX 2.0 release plan

2010-03-06 Thread John McCabe-Dansted
On Sun, Mar 7, 2010 at 12:52 AM, Pavel Sanda wrote: > John McCabe-Dansted wrote: >> It seems that a dialog box allowing the user to choose what to do on a >> case by case basis would be nicer than the LyX window  disappearing >> without any warning. Is there a disadvantage? > > over engineering. p

Re: LyX 2.0 release plan

2010-03-06 Thread Abdelrazak Younes
On 06/03/2010 14:43, Vincent van Ravesteijn wrote: John McCabe-Dansted schreef: On Fri, Mar 5, 2010 at 10:48 PM, Vincent van Ravesteijn - TNW wrote: Did we leave the instability period that was expected due to: - threaded export, IMHO we should #define EXPORT_in_THREAD 0 No, we should have

Re: LyX 2.0 release plan

2010-03-06 Thread Abdelrazak Younes
On 06/03/2010 18:45, Pavel Sanda wrote: Pavel Sanda wrote: stage. The current version can be always reached at http://wiki.lyx.org/Devel/LyX20Road and I fill it once this thread is finished. did this now. still waiting on replies from the French wing Abdel and JMarc. Not sure wh

Re: LyX 2.0 release plan

2010-03-06 Thread Pavel Sanda
Pavel Sanda wrote: > stage. The current version can be always reached at > http://wiki.lyx.org/Devel/LyX20Road > and I fill it once this thread is finished. did this now. still waiting on replies from the French wing Abdel and JMarc. one more idea - if you feel some particular bug should be fixed

Re: LyX 2.0 release plan

2010-03-06 Thread Pavel Sanda
John McCabe-Dansted wrote: > >> #6427. On my machine each threaded export has a roughly 50% chance of > >> crashing LyX. We don't need users tell us that EXPORT_in_THREAD is > >> broken. We already know it is. > > Actually, I think I am hitting #6516 more often than #6427. i see. the master chil

Re: LyX 2.0 release plan

2010-03-06 Thread John McCabe-Dansted
On Sat, Mar 6, 2010 at 10:17 PM, Pavel Sanda wrote: > John McCabe-Dansted wrote: >> IMHO we should >>  #define EXPORT_in_THREAD 0 > > no we should collect as many bugs as possible for new features. But we need some exciting new feature to announce with the second Alpha! :P >> #6427. On my machin

Re: LyX 2.0 release plan

2010-03-06 Thread Pavel Sanda
John McCabe-Dansted wrote: > IMHO we should > #define EXPORT_in_THREAD 0 no we should collect as many bugs as possible for new features. > #6427. On my machine each threaded export has a roughly 50% chance of > crashing LyX. We don't need users tell us that EXPORT_in_THREAD is > broken. We alrea

Re: LyX 2.0 release plan

2010-03-06 Thread Vincent van Ravesteijn
John McCabe-Dansted schreef: On Fri, Mar 5, 2010 at 10:48 PM, Vincent van Ravesteijn - TNW wrote: Did we leave the instability period that was expected due to: - threaded export, IMHO we should #define EXPORT_in_THREAD 0 No, we should have this. I have done this in keytest sinc

Re: LyX 2.0 release plan

2010-03-06 Thread John McCabe-Dansted
On Fri, Mar 5, 2010 at 10:48 PM, Vincent van Ravesteijn - TNW wrote: > Did we leave the instability period that was expected due to: > - threaded export, IMHO we should #define EXPORT_in_THREAD 0 I have done this in keytest since otherwise keytest would do almost nothing but generate reports abo

Re: LyX 2.0 release plan

2010-03-06 Thread Pavel Sanda
Bo Peng wrote: > >>Other entries? > > > > The "Export as ZIP" feature. I'll try to come up with a prototype asap. > > > > Vincent > > Is this the final consensus of the embedding/zip/folder/whatever > feature of lyx? there was no discussion about this proposal and as i understood its not embeddin

Re: LyX 2.0 release plan

2010-03-05 Thread Vincent van Ravesteijn
i'm not sure who is this "we"; from the last discussions about release plans it looked like that more devs thought we are already late and particularly can't remember anybody claiming we should wait little bit longer. if its not the case then sorry and lets discuss the stages a little bit more.

Re: LyX 2.0 release plan

2010-03-05 Thread rgheck
On 03/05/2010 01:58 PM, Pavel Sanda wrote: Vincent van Ravesteijn - TNW wrote: lets start landing towards 2.0. That's what we call a "flying start"... i'm not sure who is this "we"; from the last discussions about release plans it looked like that more devs thought we are alr

Re: LyX 2.0 release plan

2010-03-05 Thread Pavel Sanda
Vincent van Ravesteijn - TNW wrote: > >Anybody want to have something before alpha in trunk? > > I've one worthy unfinished feature left. Export to dir/zip including all > dependent files. Don't know what the advantage of being in alpha release > would be. i have feeling that we do not understand

Re: LyX 2.0 release plan

2010-03-05 Thread Pavel Sanda
Vincent van Ravesteijn - TNW wrote: > >lets start landing towards 2.0. > > That's what we call a "flying start"... i'm not sure who is this "we"; from the last discussions about release plans it looked like that more devs thought we are already late and particularly can't remember anybody claimin

Re: LyX 2.0 release plan

2010-03-05 Thread Bo Peng
>>Other entries? > > The "Export as ZIP" feature. I'll try to come up with a prototype asap. > > Vincent Is this the final consensus of the embedding/zip/folder/whatever feature of lyx? I have been forced to use MS Word more and more because of increased collaboration activities. It becomes clear

Re: LyX 2.0 release plan

2010-03-05 Thread José Matos
On Friday 05 March 2010 14:10:47 Pavel Sanda wrote: > * rc2rc conversion scripts for converting older preferences into new ones. > Jose promised to come with something. I have worried what happen with > users which run lyx beta to test and get prefs overwritten for their > stable 1.6.x? I propos

Re: LyX 2.0 release plan

2010-03-05 Thread rgheck
On 03/05/2010 09:48 AM, Vincent van Ravesteijn - TNW wrote: Anybody want to have something before alpha in trunk? I've one worthy unfinished feature left. Export to dir/zip including all dependent files. Don't know what the advantage of being in alpha release would be. Excellent.

Re: LyX 2.0 release plan

2010-03-05 Thread rgheck
On 03/05/2010 09:10 AM, Pavel Sanda wrote: * HTML export. I remember Richard asked for help with images. Anybody around? Some plans to add instant preview snapshots for equations, or external insets using preview? Some other plans Richard? NewInLyx2.0 entry is missing. I do need help h

RE: LyX 2.0 release plan

2010-03-05 Thread Vincent van Ravesteijn - TNW
>> Alpha 1: I don't have any special requirement, from my POV the most >> serious bug in OS X has been "fixed" by Abdel and I don't see any other showstopper. >> Anybody want to have something before alpha in trunk? > >Things are looking reasonably good on Mac. It needs some polish, and I think

Re: LyX 2.0 release plan

2010-03-05 Thread BH
On Fri, Mar 5, 2010 at 9:10 AM, Pavel Sanda wrote: > Alpha 1: I don't have any special requirement, from my POV the most serious > bug in OS X has been "fixed" by Abdel and I don't see any other showstopper. > Anybody want to have something before alpha in trunk? Things are looking reasonably goo

RE: LyX 2.0 release plan

2010-03-05 Thread Vincent van Ravesteijn - TNW
>lets start landing towards 2.0. That's what we call a "flying start"... >Preliminary dates for the stage beginning: >Alpha - next week if possible Did we leave the instability period that was expected due to: - threaded export, - movements of code in the dispatch machinery, - insetdialog change

Re: LyX 2.0 release plan

2010-03-05 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > Any comments/objections? Looks reasonable, AFAICT. > * Multiple viewers/converters. Juergen asked for some help; how this > evolved, what is to be done in this area? Juergen, Richard? I still did not yet find the time to re-address this. I need to clean up the tree with my

LyX 2.0 release plan

2010-03-05 Thread Pavel Sanda
Hi LyXers, lets start landing towards 2.0. I respect Jose's choice so the upcoming version is fixed to 2.0 from now on. Maybe you are not aware, but on autumn we celebrate 15 years of LyX (from the first releases), so we can join releasing of 2.0 with some public advertisement and looking back, w

Re: a defined release plan for LyX 1.6.0

2008-04-11 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: Jean-Marc Lasgouttes wrote: José Matos <[EMAIL PROTECTED]> writes: Now I am just waiting from André to add the missing file. :-) If it blocks you, do like me: use - #define LASSERT(a,b) as stub file.

Re: a defined release plan for LyX 1.6.0

2008-04-11 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Jean-Marc Lasgouttes wrote: >> José Matos <[EMAIL PROTECTED]> writes: >> >>> Now I am just waiting from André to add the missing file. :-) >> >> If it blocks you, do like me: use - >> #define LASSERT(a,b) >> >> as stub file. It seems

Re: a defined release plan for LyX 1.6.0

2008-04-11 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: José Matos <[EMAIL PROTECTED]> writes: Now I am just waiting from André to add the missing file. :-) If it blocks you, do like me: use - #define LASSERT(a,b) as stub file. It seems to work. Then I suggest to commit this temporarily until Andre

Re: a defined release plan for LyX 1.6.0

2008-04-11 Thread Jean-Marc Lasgouttes
José Matos <[EMAIL PROTECTED]> writes: > Now I am just waiting from André to add the missing file. :-) If it blocks you, do like me: use - #define LASSERT(a,b) as stub file. It seems to work. JMarc

Re: a defined release plan for LyX 1.6.0

2008-04-11 Thread José Matos
On Friday 11 April 2008 08:08:27 Abdelrazak Younes wrote: > alpha2: today :-) > beta1: 01/05/2008 > beta2: 15/05/2008 > RC1 or beta3: 01/06/2008 > RC2 or beta4: 15/06/2008 > 1.6.0 or RC3: 01/07/2008 > > So I think we can even do faster ;-) It is a good schedule. :-) Now I am just waiting from And

Re: a defined release plan for LyX 1.6.0

2008-04-11 Thread Abdelrazak Younes
Uwe Stöhr wrote: > These things do not need to be discussed. They should be imposed ;-) But our release dictator doesn't impose but tests out democracy ;-). > Temptative schedule: > alpha2: today :-) > beta1: 01/06/2008 > beta2: 15/06/2008 > RC1 or beta3: 01/07/2008 > RC2 or beta4: 15/07

Re: a defined release plan for LyX 1.6.0

2008-04-10 Thread Uwe Stöhr
> These things do not need to be discussed. They should be imposed ;-) But our release dictator doesn't impose but tests out democracy ;-). > Temptative schedule: > alpha2: today :-) > beta1: 01/06/2008 > beta2: 15/06/2008 > RC1 or beta3: 01/07/2008 > RC2 or beta4: 15/07/2008 > 1.6.0 or RC3: 01/

Re: a defined release plan for LyX 1.6.0

2008-04-10 Thread Abdelrazak Younes
Uwe Stöhr wrote: > OTHO, surely I agree with you that we should start discussing the schedule for > the first beta and rc releases. Ping. These things do not need to be discussed. They should be imposed ;-) Temptative schedule: alpha2: today :-) beta1: 01/06/2008 beta2: 15/06/2008 RC1 or b

Re: a defined release plan for LyX 1.6.0

2008-04-10 Thread Uwe Stöhr
> OTHO, surely I agree with you that we should start discussing the schedule for > the first beta and rc releases. Ping. regards Uwe

Re: a defined release plan for LyX 1.6.0

2008-04-07 Thread Pavel Sanda
> I think we are feature complete for the next release, i think this is very much dependent on the result of the current embedding feature discussions. pavel

Re: a defined release plan for LyX 1.6.0

2008-04-07 Thread José Matos
On Monday 07 April 2008 19:22:24 Uwe Stöhr wrote: > I read today that José plans to release it in about 5 months which is too > long away. Please read again, what I said was that if we take the 1.5 as an example it would take five months to have a stable release. This is not a matter of opinion,

a defined release plan for LyX 1.6.0

2008-04-07 Thread Uwe Stöhr
Hello everybody, I think it is time to define now a fixed release schedule towards LyX 1.6. I read today that José plans to release it in about 5 months which is too long away. LyX 1.6svn is in principle in a good shape, although there are enough bugs to fix. I think we are feature complete fo

1.5.2 release plan

2007-10-01 Thread Jürgen Spitzmüller
Basically, everything is ready (the recent performance fixes have been a very valuable last-minute contribution, IMHO). So branch is frozen, except for urgent fixes (crashes, building, etc.), documentation and l10n. However, I have to modify the original plan, which was to prepare the release t

Re: Release Plan

2007-08-26 Thread Andre Poenitz
On Fri, Aug 24, 2007 at 04:17:10PM +0300, Martin Vermeer wrote: > On Fri, 24 Aug 2007 14:41:27 +0200 > Andre Poenitz <[EMAIL PROTECTED]> wrote: > > > On Fri, Aug 24, 2007 at 12:11:49PM +0200, Abdelrazak Younes wrote: > > > Well, we need to express opinions to reach consensus, don't we? I know > >

Re: Release Plan

2007-08-24 Thread Martin Vermeer
On Fri, 24 Aug 2007 14:41:27 +0200 Andre Poenitz <[EMAIL PROTECTED]> wrote: > On Fri, Aug 24, 2007 at 12:11:49PM +0200, Abdelrazak Younes wrote: > > Well, we need to express opinions to reach consensus, don't we? I know > > that my opinions are in general not shared with old devs but this is my

Re: Release Plan (was Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui)

2007-08-24 Thread Andre Poenitz
On Fri, Aug 24, 2007 at 12:11:49PM +0200, Abdelrazak Younes wrote: > Well, we need to express opinions to reach consensus, don't we? I know > that my opinions are in general not shared with old devs but this is my > opinion :-) > I want more frequent releases, this is the only way IMHO to avoid b

Re: Release Plan (was Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui)

2007-08-24 Thread Georg Baum
Abdelrazak Younes wrote: > Well, we need to express opinions to reach consensus, don't we? Of course. I simply think that this consensus is still quite a bit away. Georg

Release Plan (was Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui)

2007-08-24 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: Georg Baum wrote: I have learned my lesson. If I will fix a bug in my branch I will no more bring it to lyx-devel, since it only results in frustration. Why that? The two subjects are unrelated AFAIS. No. This thread would not exist if I had not