Re: Bug?

2010-10-29 Thread Stephan Witt
Am 29.10.2010 um 16:36 schrieb Richard Heck: On 10/29/2010 10:23 AM, Jürgen Spitzmüller wrote: Frederick Noronha wrote: Letterine is for creating drop caps. It works fine for me, EXCEPT when there is an inverted comma in the text such as I’d told you Sure, and I told you what

PATCH InfoInset

2010-10-30 Thread Stephan Witt
I've got a crash when place info-insert buffer vcs-date into CVS controlled file. The attached patch helps, but I'm not sure if there's some more elegant solution. Any opinions? Stephan Index: src/insets/InsetInfo.cpp === ---

Re: PATCH InfoInset

2010-10-31 Thread Stephan Witt
Am 30.10.2010 um 15:59 schrieb Stephan Witt: I've got a crash when place info-insert buffer vcs-date into CVS controlled file. The attached patch helps, but I'm not sure if there's some more elegant solution. Any opinions? I rephrase my question... The crash is the ASSERT in bformat

Re: PATCH InfoInset

2010-10-31 Thread Stephan Witt
of InsetCommandParams.cpp (LASSERT in default of switch missing the INFO_CODE case) What happens here? I guess the latest changes to the dialog code were not as trivial as one thought... Stephan Vincent Op 31 okt 2010 08:51 schreef Stephan Witt st.w...@gmx.net: Am 30.10.2010 um 15:59

Re: [patch] support for multirow vertical offset

2010-10-31 Thread Stephan Witt
Am 31.10.2010 um 17:10 schrieb Uwe Stöhr: Am 31.10.2010 16:07, schrieb Jürgen Spitzmüller: The only issue I see right now is that one cannot set a multirow via the dialog What else do you see that is not yet also in LyX 1.6.x? Yes, but this issue is quite tricky. I'm not even sure it is

Re: PATCH InfoInset

2010-10-31 Thread Stephan Witt
Am 31.10.2010 um 20:10 schrieb Richard Heck: On 10/31/2010 11:10 AM, Stephan Witt wrote: Currently I'm a bit surprised that I cannot use the info dialog anymore. It crashes at line 217 of InsetCommandParams.cpp (LASSERT in default of switch missing the INFO_CODE case) What happens here? I

Re: Unicode help

