Re: configure failure... (latest CVS) missing file?

2006-03-16 Thread Kayvan A. Sylvan
On Tue, Mar 14, 2006 at 12:18:43AM +0100, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | config.status: creating src/insets/Makefile > | config.status: creating src/support/Makefile > | config.status: creating src/support/tests/Makefile > | config.status: creatin

Re: Windows installers for Aspell 0.6 dictionaries

2006-03-16 Thread Stephen Harris
Everything seems to work. I started with a clean C:\aspell and installed the new Aspell data files first, as customary. The *.cmap/cset etc. were installed to C:\Aspell\lib\aspell-0.60 as I think they are supposed to be. But the default on the installer reads C:\Aspell. Should this default read C

Re: Qt4 frontend

2006-03-16 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Andre Poenitz a écrit : On Thu, Mar 16, 2006 at 10:50:41AM +0100, Abdelrazak Younes wrote: I thought even painting into a pixmap should only be done in a paintEvent(). The pixmap is located on the server side after all... I don't think so... or maybe I don't

Re: win32 installer for LyX 1.4?

2006-03-16 Thread Beck, Andrew Thomas - BECAT001
I have generally followed this outline: http://marc.theaimsgroup.com/?l=lyx-devel&m=113523961018129&q=p3 I found that if I don't modify the environment as described and the configure script, it fails to find the qt libraries. Actually, it finds the library, but can't produce a working program, so

Re: Windows installers for Aspell 0.6 dictionaries

2006-03-16 Thread Angus Leeming
Joost Verburg wrote: Joost Verburg wrote: The installers (one for the data files and lots of dictionary installers) are finished. I attached all files to build them. Once Angus has uploaded the installers (I have no access to the server), they will be ready for everyone to use. Minor update:

Re: 1.4.0 Source Code bug under Solaris x86

2006-03-16 Thread John Levon
On Thu, Mar 16, 2006 at 10:15:54PM +0100, Lars Gullik Bjønnes wrote: > | I just built and packaged LyX 1.4.0 for the Blastwave project. I found > | that the following error occurs (x86 only, not SPARC): > | > [...] > | > | This is problem is very similar to the issue I reported on Oct. 26, > | 2

Re: win32 installer for LyX 1.4?

2006-03-16 Thread Angus Leeming
Enrico Forestieri <[EMAIL PROTECTED]> writes: > Angus, > it should simply be a matter of > windres -i lyxicons.rc -o lyxicons.o > where: > $ cat lyxicons.rc > 1 ICON "lyx_32x32.ico" > 2 ICON "lyx_doc_32x32.ico" > and then including lyxicons.o in the final link step. > But windres is a cygwin progra

Re: win32 installer for LyX 1.4?

2006-03-16 Thread Enrico Forestieri
Angus Leeming <[EMAIL PROTECTED]> writes: > In fact, if I think about it, the only manual step in the whole process is the > installation of the LyX icons into the lyx.exe executable. If someone takes it > upon themselves to integrate that step into the build process then everything > else can be

Re: win32 installer for LyX 1.4?

2006-03-16 Thread Angus Leeming
Beck, Andrew Thomas - BECAT001 <[EMAIL PROTECTED]> writes: > I've been waiting patiently for a windows installer > for the latest & greatest LyX. Is there some technical > reason why one hasn't been posted, or is it simply that > nobody has gotten to it yet? The latter I think. > I've been trying

win32 installer for LyX 1.4?

2006-03-16 Thread Beck, Andrew Thomas - BECAT001
I've been waiting patiently for a windows installer for the latest & greatest LyX. Is there some technical reason why one hasn't been posted, or is it simply that nobody has gotten to it yet? I've been trying to build it myself, but am getting errors on the final link. I have been following the rec

Re: Mysterious crash with a cygwin build

2006-03-16 Thread Enrico Forestieri
Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > > substr(0, x) == foo > > we have lstring functions for that > > prefixIs("Index:", foo) > Thanks Lars. Latest patch (using prefixIs) attached. -- Enrico --- src/LaTeX.C.orig2006-03-14 05:04:34.0 +0100 +++ src/LaTeX.C 2006-03-1

Re: Mysterious crash with a cygwin build

2006-03-16 Thread Enrico Forestieri
Angus Leeming <[EMAIL PROTECTED]> writes: > > Enrico Forestieri ...> writes: > > Angus, I am a C++ newbie > > No! Really? Wow! You don't come across as one! Well, I am quite proficient in C, if that counts something ;-) > > and don't even know if getline() is some sort > > of standard func

Re: Qt4 frontend

