input of cjk characters crashes lyx.exe

2007-01-20 Thread 한창길
Hello, The current window version(07-01-15) of lyx1.5svn crashes when I try to input Korean characters, with the following error messages, "Assertion triggered in unsigned int __thiscall lyx::QLyXKeySym::getUCSEncoded const by failing check "text_.size()==1" in file C:\lyx-devel\src\frontends\

Re: Input of CJK characters is O.K. but view fails

2007-01-20 Thread 한창길
Hello Jean-Marc, Sorry for my late reply. - Original Message - >> From: Jean-Marc Lasgouttes <[EMAIL PROTECTED]> >> To: 한창길 <[EMAIL PROTECTED]> >> Cc: lyx-devel@lists.lyx.org >> Date: 2006-12-29 21:13:56 >> Subject: Re: Input of CJK characters is O.K. but view fails >> Hello cghan, >>

Re: Bugzilla broken

2007-01-20 Thread Uwe Stöhr
>> I get some error message (security warning) when adding a new bug to >> our bugzilla system. Something is wrong with bugzilla's post-bug >> script. >> >> Have you changed the perl/python/whatever settings or made an update >> to them? Please have a look. > I have not changed a thing. > I'll tr

Re: [part 1] again about LyX's default settings

2007-01-20 Thread Uwe Stöhr
Uwe Stöhr schrieb: >> Btw. do we have other positions for the toolbars than "top" and "bottom"; >> I mean something like "left" and "right"? > > yes. "left" and "right" should just work. But they don't, I get an error message in the console that left or right is unknown. I deleted my ex

Re: [PATCH] Fix bug 3114 reated to windows path.

2007-01-20 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Thu, Jan 18, 2007 at 06:11:37PM +0100, Lars Gullik Bjønnes wrote: | > Abdelrazak Younes <[EMAIL PROTECTED]> writes: | > | > | | > | So I suggest that we do the extra step and finish the Filename class | > | instead of moving little by little everyti

Re: Mac problems resolved?

2007-01-20 Thread Bennett Helm
On Jan 20, 2007, at 9:36 AM, Michael Gerz wrote: Bennett, Status.15x is full of Mac/performance-specific problems. Could you please tell me, whether some of them have been resolved in the mean- time? Thanks, Michael I'm working on it. The trouble is that although things seem to work we

Re: What is needed to develop LyX 1.5 on Windows machine?

2007-01-20 Thread Peter Kümmel
Andre Poenitz wrote: > On Sat, Jan 20, 2007 at 12:25:36PM +1800, Bo Peng wrote: >>> i tried the cmake thing, but an attempt to build lyx from the created >>> lyx-qt4.sln with msvc produced >>> the following error: >> version.C needs to be generated from version.C.in and MSVS Gui does >> not know t

Re: [Cvslog] r16780 - /lyx-devel/trunk/src/output_plaintext.C

2007-01-20 Thread Angus Leeming
> The implications of this fix are marginal. I don't see any > difference in a typical document. Maybe not. But the translation changes you've made are absolutely wrong. > - docstring const abst = _("Abstract: "); > + docstring const abst = _("Abstract") + from_ascii(": "); Not all langu

Re: [PATCH] Branches and ToC bug

2007-01-20 Thread Martin Vermeer
Great, thanks! - Martin On Fri, 19 Jan 2007, Jean-Marc Lasgouttes wrote: "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> OK, the trivial version is what I propose for 1.4.x: Jean-Marc> besides implementing InsetBranch::textString, it fixes an Jean-Marc> output ord

Re: About bug 3118: editing first row of long math insets is impossible

2007-01-20 Thread Andre Poenitz
On Fri, Jan 19, 2007 at 12:18:35PM +0100, Abdelrazak Younes wrote: > Georg Baum wrote: > >Abdelrazak Younes wrote: > > > >>Indeed but first we have to make sure that the CoordCache is properly > >>filled in for all insets. We can do that recursively as is done in the > >>rowpainter. One have to ext

Re: What is needed to develop LyX 1.5 on Windows machine?

2007-01-20 Thread Andre Poenitz
On Sat, Jan 20, 2007 at 12:25:36PM +1800, Bo Peng wrote: > >i tried the cmake thing, but an attempt to build lyx from the created > >lyx-qt4.sln with msvc produced > >the following error: > > version.C needs to be generated from version.C.in and MSVS Gui does > not know this. I guess you need to

