Re: [Patch] #94 - LYX forward DVI search.

2010-04-14 Thread Ben M.
On Wed, Apr 14, 2010 at 10:09 PM, Pavel Sanda wrote: > attached is the patch implementing forward search. This news is very exciting for me! As I understand, once the reverse search regression http://www.lyx.org/trac/ticket/6415 gets fixed, we'll be able to go back and forth between LyX and dvi

Preferences panels

2010-04-14 Thread Pavel Sanda
hi, our tools->preferences->output panels are now completely unbalanced. latex pane overflows with items, while "date format" and "plain text" are orphans. what about joining these two into one "general" panel? Richard do you plan some xhtml setting and if so, how many -- instead of merging we ca

[Patch] #94 - LYX forward DVI search.

2010-04-14 Thread Pavel Sanda
hi, attached is the patch implementing forward search. i didn't add gui combo for the rc variable because the ui needs to be reworked first. i will address this in a different thread. pavel diff --git a/src/FuncCode.h b/src/FuncCode.h index 20434e5..c545fee 100644 --- a/src/FuncCode.h +++ b/src/

Re: ANNOUNCE: LyX version 2.0.0 (alpha 2)

2010-04-14 Thread Pavel Sanda
Pavel Sanda wrote: > Public release of LyX version 2.0.0 (alpha 2) > = there was plan to release first beta somewhere in may. my plan is alpha3 on 10th may, then we will see whats the status of features left. as a slight remainder: TODO list, i tried to

ANNOUNCE: LyX version 2.0.0 (alpha 2)

2010-04-14 Thread Pavel Sanda
Public release of LyX version 2.0.0 (alpha 2) = We are pleased to announce the second alpha release of LyX 2.0.0. Please note that this release is for testing purposes only and users are encouraged to use the current 1.6 stable release for any serious w

Re: undo to unchanged, original document?

2010-04-14 Thread Pavel Sanda
Jack Desert wrote: > In LyX 2.0 I've been depending on this behaviour to get around a different > bug. After I change the Preamble, I can't save until I edit something else in > the document window. already fixed. pavel

Re: r34130 - lyx-devel/trunk/src

