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

2006-03-15 Thread Martin Vermeer
On Wed, 2006-03-15 at 23:16 +0200, Martin Vermeer wrote: ... > OK, here is a patch fixing several small interrelated CT issues (one an > assert, i.e., not so small) and documentation improvements. This goes in > soon unless someone spots a problem. Committed to trunk. - Martin signature.asc

Re: isTrueTextInset issue

2006-03-15 Thread Martin Vermeer
On Thu, 2006-03-16 at 01:04 +0200, Martin Vermeer wrote: > On Thu, Mar 16, 2006 at 12:51:43AM +0200, Martin Vermeer wrote: > > ... > > > The reason for this is, that paragraph_pimpl.C expects something > > different from isTextInset than rowpainter.C. It expects to find out if > > the inset _act

Re: isTrueTextInset issue

2006-03-15 Thread Martin Vermeer
On Thu, Mar 16, 2006 at 01:04:05AM +0200, Martin Vermeer wrote: > On Thu, Mar 16, 2006 at 12:51:43AM +0200, Martin Vermeer wrote: > > ... > > > The reason for this is, that paragraph_pimpl.C expects something > > different from isTextInset than rowpainter.C. It expects to find out if > > the ins

Re: Please! publish the .spec files!

2006-03-15 Thread Rex Dieter
On Wed, 15 Mar 2006, Andre Poenitz wrote: On Mon, Mar 13, 2006 at 10:33:28AM -0600, Rex Dieter wrote: Georg Baum wrote: Rex Dieter wrote: Georg Baum wrote: The latter is not possible, because x64 requires --with-qt-includes=/usr/lib64/qt3/include --with-qt-libraries=/usr/lib64/qt3/lib64.

Re: [patch] fix bug 2361

2006-03-15 Thread Andre Poenitz
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 having these break? > > Nothing, but they are not used either. At least \protect will be used as soon suc

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

2006-03-15 Thread Andre Poenitz
On Mon, Mar 13, 2006 at 06:32:52PM +0100, Juergen Spitzmueller wrote: > Jean-Marc Lasgouttes wrote: > > This does not work for example when the caption is inside a minipage > > inside the float (people do that!). > > Of course. I forgot that. > > > You should look at this code snippet from setCou

Re: [patch] fix lib/configure.py

2006-03-15 Thread Andre Poenitz
On Mon, Mar 13, 2006 at 02:54:13PM +0100, Abdelrazak Younes wrote: > Coming back to QProcess, I am sure we could use that in a clean manner > by using a virtual base class that would be inherited by a new > ForkedCall that would encapsulate QProcess. If rtti is enabled, the Lyx > kernel could ch

Re: Please! publish the .spec files!

2006-03-15 Thread Andre Poenitz
On Mon, Mar 13, 2006 at 10:33:28AM -0600, Rex Dieter wrote: > Georg Baum wrote: > >Rex Dieter wrote: > > > > > >>Georg Baum wrote: > >> > >>>The latter is not possible, because x64 requires > >>>--with-qt-includes=/usr/lib64/qt3/include > >>>--with-qt-libraries=/usr/lib64/qt3/lib64. > >> > >>These

Re: Qt4 frontend

2006-03-15 Thread Andre Poenitz
On Mon, Mar 13, 2006 at 12:20:28PM +0100, Abdelrazak Younes wrote: > Juergen Spitzmueller a écrit : > >Abdelrazak Younes wrote: > >>>The problems seems to be that we try to initialize the QPainter object > >>>multiple times (at least in QLPainter). This is not allowed: > >>>http://doc.trolltech.com

Re: isTrueTextInset issue

2006-03-15 Thread Martin Vermeer
On Thu, Mar 16, 2006 at 12:51:43AM +0200, Martin Vermeer wrote: ... > The reason for this is, that paragraph_pimpl.C expects something > different from isTextInset than rowpainter.C. It expects to find out if > the inset _actually contains_ a lyxtext with paragraphs. More precisely: it expects

Re: isTrueTextInset issue

2006-03-15 Thread Martin Vermeer
On Wed, Mar 15, 2006 at 10:27:04PM +0100, Georg Baum wrote: > Am Mittwoch, 15. März 2006 21:34 schrieb Martin Vermeer: > > On Fri, Mar 10, 2006 at 04:13:47PM +0100, Georg Baum wrote: ... > > > >> Isn't there another way? > > > > > > > > A method in the inset (base inset) itself? > > > > > > Ple

