Re: cvs-log mails

2006-12-14 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Could we please switch off (again?) sending cvs-log messages Andre> above a certain size (say 20 k or so) Andre> I am just receiving dozens of mails with more than 100k each. I think it was just the ghost of Lars clearing the back

Re: Error closing file

2006-12-14 Thread Georg Baum
Enrico Forestieri wrote: > I recently started seeing the following warning while building: > > ../../../src/support/docstring.C: In member function `wctype_t > lyx::ascii_ctype_facet::M_convert_to_wmask(char) const': > ../../../src/support/docstring.C:269: warning: overflow in implicit > constant

Re: r16260 - in /lyx-devel/trunk/src/support: filename.C qstr...

2006-12-14 Thread Kornel Benko
Am Mittwoch, 13. Dezember 2006 17:20 schrieb Bo Peng: > > As I wrote in the other mail: We discussed this in detail some time ago, > > and there where reasons for the current approach (which I > > Ok. I will revert since I have no time to fight on this issue. scons > was not broken, just that I nee

Re: r16257: Make libQtCore a support library like boost

2006-12-14 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> I thought we had already agreed two monthes ago where the line was. Bo> The exact problem is that the line moves. When I had trouble with Bo> processes a few months ago, QProcess was out of the question. Bo> I do agree with Georg that we should

[Patch] fix bug 3027

2006-12-14 Thread Martin Vermeer
Attached. Fix along the lines of my bugzilla remark. I am not quite sure about the definition of leftEdgeFixed... please someone better informed refine this. - Martin Index: rowpainter.C === --- rowpainter.C (revision 16200) +++ row

Re: [Patch] fix bug 3027

2006-12-14 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Attached. Fix along the lines of my bugzilla remark. I am not Martin> quite sure about the definition of leftEdgeFixed... please Martin> someone better informed refine this. It looks reasonable (and needed also for 1.4 if my tes

Re: [Patch] fix bug 3027

2006-12-14 Thread Martin Vermeer
On Thu, 2006-12-14 at 15:46 +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Attached. Fix along the lines of my bugzilla remark. I am not > Martin> quite sure about the definition of leftEdgeFixed... please > Martin> someone better info

Re: revtex4 inconveniences (tex2lyx, lyx-1.4.3)

2006-12-14 Thread Jacek M. Holeczek
Hi, 1. the "revtex4 home page" that I use is: http://authors.aps.org/revtex4/ 2. the summary of revtex4 commands and options is here: http://authors.aps.org/revtex4/summary.ps http://authors.aps.org/revtex4/summary.tex according to this summary the following commands/opti

Re: rows() availability problem of multiple window is fixed.

2006-12-14 Thread Bo Peng
Symptom: 1. start lyx, open a doc, open another window 2. from window A, click at paragraph X, scroll down to paragraph Y. 3. go to window B, click, and return focus to window A 4. when mouse moves, lyx finds the correct pit Y under mouse, click, lyx finds pit for paragraph X and scroll back to pa

Re: r16260 - in /lyx-devel/trunk/src/support: filename.C qstr...

2006-12-14 Thread Andre Poenitz
On Wed, Dec 13, 2006 at 09:16:25AM +0100, Georg Baum wrote: > [EMAIL PROTECTED] wrote: > > > Author: bpeng > > Date: Wed Dec 13 05:43:50 2006 > > New Revision: 16260 > > > > URL: http://www.lyx.org/trac/changeset/16260 > > Log: > > Be consistent in how qt headers are included (QtCore/Q...), becau

Re: Harnessing convergence: Should the next version of LyX be written for OpenOffice?

2006-12-14 Thread Andre Poenitz
On Mon, Dec 11, 2006 at 02:22:28PM -0600, Tim Keitt wrote: > What I occasionally wonder is whether the LyX experience -- easy structured > document editing -- could be brought to OOffice? It has a full programming > API. One could code a new editor using UNO or modify the current word > processor w

Re: [PATCH] LyX/Mac menu merging

2006-12-14 Thread Andre Poenitz
On Tue, Dec 12, 2006 at 03:06:31PM +0100, Georg Baum wrote: > Jean-Marc Lasgouttes wrote: > > > OK, here is the patch. Test it when you can. > > Some nitpicks: > > > -return fromqstr(qprint(mod)); > > +return from_utf8(fromqstr(QKeySequence(tmpkey).toString())); > > Please use >

Re: Cursor move / multiple window problem

2006-12-14 Thread Andre Poenitz
On Wed, Dec 13, 2006 at 01:02:09AM +1800, Bo Peng wrote: > >I traced to par.rows().empty() and I am wondering if par is unique > >across buffer views. Anyway, I am working on it right now. > > The problem is found: par.rows() is initialized for new window > (new->window) and is re-initialized for

Re: [patch] honour cancel quit

2006-12-14 Thread Andre Poenitz
On Mon, Dec 11, 2006 at 11:01:54PM +0100, Peter Kümmel wrote: > Index: src/frontends/qt4/GuiView.C > === > --- src/frontends/qt4/GuiView.C (Revision 16247) > +++ src/frontends/qt4/GuiView.C (Arbeitskopie) > @@ -240,18 +240,

Re: r16257: Make libQtCore a support library like boost

2006-12-14 Thread Andre Poenitz
On Wed, Dec 13, 2006 at 08:57:57PM +1800, Bo Peng wrote: > Finally, qt is changed from optional to required. It is kind of weird > to require qt libraries for a, say, gtk frontend. If this is not a > concern, then, my question is: where should we draw the line? > > As someone mentioned in a previo

Re: Harnessing convergence: Should the next version of LyX be written for OpenOffice?

2006-12-14 Thread Andre Poenitz
On Tue, Dec 12, 2006 at 04:59:53PM +0100, [EMAIL PROTECTED] wrote: > I think Tim's point is taking the good things from LyX (eg. change > tracking) and getting those into OOffice. Change tracking is not a feature that is a chunk of a few hundred lines of code. On the contrary, it is spilled all o

Re: Cursor move / multiple window problem

2006-12-14 Thread Andre Poenitz
On Tue, Dec 12, 2006 at 07:40:52AM -0600, Bo Peng wrote: > >Remember that the most likely outcome is that we are going to disable > >multi-windows for 1.5. > > Yes. There are a bunch of hard to fix problems with the current > cursor/rows mechanism. :-( However, I need/like multiple windows so > mu

Re: Cursor move / multiple window problem

2006-12-14 Thread Bo Peng
Could we just decide that multiple buffers are not ready for 1.5? I can accept a stdmenu.ui without new window item, but I object the idea of disabling it altogether. As a matter of fact, after days of hacking, multiple window is getting more and more usable. Bo

Re: r16257: Make libQtCore a support library like boost

2006-12-14 Thread Bo Peng
I really wonder where you got the impression that the usual suspects on lyx-devel would choose _Windows_ as development platform. I was saying: *if* we do qt/win only, we can make use of all qt and win can offer. *if* we forget about GUII, we can make use of all qt can offer that is all. Of

Re: r16260 - in /lyx-devel/trunk/src/support: filename.C qstr...

2006-12-14 Thread Bo Peng
Trolltech recommends (even though uic generates the long version) I do not get it. Why -L/path/to/qt -L/path/to/qt/QtCore -L/path/to/qt/QtXml -L/path/to/qt/QtGui? Maybe it is faster than -L/path/to/qt? Anyway, I have given up and reverted the change. Bo

Re: Error closing file

2006-12-14 Thread Enrico Forestieri
On Thu, Dec 14, 2006 at 09:24:24AM +0100, Georg Baum wrote: > Enrico Forestieri wrote: > > > I recently started seeing the following warning while building: > > > > ../../../src/support/docstring.C: In member function `wctype_t > > lyx::ascii_ctype_facet::M_convert_to_wmask(char) const': > > ../.

