Re: svn problem in Lyx

2010-06-30 Thread Stephan Witt
Am 30.06.2010 um 23:31 schrieb Sancar Adali: > I have a lyx document that I version-control using SVN. I have checked out > this document outside LyX. When I try to check-in my changes, I get the > following error message > > Some problem occured while running the command: > > 'svn commit -m

Re: svn problem in Lyx

2010-06-30 Thread Kornel Benko
Am Mittwoch, 30. Juni 2010 schrieb Sancar Adali: > I have a lyx document that I version-control using SVN. I have checked > out this document outside LyX. When I try to check-in my changes, I get > the following error message > > Some problem occured while running the command: > > 'svn commit -

svn problem in Lyx

2010-06-30 Thread Sancar Adali
I have a lyx document that I version-control using SVN. I have checked out this document outside LyX. When I try to check-in my changes, I get the following error message Some problem occured while running the command: 'svn commit -m "test"'book_top.lyx'> 'C:/Users/Sancar/AppData/Local/Temp/ly

Re: No Mouse scrolling in LyX 2.0 - Mac?

2010-06-30 Thread Rob Oakes
I just applied the patch and can confirm that two finger scrolling works famously. My apologies for the keybinding. Instead of option, I meant to say "command". However, the behavior is still different than other apple programs. In the most recent SVN of LyX, command + right arrow advances a

Re: r34732 - lyx-devel/trunk

2010-06-30 Thread Peter Kuemmel
Original-Nachricht > Datum: Wed, 30 Jun 2010 11:42:29 -0400 > Von: Joost Verburg > An: lyx-devel@lists.lyx.org > Betreff: Re: r34732 - lyx-devel/trunk > On 6/30/2010 11:23 AM, Jean-Marc LASGOUTTES wrote: > > I was wondering: does it make sense to handle msvc in autotools? Can i

Re: r34732 - lyx-devel/trunk

2010-06-30 Thread Joost Verburg
On 6/30/2010 11:23 AM, Jean-Marc LASGOUTTES wrote: I was wondering: does it make sense to handle msvc in autotools? Can it even work? I do not mind keeping it, but only if on person somewhere can use it. AFAIK it's not possible to use MSVC with autotools. Joost

Re: r34732 - lyx-devel/trunk

2010-06-30 Thread Jean-Marc LASGOUTTES
kuem...@lyx.org writes: > Author: kuemmel > Date: Wed Jun 30 15:50:40 2010 > New Revision: 34732 > URL: http://www.lyx.org/trac/changeset/34732 > > Log: > TR1: also use tr1-regex when using msvc10 I was wondering: does it make sense to handle msvc in autotools? Can it even work? I do not mind kee

Re: r34729 - in lyx-devel/trunk: development/cmake src/support

2010-06-30 Thread Peter Kuemmel
Original-Nachricht > Datum: Wed, 30 Jun 2010 13:05:16 +0200 > Von: Jean-Marc LASGOUTTES > An: lyx-devel@lists.lyx.org > CC: lyx-...@lists.lyx.org > Betreff: Re: r34729 - in lyx-devel/trunk: development/cmake src/support > kuem...@lyx.org writes: > > > Author: kuemmel > > Date:

Re: No Mouse scrolling in LyX 2.0 - Mac?

2010-06-30 Thread Rob Oakes
I will try to test later today. Cheers, Rob Sent from Rob's Palm On Jun 30, 2010, at 6:45 AM, James Sutherland > wrote: On Jun 30, 2010, at 4:56 AM, Jean-Marc LASGOUTTES wrote: "James C. Sutherland" writes: When trying to scroll with the mouse, I get many copies of the following me

Re: No Mouse scrolling in LyX 2.0 - Mac?

2010-06-30 Thread James Sutherland
On Jun 30, 2010, at 4:56 AM, Jean-Marc LASGOUTTES wrote: > "James C. Sutherland" writes: >> When trying to scroll with the mouse, I get many copies of the following >> message: >> >>> /Users/stephan/cvs/lyx/lyx-2.0.0alpha4/src/frontends/qt4/GuiWorkArea.cpp(840): >>> wheelScrollLines = 3 delta =