Re: [PATCH] Fix bug 3114 reated to windows path.

2007-01-20 Thread Andre Poenitz
On Thu, Jan 18, 2007 at 06:11:37PM +0100, Lars Gullik Bjønnes wrote: > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > | > | So I suggest that we do the extra step and finish the Filename class > | instead of moving little by little everytime a bug is discovered. > > I suggest using boost::fs

Re: Cannot compile. Latest in trunk

2007-01-20 Thread Andre Poenitz
On Fri, Jan 19, 2007 at 07:31:45PM +0100, Andre' Poenitz wrote: > string a(); > > is a declaration of a function called 'a' taking no argument and > returning a string. Hmpf... and everyone knew already. I was pretty sure I was up-to-date when writng this mail. Andre'

Re: About bug 3118: editing first row of long math insets is impossible

2007-01-20 Thread Andre Poenitz
On Fri, Jan 19, 2007 at 11:39:40AM +0100, Georg Baum wrote: > If we make sure that the coord cache is always > set in the metrics method as Abdel suggests, There must be a misunderstanding somewhere. The metrics phase only determines _sizes_. The coord cache records _positions_. Andre'

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-20 Thread Michael Gerz
Sure? Looks like 4. Michael [EMAIL PROTECTED] schrieb: Author: baum Date: Sat Jan 20 18:21:52 2007 New Revision: 16785 URL: http://www.lyx.org/trac/changeset/16785 Log: count correctly Modified: lyx-devel/trunk/src/paragraph_pimpl.C Modified: lyx-devel/trunk/src/paragraph_pimpl.C URL:

Re: Problem stripLeadingSpaces()

2007-01-20 Thread Michael Gerz
Abdelrazak Younes schrieb: Michael Gerz wrote: Abdelrazak Younes schrieb: Michael Gerz wrote: Abdelrazak Younes schrieb: I don't understand, why the space in the first line should be deleted? means a space that was marked as deleted. Use the attached lyx file. Press return after "hello".

Re: [Cvslog] r16783 - /lyx-devel/trunk/src/text.C

2007-01-20 Thread Michael Gerz
Next bug fix... this time regarding change tracking. Michael [EMAIL PROTECTED] schrieb: Author: schmitt Date: Sat Jan 20 17:59:13 2007 New Revision: 16783 URL: http://www.lyx.org/trac/changeset/16783 Log: * src/text.C: move forward when logically deleting character (previously

Re: [Cvslog] r16782 - /lyx-devel/trunk/src/output_plaintext.C

2007-01-20 Thread Michael Gerz
Up to now, max line length hasn't really been max line length. This plain text output code is just scary Michael [EMAIL PROTECTED] schrieb: Author: schmitt Date: Sat Jan 20 17:38:58 2007 New Revision: 16782 URL: http://www.lyx.org/trac/changeset/16782 Log: * src/output_plaintext.C

Re: Bugzilla broken

2007-01-20 Thread Lars Gullik Bjønnes
Michael Gerz <[EMAIL PROTECTED]> writes: | Lars, | | I get some error message (security warning) when adding a new bug to | our bugzilla system. Something is wrong with bugzilla's post-bug | script. | | Have you changed the perl/python/whatever settings or made an update | to them? Please have a

Re: [Cvslog] r16781 - /lyx-devel/trunk/src/output_plaintext.C

2007-01-20 Thread Michael Gerz
Another bug in plain text output. Has anybody ever used this feature? (This is not the last commit!) Michael [EMAIL PROTECTED] schrieb: Author: schmitt Date: Sat Jan 20 17:25:52 2007 New Revision: 16781 URL: http://www.lyx.org/trac/changeset/16781 Log: * src/output_plaintext.C: remove

Re: [Cvslog] r16780 - /lyx-devel/trunk/src/output_plaintext.C

2007-01-20 Thread Michael Gerz
The implications of this fix are marginal. I don't see any difference in a typical document. Michael [EMAIL PROTECTED] schrieb: Author: schmitt Date: Sat Jan 20 17:14:39 2007 New Revision: 16780 URL: http://www.lyx.org/trac/changeset/16780 Log: * src/output_plaintext.C: save two *.po ent

Re: [Cvslog] r16779 - /lyx-devel/trunk/src/output_plaintext.C

