Re: Lyx 1.3.6

2005-08-08 Thread Sreekumar Bhaskaran-Nair {msbad084}
Sorry for the multiple emails. I have been breaking my head over this. I checked the directory ..\resources\lyx\help and there were two files there: Bibtex.hlp and texinfo.hlp Now, when I click on them, I get a message that it is not a windows help file or that the file might be corrupted Thanks,

Re: Lyx 1.3.6

2005-08-08 Thread Sreekumar Bhaskaran-Nair {msbad084}
Forgot to include that I was able to assign the .sh files to sh.exe after I cleaned the registry off all mys and lyx references and then reinstalled msys and lyx Sree

Re: Lyx 1.3.6

2005-08-08 Thread Sreekumar Bhaskaran-Nair {msbad084}
Hi, Sh.exe is in the path for me. I am not sure whether this is the problem, but when I first installed lyx 1.3.6, I had 1.3.5 already installed. But subsequently, I uninstalled everything and started from scratch. Since it didn't work even then, the last time around, I went to registry and deleted

Re: Windows help! (Asger, Rob?)

2005-08-08 Thread Luis Rivera
Asger Alstrup <[EMAIL PROTECTED]> writes: > > Angus Leeming wrote: > It should be fine to just link against SHFolder first. However, I think > that the users should be able to get this working by installing IE5 or > later on their Windows 95 or 98 system. > > [...] > Hello, I tried what you

New Qt/Win Free DLL file

2005-08-08 Thread Paul A. Rubin
Angus, In side correspondence, Brian Linfoot asked why the existence of the new DLL wasn't more widely publicized (e.g., on the Wiki). I was going to edit the Wiki myself, but realized I lacked answers to two questions. The first is whether it's an official update from the Qt/Win Free develo

Re: [patch] bug 1860: paste between tabular and outside world

2005-08-08 Thread Juergen Spitzmueller
Andre Poenitz wrote: > A proper solution should not use this divided logic but some kind of > 'grid' to hold a selection. In most cases this would be just a 1x1 grid > but in grid like structures like tables and arrays it'd be more. > > The grid needs to be only conceptionaly, i.e. we don't necessa

Re: Bug 1923 (Re: [Patch] bug 1814 (scrollbar borkage))

2005-08-08 Thread Andre Poenitz
On Tue, Jul 26, 2005 at 11:26:45AM +0100, Angus Leeming wrote: > Note that André tends to use "Cursor follows scrollbar" so also tends to > forget about the alternative. I tend to rely on him for advice, [...] Which you shouldn't. Most of the time nowadays I write email without access to LyX sourc

Re: selecting latex math?

