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\
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,
>>
>> 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
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
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
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
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
> 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
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
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
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
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
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'
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'
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:
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".
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
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
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
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
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
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
[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-
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
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
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
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
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
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
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
>> 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
Abdelrazak Younes wrote:
> Please try again.
Fixed in r16775. Thanks.
Jürgen
Jürgen Spitzmüller wrote:
This is what I get when opening a new buffer. Typing solves it.
Please try again.
Abdel.
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
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
This is what I get when opening a new buffer. Typing solves it.
Jürgen
lyx.png
Description: PNG image
36 matches
Mail list logo