Re: cutandpaste.C simplifications

2006-11-06 Thread Martin Vermeer
On Mon, Nov 06, 2006 at 11:03:55PM +0100, Michael Gerz wrote: > Hi, > > am I too stupid to see the brilliancy of the code or can cutandpaste.C > be simplified? Probably both ;-) > Please comment on the attached patch (ignore the CT part). > > Michael - Martin pgp5O6NA8ANYu.pgp Description

Multi-window feature

2006-11-06 Thread Michael Gerz
Hi, I would just like to let you know that I like the multi-windows feature as it is! It's really nice to see two windows with the same file. IMHO Abdel's width adjustment workaround is a proper solution for 1.5. Michael

cutandpaste.C simplifications

2006-11-06 Thread Michael Gerz
Hi, am I too stupid to see the brilliancy of the code or can cutandpaste.C be simplified? Please comment on the attached patch (ignore the CT part). Michael Index: CutAndPaste.C === --- CutAndPaste.C (Revision 15770) +++ CutAndPa

QT Translation

2006-11-06 Thread Michael Gerz
Hi, this patch makes Qt strings translateable again (at least when using scons). Can I commit? Michael Index: src/frontends/qt4/QERTDialog.h === --- src/frontends/qt4/QERTDialog.h (Revision 15770) +++ src/frontends/qt4/QERTDialog.h

Re: wiki/www.lyx.org not responding...