Re: LyX 1.4.0 and DocBook SGML

2006-03-15 Thread Chris Karakas
> Am Mittwoch, 15. März 2006 22:01 schrieb Chris Karakas: > > > Whatever I had written in pure SGML is now exported as if it were normal > text, with "" becoming "", for example. > > Do you mean that in 1.2 you can write in normal text and that it > will be output as ? If yes, then the lyx2lyx con

qt4 frontend

2006-03-15 Thread Leuven, E.
Title: qt4 frontend hi guys, just compiled the qt4 frontend and am surprised how well it works. great work abdul! i made some little changes over here for the followings things: - entries in the combobox in the toolbar are not legible - same for entries in the listview in the preferences d

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

2006-03-15 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | (BTW tip: alias svndiff='svn diff --diff-cmd /usr/bin/diff -x -up' | in .bashrc) Or set it in .subversion/config -- Lgb

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Bennett Helm
On Mar 15, 2006, at 12:31 PM, Abdelrazak Younes wrote: Bennett Helm a écrit : On Mar 15, 2006, at 5:22 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes a écrit : "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Hum, I don't know, did someone tested your changes on A

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

2006-03-15 Thread Georg Baum
Am Mittwoch, 15. März 2006 22:18 schrieb Martin Vermeer: > Looking forward to your experiences playing with this code ;-) I prefer to do only the easy changes myself and otherwise do armchair criticism ;-) Georg

Re: LyX 1.4.0 and DocBook SGML

2006-03-15 Thread Georg Baum
Am Mittwoch, 15. März 2006 22:01 schrieb Chris Karakas: > Whatever I had written in pure SGML is now exported as if it were normal text, with "" becoming "", for example. Do you mean that in 1.2 you can write in normal text and that it will be output as ? If yes, then the lyx2lyx con

Re: isTrueTextInset issue

2006-03-15 Thread Georg Baum
Am Mittwoch, 15. März 2006 21:34 schrieb Martin Vermeer: > On Fri, Mar 10, 2006 at 04:13:47PM +0100, Georg Baum wrote: > > Martin Vermeer wrote: > > > > > On Fri, 2006-03-10 at 15:54 +0100, Jean-Marc Lasgouttes wrote: > > > > > >> Small note: I do not like the following much > > >> > > >> +bool

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

2006-03-15 Thread Martin Vermeer
On Wed, Mar 15, 2006 at 09:34:24PM +0100, Georg Baum wrote: > Am Mittwoch, 15. März 2006 19:24 schrieb Martin Vermeer: > > On Wed, Mar 15, 2006 at 04:52:59PM +0100, Jean-Marc Lasgouttes wrote: > > > > PS: is it normal that in head, a footnote along in its paragraph takes > > > the whole width of t

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

2006-03-15 Thread Martin Vermeer
On Wed, Mar 15, 2006 at 04:52:59PM +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> This is the patch posted on bugzilla (880) to allow > Martin> backspacing over a paragraph break inserted under change > Martin> tracking. > > Martin> I

LyX 1.4.0 and DocBook SGML