2006-03-16 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Andre Poenitz a écrit : I am blacklisted by your mailer Andre: This is the Postfix program at host smtp2-g19.free.fr. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. For further assistance, p

Re: qt4 frontend

2006-03-16 Thread Abdelrazak Younes
John Levon a écrit : On Thu, Mar 16, 2006 at 06:21:44PM +0100, Abdelrazak Younes wrote: I think its a matter of "beginner vs power user". No. If it comes down to that, we've already failed. OK. tool? I think a simple, case-insensitive, search-as-type is more than enough and more intuitive

Re: [patch] fix bug 2175

2006-03-16 Thread Abdelrazak Younes
Georg Baum a écrit : Am Donnerstag, 16. März 2006 16:46 schrieb Abdelrazak Younes: Georg Baum a écrit : As discussed with Jean-Marc in bugzilla. This is already in. Abdel, am I right that it is not needed for qt4? I guess not because QWorkArea handle the scrollbar wheelevent directly. But you

Re: Qt4 frontend

2006-03-16 Thread Abdelrazak Younes
Georg Baum a écrit : Am Donnerstag, 16. März 2006 10:50 schrieb Abdelrazak Younes: I don't think so... or maybe I don't understand what you mean by "server side". Probably the X server in the X11 client server model. The server operates the graphics card, keyboard and mouse and is always on

Re: Qt4 frontend

2006-03-16 Thread Abdelrazak Younes
Andre Poenitz a écrit : On Thu, Mar 16, 2006 at 10:50:41AM +0100, Abdelrazak Younes wrote: I thought even painting into a pixmap should only be done in a paintEvent(). The pixmap is located on the server side after all... I don't think so... or maybe I don't understand what you mean by

Re: 1.4.0 Source Code bug under Solaris x86

2006-03-16 Thread Lars Gullik Bjønnes
Markus Mayer <[EMAIL PROTECTED]> writes: | Hi, | | I just built and packaged LyX 1.4.0 for the Blastwave project. I found | that the following error occurs (x86 only, not SPARC): | [...] | | This is problem is very similar to the issue I reported on Oct. 26, | 2005. It's even the same file that

Re: Mysterious crash with a cygwin build