Re: Error closing file

2006-12-14 Thread Enrico Forestieri
On Wed, Dec 13, 2006 at 11:19:40PM -0800, Angus Leeming wrote: > Enrico Forestieri wrote: [...] > It's more efficient to create a string of the desired size... > > std::string s(64, std::string::value_type()); > See > http://www.dinkumware.com/manuals/?manual=compleat&page=string2.ht

Re: [Patch] fix bug 3027

2006-12-14 Thread Martin Vermeer
On Thu, Dec 14, 2006 at 03:46:43PM +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Attached. Fix along the lines of my bugzilla remark. I am not > Martin> quite sure about the definition of leftEdgeFixed... please > Martin> someone bett

Re: LyX1.5svn: no access to table toolbar

2006-12-14 Thread Uwe Stöhr
Bo Peng schrieb: Maybe I missed the toolbar changes or compiled LyX incorrectly because I'm not able to get the table toolbar. I want to have the table toolbar appearing only when the cursor is in a table. default.ui from SVN defines: Is this 1.5.x? You need to toggle view->toolbar->table twi

LyX1.5.0svn: lyx2lyx bug and dialog issue

2006-12-14 Thread Uwe Stöhr
Two bug reports: - the text style dialog is too small, see bug 3032: http://bugzilla.lyx.org/show_bug.cgi?id=3032 - LyX-files with math-macros aren't correctly converted to LyX150svn's LyX-format, see bug 3034: http://bugzilla.lyx.org/show_bug.cgi?id=3034 regards Uwe

Re: LyX1.5svn: no access to table toolbar

2006-12-14 Thread Bo Peng
Thanks for the hint. I didn't know that I have to toggle it twice. Perhaps we should change this behaviour by introducing a submenu to all toolbars under view->toolbar where the user can set one of the states Auto/OFF/ON to make it clearer. The implementation of submenus would be a lot more t

Re: rows() availability problem of multiple window is fixed.

2006-12-14 Thread Bo Peng
The problem is found: switching window focus triggers a resize and a forced update, which then scrolls the window back to its text cursor position. This is not needed since windows size is not changed. This can not be fixed now since a resize is needed when switching between windows. Status.15x

Re: r16257: Make libQtCore a support library like boost

2006-12-14 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> Of course, we want GUII and OS other than win, and we are willing Bo> to pay the price. To avoid putting history upside down, we should say "Of course, we want GUII and OS other than linux, and we are willing to pay the price." And yes, I kno