Re: [LyX master] Fix assertion related to cursor anchor.

2013-04-27 Thread Jean-Marc Lasgouttes
Le 27/04/2013 11:20, Jean-Marc Lasgouttes a écrit : Fix assertion related to cursor anchor. Richard, please check. I think you got the logic wrong. JMarc - if (anchor_.depth() = depth()) { - // LASSERT: There have been several bugs around this code, that seem -

SVN in the Wiki

2013-04-27 Thread Elmar Hinz
Hello, in the wiki i find entries related to SVN. Are they obsolete or is there still a SVN repository? Regards Elmar -- Elmar Hinz Freiherr-vom-Stein-Str. 1 33014 Bad Driburg TYPO3 community contact: t.3.e.l.m.a...@.g.m.a.i.l.dot.c.o.m personal contact:

Give me some bug please

2013-04-27 Thread Elmar Hinz
Hello, I practiced to complie the code with cmake. I set up my own LyX-mirror on github: https://github.com/t3elmar/Lyx Now I would like to fix some bugs. I am experienced with OOP and design patterns. I am not experienced with C++. Hence it should be some rather easy bugs just to get started.

Mac OS X 10.7.5: First copying QT libs then conflicting

2013-04-27 Thread Elmar Hinz
Hello, there is still one issue to solve with compiling on OS X. I compile LyX with the prebuild QT libraries (framework). I don't compile QT itself. When I build the package the QT libraries are copied into the build. Now, when I start the application it first warns that it is not certain

Re: Re: [LyX master] Remove assertion accidentally added during the audit.

2013-04-27 Thread Kornel Benko
Am Freitag, 26. April 2013 um 17:39:10, schrieb Kornel Benko kor...@lyx.org Am Freitag, 26. April 2013 um 16:43:15, schrieb Richard Heck rgh...@lyx.org The branch, master, has been updated. - Log - commit

Fwd: GSOC 2013

2013-04-27 Thread Diluka Wittachchi
Hi Everyone Have a nice day ,l need some help please kindly send me a more details step by step which how i handle the Toolbar customization dialog git repository .I like to start new branch and apply this patch to the current master and go ahead its ok ? Thanks a lot. (Abdel already started

Re: [LyX master] Hungarian Tutorial.lyx: revert last change

2013-04-27 Thread Uwe Stöhr
Am 25.04.2013 11:56, schrieb Scott Kostyshak: Ah, I'm glad I asked. OK I will look through the commits and cherry-pick the ones that set the default output format. I don't think it's always to pdf2. IIRC, some required format pdf. Done starting at edd91d5e. Thanks. regards Uwe

Assertion

2013-04-27 Thread Kornel Benko
LyX-versions created since Apr 26 are no longer runnable. ... support/lassert.cpp (43): ASSERTION false VIOLATED IN /usr/src/lyx/lyx-git/src/Cursor.cpp:1146 Assertion triggered in void lyx::doAssert(const char*, const char*, long int) by failing check false in file

Re: Assertion

2013-04-27 Thread Kornel Benko
Am Samstag, 27. April 2013 um 19:29:26, schrieb Kornel Benko kor...@lyx.org LyX-versions created since Apr 26 are no longer runnable. ... support/lassert.cpp (43): ASSERTION false VIOLATED IN /usr/src/lyx/lyx-git/src/Cursor.cpp:1146 Assertion triggered in void lyx::doAssert(const char*,

Re: Assertion

2013-04-27 Thread Jean-Marc Lasgouttes
Le 27/04/2013 19:29, Kornel Benko a écrit : LyX-versions created since Apr 26 are no longer runnable. ... support/lassert.cpp (43): ASSERTION false VIOLATED IN /usr/src/lyx/lyx-git/src/Cursor.cpp:1146 Assertion triggered in void lyx::doAssert(const char*, const char*, long int) by failing

Re: Re: Assertion

2013-04-27 Thread Kornel Benko
Am Samstag, 27. April 2013 um 19:51:58, schrieb Jean-Marc Lasgouttes lasgout...@lyx.org Le 27/04/2013 19:29, Kornel Benko a écrit : LyX-versions created since Apr 26 are no longer runnable. ... support/lassert.cpp (43): ASSERTION false VIOLATED IN

Re: [LyX master] Hungarian Tutorial.lyx: revert last change

2013-04-27 Thread Scott Kostyshak
On Tue, Apr 16, 2013 at 5:19 PM, Uwe Stöhr uwesto...@web.de wrote: This change should also go to branch: http://www.lyx.org/trac/changeset/912cbcdb/lyxgit (This was once my fault.) OK Richard? This is still pending. Should it go to branch? Scott

Re: Assertion

2013-04-27 Thread Jean-Marc Lasgouttes
Le 27/04/2013 20:00, Kornel Benko a écrit : Yes. Removal of one lassert leads to crash on the next. This time on: support/lassert.cpp (72): ASSERTION pos size() VIOLATED IN /usr/src/lyx/lyx-git/src/mathed/MathData.cpp:77 Assertion triggered in void lyx::doBufErr(const char*, const docstring,

Re: [LyX master] Another assertion that got transformed in 1b1f8dd2

2013-04-27 Thread Kornel Benko
Am Samstag, 27. April 2013 um 20:15:44, schrieb Jean-Marc Lasgouttes lasgout...@lyx.org The branch, master, has been updated. - Log - commit d243e53f54e861c90ce7135f3d1a8d68d6202555 Author: Jean-Marc Lasgouttes

Re: Re: Assertion

2013-04-27 Thread Kornel Benko
Am Samstag, 27. April 2013 um 20:16:12, schrieb Jean-Marc Lasgouttes lasgout...@lyx.org Le 27/04/2013 20:00, Kornel Benko a écrit : Yes. Removal of one lassert leads to crash on the next. This time on: support/lassert.cpp (72): ASSERTION pos size() VIOLATED IN

Re: [LyX master] Another assertion that got transformed in 1b1f8dd2

2013-04-27 Thread Jean-Marc Lasgouttes
Le 27/04/2013 20:31, Kornel Benko a écrit : I thought, you do not want _() here? Agreed, but I do not want to care about that at this point. JMarc

Re: Re: [LyX master] Another assertion that got transformed in 1b1f8dd2

2013-04-27 Thread Kornel Benko
Am Samstag, 27. April 2013 um 20:53:58, schrieb Jean-Marc Lasgouttes lasgout...@lyx.org Le 27/04/2013 20:31, Kornel Benko a écrit : I thought, you do not want _() here? Agreed, but I do not want to care about that at this point. OK, but I would like to change at least the ones, xgettext

Re: [LyX master] Another assertion that got transformed in 1b1f8dd2

2013-04-27 Thread Jean-Marc Lasgouttes
Le 27/04/2013 21:02, Kornel Benko a écrit : Am Samstag, 27. April 2013 um 20:53:58, schrieb Jean-Marc Lasgouttes lasgout...@lyx.org Le 27/04/2013 20:31, Kornel Benko a écrit : I thought, you do not want _() here? Agreed, but I do not want to care about that at this point. OK,

Current master breaks

2013-04-27 Thread Elmar Hinz
Hello, when I try to compile Lyx the latest version (and some older ones) breaks: BREAKING: commit d243e53f54e861c90ce7135f3d1a8d68d6202555 Author: Jean-Marc Lasgouttes lasgout...@lyx.org Date: Sat Apr 27 20:14:43 2013 +0200 Another assertion that got transformed in 1b1f8dd2 ERROR:

Re: Re: [LyX master] Another assertion that got transformed in 1b1f8dd2

2013-04-27 Thread Kornel Benko
lAm Samstag, 27. April 2013 um 21:04:39, schrieb Jean-Marc Lasgouttes lasgout...@lyx.org Le 27/04/2013 21:02, Kornel Benko a écrit : Am Samstag, 27. April 2013 um 20:53:58, schrieb Jean-Marc Lasgouttes lasgout...@lyx.org Le 27/04/2013 20:31, Kornel Benko a écrit : I

Re: Current master breaks

2013-04-27 Thread Jean-Marc Lasgouttes
Le 27/04/2013 21:15, Elmar Hinz a écrit : ERROR: /Users/elmar/lyx/src/insets/InsetCommandParams.cpp:87:25: error: default initialization of an object of const type 'const lyx::ParamInfo' requires a user-provided default constructor static const ParamInfo pi; I am surprised

Applying for GSOC 2013

2013-04-27 Thread Mridul Bhatnagar
Hello, I'm interested in LyX project for GSOC 2013 and I'm very eager to join this project. Thank You Regards, Mridul Bhatnagar

Re: Current master breaks

2013-04-27 Thread Elmar Hinz
On Sat, Apr 27, 2013 at 9:25 PM, Jean-Marc Lasgouttes lasgout...@lyx.orgwrote: Le 27/04/2013 21:15, Elmar Hinz a écrit : ERROR: /Users/elmar/lyx/src/insets/**InsetCommandParams.cpp:87:25: error: default initialization of an object of const type 'const lyx::ParamInfo' requires a

Re: [LyX master] Hungarian Tutorial.lyx: revert last change

2013-04-27 Thread Uwe Stöhr
Am 27.04.2013 20:03, schrieb Scott Kostyshak: On Tue, Apr 16, 2013 at 5:19 PM, Uwe Stöhr uwesto...@web.de wrote: This change should also go to branch: http://www.lyx.org/trac/changeset/912cbcdb/lyxgit (This was once my fault.) OK Richard? This is still pending. Should it go to branch? If

changeset 07ca50d9 breaks compilation

2013-04-27 Thread Uwe Stöhr
Hi Kornel, your recent commit: http://www.lyx.org/trac/changeset/07ca50d90590c13446eb76927d136db63c70711b/lyxgit breaks the compilation for me. I now get: ..\..\src\BufferView.cpp(879): error C2664: 'lyx::doBufErr' : cannot convert parameter 2 from 'const char [1]' to 'const lyx::docstring

UserGuide can no longer be opened by LyX 2.1git

2013-04-27 Thread Uwe Stöhr
I just noticed that during the last 7 days a serious bug was introduced: http://www.lyx.org/trac/ticket/8644 There is something wrong now with our math handling or the assertions. Any ideas? regards Uwe

GSoC Project: Horizontal scrollbar in table and math

2013-04-27 Thread Mandeep Simak
Hello, I am Mandeep Kaur, student of GNDEC, Ldh pusuing B.Tech. in Information Technology. I know C++ and CGI with C++. I am currently working on project BaKaPlan i.e. in C++ using CGI https://github.com/GreatDevelopers/bakaplan/tree/Next I am interested in LyX project to add horizontal

Re: changeset 07ca50d9 breaks compilation

2013-04-27 Thread Uwe Stöhr
Am 27.04.2013 21:34, schrieb Uwe Stöhr: your recent commit: http://www.lyx.org/trac/changeset/07ca50d90590c13446eb76927d136db63c70711b/lyxgit breaks the compilation for me. Your latest change fixed this. Thanks. regards Uwe

Re: Re: changeset 07ca50d9 breaks compilation

2013-04-27 Thread Kornel Benko
Am Samstag, 27. April 2013 um 21:45:27, schrieb Uwe Stöhr uwesto...@web.de Am 27.04.2013 21:34, schrieb Uwe Stöhr: your recent commit: http://www.lyx.org/trac/changeset/07ca50d90590c13446eb76927d136db63c70711b/lyxgit breaks the compilation for me. Your latest change fixed this.

Re: UserGuide can no longer be opened by LyX 2.1git

2013-04-27 Thread Kornel Benko
Am Samstag, 27. April 2013 um 21:41:12, schrieb Uwe Stöhr uwesto...@web.de I just noticed that during the last 7 days a serious bug was introduced: http://www.lyx.org/trac/ticket/8644 There is something wrong now with our math handling or the assertions. Any ideas? regards Uwe I get

Re: Give me some bug please

2013-04-27 Thread Scott Kostyshak
On Sat, Apr 27, 2013 at 6:06 AM, Elmar Hinz t3el...@googlemail.com wrote: Hello, I practiced to complie the code with cmake. I set up my own LyX-mirror on github: https://github.com/t3elmar/Lyx By mirror do you mean that it will be updated automatically? Now I would like to fix some bugs.

Re: Give me some bug please

2013-04-27 Thread Elmar Hinz
Hello Scott, I have some buglettes in random notes that I wanted to eventually look at. I told someone else that I would organize them and post them. I will try to do that soon. I will put the 'easyfix' keyword on them in trac. These will be bugs that I think I will be able to guide someone

Re: [LyX master] Remove assertion accidentally added during the audit.

2013-04-27 Thread Richard Heck
On 04/26/2013 11:54 AM, Jean-Marc Lasgouttes wrote: 26/04/2013 16:43, Richard Heck: The branch, master, has been updated. - Log - commit 78652c98c8af2290492d969570a084ad58ec0c02 Author: Richard Heck rgh...@lyx.org Date: Fri Apr

Re: [LyX master] Another assertion that got transformed in 1b1f8dd2

2013-04-27 Thread Richard Heck
On 04/27/2013 02:15 PM, Jean-Marc Lasgouttes wrote: The branch, master, has been updated. - Log - commit d243e53f54e861c90ce7135f3d1a8d68d6202555 Author: Jean-Marc Lasgouttes lasgout...@lyx.org Date: Sat Apr 27 20:14:43 2013

Re: [LyX master] Strings as parameters to LASSERT should not be translatable. But empty strings are even worse.

2013-04-27 Thread Richard Heck
On 04/27/2013 03:15 PM, Kornel Benko wrote: The branch, master, has been updated. - Log - commit 07ca50d90590c13446eb76927d136db63c70711b Author: Kornel Benko kor...@lyx.org Date: Sat Apr 27 21:13:32 2013 +0200 Strings as

Need Advice for the LyX presentation mode project

2013-04-27 Thread Mridul Bhatnagar
Respected Dev, I'm interested in Lyx project for LyX presentation mode and I really want to contribute in it and since I'm applying for GSOC 2013. I need help from the developers to guide me and review my application before I post it. Thanks in advance for helping me out.

Re: [LyX master] Also put HTML on the clipboard when copying

2013-04-27 Thread Scott Kostyshak
On Sun, Apr 21, 2013 at 3:22 PM, Georg Baum georg.b...@post.rwth-aachen.de wrote: Richard Heck wrote: There are a couple issues here. One is the problem of branches. Previously, we'd have pasted the copied paragraphs into the temporary Buffer, and with it whatever branch insets were in the

Re: Compiling LyX on Mac OS 10.7.5

2013-04-27 Thread Stephan Witt
Am 26.04.2013 um 18:46 schrieb Elmar Hinz t3el...@googlemail.com: On Fri, Apr 26, 2013 at 6:29 PM, Kornel Benko kor...@lyx.org wrote: Am Freitag, 26. April 2013 um 18:23:56, schrieb Elmar Hinz t3el...@googlemail.com Hello, IMHO there is no libc6 for mac. There is a

Re: [LyX master] Fix assertion related to cursor anchor.

2013-04-27 Thread Jean-Marc Lasgouttes
Le 27/04/2013 11:20, Jean-Marc Lasgouttes a écrit : Fix assertion related to cursor anchor. Richard, please check. I think you got the logic wrong. JMarc - if (anchor_.depth() >= depth()) { - // LASSERT: There have been several bugs around this code, that seem -

SVN in the Wiki

2013-04-27 Thread Elmar Hinz
Hello, in the wiki i find entries related to SVN. Are they obsolete or is there still a SVN repository? Regards Elmar -- Elmar Hinz Freiherr-vom-Stein-Str. 1 33014 Bad Driburg TYPO3 community contact: t.3.e.l.m.a...@.g.m.a.i.l.dot.c.o.m personal contact:

Give me some bug please

2013-04-27 Thread Elmar Hinz
Hello, I practiced to complie the code with cmake. I set up my own LyX-mirror on github: https://github.com/t3elmar/Lyx Now I would like to fix some bugs. I am experienced with OOP and design patterns. I am not experienced with C++. Hence it should be some rather easy bugs just to get started.

Mac OS X 10.7.5: First copying QT libs then conflicting

2013-04-27 Thread Elmar Hinz
Hello, there is still one issue to solve with compiling on OS X. I compile LyX with the prebuild QT libraries (framework). I don't compile QT itself. When I build the package the QT libraries are copied into the build. Now, when I start the application it first warns that it is not certain

Re: Re: [LyX master] Remove assertion accidentally added during the audit.

2013-04-27 Thread Kornel Benko
Am Freitag, 26. April 2013 um 17:39:10, schrieb Kornel Benko > Am Freitag, 26. April 2013 um 16:43:15, schrieb Richard Heck > > The branch, master, has been updated. > > > > - Log - > > > > commit

Fwd: GSOC 2013

2013-04-27 Thread Diluka Wittachchi
Hi Everyone Have a nice day ,l need some help please kindly send me a more details step by step which how i handle the Toolbar customization dialog git repository .I like to start new branch and apply this patch to the current master and go ahead its ok ? Thanks a lot. (Abdel already started

Re: [LyX master] Hungarian Tutorial.lyx: revert last change

2013-04-27 Thread Uwe Stöhr
Am 25.04.2013 11:56, schrieb Scott Kostyshak: Ah, I'm glad I asked. OK I will look through the commits and cherry-pick the ones that set the default output format. I don't think it's always to pdf2. IIRC, some required format pdf. Done starting at edd91d5e. Thanks. regards Uwe

Assertion

2013-04-27 Thread Kornel Benko
LyX-versions created since Apr 26 are no longer runnable. ... support/lassert.cpp (43): ASSERTION false VIOLATED IN /usr/src/lyx/lyx-git/src/Cursor.cpp:1146 Assertion triggered in void lyx::doAssert(const char*, const char*, long int) by failing check "false" in file

Re: Assertion

2013-04-27 Thread Kornel Benko
Am Samstag, 27. April 2013 um 19:29:26, schrieb Kornel Benko > LyX-versions created since Apr 26 are no longer runnable. > ... > support/lassert.cpp (43): ASSERTION false VIOLATED IN > /usr/src/lyx/lyx-git/src/Cursor.cpp:1146 > Assertion triggered in void lyx::doAssert(const

Re: Assertion

2013-04-27 Thread Jean-Marc Lasgouttes
Le 27/04/2013 19:29, Kornel Benko a écrit : LyX-versions created since Apr 26 are no longer runnable. ... support/lassert.cpp (43): ASSERTION false VIOLATED IN /usr/src/lyx/lyx-git/src/Cursor.cpp:1146 Assertion triggered in void lyx::doAssert(const char*, const char*, long int) by failing

Re: Re: Assertion

2013-04-27 Thread Kornel Benko
Am Samstag, 27. April 2013 um 19:51:58, schrieb Jean-Marc Lasgouttes > Le 27/04/2013 19:29, Kornel Benko a écrit : > > LyX-versions created since Apr 26 are no longer runnable. > > > > ... > > > > support/lassert.cpp (43): ASSERTION false VIOLATED IN > >

Re: [LyX master] Hungarian Tutorial.lyx: revert last change

2013-04-27 Thread Scott Kostyshak
On Tue, Apr 16, 2013 at 5:19 PM, Uwe Stöhr wrote: > This change should also go to branch: > http://www.lyx.org/trac/changeset/912cbcdb/lyxgit > (This was once my fault.) > > OK Richard? This is still pending. Should it go to branch? Scott

Re: Assertion

2013-04-27 Thread Jean-Marc Lasgouttes
Le 27/04/2013 20:00, Kornel Benko a écrit : Yes. Removal of one lassert leads to crash on the next. This time on: support/lassert.cpp (72): ASSERTION pos < size() VIOLATED IN /usr/src/lyx/lyx-git/src/mathed/MathData.cpp:77 Assertion triggered in void lyx::doBufErr(const char*, const

Re: [LyX master] Another assertion that got transformed in 1b1f8dd2

2013-04-27 Thread Kornel Benko
Am Samstag, 27. April 2013 um 20:15:44, schrieb Jean-Marc Lasgouttes > The branch, master, has been updated. > > - Log - > > commit d243e53f54e861c90ce7135f3d1a8d68d6202555 > Author: Jean-Marc Lasgouttes

Re: Re: Assertion

2013-04-27 Thread Kornel Benko
Am Samstag, 27. April 2013 um 20:16:12, schrieb Jean-Marc Lasgouttes > Le 27/04/2013 20:00, Kornel Benko a écrit : > > Yes. Removal of one lassert leads to crash on the next. This time on: > > > > support/lassert.cpp (72): ASSERTION pos < size() VIOLATED IN > >

Re: [LyX master] Another assertion that got transformed in 1b1f8dd2

2013-04-27 Thread Jean-Marc Lasgouttes
Le 27/04/2013 20:31, Kornel Benko a écrit : I thought, you do not want _() here? Agreed, but I do not want to care about that at this point. JMarc

Re: Re: [LyX master] Another assertion that got transformed in 1b1f8dd2

2013-04-27 Thread Kornel Benko
Am Samstag, 27. April 2013 um 20:53:58, schrieb Jean-Marc Lasgouttes > Le 27/04/2013 20:31, Kornel Benko a écrit : > > > > I thought, you do not want _() here? > > Agreed, but I do not want to care about that at this point. OK, but I would like to change at least the ones,

Re: [LyX master] Another assertion that got transformed in 1b1f8dd2

2013-04-27 Thread Jean-Marc Lasgouttes
Le 27/04/2013 21:02, Kornel Benko a écrit : Am Samstag, 27. April 2013 um 20:53:58, schrieb Jean-Marc Lasgouttes > Le 27/04/2013 20:31, Kornel Benko a écrit : > > > > I thought, you do not want _() here? > > Agreed, but I do not want to care about that at this

Current master breaks

2013-04-27 Thread Elmar Hinz
Hello, when I try to compile Lyx the latest version (and some older ones) breaks: BREAKING: commit d243e53f54e861c90ce7135f3d1a8d68d6202555 Author: Jean-Marc Lasgouttes Date: Sat Apr 27 20:14:43 2013 +0200 Another assertion that got transformed in 1b1f8dd2 ERROR:

Re: Re: [LyX master] Another assertion that got transformed in 1b1f8dd2

2013-04-27 Thread Kornel Benko
lAm Samstag, 27. April 2013 um 21:04:39, schrieb Jean-Marc Lasgouttes > Le 27/04/2013 21:02, Kornel Benko a écrit : > > Am Samstag, 27. April 2013 um 20:53:58, schrieb Jean-Marc Lasgouttes > > > > > > > Le 27/04/2013 20:31, Kornel Benko a écrit : > > > >

Re: Current master breaks

2013-04-27 Thread Jean-Marc Lasgouttes
Le 27/04/2013 21:15, Elmar Hinz a écrit : ERROR: /Users/elmar/lyx/src/insets/InsetCommandParams.cpp:87:25: error: default initialization of an object of const type 'const lyx::ParamInfo' requires a user-provided default constructor static const ParamInfo pi; I am surprised

Applying for GSOC 2013

2013-04-27 Thread Mridul Bhatnagar
Hello, I'm interested in LyX project for GSOC 2013 and I'm very eager to join this project. Thank You Regards, Mridul Bhatnagar

Re: Current master breaks

2013-04-27 Thread Elmar Hinz
On Sat, Apr 27, 2013 at 9:25 PM, Jean-Marc Lasgouttes wrote: > Le 27/04/2013 21:15, Elmar Hinz a écrit : > > ERROR: >> >> /Users/elmar/lyx/src/insets/**InsetCommandParams.cpp:87:25: error: >> default >> initialization of an >>object of const type 'const

Re: [LyX master] Hungarian Tutorial.lyx: revert last change

2013-04-27 Thread Uwe Stöhr
Am 27.04.2013 20:03, schrieb Scott Kostyshak: On Tue, Apr 16, 2013 at 5:19 PM, Uwe Stöhr wrote: This change should also go to branch: http://www.lyx.org/trac/changeset/912cbcdb/lyxgit (This was once my fault.) OK Richard? This is still pending. Should it go to branch?

changeset 07ca50d9 breaks compilation

2013-04-27 Thread Uwe Stöhr
Hi Kornel, your recent commit: http://www.lyx.org/trac/changeset/07ca50d90590c13446eb76927d136db63c70711b/lyxgit breaks the compilation for me. I now get: ..\..\src\BufferView.cpp(879): error C2664: 'lyx::doBufErr' : cannot convert parameter 2 from 'const char [1]' to 'const lyx::docstring

UserGuide can no longer be opened by LyX 2.1git

2013-04-27 Thread Uwe Stöhr
I just noticed that during the last 7 days a serious bug was introduced: http://www.lyx.org/trac/ticket/8644 There is something wrong now with our math handling or the assertions. Any ideas? regards Uwe

GSoC Project: Horizontal scrollbar in table and math

2013-04-27 Thread Mandeep Simak
Hello, I am Mandeep Kaur, student of GNDEC, Ldh pusuing B.Tech. in Information Technology. I know C++ and CGI with C++. I am currently working on project BaKaPlan i.e. in C++ using CGI https://github.com/GreatDevelopers/bakaplan/tree/Next I am interested in LyX project to add horizontal

Re: changeset 07ca50d9 breaks compilation

2013-04-27 Thread Uwe Stöhr
Am 27.04.2013 21:34, schrieb Uwe Stöhr: your recent commit: http://www.lyx.org/trac/changeset/07ca50d90590c13446eb76927d136db63c70711b/lyxgit breaks the compilation for me. Your latest change fixed this. Thanks. regards Uwe

Re: Re: changeset 07ca50d9 breaks compilation

2013-04-27 Thread Kornel Benko
Am Samstag, 27. April 2013 um 21:45:27, schrieb Uwe Stöhr > Am 27.04.2013 21:34, schrieb Uwe Stöhr: > > > your recent commit: > > http://www.lyx.org/trac/changeset/07ca50d90590c13446eb76927d136db63c70711b/lyxgit > > > > breaks the compilation for me. > > Your latest change

Re: UserGuide can no longer be opened by LyX 2.1git

2013-04-27 Thread Kornel Benko
Am Samstag, 27. April 2013 um 21:41:12, schrieb Uwe Stöhr > I just noticed that during the last 7 days a serious bug was introduced: > http://www.lyx.org/trac/ticket/8644 > > There is something wrong now with our math handling or the assertions. > > Any ideas? > > regards Uwe

Re: Give me some bug please

2013-04-27 Thread Scott Kostyshak
On Sat, Apr 27, 2013 at 6:06 AM, Elmar Hinz wrote: > Hello, > > I practiced to complie the code with cmake. > > I set up my own LyX-mirror on github: https://github.com/t3elmar/Lyx By mirror do you mean that it will be updated automatically? > Now I would like to fix

Re: Give me some bug please

2013-04-27 Thread Elmar Hinz
Hello Scott, I have some buglettes in random notes that I wanted to eventually look > at. I told someone else that I would organize them and post them. I > will try to do that soon. I will put the 'easyfix' keyword on them in > trac. These will be bugs that I think I will be able to guide

Re: [LyX master] Remove assertion accidentally added during the audit.

2013-04-27 Thread Richard Heck
On 04/26/2013 11:54 AM, Jean-Marc Lasgouttes wrote: 26/04/2013 16:43, Richard Heck: The branch, master, has been updated. - Log - commit 78652c98c8af2290492d969570a084ad58ec0c02 Author: Richard Heck Date: Fri

Re: [LyX master] Another assertion that got transformed in 1b1f8dd2

2013-04-27 Thread Richard Heck
On 04/27/2013 02:15 PM, Jean-Marc Lasgouttes wrote: The branch, master, has been updated. - Log - commit d243e53f54e861c90ce7135f3d1a8d68d6202555 Author: Jean-Marc Lasgouttes Date: Sat Apr 27 20:14:43 2013

Re: [LyX master] Strings as parameters to LASSERT should not be translatable. But empty strings are even worse.

2013-04-27 Thread Richard Heck
On 04/27/2013 03:15 PM, Kornel Benko wrote: The branch, master, has been updated. - Log - commit 07ca50d90590c13446eb76927d136db63c70711b Author: Kornel Benko Date: Sat Apr 27 21:13:32 2013 +0200 Strings

Need Advice for the "LyX presentation mode" project

2013-04-27 Thread Mridul Bhatnagar
Respected Dev, I'm interested in Lyx project for "LyX presentation mode" and I really want to contribute in it and since I'm applying for GSOC 2013. I need help from the developers to guide me and review my application before I post it. Thanks in advance for helping me

Re: [LyX master] Also put HTML on the clipboard when copying

2013-04-27 Thread Scott Kostyshak
On Sun, Apr 21, 2013 at 3:22 PM, Georg Baum wrote: > Richard Heck wrote: > >> There are a couple issues here. One is the problem of branches. >> Previously, we'd have "pasted" the copied paragraphs into the temporary >> Buffer, and with it whatever branch insets

Re: Compiling LyX on Mac OS 10.7.5

2013-04-27 Thread Stephan Witt
Am 26.04.2013 um 18:46 schrieb Elmar Hinz : > > On Fri, Apr 26, 2013 at 6:29 PM, Kornel Benko wrote: > Am Freitag, 26. April 2013 um 18:23:56, schrieb Elmar Hinz > > > Hello, > > > > IMHO there is no libc6 for mac. There is a > >