2006-03-16 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Enrico Forestieri <[EMAIL PROTECTED]> writes: | > Angus, I am a C++ newbie | | No! Really? Wow! You don't come across as one! | | > and don't even know if getline() is some sort | > of standard function | | namespace std { | template | bas

Re: [patch] fix bug 2175

2006-03-16 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Am Donnerstag, 16. März 2006 16:46 schrieb Abdelrazak Younes: | > Georg Baum a écrit : | > > As discussed with Jean-Marc in bugzilla. This is already in. | > > Abdel, am I right that it is not needed for qt4? | > | > I guess not because QWorkArea handle th

Re: Mysterious crash with a cygwin build

2006-03-16 Thread Angus Leeming
Enrico Forestieri <[EMAIL PROTECTED]> writes: > Angus, I am a C++ newbie No! Really? Wow! You don't come across as one! > and don't even know if getline() is some sort > of standard function namespace std { template basic_istream& getline(basic_istream& istr,

1.4.0 Source Code bug under Solaris x86

2006-03-16 Thread Markus Mayer
Hi, I just built and packaged LyX 1.4.0 for the Blastwave project. I found that the following error occurs (x86 only, not SPARC): /opt/csw/gcc3/bin/g++ -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch --include=./pch.h -I./.. -I../../boost -I/opt/csw/include -I/usr/openwin/include -fno-excepti

Re: [patch] fix bug 2245, was: Re: Pending patches for 1.5 -> 1.4.x

2006-03-16 Thread lasgouttes
> If it works go for it. The patch is sensible. Yes. Apply it. JMarc -- José Abílio

Re: [patch] fix bug 2175

2006-03-16 Thread Georg Baum
Am Donnerstag, 16. März 2006 16:46 schrieb Abdelrazak Younes: > Georg Baum a écrit : > > As discussed with Jean-Marc in bugzilla. This is already in. > > Abdel, am I right that it is not needed for qt4? > > I guess not because QWorkArea handle the scrollbar wheelevent directly. > But you should m

Re: Mysterious crash with a cygwin build

2006-03-16 Thread Enrico Forestieri
Angus Leeming <[EMAIL PROTECTED]> writes: > I think that this version is more robust, but I haven't tried it out... It works ;-) > Angus > > -750,20 +750,30 > static regex reg5("Writing index file ([^ ]+).*"); > > ifstream ifs(logfile.c_str()); > - string line1,

Re: [patch] fix bug 2377 (Cannot paste multiple table cells after cut)

2006-03-16 Thread Georg Baum
Am Donnerstag, 16. März 2006 20:54 schrieb Georg Baum: > This is an easy one: http://bugzilla.lyx.org/show_bug.cgi?id=2377 > It is a simple oversight that the tabular cutr buffer is only marked dirty > for copy, but not for cut. > The attached patch fixes that. It was tested by Simon and goes int

[patch] fix bug 2377 (Cannot paste multiple table cells after cut)

2006-03-16 Thread Georg Baum
This is an easy one: http://bugzilla.lyx.org/show_bug.cgi?id=2377 It is a simple oversight that the tabular cutr buffer is only marked dirty for copy, but not for cut. The attached patch fixes that. It was tested by Simon and goes into trunk now. Log message: InsetTabular::pasteSelection: mark t

Re: Qt4 frontend

2006-03-16 Thread Georg Baum
Am Donnerstag, 16. März 2006 10:50 schrieb Abdelrazak Younes: > I don't think so... or maybe I don't understand what you mean by "server > side". Probably the X server in the X11 client server model. The server operates the graphics card, keyboard and mouse and is always on the local machine.

Re: Mysterious crash with a cygwin build

2006-03-16 Thread Angus Leeming
Enrico Forestieri wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > >> > I'll try to come up with a patch to the LaTeX::deplog() function in >> > src/LaTeX.C. >> >> Way to go! > > ;-) > > Here is the patch. Please test, it works for me. The only drawback which > I can foresee is that a file

Re: [patch] fix bug 2361

2006-03-16 Thread Andre Poenitz
On Thu, Mar 16, 2006 at 11:27:31AM +0100, Georg Baum wrote: > Andre Poenitz wrote: > > > On Tue, Mar 14, 2006 at 02:38:42PM +0100, Georg Baum wrote: > >> Jean-Marc Lasgouttes wrote: > >> > >> > I am a bit nervous about removing things like \begin, \left or > >> > \protect. Can you tell what havin

Re: [patch] bug 1999: Wrong default label in figure captions

2006-03-16 Thread Andre Poenitz
On Thu, Mar 16, 2006 at 10:28:22AM +0100, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > Andre> I'd prefer something like > > Andre> for (size_t i = cur.depth(); i--; ) > > You have to test for i>0 somewhere, don't you? Testing for != 0 gives th

Re: Qt4 frontend

2006-03-16 Thread Andre Poenitz
On Thu, Mar 16, 2006 at 10:50:41AM +0100, Abdelrazak Younes wrote: > >I thought even painting into a pixmap should only be done in a > >paintEvent(). The pixmap is located on the server side after all... > > I don't think so... or maybe I don't understand what you mean by "server > side". The X

Re: Mysterious crash with a cygwin build

2006-03-16 Thread Enrico Forestieri
Angus Leeming <[EMAIL PROTECTED]> writes: > > I'll try to come up with a patch to the LaTeX::deplog() function in > > src/LaTeX.C. > > Way to go! ;-) Here is the patch. Please test, it works for me. The only drawback which I can foresee is that a file *may* be passed two times to handleFoundFil

Re: LyX 1.4.0 and DocBook SGML

2006-03-16 Thread Jose' Matos
On Thursday 16 March 2006 17:44, Chris Karakas wrote: > > Chris, could you please apply this patch to lyx2lyx/lyx_1_4.py and see > > if it works? > > Yes, it works. But there are still some bugs in the SGML export. I guess I > will use the bugzilla system to report them. Thanks. > One thing I

Re: qt4 frontend

2006-03-16 Thread John Levon
On Thu, Mar 16, 2006 at 06:21:44PM +0100, Abdelrazak Younes wrote: > I think its a matter of "beginner vs power user". No. If it comes down to that, we've already failed. > tool? I think a simple, case-insensitive, search-as-type is more than > enough and more intuitive. A more powerful search

Re: Question about Patch submission and commit

2006-03-16 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Martin Vermeer <[EMAIL PROTECTED]> writes: | > On Thu, Mar 16, 2006 at 03:55:06PM +, Angus Leeming wrote: | > > Martin Vermeer wrote: | > > > svndiff='svn diff --diff-cmd /usr/bin/diff -x -up' | > > > alias grepfunc='egrep \(Index:\|^\)' | > > |

Re: [patch] fix bug 2245, was: Re: Pending patches for 1.5 -> 1.4.x

2006-03-16 Thread Jose' Matos
On Thursday 16 March 2006 16:57, Georg Baum wrote: > Georg Baum wrote: > > Attached is a better patch, based on your comments. > > > > Plase test. > > Did anybody test this? It works for me. I think I am committing it to trunk > soon, but I'd like to get enough testing so that it can also go into 1

Re: LyX 1.4.0 and DocBook SGML

2006-03-16 Thread Chris Karakas
> Chris, could you please apply this patch to lyx2lyx/lyx_1_4.py and see if > it > works? > Yes, it works. But there are still some bugs in the SGML export. I guess I will use the bugzilla system to report them. One thing I can already tell you: when you have an URL (which you inserted wit

Re: Question about Patch submission and commit

2006-03-16 Thread Angus Leeming
Martin Vermeer <[EMAIL PROTECTED]> writes: > On Thu, Mar 16, 2006 at 03:55:06PM +, Angus Leeming wrote: > > Martin Vermeer wrote: > > > svndiff='svn diff --diff-cmd /usr/bin/diff -x -up' > > > alias grepfunc='egrep \(Index:\|^\)' > > > > $ svndiff -r 13397 > svndiff.txt > > $ sh svndiff.sh

RE: Re: qt4 frontend

2006-03-16 Thread Leuven, E.
i agree with your points here on the insert citation dialog (i like the 1.3 version better too) for clarity: in my previous mail i referred to the insert bibtex biblio dialog (or 2 dialogs in 1.4) it is tedious going through 2 dialogs if 1 could have sufficed... my 2c of course edwin

Re: qt4 frontend

2006-03-16 Thread Abdelrazak Younes
John Levon a écrit : On Thu, Mar 16, 2006 at 12:37:33PM +0100, Abdelrazak Younes wrote: I have read some people complaining in lyx-users but maybe some poll is in order. In any case, no need to erase any code, we can provide both in the qt4 frontend and switch to one or the other via a compile

Re: Question about Patch submission and commit

2006-03-16 Thread Martin Vermeer
On Thu, Mar 16, 2006 at 03:55:06PM +, Angus Leeming wrote: > Martin Vermeer wrote: > > svndiff='svn diff --diff-cmd /usr/bin/diff -x -up' > > alias grepfunc='egrep \(Index:\|^@@\)' > > $ svndiff -r 13397 > svndiff.txt > $ sh svndiff.sh svndiff.txt Cool! How to integrate this into the commit

Re: [patch] bug 2185: Delete key does not move the cursor to the next character in change tracking mode

2006-03-16 Thread Martin Vermeer
On Thu, Mar 16, 2006 at 05:48:05PM +0100, Juergen Spitzmueller wrote: > Martin Vermeer wrote: > > Just for fun, have a look at stripLeadingSpaces in paragraph.C, > > and try to imagine how this should ever work with change tracking on... > > (remember that erase(0) only does a logical erase in this

[patch] fix bug 2245, was: Re: Pending patches for 1.5 -> 1.4.x

2006-03-16 Thread Georg Baum
Georg Baum wrote: > Attached is a better patch, based on your comments. > > Plase test. Did anybody test this? It works for me. I think I am committing it to trunk soon, but I'd like to get enough testing so that it can also go into 1.4.1. ChangeLog: * parser_tools.py (find_tokens_exac

Re: [patch] fix bug 2290

2006-03-16 Thread Georg Baum
Lars Gullik Bjønnes wrote: > then you shouÃld post what you plan to write in the commit message in > the same mail that has the patch. OK, next time, it is simply a matter of getting used to it. Georg

Re: [patch] bug 2185: Delete key does not move the cursor to the next character in change tracking mode

2006-03-16 Thread Juergen Spitzmueller
Martin Vermeer wrote: > Just for fun, have a look at stripLeadingSpaces in paragraph.C, > and try to imagine how this should ever work with change tracking on... > (remember that erase(0) only does a logical erase in this case. > No whitespace is actually removed) pandora's box... > The method is

Re: qt4 frontend

2006-03-16 Thread John Levon
On Thu, Mar 16, 2006 at 12:37:33PM +0100, Abdelrazak Younes wrote: > I have read some people complaining in lyx-users but maybe some poll is > in order. In any case, no need to erase any code, we can provide both in > the qt4 frontend and switch to one or the other via a compiler switch or > so

Re: Re: qt4 frontend

2006-03-16 Thread John Levon
On Thu, Mar 16, 2006 at 11:03:34AM +0100, Leuven, E. wrote: > i am trying to get some work done with it, but at the moment cannot insert a > bibtex biblio... > > why is there an extra dialog here btw? think i like the 1.3 version better > > perhaps we can reinstate that one while john levon is

Re: [patch] fix bug 2290

2006-03-16 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Also discussed in bugzilla, goes also in 1.5 and 1.4. | | | Georg | | PS: I switched already to "no ChangeLog". then you shouÃld post what you plan to write in the commit message in the same mail that has the patch. -- Lgb

Re: [patch] bug 2185: Delete key does not move the cursor to the next character in change tracking mode

2006-03-16 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | Juergen Spitzmueller <[EMAIL PROTECTED]> writes: | | > | > Also sprach Martin Vermeer: | > > You complained about the cursor ending up in the wrong place. Does is | > > still? | > | > No, this is gone (unrelated to my patch). | > But there's a new on

Re: [patch] bug 2185: Delete key does not move the cursor to the next character in change tracking mode

2006-03-16 Thread Martin Vermeer
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > > Also sprach Martin Vermeer: > > You complained about the cursor ending up in the wrong place. Does is > > still? > > No, this is gone (unrelated to my patch). > But there's a new one: > > 1. type "hello world" > 2. place cursor after hello (b

Re: [Patch] allow delete para break after insert in CT

2006-03-16 Thread Juergen Spitzmueller
Georg Baum wrote: > Having edited a lot of footnotes recently I agree with Bennet that it is > ugly. I understand the reason for doing it, mut it might be worth it to > rethink about that when the most urgent bugs are fixed. I agree. This gets very irritating especially when several collapsables a

Re: Question about Patch submission and commit

2006-03-16 Thread Angus Leeming
Martin Vermeer wrote: > svndiff='svn diff --diff-cmd /usr/bin/diff -x -up' > alias grepfunc='egrep \(Index:\|^@@\)' $ svndiff -r 13397 > svndiff.txt $ sh svndiff.sh svndiff.txt Regards, -- Angus svndiff.sh Description: application/shellscript

Re: [patch] fix bug 2175

2006-03-16 Thread Abdelrazak Younes
Georg Baum a écrit : As discussed with Jean-Marc in bugzilla. This is already in. Abdel, am I right that it is not needed for qt4? I guess not because QWorkArea handle the scrollbar wheelevent directly. But you should maybe verify that it's working on par with other Qt4 apps if any... Abdel

Re: [patch] bug 2185: Delete key does not move the cursor to the next character in change tracking mode

2006-03-16 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > > See the message I just posted in the bug: now that the patch for 880 > > is in, do you need to test for pos < size()? > > I'll try if it works without and change accordingly, if so. the test is still needed, otherwise the cursor hangs at paragraph end. Jürgen

[patch] fix bug 2290

2006-03-16 Thread Georg Baum
Also discussed in bugzilla, goes also in 1.5 and 1.4. Georg PS: I switched already to "no ChangeLog".Index: src/tex2lyx/table.C === --- src/tex2lyx/table.C (Revision 13208) +++ src/tex2lyx/table.C (Arbeitskopie) @@ -1059,7 +1059,7 @

Re: [patch] bug 2185: Delete key does not move the cursor to the next character in change tracking mode

2006-03-16 Thread Juergen Spitzmueller
Also sprach Martin Vermeer: > You complained about the cursor ending up in the wrong place. Does is > still? No, this is gone (unrelated to my patch). But there's a new one: 1. type "hello world" 2. place cursor after hello (before blank) and break paragraph 3. place cursor in second line after w

[patch] fix bug 2175

2006-03-16 Thread Georg Baum
As discussed with Jean-Marc in bugzilla. This is already in. Abdel, am I right that it is not needed for qt4? GeorgIndex: src/frontends/qt2/QContentPane.C === --- src/frontends/qt2/QContentPane.C (Revision 13399) +++ src/frontends/qt

Re: r13397 - in /lyx-devel/branches/BRANCH_1_4_X/src: fronten...

2006-03-16 Thread Michael Gerz
O I was in hope that this patch goes in 1.4.X :-) At least it shouldn't hurt. Michael - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 16, 2006 3:30 PM Subject: r13397 - in /lyx-devel/branches/BRANCH_1_4_X/src: fronten... Author: l

Re: [patch] fix bugs 2234 and 2236

2006-03-16 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Georg" == Georg Baum >> <[EMAIL PROTECTED]> >> writes: > > Georg> Enrico Forestieri wrote: >>> Just noticed a small problem. It works when importing a latex file, >>> but I am not able to insert \tag* by using the keyboard. I obtain a >>> \tag cell plus

[Patch] "Wide" inset rendering unpleasantness

2006-03-16 Thread Martin Vermeer
On Thu, Mar 16, 2006 at 10:31:58AM +0100, Jean-Marc Lasgouttes wrote: ... > Is it possible to do selective redraw only when the inset is in > display mode (that is, when the footnote has more than one line)? > Would that solve something? Actually it isn't quite that simple (we more or less have

Re: [PATCH] bug 2298: cursorEnd triggers dEPM but does not update

2006-03-16 Thread Abdelrazak Younes
Jean-Marc Lasgouttes a écrit : "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Jean-Marc Lasgouttes a écrit : This patch from Félix-Antoine Bourbonnais makes sure that cursorBegin/End and cursorTop/Bottom correctly return their dEPM status. This fixes frawing problems

Re: Question about Patch submission and commit

2006-03-16 Thread Martin Vermeer
On Thu, Mar 16, 2006 at 02:35:17PM +, Angus Leeming wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > Is there a way to automate the commit message editing process in such a > > way that the user can easily add this info to the list of files? I.e., > > the guard protecting the file list s

Re: Missing CREDITS file - who are the authors of LyX?

2006-03-16 Thread Abdelrazak Younes
Angus Leeming a écrit : Funny, I could have sworn that you were in generate_contributions.py. Please post a mail to this list (a reply will to this will do) stating that you agree to licence your contributions to LyX under the Gnu General Public License, version 2 or later. Once you've done that

Re: [patch] bug 2185: Delete key does not move the cursor to the next character in change tracking mode

2006-03-16 Thread Martin Vermeer
On Thu, Mar 16, 2006 at 03:21:10PM +0100, Juergen Spitzmueller wrote: > Martin Vermeer wrote: > > Does this also fix the problem with my earlier patch of deleting a just > > inserted paragraph break? > > It isn't supposed to. But I thought you have fixed this already? At least it > looks like it.

Re: [PATCH] bug 2298: cursorEnd triggers dEPM but does not update

2006-03-16 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Jean-Marc Lasgouttes a écrit : >> This patch from Félix-Antoine Bourbonnais makes sure that >> cursorBegin/End and cursorTop/Bottom correctly return their dEPM >> status. This fixes frawing problems when dEPM triggers.

Re: Question about Patch submission and commit

2006-03-16 Thread Angus Leeming
Martin Vermeer <[EMAIL PROTECTED]> writes: > Is there a way to automate the commit message editing process in such a > way that the user can easily add this info to the list of files? I.e., > the guard protecting the file list should be removed and some smaller > format conversions to make it chang

Re: [PATCH] bug 2298: cursorEnd triggers dEPM but does not update

2006-03-16 Thread Abdelrazak Younes
Jean-Marc Lasgouttes a écrit : This patch from Félix-Antoine Bourbonnais makes sure that cursorBegin/End and cursorTop/Bottom correctly return their dEPM status. This fixes frawing problems when dEPM triggers. I tested it and it does what it says. Applying now. Modified: lyx-devel/branches

Re: [PATCH] bug 2313: Save should be disabled for unchanged documents

2006-03-16 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | There is the easiest of workarounds: do a small edit. | comes to mind. And super annoying... (but I guess we are used to it...) -- Lgb

Re: Missing CREDITS file - who are the authors of LyX?

2006-03-16 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > Funny, I could have sworn that you were in generate_contributions.py. > > That's maybe because you asked me the question once: > http://marc.theaimsgroup.com/?l=lyx-devel&m=113993670602439&w=2 I'm obviously going senile :( Anyway, thanks for foll

Re: [Patch] CT related fixes (Re: [Patch] allow delete para break after insert in CT)

2006-03-16 Thread Georg Baum
Lars Gullik Bjønnes wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> > writes: > > | > "Lars" == Lars Gullik Bjønnes > | > <[EMAIL PROTECTED]> writes: > | > | Lars> Martin Vermeer <[EMAIL PROTECTED]> > | writes: | (BTW tip: alias Lars> svndiff='svn diff --diff-cmd > | /usr/bin/diff -x -

Re: pre6

2006-03-16 Thread Rex Dieter
Jean-Marc Lasgouttes wrote: "Rex" == Rex Dieter <[EMAIL PROTECTED]> writes: Rex> And here it is (sorry for not mentioning it here/upstream Rex> earlier). Should be pretty self-explanatory. Rex> In particular, adds usage for htmlview, evince, gsview... Rex> re-arranges priorities a bit (you ca

Re: [patch] bug 2185: Delete key does not move the cursor to the next character in change tracking mode

2006-03-16 Thread Juergen Spitzmueller
Martin Vermeer wrote: > Does this also fix the problem with my earlier patch of deleting a just > inserted paragraph break? It isn't supposed to. But I thought you have fixed this already? At least it looks like it. Jürgen

[PATCH] bug 2298: cursorEnd triggers dEPM but does not update

2006-03-16 Thread Jean-Marc Lasgouttes
This patch from Félix-Antoine Bourbonnais makes sure that cursorBegin/End and cursorTop/Bottom correctly return their dEPM status. This fixes frawing problems when dEPM triggers. I tested it and it does what it says. Applying now. JMarc Index: src/ChangeLog =

Re: [patch] bug 2185: Delete key does not move the cursor to the next character in change tracking mode

2006-03-16 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen> OK for branch and trunk? Jürgen > > See the message I just posted in the bug: now that the patch for 880 > is in, do you need to test for pos < size()? I'll try if it works without and change accordingly, if so. However, for branch (where Martin's patch is n

Re: [PATCH] bug 2313: Save should be disabled for unchanged documents

2006-03-16 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> No, I think it is nice. Many word processors even claim that Martin> the doc has changed when you didn't do anything... I hate Martin> that. This patch makes every save intentional, which is a Good Martin> Thing. Something I wan

Re: [PATCH] bug 2313: Save should be disabled for unchanged documents

2006-03-16 Thread Martin Vermeer
On Thu, Mar 16, 2006 at 02:59:31PM +0100, Jean-Marc Lasgouttes wrote: > > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > Lars> This patch disables S

Re: [patch] bug 2185: Delete key does not move the cursor to the next character in change tracking mode

2006-03-16 Thread Martin Vermeer
On Thu, Mar 16, 2006 at 02:46:07PM +0100, Juergen Spitzmueller wrote: > OK for branch and trunk? > > Jürgen Does this also fix the problem with my earlier patch of deleting a just inserted paragraph break? - Martin pgpMZvWjMEOdT.pgp Description: PGP signature

Re: qt4 frontend

2006-03-16 Thread Juergen Spitzmueller
Abdelrazak Younes wrote: > > don't see painting errors on the console, > > Very good, maybe it just vanished after my QWorkArea cleanup, Georg, > Juergen, do you confirm that? No, it's still there. Jürgen

Re: Question about Patch submission and commit

2006-03-16 Thread Martin Vermeer
On Thu, Mar 16, 2006 at 02:49:11PM +0100, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Abdelrazak Younes <[EMAIL PROTECTED]> writes: > | > Lars Gullik Bjønnes a écrit : > | > > btw. did we come to any consensus about my "Drop ChangeLogs" RFC? > | > | > I guess un

Re: Question about Patch submission and commit

2006-03-16 Thread Abdelrazak Younes
Lars Gullik Bjønnes a écrit : Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes a écrit : | > btw. did we come to any consensus about my "Drop ChangeLogs" RFC? | | I guess unless someone decide there would be no decision. | | So? I'd like to at least convince Jean-Marc that

Re: [PATCH] bug 2313: Save should be disabled for unchanged documents

2006-03-16 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> This patch disables Save when document is not changed. This is Lars> going | in trunk and branch this

Re: [patch] bug 2185: Delete key does not move the cursor to the next character in change tracking mode

2006-03-16 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> OK for branch and trunk? Jürgen See the message I just posted in the bug: now that the patch for 880 is in, do you need to test for pos < size()? Otherwise it is OK. JMarc

Re: Question about Patch submission and commit

2006-03-16 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I'd like to at least convince Jean-Marc that this is a good Lars> idea. But I guess to be able to do that, the rest of you have to Lars> help. Create nice commit messages so that J-M understands that Lars> this will give just wh

Re: Missing CREDITS file - who are the authors of LyX?

2006-03-16 Thread Abdelrazak Younes
Angus Leeming a écrit : Abdelrazak Younes <[EMAIL PROTECTED]> writes: Angus Leeming a écrit : Jean-Marc Lasgouttes ...> writes: "Chris" == Chris Karakas ...> writes: Chris> After extensively searching the LyX homepage for a list of Chris> authors, I gave up. I tried to locate a CREDITS file

Re: [PATCH] bug 2313: Save should be disabled for unchanged documents

2006-03-16 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> This patch disables Save when document is not changed. This is Lars> going | in trunk and branch this afternoon if nobody complains. Lars> Why do we need to avoid a save

Re: Question about Patch submission and commit

2006-03-16 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes a écrit : | > btw. did we come to any consensus about my "Drop ChangeLogs" RFC? | | I guess unless someone decide there would be no decision. | | So? I'd like to at least convince Jean-Marc that this is a good idea. But I guess

Re: Question about Patch submission and commit

2006-03-16 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Abdelrazak Younes <[EMAIL PROTECTED]> writes: | > Lars Gullik Bjønnes a écrit : | > > btw. did we come to any consensus about my "Drop ChangeLogs" RFC? | | > I guess unless someone decide there would be no decision. | > So? | | I don't hear anybody s

Re: Missing CREDITS file - who are the authors of LyX?

2006-03-16 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Angus Leeming a écrit : > > Jean-Marc Lasgouttes ...> writes: > >>> "Chris" == Chris Karakas ...> writes: > >> Chris> After extensively searching the LyX homepage for a list of > >> Chris> authors, I gave up. I tried to locate a CREDITS file (wh

Re: LyX 1.4.0 and DocBook SGML

2006-03-16 Thread Jose' Matos
On Thursday 16 March 2006 13:16, Jose' Matos wrote: > > My mistake. We need to fix lyx2lyx to do the right convertion. > > I will send a fix soon. Chris, could you please apply this patch to lyx2lyx/lyx_1_4.py and see if it works? -- José Abílio Index: lyx_1_4.py =

[patch] bug 2185: Delete key does not move the cursor to the next character in change tracking mode

2006-03-16 Thread Juergen Spitzmueller
OK for branch and trunk? Jürgen Index: src/text.C === --- src/text.C (Revision 13392) +++ src/text.C (Arbeitskopie) @@ -1579,6 +1579,10 @@ bool LyXText::Delete(LCursor & cur) recordUndo(cur, Undo::DELETE, cur.pit()); setCursorIn

Re: [PATCH] bug 2313: Save should be disabled for unchanged documents

2006-03-16 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | This patch disables Save when document is not changed. This is going | in trunk and branch this afternoon if nobody complains. Why do we need to avoid a save when the document is not changed? Why is it wrong to just overwrite the existing one? -

Re: Question about Patch submission and commit

2006-03-16 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Lars Gullik Bjønnes a écrit : > > btw. did we come to any consensus about my "Drop ChangeLogs" RFC? > I guess unless someone decide there would be no decision. > So? I don't hear anybody speaking up for ChangeLogs. Just do it and move on :) Angus

Re: Missing CREDITS file - who are the authors of LyX?

2006-03-16 Thread Abdelrazak Younes
Angus Leeming a écrit : Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: "Chris" == Chris Karakas <[EMAIL PROTECTED]> writes: Chris> After extensively searching the LyX homepage for a list of Chris> authors, I gave up. I tried to locate a CREDITS file (which Chris> must be there, according to t

Re: Missing CREDITS file - who are the authors of LyX?

2006-03-16 Thread Angus Leeming
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > "Chris" == Chris Karakas <[EMAIL PROTECTED]> writes: > Chris> After extensively searching the LyX homepage for a list of > Chris> authors, I gave up. I tried to locate a CREDITS file (which > Chris> must be there, according to the GPL, I thin

Re: [patch] fix bugs 2234 and 2236

2006-03-16 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Enrico Forestieri wrote: >> Just noticed a small problem. It works when importing a latex file, >> but I am not able to insert \tag* by using the keyboard. I obtain a >> \tag cell plus the *, but not a \tag* cell. Georg> I know. The o

Re: LyX 1.4.0 and DocBook SGML

2006-03-16 Thread Jose' Matos
On Wednesday 15 March 2006 21:01, Chris Karakas wrote: > Whatever I had written in pure SGML is now exported as if it were normal > text, with "" becoming "", for example. My mistake. We need to fix lyx2lyx to do the right convertion. I will send a fix soon. -- José Abílio

Re: Question about Patch submission and commit

2006-03-16 Thread Abdelrazak Younes
Lars Gullik Bjønnes a écrit : btw. did we come to any consensus about my "Drop ChangeLogs" RFC? I guess unless someone decide there would be no decision. So?

Re: LyX 1.4.0 and DocBook SGML

2006-03-16 Thread Jose' Matos
On Thursday 16 March 2006 11:50, Martin Vermeer wrote: > > I see > > 9147jamatos > 9147jamatos Style SGML > 9147jamatos ObsoletedBy Standard > 9147jamatos End > > at the end of db_stdlayouts.inc, > and > > r9147 | jamatos | 2004-10-30 21:17:31 +0300 (Sat, 30

Re: Missing CREDITS file - who are the authors of LyX?

2006-03-16 Thread Jean-Marc Lasgouttes
> "Chris" == Chris Karakas <[EMAIL PROTECTED]> writes: Chris> After extensively searching the LyX homepage for a list of Chris> authors, I gave up. I tried to locate a CREDITS file (which Chris> must be there, according to the GPL, I think) in the 1.4.0 Chris> tarball, but nothing... Have a l

  1   2   >