Re: No Mouse scrolling in LyX 2.0 - Mac?

2010-06-30 Thread Jean-Marc LASGOUTTES
Stephan Witt writes: > Really cool! It works with one small correction: the convert() function > cannot handle the double value. > I changed the patch accordingly and attach it again. Very good. I applied it. Am I right that this is needed in 1.6.x too? JMarc

Re: No Mouse scrolling in LyX 2.0 - Mac?

2010-06-30 Thread Stephan Witt
Am 30.06.2010 um 12:56 schrieb Jean-Marc LASGOUTTES: > "James C. Sutherland" writes: >> When trying to scroll with the mouse, I get many copies of the following >> message: >> >>> /Users/stephan/cvs/lyx/lyx-2.0.0alpha4/src/frontends/qt4/GuiWorkArea.cpp(840): >>> wheelScrollLines = 3 delta = 0 sc

Re: r34729 - in lyx-devel/trunk: development/cmake src/support

2010-06-30 Thread Jean-Marc LASGOUTTES
kuem...@lyx.org writes: > Author: kuemmel > Date: Wed Jun 30 12:53:45 2010 > New Revision: 34729 > URL: http://www.lyx.org/trac/changeset/34729 > > Log: > TR1: move TR1 check to config.h / buildsystem I did the necessary autotools changes. Please do not include config.h in header files, this is d

Re: No Mouse scrolling in LyX 2.0 - Mac?

2010-06-30 Thread Jean-Marc LASGOUTTES
"James C. Sutherland" writes: > When trying to scroll with the mouse, I get many copies of the following > message: > >> /Users/stephan/cvs/lyx/lyx-2.0.0alpha4/src/frontends/qt4/GuiWorkArea.cpp(840): >> wheelScrollLines = 3 delta = 0 scroll_value = 0 page_step = 734 >> The problem is "delata = 0"

Re: TR1: regex

2010-06-30 Thread Peter Kuemmel
> OK, then. What about allowing the rest of tr1 for all gcc 4 > implementations? We can disable some of them if problems are found. > Pavel? > > I am currently removing the checktr1.h header as suggested. Ok, I've also done the cmake changes (and removed checktr1.h). In cmake I check for GCC >=

Re: TR1: regex

2010-06-30 Thread Jean-Marc LASGOUTTES
"Peter Kuemmel" writes: > I've tried to replace regex with TR1's regex, and I'm really suprised about > the missing implemnetation in GCC 4.4 and 4.5. It compiles with this GCC > versions (only one problems is left: there is not match_partial type in TR1) > but when linking there are several un

TR1: regex

2010-06-30 Thread Peter Kuemmel
I've tried to replace regex with TR1's regex, and I'm really suprised about the missing implemnetation in GCC 4.4 and 4.5. It compiles with this GCC versions (only one problems is left: there is not match_partial type in TR1) but when linking there are several unresolved essential regex functions

Re: r34728 - in lyx-devel/trunk: development/cmake development/cmake/boost/libs development/cmake/boost/libs/regex src/support

2010-06-30 Thread Peter Kuemmel
Original-Nachricht > Datum: Wed, 30 Jun 2010 11:02:53 +0200 > Von: Jean-Marc LASGOUTTES > An: lyx-devel@lists.lyx.org > CC: lyx-...@lists.lyx.org > Betreff: Re: r34728 - in lyx-devel/trunk: development/cmake > development/cmake/boost/libs development/cmake/boost/libs/regex src/

Re: r34728 - in lyx-devel/trunk: development/cmake development/cmake/boost/libs development/cmake/boost/libs/regex src/support

2010-06-30 Thread Jean-Marc LASGOUTTES
kuem...@lyx.org writes: > +++ lyx-devel/trunk/src/support/checktr1.hWed Jun 30 10:47:41 2010 > (r34728) > @@ -12,6 +12,8 @@ > #ifndef LYX_CHECKTR1_H > #define LYX_CHECKTR1_H > > +#ifndef LYX_USE_TR1 // When not set by the build system > + > #if defined(_MSC_VER) && (_MSC_VER >= 160