2010-04-14 Thread Julien Rioux
On 14/04/2010 8:11 AM, Vincent van Ravesteijn - TNW wrote: The user get's a message box with a warning that he might not generate any output. (or do you mean something else ?). You did throw it in one of the three cases in the function. Vincent I still don't get any warning (neither in a bo

Re: undo to unchanged, original document?

2010-04-14 Thread Jack Desert
El Sat, 10 Apr 2010 23:22:51 +0100 Liviu Andronic escribió: > Dear LyX developers > This is probably a trivial request. > > Suppose I create a new LyX document with text "asdf" and save it. With > the file still open, I hit "" and "a", LyX will tag the > document as "changed" (in the window manag

Re: r34130 - lyx-devel/trunk/src

2010-04-14 Thread rgheck
On 04/14/2010 08:45 AM, Vincent van Ravesteijn - TNW wrote: Can you tell me what happens when this exception gets thrown? (I have no idea why I didn't throw it.) The user get's a message box with a warning that he might not generate any output. (or

Re: [PATCH for 2.0.0 alpha2] Re: LyX/Mac Maintainer

2010-04-14 Thread Stephan Witt
Am 14.04.2010 um 15:12 schrieb Pavel Sanda: > Stephan Witt wrote: >> Ok, I have another proposal now... > > this looks fine. try to commit, we will see whether it > breaks something else :) done - the commit :) Stephan

Re: [PATCH for 2.0.0 alpha2] Re: LyX/Mac Maintainer

2010-04-14 Thread Pavel Sanda
Stephan Witt wrote: > Ok, I have another proposal now... this looks fine. try to commit, we will see whether it breaks something else :) pavel

Re: [PATCH for 2.0.0 alpha2] Re: LyX/Mac Maintainer

2010-04-14 Thread Stephan Witt
Am 14.04.2010 um 11:59 schrieb Pavel Sanda: > Stephan Witt wrote: >> The current .dmg is including the self-made qt-libraries. >> If I remove the Qt-Frameworks LyX starts up and uses the frameworks >> installed in /Library/Frameworks and is usable, has to be tested further. >> >> Please, review t

RE: r34130 - lyx-devel/trunk/src

2010-04-14 Thread Vincent van Ravesteijn - TNW
>>> Can you tell me what happens when this exception gets thrown? (I have >>> no idea why I didn't throw it.) >>> >> The user get's a message box with a warning that he might not generate >> any output. (or do you mean something else ?). >> >> >OK. I'll check this later. I'm guessing

Re: r34130 - lyx-devel/trunk/src

2010-04-14 Thread rgheck
On 04/14/2010 08:11 AM, Vincent van Ravesteijn - TNW wrote: Author: vfr Date: Wed Apr 14 13:54:12 2010 New Revision: 34130 URL: http://www.lyx.org/trac/changeset/34130 Log: Fix bug #6651: No error messages when module dependencies are not fulfilled. We need to throw the ExceptionMe

RE: r34130 - lyx-devel/trunk/src

2010-04-14 Thread Vincent van Ravesteijn - TNW
>> Author: vfr >> Date: Wed Apr 14 13:54:12 2010 >> New Revision: 34130 >> URL: http://www.lyx.org/trac/changeset/34130 >> >> Log: >> Fix bug #6651: No error messages when module dependencies are not fulfilled. >> >> We need to throw the ExceptionMessage's. >> >> >Can you tell me what happens w

Re: r34130 - lyx-devel/trunk/src

2010-04-14 Thread rgheck
On 04/14/2010 07:54 AM, v...@lyx.org wrote: Author: vfr Date: Wed Apr 14 13:54:12 2010 New Revision: 34130 URL: http://www.lyx.org/trac/changeset/34130 Log: Fix bug #6651: No error messages when module dependencies are not fulfilled. We need to throw the ExceptionMessage's. Can you tell me

Re: posible bug: url and percentage

2010-04-14 Thread rgheck
On 04/14/2010 03:10 AM, Guenter Milde wrote: On 2010-04-13, Fox_Van wrote: *FOOTNOTE[* Making R Packages Under Windows: A Tutorial. *URL[* http://faculty.chicagobooth.edu/peter.rossi/research/bayes%20book/bayesm/Making%20R%20Packages%20Under%20Windows.pdf ]* ]* When I removed the perc

Re: [PATCH for 2.0.0 alpha2] Re: LyX/Mac Maintainer

2010-04-14 Thread Pavel Sanda
Stephan Witt wrote: > The current .dmg is including the self-made qt-libraries. > If I remove the Qt-Frameworks LyX starts up and uses the frameworks > installed in /Library/Frameworks and is usable, has to be tested further. > > Please, review the attached patch. > Stephan Stephan, its bit probl

Re: alpha2

2010-04-14 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Le 14/04/2010 11:38, Pavel Sanda a écrit : >> Jean-Marc Lasgouttes wrote: >>> Concerning solutions, I see two: >> >> 3) what aboiut reverting the recent problematic commit? > > I'll do that (this afternoon). I think the problem is not what I > outlined above but I real

Re: alpha2

2010-04-14 Thread Jean-Marc Lasgouttes
Le 14/04/2010 11:38, Pavel Sanda a écrit : Jean-Marc Lasgouttes wrote: Concerning solutions, I see two: 3) what aboiut reverting the recent problematic commit? I'll do that (this afternoon). I think the problem is not what I outlined above but I really do not understand why it does not work,

Re: How to stringify a CPP macro

2010-04-14 Thread Pavel Sanda
Stephan Witt wrote: > It has to be passed from outside to configure. > Like ./configure --aspell-framework-name=Aspell.framework > > Currently I cannot do that (missing knowledge) and so I do > CPPFLAGS="-DASPELL_FRAMEWORK=Aspell.framework" ./configure > instead. i dont have the knowledge either

Re: alpha2

2010-04-14 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Concerning solutions, I see two: 3) what aboiut reverting the recent problematic commit? pavel

[PATCH for 2.0.0 alpha2] Re: LyX/Mac Maintainer

2010-04-14 Thread Stephan Witt
Am 13.04.2010 um 11:10 schrieb Stephan Witt: > Am 13.04.2010 um 10:43 schrieb Pavel Sanda: > >> Stephan Witt wrote: >>> Currently I'm doing some minor improvements on the build script. >> >> whats the current status, is there something you want before alpha2 ? >> i would like to release really s

Re: posible bug: url and percentage

2010-04-14 Thread Guenter Milde
On 2010-04-13, Fox_Van wrote: > --001636e0a5ac84c7de0484265273 > Content-Type: text/plain; charset=ISO-8859-1 > Working on a document I put a url tag inside a footnote and then the > document did not exported to PDF anymore, but DVI does with not working > references > This is the case: > *FOOTN