2007-01-20 Thread Michael Gerz
The plain text bug fixing continues... Michael [EMAIL PROTECTED] schrieb: Author: schmitt Date: Sat Jan 20 16:35:39 2007 New Revision: 16779 URL: http://www.lyx.org/trac/changeset/16779 Log: * src/output_plaintext.C: fix line breaks in plain text output; add a line break at t

Re: [Cvslog] r16778 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-20 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Author: schmitt Date: Sat Jan 20 16:07:20 2007 New Revision: 16778 URL: http://www.lyx.org/trac/changeset/16778 Log: * src/paragraph_pimpl.C: check for linelen == 0 in LaTeX output; otherwise, every word in printed on a separate line Modified: lyx-

Mac problems resolved?

2007-01-20 Thread Michael Gerz
Bennett, Status.15x is full of Mac/performance-specific problems. Could you please tell me, whether some of them have been resolved in the mean-time? Thanks, Michael

Re: About bug 3118: editing first row of long math insets is impossible

2007-01-20 Thread Georg Baum
Abdelrazak Younes wrote: > Georg Baum wrote: > > I am not going to rip the draw machinery apart right now, because I don't > > know enough about it and I also think that now is not the right moment to > > do so. > > Well, your patch is much riskier believe me. I don't think so: I added the Clea

Re: Omega

2007-01-20 Thread Georg Baum
Gudjon I. Gudjonsson wrote: > Hi >I have just updated to the latest svn on my Debian computer and the >Greek > letter Omega is not visible but it prints perfectly in postscript. The > other Greek letters seem to be visible. This is a known problem, see Status.15x. Georg

Re: Cannot compile 1.5.x_svn

2007-01-20 Thread Bo Peng
This appears to be the result of some qt4 not being installed, but configure does not complain. Hi, John. This is indeed your problem. This is also our problem. Configure should stop without qt4. Bo

Re: What is needed to develop LyX 1.5 on Windows machine?

2007-01-20 Thread Peter Kümmel
Bernhard Roider wrote: > Hello, >> >> Does this file resides in the source tree (trunk/src/version.C)? >> Then delete it and call cmake again ('cmake .' in the build >> folder is enough). There must only be a version.C in your build >> folder. >> >> Peter >> > > after fetching the fresh source fro

Bugzilla broken

2007-01-20 Thread Michael Gerz
Lars, I get some error message (security warning) when adding a new bug to our bugzilla system. Something is wrong with bugzilla's post-bug script. Have you changed the perl/python/whatever settings or made an update to them? Please have a look. Thanks in advance! Michael

Re: What is needed to develop LyX 1.5 on Windows machine?

2007-01-20 Thread Bernhard Roider
Hello, Does this file resides in the source tree (trunk/src/version.C)? Then delete it and call cmake again ('cmake .' in the build folder is enough). There must only be a version.C in your build folder. Peter after fetching the fresh source from trunk it now works here also. the only remain

Re: another attempt to install 1.50-svn-3.04

2007-01-20 Thread Uwe Stöhr
>> This one is weird, False is a keyword of python... > > But only after python 2.2.3, right? > > Which version of python are you (Philip) using? He's using python 2.1 that was the problem. regards Uwe

Re: Drawing woes

2007-01-20 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > Please try again. Fixed in r16775. Thanks. Jürgen

Re: Drawing woes

2007-01-20 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: This is what I get when opening a new buffer. Typing solves it. Please try again. Abdel.

Re: Tabs + TOC Dialog

2007-01-20 Thread Peter Kümmel
Angus Leeming wrote: > Peter Kümmel wrote: >> Peter Kümmel wrote: >> >> >>> Does any expert have an idea? >> >> >> "The Usual Suspects" ;) >> >> (sorry for the breaking-the-rules smiley) >> >> Peter >> > > See frontends/Dialogs.C: > > void Dialogs::updateBufferDependent(bool switched) const > 211

Re: [Cvslog] r16765 - /lyx-devel/trunk/src/output_plaintext.C

2007-01-20 Thread Jürgen Spitzmüller
Michael Gerz wrote: > I think the fix is not complete. I will provide details tomorrow. Maybe you can also fix the ascii export of tables, which is completely broken: http://bugzilla.lyx.org/show_bug.cgi?id=2515 Jürgen

Drawing woes

2007-01-20 Thread Jürgen Spitzmüller
This is what I get when opening a new buffer. Typing solves it. Jürgen lyx.png Description: PNG image