2006-03-15 Thread Chris Karakas
Hello all, very nice work on LyX 1.4! The xft fonts are a pleasure to see (although I haven't found a way yet to make them smaller...). I have still to explore all the other goodies. I am trying to import a LyX 1.2 document: http://www.karakas-online.de/mySGML/mySGML.lyx into LyX 1.4. That do

Re: LyX 1.4.0 does not truncate long file names

2006-03-15 Thread Georg Baum
Am Mittwoch, 15. März 2006 19:00 schrieb Michael Gerz: > Hi Georg, > > pdflatex works now. I had to truncate the filenames to 140 characters. > Please see attachment. > > Could you please commit? I have no svn access. I changed the comment slightly to make the reason for the value 140 clear. T

Re: Question about Patch submission and commit

2006-03-15 Thread Georg Baum
Am Mittwoch, 15. März 2006 15:56 schrieb Lars Gullik Bjønnes: > I'll setup both a viewvc and a trac so that we can try them both out. Great! Georg

Re: Sysprof -- did anybody try it?

2006-03-15 Thread Georg Baum
Am Mittwoch, 15. März 2006 18:49 schrieb Jean-Marc Lasgouttes: > To my defense, I shall add that I never managed to use oprofile (I > plead guilty of incompetence). What I saw on the sysprof page seemed > just simple... You are not alone -- I tried to use it two or three times, but was not patie

isTrueTextInset issue

2006-03-15 Thread Martin Vermeer
On Fri, Mar 10, 2006 at 04:13:47PM +0100, Georg Baum wrote: > Martin Vermeer wrote: > > > On Fri, 2006-03-10 at 15:54 +0100, Jean-Marc Lasgouttes wrote: > > > >> Small note: I do not like the following much > >> > >> +bool isTrueTextInset(InsetBase * in) > >> +{ > >> +// Math and tabular ins

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

2006-03-15 Thread Georg Baum
Am Mittwoch, 15. März 2006 19:24 schrieb Martin Vermeer: > On Wed, Mar 15, 2006 at 04:52:59PM +0100, Jean-Marc Lasgouttes wrote: > > PS: is it normal that in head, a footnote along in its paragraph takes > > the whole width of the window when edited? Is that what you discussed > > with bennett? >

Re: Update to the devel/ web sub-site

2006-03-15 Thread christian . ridderstrom
On Tue, 14 Mar 2006, Angus Leeming wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > > "christian" == christian ridderstrom > > <[EMAIL PROTECTED]> writes: > > > > christian> I was also thinking about having to modify .php-files, but > > christian> I haven't really looked at them

Re: Update to the devel/ web sub-site

2006-03-15 Thread christian . ridderstrom
On Tue, 14 Mar 2006, Jean-Marc Lasgouttes wrote: > > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > > Lars> But sites that use wiki has a tendency to look like a wiki, just > Lars> as sites that use some publishing tool has a tendency to look > Lars> like a newspaper etc. Ok. I'

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

2006-03-15 Thread Martin Vermeer
On Wed, Mar 15, 2006 at 04:52:59PM +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> This is the patch posted on bugzilla (880) to allow > Martin> backspacing over a paragraph break inserted under change > Martin> tracking. > > Martin> I

Re: LyX 1.4.0 does not truncate long file names

2006-03-15 Thread Michael Gerz
Hi Georg, pdflatex works now. I had to truncate the filenames to 140 characters. Please see attachment. Could you please commit? I have no svn access. Michael - Original Message - From: "Georg Baum" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 15, 2006 1:51 PM Subject: Re: LyX

Re: Sysprof -- did anybody try it?

2006-03-15 Thread John Levon
On Wed, Mar 15, 2006 at 06:49:07PM +0100, Jean-Marc Lasgouttes wrote: > To my defense, I shall add that I never managed to use oprofile (I > plead guilty of incompetence). Hmmm... I dunno how. You only have to do one piece of setup... > What I saw on the sysprof page seemed just simple... Alas

Re: Sysprof -- did anybody try it?

2006-03-15 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Wed, Mar 15, 2006 at 04:23:00PM +0100, Jean-Marc Lasgouttes John> wrote: >> This seems to be very close to Shark.app: >> http://www.daimi.au.dk/~sandmann/sysprof/ John> *grumble* :) To my defense, I shall add that I never managed t

Re: [patch] fix bug 2361

2006-03-15 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: >> I propose to change just label fbox and boxed for now in 1.4. Georg> OK, I did that. Perfect. JMarc

Re: Pending patches for 1.5 -> 1.4.x

2006-03-15 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Sat, Mar 11, 2006 at 04:28:08PM +0100, Lars Gullik Bjønnes wrote: | > | > template | > | > RandomAccessList(It it_start, It it_end) { | > | | > | Maybe adding 'reserve' is in order. | > | > imho leave all optimizations of that kind o

Re: [Cvslog] r13362 -/lyx-devel/trunk/development/Win32/packaging/bui...

2006-03-15 Thread Angus Leeming
Michael Gerz <[EMAIL PROTECTED]> writes: > Hi Angus, > is there any reason why you did not add build_aspell.sh to the 1.4.0 branch? > How about the update to polish.nsh? > My understanding is that 1.5.0 and 1.4.X should be in sync. > I would like to update INSTALL.Win32 afterwards. Michael, pleas

Re: pre6

2006-03-15 Thread Jose' Matos
On Wednesday 15 March 2006 16:08, Jean-Marc Lasgouttes wrote: > > "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes: > > Jose'> Jean-Marc, do you want to commite something like this for > Jose'> 1.4.x? > > Jose'> As Rex said the order does not need to be the same used, > Jose'> nevertheless

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Abdelrazak Younes
Bennett Helm a écrit : On Mar 15, 2006, at 5:22 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes a écrit : "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Hum, I don't know, did someone tested your changes on Abdelrazak> qt2/X11/Mac? I would tend to think that the X

Re: [Cvslog] r13362 -/lyx-devel/trunk/development/Win32/packaging/bui...

2006-03-15 Thread Michael Gerz
Hi Angus, is there any reason why you did not add build_aspell.sh to the 1.4.0 branch? How about the update to polish.nsh? My understanding is that 1.5.0 and 1.4.X should be in sync. I would like to update INSTALL.Win32 afterwards. Michael - Original Message - From: <[EMAIL PROTEC

Re: Lyx-trunk configure fails

2006-03-15 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Sat, Mar 11, 2006 at 04:32:09PM +0100, Lars Gullik Bjønnes wrote: | > Andre Poenitz <[EMAIL PROTECTED]> writes: | > | > | On Wed, Mar 08, 2006 at 10:30:02PM +0100, Jean-Marc Lasgouttes wrote: | > | > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]>

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Bennett Helm
On Mar 15, 2006, at 5:22 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes a écrit : "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Hum, I don't know, did someone tested your changes on Abdelrazak> qt2/X11/Mac? I would tend to think that the X11 clipboard Abdelrazak>

Re: Pending patches for 1.5 -> 1.4.x

2006-03-15 Thread Andre Poenitz
On Sat, Mar 11, 2006 at 04:28:08PM +0100, Lars Gullik Bjønnes wrote: > | > template > | > RandomAccessList(It it_start, It it_end) { > | > | Maybe adding 'reserve' is in order. > > imho leave all optimizations of that kind out for now. Given that this is work to improve performance I wonder

Re: Lyx-trunk configure fails

2006-03-15 Thread Andre Poenitz
On Sat, Mar 11, 2006 at 04:32:09PM +0100, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Wed, Mar 08, 2006 at 10:30:02PM +0100, Jean-Marc Lasgouttes wrote: > | > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > | > > | > Andre> However, if the idea is

Re: Pending patches for 1.5 -> 1.4.x

2006-03-15 Thread Andre Poenitz
On Sat, Mar 11, 2006 at 05:21:43PM +0100, Abdelrazak Younes wrote: > enpos is a size_t, do you really think there is a benefit to make it > const? The compiler will produce identical code (at least 3.3.6(?) did a while ago), but we try to enforce 'as much const as possible' and there is no except

Re: Pending patches for 1.5 -> 1.4.x

2006-03-15 Thread Andre Poenitz
On Sat, Mar 11, 2006 at 09:03:22AM +0100, Abdelrazak Younes wrote: > Hello Andre, Hello Abdel. > I noticed that your mails seem to arrive with a delay of one or two > days. Maybe your clock settings are wrong or something? No, it just means I am rarely online and am usually not connected to th

Re: Pending patches for 1.5 -> 1.4.x

2006-03-15 Thread Andre Poenitz
On Sat, Mar 11, 2006 at 04:29:56PM +0100, Lars Gullik Bjønnes wrote: > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > | > I am not sure there are many precedence for capitalized member variables > | > in LyX code. > | > | There are some from which I took example... I think you guys should > |

Re: Problem with mathed

2006-03-15 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Abdelrazak Younes a écrit : Georg Baum a écrit : Abdelrazak Younes wrote: Hello, Mathed doesn't seem to work with the qt4 frontend. Symbols are not displayed at all, equations just show empty blue square. Back to my equation problem, the qt2 frontend does not ha

Re: Problem with mathed

2006-03-15 Thread Georg Baum
Abdelrazak Younes wrote: > My god! I forgot how slw and memory intensive was the compilation of > the qt2 frontend. I don't know about linux but on windows it is slow as > hell. Now I remember why I started the Qt4 port :-) > Out of curiosity, Georg, Juergen, do you see any improvement under l

Re: Problem with mathed

2006-03-15 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Georg Baum a écrit : Abdelrazak Younes wrote: Hello, Mathed doesn't seem to work with the qt4 frontend. Symbols are not displayed at all, equations just show empty blue square. Here I get every symbol displayed in red. Is it due to some recent changes? I know I

Re: make po fails on windows

2006-03-15 Thread Abdelrazak Younes
Jean-Marc Lasgouttes a écrit : "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> [EMAIL PROTECTED] ~/lyx/trunk/po $ grep FIND Makefile* This does not mean anything, since find is invoked lowercase. The error you get is from windows' find.exe as this page (in french!) sa

Re: pre6

2006-03-15 Thread Jean-Marc Lasgouttes
> "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes: Jose'> Jean-Marc, do you want to commite something like this for Jose'> 1.4.x? Jose'> As Rex said the order does not need to be the same used, Jose'> nevertheless I propose to always place the x-viewers at the Jose'> end. In modern linu

Re: pre6

2006-03-15 Thread Jean-Marc Lasgouttes
> "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 can freetly omit/ignore thos

Re: [patch] fix bug 2361

2006-03-15 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Anyway, with your patch I see a difference when I type \protect in > mathed (was: nothing (or maybe empty symbol inset?), becomes: red > protect). I do not think the red protect is good. It does not matter IMO since you should not enter \protect anyway: It will be ig

Re: make po fails on windows

2006-03-15 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> [EMAIL PROTECTED] ~/lyx/trunk/po $ grep FIND Makefile* This does not mean anything, since find is invoked lowercase. The error you get is from windows' find.exe as this page (in french!) says: http://developer.mozilla

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

2006-03-15 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> This is the patch posted on bugzilla (880) to allow Martin> backspacing over a paragraph break inserted under change Martin> tracking. Martin> It works, but Jürgen reported a cursor positioning issue, for Martin> which I didn't

Re: [patch] fix bug 2361

2006-03-15 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> begin begin none right right none protect protect none Georg> newcommand newcommand none left left none end end none Georg> We don't have these as insets, so these get parsed as a Georg> MathSymbolInset (with name 'begin' etc.) in cre

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

2006-03-15 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Thanks. Updated patch attached. Tested and approved. Please apply to branch and trunk. JMarc

Re: Sysprof -- did anybody try it?

2006-03-15 Thread John Levon
On Wed, Mar 15, 2006 at 04:23:00PM +0100, Jean-Marc Lasgouttes wrote: > This seems to be very close to Shark.app: > http://www.daimi.au.dk/~sandmann/sysprof/ *grumble* john

Re: [PATCH] bug 2328: inset buttons are not painted correctly.

2006-03-15 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >> It turns out that fillPolygon does not work the same in all >> frontends (qt is a problem). The following patch uses normal lines >> instead. >> >> It means that fillPolygon is not used anymore. Georg>

Re: [Patch] add Menu::clear()

2006-03-15 Thread Abdelrazak Younes
Jean-Marc Lasgouttes a écrit : "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Lars, qt4 frontend needs a Menu::clear() method to Abdelrazak> compile. Could you apply this please? I added Menu::clear() and called it at the start of MenuBackend::expand. So you should r

Sysprof -- did anybody try it?

2006-03-15 Thread Jean-Marc Lasgouttes
This seems to be very close to Shark.app: http://www.daimi.au.dk/~sandmann/sysprof/ Did anybody try it on LyX? JMarc

Re: [Patch] add Menu::clear()

2006-03-15 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Lars, qt4 frontend needs a Menu::clear() method to Abdelrazak> compile. Could you apply this please? I added Menu::clear() and called it at the start of MenuBackend::expand. So you should remove explicit calls in qt4

Re: Question about Patch submission and commit

2006-03-15 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> In this case that would be enough. | | Lars> One thing the ChangeLog format has that is usefule is mentioning | Lars> the function where the change took place. | | Defini

Re: Question about Patch submission and commit

2006-03-15 Thread Martin Vermeer
On Wed, Mar 15, 2006 at 03:09:56PM +0100, Lars Gullik Bjønnes wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: ... > | Even that is overkill: svn log -v gives output like > | > | > | r13311 | baum | 2006-03-07 12:02:07

Re: Question about Patch submission and commit

2006-03-15 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> In this case that would be enough. Lars> One thing the ChangeLog format has that is usefule is mentioning Lars> the function where the change took place. Definitely that part I like most. Lars> But, yes, a tiny bit of effort

Re: Question about Patch submission and commit

2006-03-15 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Wed, Mar 15, 2006 at 02:41:33PM +0200, Martin Vermeer wrote: | > On Wed, Mar 15, 2006 at 12:57:24PM +0100, Lars Gullik Bjønnes wrote: | > > Abdelrazak Younes <[EMAIL PROTECTED]> writes: | > > | > > | Hello, | > > | | > > | I have a tendency to comm

Re: Problem with mathed

2006-03-15 Thread Georg Baum
Abdelrazak Younes wrote: > So what is my problem then? Any idea? No :-( Georg

Re: Problem with mathed

2006-03-15 Thread Abdelrazak Younes
Georg Baum a écrit : Abdelrazak Younes wrote: Does it seem correct to you? Yes. So what is my problem then? Any idea? The attached patch makes symbols work for me. It is going in right now. Very good. PS: The line endings in the ChangeLog are mixed up. I guess I have to change my e

Re: Problem with mathed

2006-03-15 Thread Georg Baum
Abdelrazak Younes wrote: > Does it seem correct to you? Yes. The problem in my case is that the font name on X11 with Xft is always "xft" in qt2. In qt4 it seems that this clever name changed to "Multi". The attached patch makes symbols work for me. It is going in right now. Georg PS: The li

Re: Problem with mathed

2006-03-15 Thread Abdelrazak Younes
Georg Baum a écrit : Abdelrazak Younes wrote: Hello, Mathed doesn't seem to work with the qt4 frontend. Symbols are not displayed at all, equations just show empty blue square. Here I get every symbol displayed in red. Is it due to some recent changes? I know I haven't touch anything at al

Re: Problem with mathed

2006-03-15 Thread Georg Baum
Abdelrazak Younes wrote: > Hello, > > Mathed doesn't seem to work with the qt4 frontend. Symbols are not > displayed at all, equations just show empty blue square. Here I get every symbol displayed in red. > Is it due to some recent changes? I know I haven't touch anything at all > on the pixma

Re: Question about Patch submission and commit

2006-03-15 Thread Georg Baum
Lars Gullik Bjønnes wrote: > btw. did we come to any consensus about my "Drop ChangeLogs" RFC? I don't care too much about ChangeLog <-> log message, but I think we should do it uniformly (I don't want to look both in ChangeLogs and svn log). Georg

Re: Question about Patch submission and commit

2006-03-15 Thread Martin Vermeer
On Wed, Mar 15, 2006 at 02:41:33PM +0200, Martin Vermeer wrote: > On Wed, Mar 15, 2006 at 12:57:24PM +0100, Lars Gullik Bjønnes wrote: > > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > > > | Hello, > > | > > | I have a tendency to commit very often... but this double-changelogs > > | and mail

Re: LyX 1.4.0 does not truncate long file names

2006-03-15 Thread Georg Baum
Michael Gerz wrote: > I found the piece of code below in support/filename.C. I think there is > something wrong with the logic. If dir.size() already exceeds 160 > character then LyX will not truncate the filename at all! I guess this is > the case in my case. You are right. Angus introduced the

Re: Question about Patch submission and commit

2006-03-15 Thread Martin Vermeer
On Wed, Mar 15, 2006 at 12:57:24PM +0100, Lars Gullik Bjønnes wrote: > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > | Hello, > | > | I have a tendency to commit very often... but this double-changelogs > | and mail to lyx-devel is fastidious. > > Agree. > > btw. did we come to any consensu

Re: [Patch] MACX QMenubar crash fix.

2006-03-15 Thread Martin Vermeer
On Wed, Mar 15, 2006 at 12:20:48PM +0100, Abdelrazak Younes wrote: > Oups, I comitted before creating the patch... > > Is there a way to generate the generate a patch automatically when you > commit? No, but you can extract it after the fact: svn diff -r old:new URL >patch.diff or some

Problem with mathed

2006-03-15 Thread Abdelrazak Younes
Hello, Mathed doesn't seem to work with the qt4 frontend. Symbols are not displayed at all, equations just show empty blue square. Is it due to some recent changes? I know I haven't touch anything at all on the pixmap painting (QLPainter). Abdel.

Re: LyX 1.4.0 does not truncate long file names

2006-03-15 Thread Michael Gerz
Hi Georg, I found the piece of code below in support/filename.C. I think there is something wrong with the logic. If dir.size() already exceeds 160 character then LyX will not truncate the filename at all! I guess this is the case in my case. Michael // Experiments show that MiKTeX's

Re: Question about Patch submission and commit

2006-03-15 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Hello, | | I have a tendency to commit very often... but this double-changelogs | and mail to lyx-devel is fastidious. Agree. btw. did we come to any consensus about my "Drop ChangeLogs" RFC? | Is it OK if I don't respect the | rule for simple pa

Question about Patch submission and commit

2006-03-15 Thread Abdelrazak Younes
Hello, I have a tendency to commit very often... but this double-changelogs and mail to lyx-devel is fastidious. Is it OK if I don't respect the rule for simple patches? Or should I change my habits and commit only big changes? Abdel.

Line deletion OK with bug 1827 (Re: [Patch] change tracking bar in rowpainter)

2006-03-15 Thread Martin Vermeer
On Mon, Mar 13, 2006 at 08:45:26AM +0100, Juergen Spitzmueller wrote: > Martin Vermeer wrote: > > So I propose to remove the line > > > > setChange(0, Change::INSERTED); > > But then you have to check if bug 1827 doesn't come back. > > Jürgen I have the line deleted, and bug 1827 (according to t

[Patch] Small QLPopupMenu cleanup

2006-03-15 Thread Abdelrazak Younes
Index: D:/msys/home/yns/lyx/trunk/src/frontends/qt4/ChangeLog === --- D:/msys/home/yns/lyx/trunk/src/frontends/qt4/ChangeLog (revision 13371) +++ D:/msys/home/yns/lyx/trunk/src/frontends/qt4/ChangeLog (working copy) @@ -1,3

[Patch] MACX QMenubar crash fix.

2006-03-15 Thread Abdelrazak Younes
Oups, I comitted before creating the patch... Is there a way to generate the generate a patch automatically when you commit? This patch is simple: menubackend_.specialMenu("LyX"); // make sure that the special entries are added to the first // menu even before this menu has been opened. -name

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> I guess our only hope is Bennett... How you guys did Abdelrazak> managed to complete the MAC port without any developer on Abdelrazak> board? Because of GUI-I, and because Qt/Mac does not work too badly. And also beca

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Abdelrazak" == Abdelrazak Younes >> <[EMAIL PROTECTED]> writes: > > Abdelrazak> Hum, I don't know, did someone tested your changes on > Abdelrazak> qt2/X11/Mac? I would tend to think that the X11 clipboard > Abdelrazak> wouldn't need this change but I don't

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Abdelrazak Younes
Jean-Marc Lasgouttes a écrit : "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Hum, I don't know, did someone tested your changes on Abdelrazak> qt2/X11/Mac? I would tend to think that the X11 clipboard Abdelrazak> wouldn't need this change but I don't know really.

Re: Mysterious crash with a cygwin build

2006-03-15 Thread Angus Leeming
Enrico Forestieri <[EMAIL PROTECTED]> writes: > )) (C:\texmf\tex\latex\pgf\basiclayer\pgfcore.sty > (C:\texmf\tex\latex\graphics\ > graphicx.sty > Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR) > ... > Notice that the line ending in "(C:\texmf\tex\latex\graphics\" really >

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Hum, I don't know, did someone tested your changes on Abdelrazak> qt2/X11/Mac? I would tend to think that the X11 clipboard Abdelrazak> wouldn't need this change but I don't know really. I would assume that the X11 c

Re: LyX on Mac with Qt-4

2006-03-15 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Bennett Helm a écrit : On Mar 11, 2006, at 4:26 AM, Abdelrazak Younes wrote: With current svn (revision 13371), after I comment out line 275, I can compile to the final linking stage, which then bombs for what I assume are the same reasons others have had problems

Re: LyX on Mac with Qt-4

2006-03-15 Thread Abdelrazak Younes
Bennett Helm a écrit : On Mar 11, 2006, at 4:26 AM, Abdelrazak Younes wrote: With current svn (revision 13371), after I comment out line 275, I can compile to the final linking stage, which then bombs for what I assume are the same reasons others have had problems compiling with gcc-4.0.1(2?).

Re: make po fails on windows

2006-03-15 Thread Abdelrazak Younes
Angus Leeming a écrit : Abdelrazak Younes <[EMAIL PROTECTED]> writes: Hello, Special question for Angus (or Michael), I never managed to compile the 'po' directory. Could this be something similar to 'configure.ac' which had dos-style line-ending? Thanks in advance, Abdel. D:\mingw\bin\ma

Re: [Patch] Qt4 wheel mouse + Q_WS_* macro

2006-03-15 Thread Abdelrazak Younes
Georg Baum a écrit : Abdel, the line end conversion in the clipboard used Q_OS_MACX on purpose. You changed that to Q_WS_MACX, meaning that it will not happen on X11/Mac. Are you sure that it is not needed there? If yes, we should also change the qt2 frontend, otherwise please change it back.