2005-08-08 Thread Andre Poenitz
On Thu, Jul 21, 2005 at 04:57:07PM +0100, John Levon wrote: > > Is it intentional that I can no longer select latex and press control-M > to get mathed to parse it? Not really, but it might be necessary to start that piece of LaTeX with '$' or '\[' or similar (don't care for the one at the end, t

Re: Patch for bug #1920

2005-08-08 Thread Andre Poenitz
On Thu, Jul 21, 2005 at 05:31:15PM +0200, Lars Gullik Bjønnes wrote: > | Hmmm. Does the code now assume implicitly that the data is stored > | contiguously? > > I do not think that we do.. and if we do that should be changed. We do not rely on 'contigously' but on reasonably fast random access.

Re: math hull inset

2005-08-08 Thread Andre Poenitz
On Thu, Jul 21, 2005 at 04:24:36PM +0100, John Levon wrote: > Hmm, it stil claims to be the interface between lyx and mathed, but this > isn't true. Hm, yes. You are right. MathHullInset represents now the 'formula type' itself (i.e inline, equation, eqnarray etc). > Andre, it looks like I have

Re: [patch] bug 1939: Assertion triggered in void LyXText::setCursor

2005-08-08 Thread Andre Poenitz
On Thu, Jul 28, 2005 at 09:49:08PM +0100, John Levon wrote: > I did: > > Index: text2.C > === > RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text2.C,v > retrieving revision 1.624 > diff -u -a -p -r1.624 text2.C > --- text2.C 18 Ju

Re: [PATCH] change tracking changes, revised

2005-08-08 Thread Andre Poenitz
On Thu, Jul 21, 2005 at 04:12:01PM +0100, John Levon wrote: > non-editable. Andre, please look it over > > Index: lyxfunc.C > === > RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyxfunc.C,v > retrieving revision 1.663 > diff -u -a -p

Re: Patch for bug #1920

2005-08-08 Thread Andre Poenitz
On Thu, Jul 21, 2005 at 12:30:09PM +0100, Angus Leeming wrote: > Lars Gullik Bjønnes wrote: > > ... Actually... since we are not _really_ working on the front it > > won't be much faster. std::list otoh would be fast. > > In this case, maybe. But André moved to a vector to store the paragraphs > b

Re: [patch] bug 1938 (newlines in tabular)

2005-08-08 Thread Andre Poenitz
On Mon, Jul 25, 2005 at 12:19:10PM +0200, Juergen Spitzmueller wrote: > Lars Gullik Bjønnes wrote: > > I think the patch is ok, but at least to me it is not obvious. At > > least it is not obvious that it will not have any side effects. > > Which side effects? It just disables newlines and paragra

Re: [patch] bug 1860: paste between tabular and outside world

2005-08-08 Thread Andre Poenitz
On Thu, Jul 28, 2005 at 05:05:14PM +0200, Juergen Spitzmueller wrote: > Problem description: > From tabular's point of view, there are two copy stacks. The "normal" one for > ordinary text and math copying and tabulars's own stack (namely > paste_tabular_) which holds multiple cell contents. > N

Re: New in LyX 1.4

2005-08-08 Thread Andre Poenitz
On Wed, Jul 20, 2005 at 05:42:05PM +0100, John Levon wrote: > for everything I had a hand in. Somebody needs to write some stuff about > translated "Chapter" and whatever changed in math Not much actually... Andre'

Re: [PATCH] change tracking changes, revised

2005-08-08 Thread Andre Poenitz
On Thu, Jul 21, 2005 at 04:46:32PM +0100, John Levon wrote: > On Thu, Jul 21, 2005 at 05:31:33PM +0200, Jean-Marc Lasgouttes wrote: > > > Why don't you add the editable() stuff directly to InsetBase? Both > > math and normal insets derive from that these days. > > There's a nasty comment saying I

Re: Reminder: patch for bug 1757, bug 1939

2005-08-08 Thread Andre Poenitz
On Tue, Jul 26, 2005 at 01:20:43PM +0100, John Levon wrote: > On Tue, Jul 26, 2005 at 01:42:54PM +0200, Jean-Marc Lasgouttes wrote: > > > My problem is that I do not know exactly in which cases editing should > > be disabled in case of change tracking. Could you describe that? > > If my parent in

Re: [patch] bug 1939: Assertion triggered in void LyXText::setCursor

2005-08-08 Thread Andre Poenitz
On Fri, Jul 29, 2005 at 10:23:08AM +0200, Lars Gullik Bjønnes wrote: > Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > > | John Levon wrote: > >> Hmm, I sent a patch for this already :/ Did you not notice the bug was > >> assigned to me? > > > | I noted that after I have done the patch, and I d

Re: Patch for bug #1920

2005-08-08 Thread Andre Poenitz
On Thu, Jul 21, 2005 at 01:05:30PM +0100, Angus Leeming wrote: > Lars Gullik Bjønnes wrote: > > I cannot remember the speed arguemtn, but more the arguemtn for [] and > > the use of a fixed offset. > > Talking of speed, your fingers are too fast for your brain ;-) > > Hmmm. Does the code now assu

[PATCH] 1.4 no.po update - with changelog, newer version of the patch

2005-08-08 Thread Helge Hafting
Please use this version instead, it contains the same stuff as well as a translated graphichs inset dialog. Helge Hafting Index: no.po === RCS file: /cvs/lyx/lyx-devel/po/no.po,v retrieving revision 1.106 diff -u -p -u -r1.106 no.po

Re: 1.4 bug - strangely untranslateable strings

2005-08-08 Thread Angus Leeming
Helge Hafting wrote: > Will this inset continue to exist, now that the external inset > support the "rasterimage" thing? > > It looks like the only thing I need the graphichs inset for, > is when I want to check the "subfigure" option, or specify > a clipping rectangle. (external inset have a rec

Re: Windows help! (Asger, Rob?)

2005-08-08 Thread Angus Leeming
Asger Alstrup wrote: > It should be fine to just link against SHFolder first. However, I > think that the users should be able to get this working by > installing IE5 or later on their Windows 95 or 98 system. > > If not, something like this should work: [snip code...] > Adjust as needed. Many

Re: 1.4 bug - strangely untranslateable strings

2005-08-08 Thread Helge Hafting
Angus Leeming wrote: Helge Hafting wrote: The external inset dialog have a button specifying origin for rotation. (center, baseline left, ...) These strings exists in no.po, and refer to the correct lines in ControlExternal.C and ControlGraphics.C. I translated those strings, but nothing h

Re: Windows help! (Asger, Rob?)

2005-08-08 Thread Asger Alstrup
Angus Leeming wrote: LyX/Win won't start on Win98 and earlier because SHGetFolderPath isn't found in shell32.dll. Instead, these early versions of Windows (back to Win95) provide the function in SHFolder.dll. See http://msdn.microsoft.com/library/en-us/shellcc/platform/shell/reference/functions/

Windows help! (Asger, Rob?)

2005-08-08 Thread Angus Leeming
LyX/Win won't start on Win98 and earlier because SHGetFolderPath isn't found in shell32.dll. Instead, these early versions of Windows (back to Win95) provide the function in SHFolder.dll. See http://msdn.microsoft.com/library/en-us/shellcc/platform/shell/reference/functions/shgetfolderpath.asp Equ