2006-11-06 Thread Jean-Marc Lasgouttes
> "christian" == christian ridderstrom <[EMAIL PROTECTED]> writes: christian> Did you try christian> apache2ctl -k restart christian> ? (I don't think I have enough access to do that myself). I did it by hand after all. There is an apachectl, I guess it would have worked. JMarc

Re: wiki/www.lyx.org not responding...

2006-11-06 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >> So, what shall I do NOW? Georg> Kill the one apache process that is still running if that is Georg> possible. Then it should be possible to bind to the port again. Thanks, I did that, and it seems to wo

Re: wiki/www.lyx.org not responding...

2006-11-06 Thread christian . ridderstrom
On Mon, 6 Nov 2006, Jean-Marc Lasgouttes wrote: > > "christian" == christian ridderstrom <[EMAIL PROTECTED]> writes: > > christian> Hmm.. I thought you did > > christian>apache2ctl -k graceful > > christian> or apache2ctl -k restart > > So, what shall I do NOW? Did you try ap

Re: Qt translations

2006-11-06 Thread Michael Gerz
Georg Baum wrote: Because qt_() is the translation function that returns a QString (defined in qt_helpers.C). _() would not work, since it returns a docstring. That is not the reason for the untranslated messages, it was the same in qt3. Did you look whether uic actually generates calls to qt_()

Re: request for SVN write access

2006-11-06 Thread christian . ridderstrom
On Mon, 6 Nov 2006, Uwe Stöhr wrote: > > Has he replied yet? > > No :-(. He might be away... I don't think I've seen a post from him in a while? /C -- Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr

Re: Qt translations

2006-11-06 Thread Georg Baum
Michael Gerz wrote: > Hello, > > why is it > > [EMAIL PROTECTED]:~/lyx-trunk/src/frontends/qt4/ui> grep -2 tr Makefile.am > BUILT_SOURCES = $(UIFILES:.ui=.h) > > # Use _() for localization instead of tr() or trUtf8() > UICFLAGS=-tr qt_ > > > and not just > > UICFLAGS=-tr _ > > ??? Because

Qt translations

2006-11-06 Thread Michael Gerz
Hello, why is it [EMAIL PROTECTED]:~/lyx-trunk/src/frontends/qt4/ui> grep -2 tr Makefile.am BUILT_SOURCES = $(UIFILES:.ui=.h) # Use _() for localization instead of tr() or trUtf8() UICFLAGS=-tr qt_ and not just UICFLAGS=-tr _ ??? Michael

Re: Let us remove the multi-window support !

2006-11-06 Thread Michael Gerz
Abdelrazak Younes wrote: If you resize one window showing one document, then, if some other window is also showing, the line breaks in the second window will be automatically adjusted with the line breaks of the first window, regardless of the geometry. I understand this is annoying but mayb

Re: request for SVN write access

2006-11-06 Thread Uwe Stöhr
> Has he replied yet? No :-(. Uwe

Re: My Big Fat (Greek?) Cursor

2006-11-06 Thread Abdelrazak Younes
Asger Ottar Alstrup wrote: Joost Verburg wrote: Abdelrazak Younes wrote: BTW2, every app that I know (except emacs, but it's easy to switch to this scheme also) use Ctrl+y for Undo. Why on earth do we still use Shift+Ctrl+z? Could we please add Ctrl+y as and additional default? Ctrl+Y? Every

Re: wiki/www.lyx.org not responding...

2006-11-06 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > So, what shall I do NOW? Kill the one apache process that is still running if that is possible. Then it should be possible to bind to the port again. Georg

Re: My Big Fat (Greek?) Cursor

2006-11-06 Thread Michael Gerz
Jean-Marc Lasgouttes wrote: Asger> I guess he meant Redo, in which case I agree. So we shall change it (unless we use Ctrl+Y already). I think so, too. I can have a look later. If CTRL+Y is unbound presently, I will add the binding. Michael

Re: Can't compile 1.5svn for testing again.

2006-11-06 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Abdelrazak Younes wrote: Georg Baum wrote: Try again. I don't understand why it worked for me. Pre-compiled headers? Georg> On one machine yes, but not on the other one, and it worked on Georg> both. it

Re: My Big Fat (Greek?) Cursor

2006-11-06 Thread Jean-Marc Lasgouttes
> "Asger" == Asger Ottar Alstrup <[EMAIL PROTECTED]> writes: Asger> Joost Verburg wrote: >> Abdelrazak Younes wrote: >>> BTW2, every app that I know (except emacs, but it's easy to switch >>> to this scheme also) use Ctrl+y for Undo. Why on earth do we still >>> use Shift+Ctrl+z? Could we plea

Re: My Big Fat (Greek?) Cursor

2006-11-06 Thread Asger Ottar Alstrup
Joost Verburg wrote: Abdelrazak Younes wrote: BTW2, every app that I know (except emacs, but it's easy to switch to this scheme also) use Ctrl+y for Undo. Why on earth do we still use Shift+Ctrl+z? Could we please add Ctrl+y as and additional default? Ctrl+Y? Every application I know uses Ctr

Re: My Big Fat (Greek?) Cursor

2006-11-06 Thread Abdelrazak Younes
Joost Verburg wrote: Abdelrazak Younes wrote: BTW2, every app that I know (except emacs, but it's easy to switch to this scheme also) use Ctrl+y for Undo. Why on earth do we still use Shift+Ctrl+z? Could we please add Ctrl+y as and additional default? Ctrl+Y? Every application I know uses Ctr

Re: My Big Fat (Greek?) Cursor

2006-11-06 Thread Abdelrazak Younes
Joost Verburg wrote: Abdelrazak Younes wrote: BTW2, every app that I know (except emacs, but it's easy to switch to this scheme also) use Ctrl+y for Undo. Why on earth do we still use Shift+Ctrl+z? Could we please add Ctrl+y as and additional default? Ctrl+Y? Every application I know uses Ctr

Re: wiki/www.lyx.org not responding...

2006-11-06 Thread Jean-Marc Lasgouttes
> "christian" == christian ridderstrom <[EMAIL PROTECTED]> writes: christian> Hmm.. I thought you did christian> apache2ctl -k graceful christian> or apache2ctl -k restart So, what shall I do NOW? JMarc

Re: Can't compile 1.5svn for testing again.

2006-11-06 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Abdelrazak Younes wrote: >> Georg Baum wrote: >>> Try again. I don't understand why it worked for me. >> Pre-compiled headers? Georg> On one machine yes, but not on the other one, and it worked on Georg> both. it works when assertio

Re: Can't compile 1.5svn for testing again.

2006-11-06 Thread Georg Baum
Abdelrazak Younes wrote: > Georg Baum wrote: >> Try again. I don't understand why it worked for me. > > Pre-compiled headers? On one machine yes, but not on the other one, and it worked on both. Georg

Re: wiki/www.lyx.org not responding...

2006-11-06 Thread christian . ridderstrom
On Mon, 6 Nov 2006, Jean-Marc Lasgouttes wrote: > > "christian" == christian ridderstrom <[EMAIL PROTECTED]> writes: > > christian> Does anyone know what the problem is with aussie? (Is it > christian> trac again?) > > Maybe is it me :( Everything was slow with several old httpd > processes,

Re: wiki/www.lyx.org not responding...

2006-11-06 Thread Jean-Marc Lasgouttes
> "christian" == christian ridderstrom <[EMAIL PROTECTED]> writes: christian> Does anyone know what the problem is with aussie? (Is it christian> trac again?) Maybe is it me :( Everything was slow with several old httpd processes, so I decided to restart the web server -bash-3.00$ sudo /etc/

wiki/www.lyx.org not responding...

2006-11-06 Thread christian . ridderstrom
Does anyone know what the problem is with aussie? (Is it trac again?) /C -- Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr

Re: request for SVN write access

2006-11-06 Thread christian . ridderstrom
On Sat, 4 Nov 2006, Uwe Stöhr wrote: > Hi Lars, are you reading this?, > > the last time I asked you several times to get SVN write permissions to > work on the Win-installer and on the documentation but got no replies. > Perhaps your spam filter eat my emails or my filter eat your replies. If

Re: [patch] fix panelstack

2006-11-06 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > The good news is: my patch fixes the problem for me. I'm gonna commit it, > please let me know if it doesn't work for you. I spoke too soon :-( I hadn't fully recompiled with qt 4.2.1, now I see the bug in all font sizes, even with the patch. I'm gonna revert it. To

Re: [patch] fix math parser bug

2006-11-06 Thread Enrico Forestieri
On Mon, Nov 06, 2006 at 04:26:01PM +0100, Herbert Voss wrote: > Enrico Forestieri schrieb: > > >> And the > >> fact that LyX will eat the other braces if you read the file, and then the > >> inner ones if you save it and read it again. > > > > Nope. That will only occur if the size of the nucleu

Re: [patch] fix math parser bug

2006-11-06 Thread Enrico Forestieri
On Mon, Nov 06, 2006 at 04:25:33PM +0100, Georg Baum wrote: > - do something that you want to undo (e.g. cut). The cursor must be in a > brace inset that will not be restored after undo because of the removal of > superflous brace insets. > - undo > > Now you will either get an assert, or a warni

Re: Can't compile 1.5svn for testing again.

2006-11-06 Thread Abdelrazak Younes
Georg Baum wrote: Helge Hafting wrote: I wanted to test new fixes, particularly branch stuff. Compiling throws up this though: Try again. I don't understand why it worked for me. Pre-compiled headers?

Re: My Big Fat (Greek?) Cursor

2006-11-06 Thread Joost Verburg
Abdelrazak Younes wrote: BTW2, every app that I know (except emacs, but it's easy to switch to this scheme also) use Ctrl+y for Undo. Why on earth do we still use Shift+Ctrl+z? Could we please add Ctrl+y as and additional default? Ctrl+Y? Every application I know uses Ctrl+Z. Joost

Re: [patch] fix panelstack

2006-11-06 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > Strange thing is: I still do not see it after upgrading to qt 4.2.1. > Georg, could you please nevertheless try if the attached patch helps? OK, I managed to reproduce it now by myself, by increasing the font size in qconfig (so the problem seems to be related on the

Re: My Big Fat (Greek?) Cursor

2006-11-06 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Enrico Forestieri wrote: On Mon, Nov 06, 2006 at 03:18:51PM +0100, Abdelrazak Younes wrote: The Qt4 library is not at fault here. We (I) hard-coded the width because it is very wrong to let t

Re: My Big Fat (Greek?) Cursor

2006-11-06 Thread Enrico Forestieri
On Mon, Nov 06, 2006 at 03:53:23PM +0100, Jean-Marc Lasgouttes wrote: > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > Enrico> On Mon, Nov 06, 2006 at 03:18:51PM +0100, Abdelrazak Younes > Enrico> wrote: > >> The Qt4 library is not at fault here. We (I) hard-coded the width >

Re: 1.5.0 on Mac

2006-11-06 Thread Bennett Helm
On Nov 6, 2006, at 10:05 AM, Jean-Marc Lasgouttes wrote: "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> Yes. I haven't tried to figure out systematically which Bennett> symbols it is, but \int is one of them: it shows up 1/2-line Bennett> too low. Bennett> Let me know if you w

Re: [patch] fix math parser bug

2006-11-06 Thread Herbert Voss
Enrico Forestieri schrieb: >> And the >> fact that LyX will eat the other braces if you read the file, and then the >> inner ones if you save it and read it again. > > Nope. That will only occur if the size of the nucleus is 1, but then it > doesn't matter as latex macros don't need braces around

Re: [patch] fix math parser bug

2006-11-06 Thread Georg Baum
Enrico Forestieri wrote: > Nope. That will only occur if the size of the nucleus is 1, but then it > doesn't matter as latex macros don't need braces around a single token > argument. Yes, you are right, I mixed that up. >> This will also create undo/redo problems, since undo/redo in math goes >

Re: Can't compile 1.5svn for testing again.

2006-11-06 Thread Georg Baum
Helge Hafting wrote: > I wanted to test new fixes, particularly branch stuff. > Compiling throws up this though: Try again. I don't understand why it worked for me. Georg

Re: Let us remove the multi-window support !

2006-11-06 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Fine with me. But let's postpone a bit this decision Abdelrazak> please. Maybe I (or someone else) will find the time to Abdelrazak> fix this problem before the second alpha. If not, then Abdelrazak> we'll make the dec

Re: Let us remove the multi-window support !

2006-11-06 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Hum, this is indeed a usability problem... What about Abdelrazak> letting it stay like it is now? FYI, what we have now is: Abdelrazak> If you resize one window showing one document, then, if

Re: Let us remove the multi-window support !

2006-11-06 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: We could also have multiwindow without the possibility to have a buffer shown in two different views. This is still much better than two separate LyX instances, in terms of cut-and-paste in particular. Sure, but then we need agreement about whether using a single ins

Re: Let us remove the multi-window support !

2006-11-06 Thread Bennett Helm
On Nov 6, 2006, at 10:06 AM, Helge Hafting wrote: Jean-Marc Lasgouttes wrote: We could also have multiwindow without the possibility to have a buffer shown in two different views. This is still much better than two separate LyX instances, in terms of cut-and-paste in particular. Yes - that wo

Re: My Big Fat (Greek?) Cursor

2006-11-06 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Enrico Forestieri wrote: >> On Mon, Nov 06, 2006 at 03:18:51PM +0100, Abdelrazak Younes wrote: >>> The Qt4 library is not at fault here. We (I) hard-coded the width >>> because it is very wrong to let the user decides

Re: Let us remove the multi-window support !

2006-11-06 Thread Helge Hafting
Jean-Marc Lasgouttes wrote: We could also have multiwindow without the possibility to have a buffer shown in two different views. This is still much better than two separate LyX instances, in terms of cut-and-paste in particular. Yes - that would be great! Finally, able to both see two docume

Can't compile 1.5svn for testing again.

2006-11-06 Thread Helge Hafting
I wanted to test new fixes, particularly branch stuff. Compiling throws up this though: messages.C: In member function ‘const lyx::docstring lyx::Messages::Pimpl::get(c onst std::string&) const’: messages.C:116: error: ‘BOOST_CURRENT_FUNCTION’ was not declared in this scope messages.C:130: er

Re: 1.5.0 on Mac

2006-11-06 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> Yes. I haven't tried to figure out systematically which Bennett> symbols it is, but \int is one of them: it shows up 1/2-line Bennett> too low. Bennett> Let me know if you want more details. Does this patch help? JMarc Index:

Re: Let us remove the multi-window support !

2006-11-06 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Hum, this is indeed a usability problem... What about Abdelrazak> letting it stay like it is now? FYI, what we have now is: Abdelrazak> If you resize one window showing one document, then, if Abdelrazak> some other wi

Re: Let us remove the multi-window support !

2006-11-06 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Another idea: When you resize the width of one window, all multiple views are forcibly resized to the same width. This also works around the same-width limitation, and takes away the need to change anythi

Re: My Big Fat (Greek?) Cursor

2006-11-06 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Mon, Nov 06, 2006 at 03:18:51PM +0100, Abdelrazak Younes wrote: The Qt4 library is not at fault here. We (I) hard-coded the width because it is very wrong to let the user decides this kind of thing if he choose to. What's wrong with only giving the choice between

Re: [patch] fix math parser bug

2006-11-06 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: >> Well, my fixes in this area were not mainly this point, and I >> _seem_ to remember that I did that only because it looked nicer. So >> I think indeed that we should revert this. Enrico> I am curious to know if reverting this wil

Re: My Big Fat (Greek?) Cursor

2006-11-06 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> On Mon, Nov 06, 2006 at 03:18:51PM +0100, Abdelrazak Younes Enrico> wrote: >> The Qt4 library is not at fault here. We (I) hard-coded the width >> because it is very wrong to let the user decides this kind of thing >> if he ch

Re: [patch] fix panelstack

2006-11-06 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > > This must be a bug in qt 4.2.1 as I don't see it with qt 4.1.4 > > Me neither. Qt 4.1.2. Strange thing is: I still do not see it after upgrading to qt 4.2.1. Georg, could you please nevertheless try if the attached patch helps? Jürgen Index: src/frontends/qt4/panel

Re: My Big Fat (Greek?) Cursor

2006-11-06 Thread Enrico Forestieri
On Mon, Nov 06, 2006 at 03:18:51PM +0100, Abdelrazak Younes wrote: > The Qt4 library is not at fault here. We (I) hard-coded the width > because it is very wrong to let the user decides this kind of thing if > he choose to. What's wrong with only giving the choice between 1- and 2-pixel cursor?

Re: [patch] fix math parser bug

2006-11-06 Thread Enrico Forestieri
On Mon, Nov 06, 2006 at 02:49:29PM +0100, Jean-Marc Lasgouttes wrote: > > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > > Georg> Enrico Forestieri wrote: > >> On Mon, Nov 06, 2006 at 12:17:53PM +0100, Jean-Marc Lasgouttes > >> wrote: > >>> Would it be a big problem (esthetics aside) to

Re: [patch] fix math parser bug

2006-11-06 Thread Enrico Forestieri
On Mon, Nov 06, 2006 at 01:37:56PM +0100, Georg Baum wrote: > Enrico Forestieri wrote: > > > I beg your pardon, but what's wrong with writing {\xxx{aa}}^2 > > if you want to preserve the braces? See attached file. > > The fact that old files that previously worked did not work anymore. You have

Re: Let us remove the multi-window support !

2006-11-06 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Another idea: When you resize the width of one window, all multiple >> views are forcibly resized to the same width. This also works >> around the same-width limitation, and takes away the need to change >> anything else. Abde

Re: My Big Fat (Greek?) Cursor

2006-11-06 Thread Abdelrazak Younes
Helge Hafting wrote: John Levon wrote: On Thu, Nov 02, 2006 at 12:58:32PM +0100, Helge Hafting wrote: You have a point. Ideally, we should use native widgets. But only if they are good enough for our use. If not, then rolling our own makes lyx better. The alternative to our own cursor then

Multiple index support

2006-11-06 Thread Ozgur Ugras BARAN
Dear all, Attached contains the diff and new files for the multiple index support. - supports makeidx, index, splitidx styles Glitches, TODOs - no multind support, yet. (maybe never) - when the multiple index support is switched off, all index entries is merged to one, which can be easily chan

Re: My Big Fat (Greek?) Cursor

2006-11-06 Thread Helge Hafting
John Levon wrote: On Thu, Nov 02, 2006 at 12:58:32PM +0100, Helge Hafting wrote: You have a point. Ideally, we should use native widgets. But only if they are good enough for our use. If not, then rolling our own makes lyx better. The alternative to our own cursor then is not to use a bad

Re: Compilation error in client dir

2006-11-06 Thread José Matos
On Monday 06 November 2006 1:27 pm, Georg Baum wrote: > > Should be fixed now. I forgot to update this part (#ifdef is evil!) Yes it is. Thanks. > > Georg -- José Abílio

Re: Bug 2960: Inserting an URL cause latex/pdflatex failure

2006-11-06 Thread Georg Baum
Helge Hafting wrote: > One issue: Some of my paragraph styles have names with iso-8859-1 > encoded names. I don't know if that really was supported before. > "Resymé" for example. I don't think that it was supported, because it would mean that "Resymé" was parsed as something entirely different

Re: Let us remove the multi-window support !

2006-11-06 Thread Jean-Marc Lasgouttes
> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes: >> Disabling multi-window is not very funny, but it might be the best >> solution indeed. >> Helge> Well, ability to split the window into a upper and lower part Helge> also does the trick - if the requirement for now is that Helge> same

Re: [patch] fix math parser bug

2006-11-06 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Enrico Forestieri wrote: >> On Mon, Nov 06, 2006 at 12:17:53PM +0100, Jean-Marc Lasgouttes >> wrote: >>> Would it be a big problem (esthetics aside) to always leave the >>> braces alone? I do not like behaviour that is not predictable.

Re: Bug 2960: Inserting an URL cause latex/pdflatex failure

2006-11-06 Thread Helge Hafting
Georg Baum wrote: Helge Hafting wrote: Turns out to be my fault. I use my own class, which is a copy of scrbook with a few extra paragraph types added. Apparently, it needs some tweaking to work with lyx 1.5. Plain "scrbook" indeed works. I changed the bug to "worksforme" Please rep

Re: Let us remove the multi-window support !

2006-11-06 Thread Abdelrazak Younes
Helge Hafting wrote: Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> This is really, really _wrong_, a paragraph should not Abdelrazak> have any notion of rows. By modifying the geometry of the Abdelrazak> windows (the BufferVi

Re: General ideas and feedback.

2006-11-06 Thread Helge Hafting
Draciron wrote: Greetings... While rambling in my latest work I lost track of my timeline. This caused me a rather awkward set of revisions to make everything fit. Easy mistake to make if the plot is complex and there are a number of charactors. Besides my own frustration I've seen the questio

Re: Autoconf 2.60

2006-11-06 Thread Bennett Helm
On Nov 6, 2006, at 5:13 AM, Jean-Pierre Chrétien wrote: Hello, autoconf 2.60 is the current version with Debian/testing, so ./autogen.sh chokes, and it is necessary to revert to 2.59 to build lyx-1.5.0svn Does autogen.sh really fail with autoconf 2.60 ? On Mac, autoconf 2.60 is what is distr

Re: 1.5.0 on Mac

2006-11-06 Thread Bennett Helm
On Nov 6, 2006, at 4:25 AM, Jean-Marc Lasgouttes wrote: "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> 3. There are some drawing oddities -- lines occasionally Bennett> overlapping vertically, math characters not properly aligned Bennett> vertically. Not sure if anyone else has

Re: Compilation error in client dir

2006-11-06 Thread Georg Baum
José Matos wrote: > messages.C: In member function ‘const lyx::docstring > lyx::Messages::Pimpl::get(const std::string&) const’: > messages.C:171: error: conversion from ‘const std::basic_string std::char_traits, std::allocator >’ to non-scalar type ‘const > lyx::docstring’ requested > make[4]: **

Re: Lyx1.5 crashes in preferences

2006-11-06 Thread Peter Kümmel
Michael Gerz wrote: > Peter Kümmel wrote: > >> I've fixed it: >> >> Index: QPrefsDialog.C >> === >> --- QPrefsDialog.C (revision 15726) >> +++ QPrefsDialog.C (working copy) >> @@ -938,10 +938,13 @@ >> >> void PrefConverters:

Compilation error in client dir

2006-11-06 Thread José Matos
Hi, while updating for the latest svn I found this: Making all in client make[3]: Entering directory `/home/jamatos/lyx/lyx-devel/src/client' make all-am make[4]: Entering directory `/home/jamatos/lyx/lyx-devel/src/client' if g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./.. -I../../boost

Re: Bug 2960: Inserting an URL cause latex/pdflatex failure

2006-11-06 Thread Georg Baum
Helge Hafting wrote: > Turns out to be my fault. I use my own class, which is a copy > of scrbook with a few extra paragraph types added. Apparently, > it needs some tweaking to work with lyx 1.5. Plain "scrbook" indeed > works. I changed the bug to "worksforme" Please report what tweaking it n

Re: Bug 2960: Inserting an URL cause latex/pdflatex failure

2006-11-06 Thread Helge Hafting
José Matos wrote: On Thursday 02 November 2006 2:13 pm, Helge Hafting wrote: More lyx-1.5svn testing: Insert a URL into the document, fill in the URL field with http://www.free-firewall.org Try view->pdflatex or view->latex, get the error message "Undefined control sequence" \url{http://www

Re: Let us remove the multi-window support !

2006-11-06 Thread Helge Hafting
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> This is really, really _wrong_, a paragraph should not Abdelrazak> have any notion of rows. By modifying the geometry of the Abdelrazak> windows (the BufferView) you also modify th

Re: [patch] fix math parser bug

2006-11-06 Thread Georg Baum
Enrico Forestieri wrote: > On Mon, Nov 06, 2006 at 12:17:53PM +0100, Jean-Marc Lasgouttes wrote: > >> Would it be a big problem (esthetics aside) to always leave the braces >> alone? I do not like behaviour that is not predictable. No, it would not be a problem. The only drawback are the visible

Re: [patch] fix math parser bug

2006-11-06 Thread Enrico Forestieri
On Mon, Nov 06, 2006 at 12:17:53PM +0100, Jean-Marc Lasgouttes wrote: > > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > > Georg> Jean-Marc Lasgouttes wrote: > >>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > >> > Georg> I don't think that that will work. What does work for me

Re: [patch] new InsetCommandParams

2006-11-06 Thread Georg Baum
Ozgur Ugras BARAN wrote: > On 11/4/06, Georg Baum >> I did some testing and changes and put it in. >> I discovered that the latest version of the nomencl package has a chnaged >> interface, therefore I used that instead of the old one. It is possible >> to support the old one, too, but I don't thi

Re: [patch] fix math parser bug

2006-11-06 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: >> Georg> I don't think that that will work. What does work for me is to Georg> test the previous inset: If it is unknown, do not remove the Georg> b

Re: Autoconf 2.60

2006-11-06 Thread Enrico Forestieri
On Mon, Nov 06, 2006 at 11:45:19AM +0100, Georg Baum wrote: > Enrico Forestieri wrote: > > > On Mon, Nov 06, 2006 at 10:13:51AM +, Jean-Pierre Chrétien wrote: > > > >> Hello, > >> > >> autoconf 2.60 is the current version with Debian/testing, so > >> ./autogen.sh chokes, and it is necessar

Re: Autoconf 2.60

2006-11-06 Thread Georg Baum
Enrico Forestieri wrote: > On Mon, Nov 06, 2006 at 10:13:51AM +, Jean-Pierre Chrétien wrote: > >> Hello, >> >> autoconf 2.60 is the current version with Debian/testing, so >> ./autogen.sh chokes, and it is necessary to revert to 2.59 to build >> lyx-1.5.0svn >> >> Does autogen.sh really fai

Re: [patch] fix math parser bug

2006-11-06 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Georg" == Georg Baum >> <[EMAIL PROTECTED]> >> writes: > > Georg> I don't think that that will work. What does work for me is to > Georg> test the previous inset: If it is unknown, do not remove the > Georg> braces. > > And what about \xxx{aa}{bb}^2 I

Re: Autoconf 2.60

2006-11-06 Thread Enrico Forestieri
On Mon, Nov 06, 2006 at 10:13:51AM +, Jean-Pierre Chrétien wrote: > Hello, > > autoconf 2.60 is the current version with Debian/testing, so > ./autogen.sh chokes, and it is necessary to revert to 2.59 to build > lyx-1.5.0svn > > Does autogen.sh really fail with autoconf 2.60 ? No. I use it

Re: [patch] new InsetCommandParams

2006-11-06 Thread Ozgur Ugras BARAN
On 11/4/06, Georg Baum <[EMAIL PROTECTED]> wrote: Am Freitag, 3. November 2006 12:23 schrieb Ozgur Ugras BARAN: > Georg, I have updated your patch as you can see in the attachments. I > find this way easier. I think you will find it easier to review, too. > > The draft documentations is also atta

Re: [patch] fix math parser bug

2006-11-06 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> I don't think that that will work. What does work for me is to Georg> test the previous inset: If it is unknown, do not remove the Georg> braces. And what about \xxx{aa}{bb}^2 It seems difficult to find a good solution, actually. J

Autoconf 2.60

2006-11-06 Thread Jean-Pierre Chrétien
Hello, autoconf 2.60 is the current version with Debian/testing, so ./autogen.sh chokes, and it is necessary to revert to 2.59 to build lyx-1.5.0svn Does autogen.sh really fail with autoconf 2.60 ? -- Jean-Pierre

Re: [PATCH] less redraw on mouse click

2006-11-06 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Hello, This patch optimizes the redraw problem pointed out Abdelrazak> by Edwin. There's still too much redraw inside insets but Abdelrazak> this is fixable. Abdelrazak> One of the difficult p

Re: [patch] fix math parser bug

2006-11-06 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Georg" == Georg Baum >> <[EMAIL PROTECTED]> >> writes: > > Georg> A colleague of mine discovered a math parser bug that was > Georg> introduced in 1.4. The attached test file works fine in 1.3 but > Georg> produces a LaTeX error in 1.4. The reason is sp

Re: Bidirectional text --- another showstopper?

2006-11-06 Thread Abdelrazak Younes
Dov Feldstern wrote: Hi! It seems that bidirectional text is not working correctly in 1.5.0svn. There was an extensive discussion regarding this in July (http://marc.theaimsgroup.com/?l=lyx-devel&m=115290273717059&w=2), and I don't know what ever came of that, but the problem still seems to e

Re: [PATCH] less redraw on mouse click

2006-11-06 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Hello, This patch optimizes the redraw problem pointed out Abdelrazak> by Edwin. There's still too much redraw inside insets but Abdelrazak> this is fixable. Abdelrazak> One of the difficult problem that this patch so

Bidirectional text --- another showstopper?

2006-11-06 Thread Dov Feldstern
Hi! It seems that bidirectional text is not working correctly in 1.5.0svn. There was an extensive discussion regarding this in July (http://marc.theaimsgroup.com/?l=lyx-devel&m=115290273717059&w=2), and I don't know what ever came of that, but the problem still seems to exist. Is anyone worki

Re: 1.5.0 on Mac

2006-11-06 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> 3. There are some drawing oddities -- lines occasionally Bennett> overlapping vertically, math characters not properly aligned Bennett> vertically. Not sure if anyone else has seen these, but I Bennett> don't have the time now to

Re: Let us remove the multi-window support !

2006-11-06 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> This is really, really _wrong_, a paragraph should not Abdelrazak> have any notion of rows. By modifying the geometry of the Abdelrazak> windows (the BufferView) you also modify the model (the

Re: [patch] fix math parser bug

2006-11-06 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> A colleague of mine discovered a math parser bug that was Georg> introduced in 1.4. The attached test file works fine in 1.3 but Georg> produces a LaTeX error in 1.4. The reason is special treatment Georg> of things like {}_0 that was

minibuffer issues

2006-11-06 Thread Juergen Spitzmueller
FYI, I just added those two new bugs to Status.15: * M-x is broken (does not bring up the minibuffer). * Command completion in the minibuffer shows a huge blank area below the proposed commands. Clicking in that empty area crashes LyX. Jürgen

Re: Let us remove the multi-window support !

2006-11-06 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> This is really, really _wrong_, a paragraph should not Abdelrazak> have any notion of rows. By modifying the geometry of the Abdelrazak> windows (the BufferView) you also modify the model (the Abdelrazak> Buffer) becau

Re: Coord cache and single par update

2006-11-06 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> #ifdef Q_WS_WIN Abdelrazak> +int const CursorWidth = 2; About this cursor with width 2: what is the width of cursor in a qtextedit? From reading the sources, I'd say 1. JMarc

nomencl-insert icon

2006-11-06 Thread Juergen Spitzmueller
... is missing. It's getting difficult to find sensible icons in the KDE set. However, I'm gonna put in the attached, which is sort-of-sensible, just that we have one. It can be replaced if someone comes up with a better one. Jürgen nomencl-insert.xpm Description: X pixmap