2010-11-01 Thread Stephan Witt
Am 01.11.2010 um 05:25 schrieb Daron Wilson: Hi all. I've recently started using LyX, and I've downloaded the 2.0 alpha 6 version used with Mac OS X. I have only one issue so far, and that concerns the use of Unicode, in particular polytonic Greek (entered using the Polytonic Greek

Re: r35960 - lyx-devel/trunk/src/insets

2010-11-01 Thread Stephan Witt
Am 01.11.2010 um 07:41 schrieb Vincent van Ravesteijn: + if (binfo.empty()) { + docstring fmt = _(%1$s unknown[[InsetNote]]); + setText(bformat(fmt, from_utf8(name_))); + } else InsetNote ? Sorry. Should be InsetInfo.

buffer read and vcs info inset

2010-11-01 Thread Stephan Witt
In the current state of buffer read the vcs info inset output is broken. The attached patch helps. Ok to apply? But, there is one problem left. When reading the autosave or emergency file the wrong pathname is passed to lyxvc().file_found_hook(). That's why the additional calls I introduced in

Re: r35960 - lyx-devel/trunk/src/insets

2010-11-01 Thread Stephan Witt
Am 01.11.2010 um 11:07 schrieb Kornel Benko: Am Montag, 1. November 2010 schrieb Stephan Witt: Am 01.11.2010 um 07:41 schrieb Vincent van Ravesteijn: + if (binfo.empty()) { + docstring fmt = _(%1$s unknown[[InsetNote]]); + setText

Re: r35960 - lyx-devel/trunk/src/insets

2010-11-01 Thread Stephan Witt
Am 01.11.2010 um 15:21 schrieb Kornel Benko: Am Montag 01 November 2010 schrieb Stephan Witt: Am 01.11.2010 um 11:07 schrieb Kornel Benko: Am Montag, 1. November 2010 schrieb Stephan Witt: Am 01.11.2010 um 07:41 schrieb Vincent van Ravesteijn: + if (binfo.empty

Re: PATCH InfoInset

2010-11-01 Thread Stephan Witt
Am 01.11.2010 um 15:34 schrieb Pavel Sanda: Stephan Witt wrote: setText(_(Unknown buffer info)); to setText(bformat(_([[%1$s unknown]]), from_utf8(name_))); setText(bformat(_(%1$s unknown[[BufferInfo]]), from_utf8(name_))); seems more correct then. why to put [[BufferInfo]] there? I

Re: r35937 - lyx-devel/trunk/src

2010-11-01 Thread Stephan Witt
Am 01.11.2010 um 15:49 schrieb Pavel Sanda: sw...@lyx.org wrote: Author: switt Date: Sat Oct 30 22:05:55 2010 New Revision: 35937 URL: http://www.lyx.org/trac/changeset/35937 Log: after successfuly load of autosave or emergency file the VCS state has to be checked for the original name

Re: PATCH InfoInset

2010-11-01 Thread Stephan Witt
Am 01.11.2010 um 15:58 schrieb Pavel Sanda: Stephan Witt wrote: Stephan Witt wrote: setText(_(Unknown buffer info)); to setText(bformat(_([[%1$s unknown]]), from_utf8(name_))); setText(bformat(_(%1$s unknown[[BufferInfo]]), from_utf8(name_))); seems more correct then. why to put

Re: r35960 - lyx-devel/trunk/src/insets

2010-11-01 Thread Stephan Witt
Am 01.11.2010 um 16:18 schrieb Pavel Sanda: Kornel Benko wrote: Well, this is exactly the case here, as %1$s may have different gender in slovak for values like vcs-revision and vcs-author. And I am acting as some translator here too. i understand, but inventing some machinery for this

Re: Beta (status update #3)

2010-11-01 Thread Stephan Witt
Am 01.11.2010 um 16:48 schrieb Pavel Sanda: Richard Heck wrote: On 11/01/2010 09:20 AM, Pavel Sanda wrote: hi, 1. Richard, whats the status of a)? i'm basically waiting only for this. could you give it top priority on your list if its not fixed yet? Will do. great. anybody

Re: Beta (status update #3)

2010-11-02 Thread Stephan Witt
Am 01.11.2010 um 23:42 schrieb Pavel Sanda: Stephan Witt wrote: Sorry, I went out and could not answer :-) 1) I have a patch at hand to add the ability to collect stderr in system call and to simplify the stdout collection too. This patch doesn't change the current interface but adds

Re: Beta (status update #3)

2010-11-02 Thread Stephan Witt
Am 02.11.2010 um 07:31 schrieb Stephan Witt: Am 01.11.2010 um 23:42 schrieb Pavel Sanda: Stephan Witt wrote: 3) Want the readFile() issue fixed. is this beta1 critical stuf? After my last commit in readFile() it's only the issue with file_found_hook being called with the wrong

Re: Beta (status update #3)

2010-11-02 Thread Stephan Witt
Am 02.11.2010 um 10:22 schrieb Vincent van Ravesteijn: After my last commit in readFile() it's only the issue with file_found_hook being called with the wrong file name in case of autosave and emergency. I'd like to fix it before (2) or maybe Vincent does it... For users of

Re: Commit logs

2010-11-02 Thread Stephan Witt
Am 02.11.2010 um 10:29 schrieb Vincent van Ravesteijn: Log: first step to cure the VCS load problem Can I please remind you and ask you to write meaningful commit-logs. Logs explaining why the change has been made, why the new design or solution or implementation is better, what

Re: vcs load problem

2010-11-02 Thread Stephan Witt
Am 02.11.2010 um 12:34 schrieb Vincent van Ravesteijn: first step to cure the VCS load problem Can I please remind you and ask you to write meaningful commit-logs. Logs explaining why the change has been made, why the new design or solution or implementation is better, what problem it

Re: vcs load problem

2010-11-02 Thread Stephan Witt
Am 02.11.2010 um 12:51 schrieb Stephan Witt: Am 02.11.2010 um 12:34 schrieb Vincent van Ravesteijn: first step to cure the VCS load problem Can I please remind you and ask you to write meaningful commit-logs. Logs explaining why the change has been made, why the new design or solution

Re: vcs load problem

2010-11-02 Thread Stephan Witt
Am 02.11.2010 um 13:06 schrieb Vincent van Ravesteijn: The VCS load problem is (was) twofold: 1. the parser of the document needs the VCS state so this state (checked by file_found_hook) had to be done earlier. = first step, move it some lines up, above the readDocument() call. Why

Re: Beta (status update #3)

2010-11-02 Thread Stephan Witt
Am 02.11.2010 um 13:44 schrieb Pavel Sanda: Stephan Witt wrote: if you have the patch already feel free to post it, but... I'll attach it - so you get the idea. I want to 1) catch the output of failing system calls to display them in error message dialog 2) eventually be able to pass

Re: Beta (status update #3)

2010-11-02 Thread Stephan Witt
Am 02.11.2010 um 19:27 schrieb Pavel Sanda: Stephan Witt wrote: Where did you draw the line exactly? :-) thats difficult to describe exactly :) Wow, long text... when you asked about some cvs improvements i thought you just want to replace few cvs parameters and perhaphs push one two

Re: Beta (status update #3)

2010-11-03 Thread Stephan Witt
Am 03.11.2010 um 01:05 schrieb Pavel Sanda: Stephan Witt wrote: I only introduced the getState() method because I couldn't collect the error message. does it mean we can get rid of this CvsStatus creature and logic around if error messages are caught? I said this to explain why

Re: Beta (status update #3)

2010-11-03 Thread Stephan Witt
Am 03.11.2010 um 12:21 schrieb Pavel Sanda: Stephan Witt wrote: The problem with the error messages lead me to the status check implementation. Now it is in place I think it's much better with it then without it. I'd say it should not be dropped. Please, ask your questions you have

Re: Beta (status update #3)

2010-11-03 Thread Stephan Witt
Am 02.11.2010 um 22:43 schrieb Stephan Witt: Am 02.11.2010 um 19:27 schrieb Pavel Sanda: CVS improvement if info inset output is possible (after review) for 2.0-beta? if its possible to make it simple and stupid using the current philosophy then yes. if you need to redesign things

Re: Release cycle proposal

2010-11-03 Thread Stephan Witt
Am 03.11.2010 um 12:13 schrieb Abdelrazak Younes: People should have two checkout: branch and trunk, period. I have three: * branch, * trunk for work and another * trunk for trying out my patches before posting to list. Stephan

Re: Beta (status update #3)

2010-11-04 Thread Stephan Witt
Am 04.11.2010 um 00:32 schrieb Pavel Sanda: Stephan Witt wrote: CVS improvement if info inset output is possible (after review) for 2.0-beta? if its possible to make it simple and stupid using the current philosophy then yes. if you need to redesign things around, please let it sleep

Re: Beta (status update #3)

2010-11-04 Thread Stephan Witt
Am 04.11.2010 um 14:45 schrieb Pavel Sanda: Stephan Witt wrote: string CVS::revisionInfo(LyXVC::RevisionInfo const info) { - if (info == LyXVC::File) - return version_; + if (!version_.empty()) { + if (rev_author_cache_.empty

Re: Beta (status update #3)

2010-11-04 Thread Stephan Witt
Am 04.11.2010 um 16:15 schrieb Pavel Sanda: Stephan Witt wrote: I'll use an explicit getRevisionInfo() success state flag and return string() instead. Ok? not sure what exactly do you mean :) That's how I understood your comment, but the new patch is not ready... Like that: i'm

Re: Beta (status update #3)

2010-11-04 Thread Stephan Witt
Am 04.11.2010 um 16:52 schrieb Stephan Witt: Am 04.11.2010 um 16:15 schrieb Pavel Sanda: Stephan Witt wrote: I'll use an explicit getRevisionInfo() success state flag and return string() instead. Ok? not sure what exactly do you mean :) That's how I understood your comment

Re: Beta (status update #3)

2010-11-05 Thread Stephan Witt
Am 05.11.2010 um 21:27 schrieb Vincent van Ravesteijn: Now I've finished the patch and have a fundamental problem: When a document contains vcs buffer-info insets like vcs-author the reload crashes. The culprit is the owner_-setBusy(false); in VCS::doVCCommand(). The cursor cannot be changed

Re: vcs load problem

2010-11-05 Thread Stephan Witt
Am 05.11.2010 um 22:30 schrieb Vincent van Ravesteijn: first step to cure the VCS load problem Is it now completely fixed after r36145 ? 99,9% yes... :-) I have to start over with a new document to verify it. Though I'm nearly sure it works. My proposed patch was included in yours.

Re: r36153 - lyx-devel/trunk/src

2010-11-05 Thread Stephan Witt
Am 06.11.2010 um 03:21 schrieb sa...@lyx.org: Author: sanda Date: Sat Nov 6 03:21:04 2010 New Revision: 36153 URL: http://www.lyx.org/trac/changeset/36153 Log: Fix RCS part of #6396. Btw revert is slightly broken now... Patch 1 should fix it... ok? Patch 2 implements Compare with older

Re: r36153 - lyx-devel/trunk/src

2010-11-05 Thread Stephan Witt
Am 06.11.2010 um 03:44 schrieb Stephan Witt: Am 06.11.2010 um 03:21 schrieb sa...@lyx.org: Author: sanda Date: Sat Nov 6 03:21:04 2010 New Revision: 36153 URL: http://www.lyx.org/trac/changeset/36153 Log: Fix RCS part of #6396. Btw revert is slightly broken now... Patch 1 should

Re: r36153 - lyx-devel/trunk/src

2010-11-06 Thread Stephan Witt
Am 06.11.2010 um 03:44 schrieb Stephan Witt: Am 06.11.2010 um 03:21 schrieb sa...@lyx.org: Author: sanda Date: Sat Nov 6 03:21:04 2010 New Revision: 36153 URL: http://www.lyx.org/trac/changeset/36153 Log: Fix RCS part of #6396. Btw revert is slightly broken now... Patch 1 should

Re: r36162 - lyx-devel/trunk/src

2010-11-06 Thread Stephan Witt
Am 06.11.2010 um 13:32 schrieb sa...@lyx.org: Author: sanda Date: Sat Nov 6 13:32:47 2010 New Revision: 36162 URL: http://www.lyx.org/trac/changeset/36162 Log: Comment Thank you, better indeed. I made an attempt to really compute a SVN::isRevertWithConfirmation() result. I used svn

Re: r36162 - lyx-devel/trunk/src

2010-11-06 Thread Stephan Witt
Am 06.11.2010 um 14:13 schrieb Pavel Sanda: Stephan Witt wrote: Thank you, better indeed. I made an attempt to really compute a SVN::isRevertWithConfirmation() result. I used svn status to substitute svn diff - this should be cheaper. The isModified() helper method can be used for SVN

Re: r36162 - lyx-devel/trunk/src

2010-11-06 Thread Stephan Witt
Am 06.11.2010 um 15:51 schrieb Stephan Witt: Am 06.11.2010 um 14:13 schrieb Pavel Sanda: Stephan Witt wrote: most probably you want some changes in wiki too. I tried to locate in wiki what you mention - but failed. Do you refer to wiki.lyx.org? What should I look up? Ah, I finally

Re: New Mac user seek advice (mostly offtopics)

2010-11-07 Thread Stephan Witt
Am 06.11.2010 um 23:27 schrieb BH: On Sat, Nov 6, 2010 at 5:22 PM, Abdelrazak Younes you...@lyx.org wrote: Hi there, My employer just got me a brand new MacBook Pro. I am not impressed so far by MacOS so called legendary user friendlyness but I am trying to get used to it right now. The

Re: New Mac user seek advice (mostly offtopics)

2010-11-07 Thread Stephan Witt
Am 07.11.2010 um 10:58 schrieb Liviu Andronic: On Sun, Nov 7, 2010 at 10:21 AM, Abdelrazak Younes you...@lyx.org wrote: Mac user friendliness is an acquired taste. Just as Windows or any other desktop then :-) But it seems that MacOS wants to impose me a way of working and I really don't

Re: New Mac user seek advice (mostly offtopics)

2010-11-07 Thread Stephan Witt
Am 07.11.2010 um 19:52 schrieb Pavel Sanda: Stephan Witt wrote: I'm using * self compiled Qt 4.6.3 library (because of #6706 is fixed then) into INSTALL.MacOSX? What exactly? It's described there already how to make a self compiled Qt library. Regarding the patch - the link

Re: New Mac user seek advice (mostly offtopics)

2010-11-07 Thread Stephan Witt
Am 07.11.2010 um 21:54 schrieb Pavel Sanda: Stephan Witt wrote: I'm using * self compiled Qt 4.6.3 library (because of #6706 is fixed then) into INSTALL.MacOSX? What exactly? we suggest to use lyx with qt 4.6.2? Ah ok, it doesn't make a difference AFAICS. 4.6.2 is working well too

Re: New Mac user seek advice (mostly offtopics)

2010-11-07 Thread Stephan Witt
Am 07.11.2010 um 22:02 schrieb Stephan Witt: Am 07.11.2010 um 21:54 schrieb Pavel Sanda: Stephan Witt wrote: I'm using * self compiled Qt 4.6.3 library (because of #6706 is fixed then) into INSTALL.MacOSX? What exactly? we suggest to use lyx with qt 4.6.2? Ah ok, it doesn't

Re: New Mac user seek advice (mostly offtopics)

2010-11-08 Thread Stephan Witt
Am 07.11.2010 um 22:19 schrieb Vincent van Ravesteijn: To be clear: the bug is in 4.6.3 present too. That's why the patch is needed... Stephan Which bug are we talking about here ? The bug is described in ticket #6706. It's not in LyX, it's in Qt - therefore the LyX ticket was closed.

Re: New Mac user seek advice (mostly offtopics)

2010-11-08 Thread Stephan Witt
Am 08.11.2010 um 09:34 schrieb Vincent van Ravesteijn: To be clear: the bug is in 4.6.3 present too. That's why the patch is needed... Stephan Which bug are we talking about here ? The bug is described in ticket #6706. It's not in LyX, it's in Qt - therefore the LyX ticket was

Re: r36200 - lyx-devel/trunk

2010-11-08 Thread Stephan Witt
Am 07.11.2010 um 22:20 schrieb Jean-Marc Lasgouttes: Le 7 nov. 10 à 22:08, sw...@lyx.org a écrit : Author: switt Date: Sun Nov 7 22:08:23 2010 New Revision: 36200 URL: http://www.lyx.org/trac/changeset/36200 Log: we now require gettext version 0.18 at least Why is that? Shall we

Re: New Mac user seek advice (mostly offtopics)

2010-11-08 Thread Stephan Witt
Am 08.11.2010 um 09:49 schrieb Vincent van Ravesteijn: ... At the cost of nasty font render problems. These were already discussed. It depends on the display font how bad the rendering is. The root cause may be that the text fragment passed to Qt string draw differs from the text

Re: instructions for upgrade from LyX 1.6.7 to 2.0 beta 1?

2010-11-10 Thread Stephan Witt
Am 11.11.2010 um 07:42 schrieb Justin Wood: Hi gang. As LyX 2.0 beta 1 is now released, I thought I'd make the switch over (OS X 10.6). Hi Justin, good to have brave users who are going to test beta release of LyX 2.0. But it's beta and not clear exactly when the release will happen. So I

Re: Spellchecker not active, command disable

2010-11-11 Thread Stephan Witt
Am 11.11.2010 um 10:18 schrieb Waluyo Adi Siswanto: I just compile lyx-2.0.0beta1 using the following commands: ./configure --with-version-suffix=-2.0.0beta1 make sudo make install everything ok no errors, When ./configure is run the available spellchecker header and libraries are

Re: Spellchecker not active, command disable

2010-11-11 Thread Stephan Witt
Am 11.11.2010 um 11:13 schrieb Waluyo Adi Siswanto: checking aspell.h usability... yes checking aspell.h presence... yes checking for aspell.h... yes checking for new_aspell_config in -laspell... yes checking whether to use aspell... yes checking for name of aspell framework...

Re: Spellchecker not active, command disable

2010-11-11 Thread Stephan Witt
Am 12.11.2010 um 00:33 schrieb Emil Pavlov: На 11.11.2010 10:18, Waluyo Adi Siswanto написа: I just compile lyx-2.0.0beta1 using the following commands: ./configure --with-version-suffix=-2.0.0beta1 make sudo make install everything ok no errors, but when I run lyx-2.0.0beta1, the

Re: Python2 issue

2010-11-12 Thread Stephan Witt
Am 12.11.2010 um 15:27 schrieb Pavel Sanda: Vincent van Ravesteijn wrote: can somebody on windows try the existence of python2 executable? No trace of it in neither 2.7 or 3.1.2 (but we supply Python ourselves in the windows installer). and mac people? Nope. Sorry... % which python

Re: Spellchecker not active, command disable

2010-11-12 Thread Stephan Witt
Am 12.11.2010 um 07:43 schrieb Stephan Witt: Am 12.11.2010 um 00:33 schrieb Emil Pavlov: На 11.11.2010 10:18, Waluyo Adi Siswanto написа: I just compile lyx-2.0.0beta1 using the following commands: ./configure --with-version-suffix=-2.0.0beta1 make sudo make install everything ok

Re: r36271 - lyx-devel/trunk/src/frontends/qt4/ui

2010-11-12 Thread Stephan Witt
Am 12.11.2010 um 21:55 schrieb sa...@lyx.org: Author: sanda Date: Fri Nov 12 21:55:33 2010 New Revision: 36271 URL: http://www.lyx.org/trac/changeset/36271 Log: Kill disabled items of advanced search, they won't be implemented any time soon. Modified:

Re: [patch] Single Instance LyX

2010-11-13 Thread Stephan Witt
Am 13.11.2010 um 13:46 schrieb Jean-Marc Lasgouttes: Le 13 nov. 10 à 12:29, Enrico Forestieri a écrit : I don't know how that single instance enforcement is attained, but if that is true, you should not be able to launch a new instance of lyx by using the --no-remote switch. So, launch lyx a

Re: r36200 - lyx-devel/trunk

2010-11-13 Thread Stephan Witt
Am 13.11.2010 um 22:30 schrieb Jean-Marc Lasgouttes: Le 08/11/2010 09:44, Stephan Witt a écrit : Why is that? Shall we do the same for all of LyX? We could use this version as included gettext. It's the requirement for gettext tools, AFAIK. Otherwise the build stops because of bugs

Re: MacOS/CMake/Qt4.7 compilation report

2010-11-14 Thread Stephan Witt
Am 14.11.2010 um 12:44 schrieb Abdel Younes: On Nov 14, 2010, at 12:23 PM, Stephan Witt wrote: Am 14.11.2010 um 09:16 schrieb Abdel Younes: Hello, I am trying to use cmake on MacOS (10.6). I didn't on purpose read the Mac INSTALL/README in order to judge how easy it is to compile LyX

Re: 1.6.8 tarball uploaded

2010-11-14 Thread Stephan Witt
Am 14.11.2010 um 12:12 schrieb Jürgen Spitzmüller: I've uploaded a tarball here: ftp://ftp.devel.lyx.org/pub/lyx/devel/lyx-1.6.8.tar.gz Please give it a try! I did it. It looks like a good one, complete and compilable. The release build for Mac will be done by Bennett, I hope. Stephan

Re: MacOS native spellchecking bug

2010-11-14 Thread Stephan Witt
Am 14.11.2010 um 12:37 schrieb Abdel Younes: Hi Stephan, The first built I made enabled the native spellchecker, I didn't install other engine yet. I would like to report a bug, I am not sure this bug is only for MacOS with the native engine: 1) Open UserGuide.lyx 2) Copy the whole

Re: MacOS native spellchecking bug

2010-11-14 Thread Stephan Witt
Am 14.11.2010 um 13:17 schrieb Abdel Younes: On Nov 14, 2010, at 1:01 PM, Stephan Witt wrote: Am 14.11.2010 um 12:37 schrieb Abdel Younes: Hi Stephan, The first built I made enabled the native spellchecker, I didn't install other engine yet. I would like to report a bug, I am

Re: [patch] Single Instance LyX

2010-11-14 Thread Stephan Witt
Am 13.11.2010 um 14:59 schrieb Enrico Forestieri: On Sat, Nov 13, 2010 at 01:57:54PM +0100, Stephan Witt wrote: Am 13.11.2010 um 13:46 schrieb Jean-Marc Lasgouttes: Le 13 nov. 10 à 12:29, Enrico Forestieri a écrit : I don't know how that single instance enforcement is attained

Re: OSX Problem

2010-11-14 Thread Stephan Witt
Am 15.11.2010 um 02:43 schrieb Richard Heck: I think I followed all the instructions for building svn on OSX, but on trying to start it I got the following: rgheck:/cvs/lyx-devel/trunksrc/lyx -userdir ~/lyxsvn Qt internal error: qt_menu.nib could not be loaded. The .nib file should be

Re: r36200 - lyx-devel/trunk

2010-11-15 Thread Stephan Witt
Am 14.11.2010 um 23:01 schrieb Jean-Marc Lasgouttes: Le 14/11/2010 00:07, Stephan Witt a écrit : Yes, I know. I've to admit that you're a little bit right, too. My work-around patch was targeted for 1.6 and 2.0 includes it already. It was said to make both environments similar... what would

Re: compilation of lyx 2 beta 1 destroyed my linux

2010-11-15 Thread Stephan Witt
Am 15.11.2010 um 13:20 schrieb Gour: On Mon, 15 Nov 2010 04:15:39 -0800 (PST) Marcelo == Marcelo Acuña mv...@yahoo.com.ar wrote: Marcelo This morning I configured lyx beta 1 and start the compilation. Marcelo During the course of the compilation it appeared a message of Marcelo error:

Re: #7035: version tracking fails with error in running RCS ci

2010-11-15 Thread Stephan Witt
Am 15.11.2010 um 13:42 schrieb LyX Ticket Tracker: #7035: version tracking fails with error in running RCS ci -+-- Reporter: kuhn | Owner: nob...@… Type: defect | Status: new

Re: #7035: version tracking fails with error in running RCS ci

2010-11-15 Thread Stephan Witt
Am 15.11.2010 um 14:00 schrieb Pavel Sanda: Stephan Witt wrote: it's not clear which LyX version was used by the ticket creator kuhn 1.6.6 Are you sure? The LyX-version in ticket is 2.0.0svn... (is it the default?) sorry, i meant the file is done in 1.6.6. the error is from 2.0.0

PATCH for ticket 7026

2010-11-15 Thread Stephan Witt
The attached patch for http://www.lyx.org/trac/ticket/7026 seems to be correct. The only thing: I don't understand why it should crash with isdigit() instead of iswdigit()... Stephan Index: src/support/lstrings.cpp === ---

Re: PATCH for ticket 7026

2010-11-16 Thread Stephan Witt
Am 16.11.2010 um 09:53 schrieb Enrico Forestieri: On Tue, Nov 16, 2010 at 07:56:55AM +0100, Stephan Witt wrote: The attached patch for http://www.lyx.org/trac/ticket/7026 seems to be correct. Maybe yes, maybe not. isdigit(c) tests whether c is one of 0,1,2,...,9 while iswdigit(wc) tests

Re: PATCH for ticket 7026

2010-11-16 Thread Stephan Witt
Am 16.11.2010 um 11:52 schrieb Vincent van Ravesteijn: On Tue, Nov 16, 2010 at 7:56 AM, Stephan Witt st.w...@gmx.net wrote: The attached patch for http://www.lyx.org/trac/ticket/7026 seems to be correct. When I grep for isdigit I see the following sollution somewhere else in the source

Re: autoconf 2.68 in branch

2010-11-17 Thread Stephan Witt
Am 17.11.2010 um 18:40 schrieb Enrico Forestieri: On Wed, Nov 17, 2010 at 04:21:49PM +0100, Jürgen Spitzmüller wrote: Enrico Forestieri wrote: Jürgen, may I apply the attached patch to allow autoconf 2.68? The change to libtool.m4 simply avoids the innocuous (in our case) warnings which

Re: PATCH for ticket 7026

2010-11-17 Thread Stephan Witt
Am 16.11.2010 um 18:00 schrieb Enrico Forestieri: On Tue, Nov 16, 2010 at 01:16:38PM +0100, Vincent van Ravesteijn wrote: This will work too I guess. In the sense of avoid the crash... The purpose of hasDigit() is to test for occurrences of digits to avoid spell check of words with

Re: r36363 - lyx-devel/trunk/src/frontends/qt4/ui

2010-11-18 Thread Stephan Witt
Am 18.11.2010 um 10:32 schrieb Enrico Forestieri: On Thu, Nov 18, 2010 at 07:39:12AM +0100, Stephan Witt wrote: Am 18.11.2010 um 05:32 schrieb uwesto...@lyx.org: Author: uwestoehr Date: Thu Nov 18 05:32:32 2010 New Revision: 36363 URL: http://www.lyx.org/trac/changeset/36363 Log

Re: #7035: version tracking fails with error in running RCS ci

2010-11-18 Thread Stephan Witt
Am 18.11.2010 um 12:43 schrieb Vincent van Ravesteijn: Vincent? Yes, it's on the radar. The fix is ok, it's exactly the same as the way we fixed it for lyxvc().file_found_hook. Now I started wondering what we should do if we load an emergency save and it appears that the

Re: r36363 - lyx-devel/trunk/src/frontends/qt4/ui

2010-11-18 Thread Stephan Witt
Am 18.11.2010 um 11:43 schrieb Stephan Witt: Am 18.11.2010 um 10:32 schrieb Enrico Forestieri: On Thu, Nov 18, 2010 at 07:39:12AM +0100, Stephan Witt wrote: Am 18.11.2010 um 05:32 schrieb uwesto...@lyx.org: Author: uwestoehr Date: Thu Nov 18 05:32:32 2010 New Revision: 36363 URL

Re: #7035: version tracking fails with error in running RCS ci

2010-11-18 Thread Stephan Witt
Am 18.11.2010 um 13:19 schrieb Pavel Sanda: Stephan Witt wrote: The situation you describe is not impossible. But it should not happen by LyX - only with external tools. E. g. rcs checkin with command line after the emergency save or restore from some backup. on the other hand when

Re: r36363 - lyx-devel/trunk/src/frontends/qt4/ui

2010-11-18 Thread Stephan Witt
Am 18.11.2010 um 12:53 schrieb Stephan Witt: Am 18.11.2010 um 11:43 schrieb Stephan Witt: Am 18.11.2010 um 10:32 schrieb Enrico Forestieri: On Thu, Nov 18, 2010 at 07:39:12AM +0100, Stephan Witt wrote: Am 18.11.2010 um 05:32 schrieb uwesto...@lyx.org: Author: uwestoehr Date: Thu Nov

Re: r36363 - lyx-devel/trunk/src/frontends/qt4/ui

2010-11-18 Thread Stephan Witt
Am 19.11.2010 um 03:01 schrieb Uwe Stöhr: In the next mail (to respect the list size limit of 50kB per mail) I'll attach is the ui-file that fixes the problem for me and also a screenshot with it. Here they are. Can you please give the ui-file a try and make a screenshot how it looks on

Re: #7043: Add to personal dictionary appears to do nothing

2010-11-18 Thread Stephan Witt
Am 19.11.2010 um 07:20 schrieb LyX Ticket Tracker: #7043: Add to personal dictionary appears to do nothing -+-- Reporter: quietbritishjim | Owner: lasgouttes Type: defect | Status: new

Re: r36363 - lyx-devel/trunk/src/frontends/qt4/ui

2010-11-19 Thread Stephan Witt
Am 19.11.2010 um 08:54 schrieb Enrico Forestieri: On Fri, Nov 19, 2010 at 07:36:54AM +0100, Stephan Witt wrote: I've commit a working layout for Mac and Linux already. Sorry Stephan, but I cannot confirm that your fix works. I tried Windows, Linux Debian, and Solaris. In all cases

Re: r36363 - lyx-devel/trunk/src/frontends/qt4/ui

2010-11-19 Thread Stephan Witt
Am 19.11.2010 um 09:15 schrieb Stephan Witt: Am 19.11.2010 um 08:54 schrieb Enrico Forestieri: On Fri, Nov 19, 2010 at 07:36:54AM +0100, Stephan Witt wrote: I've commit a working layout for Mac and Linux already. Sorry Stephan, but I cannot confirm that your fix works. I tried Windows

Re: r36363 - lyx-devel/trunk/src/frontends/qt4/ui

2010-11-19 Thread Stephan Witt
Am 19.11.2010 um 14:52 schrieb Enrico Forestieri: On Fri, Nov 19, 2010 at 10:12:34AM +0100, Stephan Witt wrote: Am 19.11.2010 um 09:15 schrieb Stephan Witt: Am 19.11.2010 um 08:54 schrieb Enrico Forestieri: On Fri, Nov 19, 2010 at 07:36:54AM +0100, Stephan Witt wrote: I've commit

Re: r36363 - lyx-devel/trunk/src/frontends/qt4/ui

2010-11-20 Thread Stephan Witt
Am 20.11.2010 um 00:44 schrieb Enrico Forestieri: On Fri, Nov 19, 2010 at 05:48:05PM +0100, Stephan Witt wrote: Am 19.11.2010 um 14:52 schrieb Enrico Forestieri: Stephan, does the attached layout file work on Mac? No. Unfortunately not. :( Hmm. Last attempt. What about the attached one

Re: lyx2.0 modifies read-only files!

2010-11-21 Thread Stephan Witt
Am 22.11.2010 um 01:10 schrieb Vincent van Ravesteijn: Op 21-11-2010 22:07, Sebastian Guttenberg schreef: I have tested again, and the behavior has changed a bit. This time the read-only file was respected. Let me give you something reproducible. Just do the following steps: * start a new

Re: r36430 - lyx-devel/trunk/src

2010-11-22 Thread Stephan Witt
Am 22.11.2010 um 12:50 schrieb Enrico Forestieri: On Mon, Nov 22, 2010 at 12:33:17PM +0100, Pavel Sanda wrote: Abdelrazak Younes wrote: On 11/22/2010 09:57 AM, you...@lyx.org wrote: Author: younes Date: Mon Nov 22 09:57:33 2010 New Revision: 36430 URL:

Re: r36430 - lyx-devel/trunk/src

2010-11-22 Thread Stephan Witt
Am 22.11.2010 um 09:58 schrieb Abdelrazak Younes: On 11/22/2010 09:57 AM, you...@lyx.org wrote: Author: younes Date: Mon Nov 22 09:57:33 2010 New Revision: 36430 URL: http://www.lyx.org/trac/changeset/36430 Log: Work around bug #6920. This disables ligatures with involving 'f'

Re: #7043: Add to personal dictionary appears to do nothing

2010-11-23 Thread Stephan Witt
Am 19.11.2010 um 08:49 schrieb Stephan Witt: Am 19.11.2010 um 07:20 schrieb LyX Ticket Tracker: #7043: Add to personal dictionary appears to do nothing -+-- Reporter: quietbritishjim | Owner: lasgouttes

Re: #7043: Add to personal dictionary appears to do nothing

2010-11-23 Thread Stephan Witt
Am 23.11.2010 um 18:46 schrieb Jürgen Spitzmüller: Stephan Witt wrote: How to proceed? The options I see: 1) leave it as it is. Add to personal dictionary with all backends and remove only for apples native spell checker. This is fine with me. How would you rate the idea to manipulate

Re: no continuous spell check on beta1, but it works fine on svn

2010-11-25 Thread Stephan Witt
Am 25.11.2010 um 20:53 schrieb Jose Quesada: Hi, I can get no continuous spell check on beta1, but it works fine on svn. I have attached the output of the .configure command on both trees. Nothing that I can see points at lyx missing spelling libs on the beta1 (the diff seems fine).

PATCH for GuiSpellchecker.cpp to simplify on_replacePB_clicked()

2010-11-27 Thread Stephan Witt
I cannot see why on_replacePB_clicked is so different from on_replaceAllPB_clicked. Does anybody have an explanation? The attached patch would simplify on_replacePB_clicked a lot and works. Stephan Index: src/frontends/qt4/GuiSpellchecker.cpp

Re: PATCH for GuiSpellchecker.cpp to simplify on_replacePB_clicked()

2010-11-27 Thread Stephan Witt
Am 27.11.2010 um 18:02 schrieb Jean-Marc Lasgouttes: Le 27/11/2010 16:05, Stephan Witt a écrit : I cannot see why on_replacePB_clicked is so different from on_replaceAllPB_clicked. Does anybody have an explanation? The attached patch would simplify on_replacePB_clicked a lot and works. I

Re: PATCH for GuiSpellchecker.cpp to simplify on_replacePB_clicked()

2010-11-27 Thread Stephan Witt
Am 27.11.2010 um 18:53 schrieb Stephan Witt: Am 27.11.2010 um 18:02 schrieb Jean-Marc Lasgouttes: Le 27/11/2010 16:05, Stephan Witt a écrit : I cannot see why on_replacePB_clicked is so different from on_replaceAllPB_clicked. Does anybody have an explanation? The attached patch would

Re: PATCH for GuiSpellchecker.cpp to simplify on_replacePB_clicked()

2010-11-27 Thread Stephan Witt
Am 27.11.2010 um 19:49 schrieb Jean-Marc Lasgouttes: Le 27/11/2010 19:45, Stephan Witt a écrit : The result is the next patch: 1. start check in updateView only once 2. instead of count_ manipulation skip over replaced word 3. correct the absolute word count Better? I cannot tell

Re: PATCH for GuiSpellchecker.cpp to simplify on_replacePB_clicked()

2010-11-27 Thread Stephan Witt
Am 27.11.2010 um 21:13 schrieb Stephan Witt: Am 27.11.2010 um 19:49 schrieb Jean-Marc Lasgouttes: Le 27/11/2010 19:45, Stephan Witt a écrit : The result is the next patch: 1. start check in updateView only once 2. instead of count_ manipulation skip over replaced word 3. correct

Re: PATCH for GuiSpellchecker.cpp to simplify on_replacePB_clicked()

2010-11-27 Thread Stephan Witt
Am 27.11.2010 um 21:13 schrieb Stephan Witt: Am 27.11.2010 um 19:49 schrieb Jean-Marc Lasgouttes: Le 27/11/2010 19:45, Stephan Witt a écrit : The result is the next patch: 1. start check in updateView only once 2. instead of count_ manipulation skip over replaced word 3. correct

Re: no continuous spell check on beta1, but it works fine on svn

2010-11-28 Thread Stephan Witt
enchant when all this happened. Enchant is a wrapper to the real spell checker engine. I don't like it much, it's another level of obfuscation without any debug mechanism. Please try with aspell... Stephan Thanks, -jose On Thu, Nov 25, 2010 at 9:59 PM, Stephan Witt st.w...@gmx.net wrote

Re: LyX 2.0 - some bugs

2010-11-28 Thread Stephan Witt
Am 29.11.2010 um 04:26 schrieb Michal: On Sun, 28 Nov 2010 21:15:44 +0100 Pavel Sanda sa...@lyx.org wrote: [...] Michal, thanks for your feedback. you reported however too many bugs to deal with them directly in this list. please push them into bugzilla so we can deal each of them

Re: PATCH for GuiSpellchecker.cpp to simplify on_replacePB_clicked()

2010-11-29 Thread Stephan Witt
Am 27.11.2010 um 23:13 schrieb Stephan Witt: Am 27.11.2010 um 21:13 schrieb Stephan Witt: Am 27.11.2010 um 19:49 schrieb Jean-Marc Lasgouttes: Le 27/11/2010 19:45, Stephan Witt a écrit : The result is the next patch: 1. start check in updateView only once 2. instead of count_

<    1   2   3   4   5   6   7   8   9   10   >