Re: Towards LyX 1.4.1 [status update #1]

2006-04-06 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin On Thu, Apr 06, 2006 at 12:14:17AM +0200, Jean-Marc Lasgouttes Martin wrote: Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Jean-Marc So, what is this

Re: Towards LyX 1.4.1 [status update #1]

2006-04-06 Thread Martin Vermeer
On Thu, Apr 06, 2006 at 09:54:47AM +0200, Jean-Marc Lasgouttes wrote: Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin On Thu, Apr 06, 2006 at 12:14:17AM +0200, Jean-Marc Lasgouttes Martin wrote: Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Jean-Marc ==

Re: r13557 - in /lyx-devel/trunk/src/frontends/qt4: QMathDial...

2006-04-06 Thread Abdelrazak Younes
Lars Gullik Bjønnes a écrit : [EMAIL PROTECTED] writes: | Author: younes | Date: Wed Apr 5 17:10:34 2006 | New Revision: 13557 | | Log: | Porting work from Edwin Leuven: | | * QMathUi.ui: Port to Qt4, icons paths are hacked to point to ../lib/images/ What does this does this do tiwh

Re: [PATCH] buffer_funcs cleanup

2006-04-06 Thread Abdelrazak Younes
Jean-Marc Lasgouttes a écrit : Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak Jean-Marc Lasgouttes a écrit : bool needsUpdateCounters(Buffer const buf, ParIterator it) { if (it-layout()-counter.empty()) { Abdelrazak Apparently, this is not a good test for enumerate

Re: [Qt4 Patch] fixing Math panel icons (was Re: [Patch] Re: [Patch] nicefrac - test results)

2006-04-06 Thread Abdelrazak Younes
Georg Baum a écrit : Am Mittwoch, 5. April 2006 17:36 schrieb Angus Leeming: These things were all the images that LyX needed in the dark and distant days when XForms was the only frontend. Images were originally #included as C sources, so there was no need to distribute them. I'd suggest

Re: r13557 - in /lyx-devel/trunk/src/frontends/qt4: QMathDial...

2006-04-06 Thread Georg Baum
Abdelrazak Younes wrote: If buildir is not at the same level as srcdir then it won't work. i.e. the icons won't show in the math panel. As I said in a previous mail this is just an interim fix (for srcdir and posix install) until we manage to extract the path from some rc. Have a look at

[patch] Decap all functions in filetools.h

2006-04-06 Thread Lars Gullik Bjønnes
I am afraid this steps a bit on the patch Andre is trying to commit, so I'll hold off a bit. decap-1.diff.gz Description: GNU Zip compressed data -- Lgb

Re: Who is who in the 1.5.0svn flash picture?

2006-04-06 Thread Andre Poenitz
On Wed, Apr 05, 2006 at 10:43:27AM +0200, Abdelrazak Younes wrote: Michael Schmitt (AKA Gerz) Andreas Vox Stephan Witt Andre Poenitz Juergen Vigna Except for Lars and you, the faces match pretty well my suppositions :-) I am surprised you can distinguish five German tribes at a glance...

Re: committing stuff

2006-04-06 Thread Andre Poenitz
On Wed, Apr 05, 2006 at 01:24:10AM +0200, Lars Gullik Bjønnes wrote: Andre Poenitz [EMAIL PROTECTED] writes: | On Sun, Apr 02, 2006 at 06:55:44PM +0200, Lars Gullik Bjønnes wrote: | I have. You have not been added to the authz list yet. | I'll do that right away. | | Maybe I need a

Re: [Patch] Re: [Patch] nicefrac - test results

2006-04-06 Thread Andre Poenitz
On Wed, Apr 05, 2006 at 10:01:18AM +0300, Martin Vermeer wrote: Is the FIXME in undo.h related to this? * FIXME: We need something to record undo in partial grids for mathed. * Right now we use recordUndoInset if more than one cell is changed, * but that puts the cursor in front of the

Re: [Patch] Re: [Patch] nicefrac - test results

2006-04-06 Thread Andre Poenitz
On Wed, Apr 05, 2006 at 09:16:43AM +0200, Georg Baum wrote: Martin Vermeer wrote: This bug is apparently not related to the patch. Oldfashioned \frac crashes too. It is again a case of cursor pos in mid-air: create a \frac, type a character into the numerator, then into the denominator

Re: [Qt4 Patch] fixing Math panel icons (was Re: [Patch] Re: [Patch] nicefrac - test results)

2006-04-06 Thread Andre Poenitz
On Wed, Apr 05, 2006 at 03:36:20PM +, Angus Leeming wrote: Georg Baum [EMAIL PROTECTED] writes: Then, would you be so kind to move them to lib/images/math and fix the Xforms and Gtk frontends in consequence? Or just copy them to lib/images/math if you don't have the time to fix the

Re: [Patch] Re: [Patch] nicefrac - test results

2006-04-06 Thread Andre Poenitz
On Wed, Apr 05, 2006 at 05:31:01PM +, Angus Leeming wrote: I think that the best solution would be to have multiple frac-derived insets in a single file but I'm not doing the work so I'll go back and hide under my stone again. That would be my preference, too. But as I said: Commit it,

Re: What is the current coding rule regarding exception?

2006-04-06 Thread Andre Poenitz
On Wed, Apr 05, 2006 at 01:20:48AM +0200, Lars Gullik Bjønnes wrote: Bo Peng [EMAIL PROTECTED] writes: | Could you please post a use case or two where you think exceptions | will improve LyX significantly? | | When I get my hands dirty with output_latex, paragraphlist, cursor | etc, lyx

Re: [Qt4 Patch] fixing Math panel icons (was Re: [Patch] Re: [Patch] nicefrac - test results)

2006-04-06 Thread Andre Poenitz
On Wed, Apr 05, 2006 at 12:47:22PM +0200, Abdelrazak Younes wrote: Abdelrazak Younes a écrit : Helge Hafting a écrit : Concerning the math panel, it used to work great also last time I checked (before the ui file conversion) but I see now that there's a lot of problems. I use exclusively

Re: [PATCH] buffer_funcs cleanup

2006-04-06 Thread Andre Poenitz
On Wed, Apr 05, 2006 at 03:53:22PM +0200, Abdelrazak Younes wrote: Index: buffer_funcs.C === --- buffer_funcs.C(revision 13538) +++ buffer_funcs.C(working copy) @@ -328,7 +328,6 @@ } } - bool

Re: [Patch] Re: [Patch] nicefrac - test results

2006-04-06 Thread Andre Poenitz
On Wed, Apr 05, 2006 at 03:02:23PM +, Angus Leeming wrote: Martin Vermeer [EMAIL PROTECTED] writes: Are all these in bugzilla? Two of them are now: 2480 and 2481. As there is really nothing controversial in this patch, I plan to apply it soonishly to 1.5. Others can then add qt4. I

Re: LyX 1.4.1svn Graphics dialog bug (MATLAB images, OK button disabled)

2006-04-06 Thread Andre Poenitz
On Tue, Apr 04, 2006 at 08:28:26PM +, Angus Leeming wrote: Georg Baum [EMAIL PROTECTED] writes: Angus, you finally made me to fix this the dirty way I always wanted to do it right by changing the return type of readBB_from_PSFile(), but now I simply created a sane string. The

Re: [Patch] Re: [Patch] nicefrac - test results

2006-04-06 Thread Andre Poenitz
On Wed, Apr 05, 2006 at 07:49:17PM +0300, Martin Vermeer wrote: No, I won't carry out my threat of merging in also \dfrac and \tfrac. Leaving good enough alone ;-) Commit what you have with enum or such. Andre'

Re: Who is who in the 1.5.0svn flash picture?

2006-04-06 Thread Abdelrazak Younes
Andre Poenitz a écrit : On Wed, Apr 05, 2006 at 10:43:27AM +0200, Abdelrazak Younes wrote: Michael Schmitt (AKA Gerz) Andreas Vox Stephan Witt Andre Poenitz Juergen Vigna Except for Lars and you, the faces match pretty well my suppositions :-) I am surprised you can distinguish five German

Re: [PATCH] buffer_funcs cleanup

2006-04-06 Thread Abdelrazak Younes
Andre Poenitz a écrit : Two empty lines between functions, please. OK, Abdel.

Re: committing stuff

2006-04-06 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | (I do not really like svn+ssh but to be it is the only realistic | alternative. I hope the subversion people will get their act together | soon and provide some ssl/sasl authentication methods soon) | | Wouldn't https work? :-) no. I do not count

Re: What is the current coding rule regarding exception?

2006-04-06 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | On Wed, Apr 05, 2006 at 01:20:48AM +0200, Lars Gullik Bjønnes wrote: | Bo Peng [EMAIL PROTECTED] writes: | | | Could you please post a use case or two where you think exceptions | | will improve LyX significantly? | | | | When I get my hands

Re: [Qt4 Patch] fixing Math panel icons (was Re: [Patch] Re: [Patch] nicefrac - test results)

2006-04-06 Thread Abdelrazak Younes
Andre Poenitz a écrit : On Wed, Apr 05, 2006 at 12:47:22PM +0200, Abdelrazak Younes wrote: Abdelrazak Younes a écrit : Helge Hafting a écrit : Concerning the math panel, it used to work great also last time I checked (before the ui file conversion) but I see now that there's a lot of

Re: Who is who in the 1.5.0svn flash picture?

2006-04-06 Thread Jose' Matos
On Thursday 06 April 2006 10:32, Abdelrazak Younes wrote: Well, I think German people looks like German also... ;-) And I think I saw Angus face and yours in some web sites. So, how do you expect Portuguese to appear? ;-) Thanks for also bringing good spirit as well as good code. :-)

Re: Who is who in the 1.5.0svn flash picture?

2006-04-06 Thread Abdelrazak Younes
Jose' Matos a écrit : On Thursday 06 April 2006 10:32, Abdelrazak Younes wrote: Well, I think German people looks like German also... ;-) And I think I saw Angus face and yours in some web sites. So, how do you expect Portuguese to appear? ;-) Hum, a mix between French and Arabic? You

Re: [Patch] Re: [Patch] nicefrac - test results

2006-04-06 Thread Martin Vermeer
On Wed, Apr 05, 2006 at 11:34:11PM +0200, Andre Poenitz wrote: On Wed, Apr 05, 2006 at 07:49:17PM +0300, Martin Vermeer wrote: No, I won't carry out my threat of merging in also \dfrac and \tfrac. Leaving good enough alone ;-) Commit what you have with enum or such. Andre' So done,

Re: committing stuff

2006-04-06 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Andre Poenitz [EMAIL PROTECTED] writes: Lars | (I do not really like svn+ssh but to be it is the only Lars realistic | alternative. I hope the subversion people will get Lars their act together | soon and provide some ssl/sasl Lars

Release of stable LyXWinInstaller for 1.4.1?

2006-04-06 Thread Andreas Karlsson
When will the stable LyXWinInstaller for 1.4.1 be released? Also, on http://developer.berlios.de/projects/lyxwininstall is LyXWin141preComplete-1-9.exe available. Regards, Andreas

Re: [Qt4 Patch] fixing Math panel icons (was Re: [Patch] Re: [Patch] nicefrac - test results)

2006-04-06 Thread Abdelrazak Younes
Leuven, E. a écrit : I think we can shortcut that by using QLAction and avoid the call to form_-controller().dispatchInsert(str). do we have access to lyxview in qmathdialog so that we can pass it to qlaction? Yes: Dialog::View::kernel()-lyxview() So from QMathDialog that would be

Re: [Patch] Re: [Patch] nicefrac - test results

2006-04-06 Thread Georg Baum
Martin Vermeer wrote: So done, revision 13566: Fine! What I forgot to mention earlier: The automatic loading of nicefrac is (strictly speaking) a file format change. Given the problems we had in 1.3 with the wasy package I am not sure whether we should do that unless we have a flexible package

Re: [Qt4 Patch] fixing Math panel icons (was Re: [Patch] Re: [Patch] nicefrac - test results)

2006-04-06 Thread Helge Hafting
Abdelrazak Younes wrote: Hum, Then it is a problem on Hedge side. Because toolbar icons are fully themable and get their size with the system style. Hm. They create resizeable icons, but using raster graphichs instead of vectors. A recipe for disaster. I haven't set up qt4 in any way, I

Re: Towards LyX 1.4.1 [status update #1]

2006-04-06 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Also, is there a reason why Wide() and repaintAll() are not members of PainterInfo? This has to be better than those mutable variables, especially since their lifetime is the update() call. I do not like adding state info where it does not

Re: Towards LyX 1.4.1 [status update #1]

2006-04-06 Thread Martin Vermeer
On Thu, Apr 06, 2006 at 02:05:23PM +0200, Jean-Marc Lasgouttes wrote: Martin == Martin Vermeer [EMAIL PROTECTED] writes: Also, is there a reason why Wide() and repaintAll() are not members of PainterInfo? This has to be better than those mutable variables, especially since their lifetime

Re: Towards LyX 1.4.1 [status update #1]

2006-04-06 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin About repaintAll, the row painter rp is not created yet in Martin some places where I need it. Do you see a way around that? But you always have a PainterInfo object. Martin True. How would you do it? Well, I would add the bool

Re: Release of stable LyXWinInstaller for 1.4.1?

2006-04-06 Thread Uwe Stöhr
Andreas Karlsson schrieb: When will the stable LyXWinInstaller for 1.4.1 be released? When LyX 1.4.1 is released and when I got a windows binary. Also, on http://developer.berlios.de/projects/lyxwininstall is LyXWin141preComplete-1-9.exe available. This won't be available because version

system of equations

2006-04-06 Thread Ekkehart Schlicht
Hi Nick, maybe write it down by hand, scan it and attach it as a png to the post. It is very difficult for me to figure out what you want! Ekkehart

svn lyx-devel boost-1.34 patches?

2006-04-06 Thread Neal Becker
There are more patches needed to build lyx-devel with boost-1.34. I wonder whether these can be committed? If not, can I find them somewhere? (Latest problem is related to boost::filesystem and system_errno)

Towards LyX 1.4.1 [status update #2]

2006-04-06 Thread Jean-Marc Lasgouttes
So what is needed for 1.4.1 now? There is the layout2layout patch. Georg, did you see Bo's message about beamer.layout not working? What else is urgent for 1.4.1? JMarc -*- text -*- This file describes what has been done in the preparation of LyX 1.4.1 All comments are welcome. I'd be glad

Re: Towards LyX 1.4.1 [status update #2]

2006-04-06 Thread Bennett Helm
On Apr 6, 2006, at 9:10 AM, Jean-Marc Lasgouttes wrote: So what is needed for 1.4.1 now? There is the layout2layout patch. Georg, did you see Bo's message about beamer.layout not working? What else is urgent for 1.4.1? What about spellchecking -- http://bugzilla.lyx.org/show_bug.cgi?

Re: Towards LyX 1.4.1 [status update #2]

2006-04-06 Thread Jean-Marc Lasgouttes
Bennett == Bennett Helm [EMAIL PROTECTED] writes: Bennett What about spellchecking -- Bennett http://bugzilla.lyx.org/show_bug.cgi? id=2218? Martin, how ready is the patch? JMarc

Re: Towards LyX 1.4.1 [status update #2]

2006-04-06 Thread Georg Baum
Jean-Marc Lasgouttes wrote: So what is needed for 1.4.1 now? There is the layout2layout patch. Georg, did you see Bo's message about beamer.layout not working? I did, but have not yet had time to look after it. Bo, can you please send a minimal example document? What else is urgent for

Re: Towards LyX 1.4.1 [status update #2]

2006-04-06 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: So what is needed for 1.4.1 now? - Document the packages prettyref, varioref and preview in LaTeXConfig.lyx. JMarc, have you seen my patch for http://bugzilla.lyx.org/show_bug.cgi?id=2469 It adds the fancybox package and describes it. This is simple and

Re: Towards LyX 1.4.1 [status update #2]

2006-04-06 Thread Enrico Forestieri
On Thu, Apr 06, 2006 at 03:10:35PM +0200, Jean-Marc Lasgouttes wrote: So what is needed for 1.4.1 now? There is the layout2layout patch. Georg, did you see Bo's message about beamer.layout not working? What else is urgent for 1.4.1? IMO, the patch recently applied to trunk, fixing bug

Re: Towards LyX 1.4.1 [status update #2]

2006-04-06 Thread Martin Vermeer
On Thu, 2006-04-06 at 15:50 +0200, Jean-Marc Lasgouttes wrote: Bennett == Bennett Helm [EMAIL PROTECTED] writes: Bennett What about spellchecking -- Bennett http://bugzilla.lyx.org/show_bug.cgi? id=2218? Martin, how ready is the patch? Grmpf. The patch works allright, but the whole

[Patch] ordering lyxrc list

2006-04-06 Thread Martin Vermeer
Has anyone missed this? The list must be in alphabetic order. - Martin Index: lyxrc.C === --- lyxrc.C (revision 13568) +++ lyxrc.C (working copy) @@ -151,10 +151,10 @@ keyword_item lyxrcTags[] = { { \\screen_font_sizes,

Re: Towards LyX 1.4.1 [status update #2]

2006-04-06 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin Grmpf. The patch works allright, but the whole exitEarly_ Martin situation is a mess. Yes, it is ugly. Martin But I suppose the patch improves things and should be applied Martin for 1.4. I think I'll keep it for 1.4.2. JMarc

CJK-LyX-1.4.0

2006-04-06 Thread cghan
Hello, I have just uploaded CJK-LyX-qt-1.4.0 at the usual ftp site, ftp://cellular.phys.pusan.ac.kr/CJK-LyX/qt . I have tested the patch for some time without any problem, but it's always possible there may be some serious bugs. Also notice that I have dropped the xform-frontend for this

Re: Towards LyX 1.4.1 [status update #2]

2006-04-06 Thread Jean-Marc Lasgouttes
Georg == Georg Baum [EMAIL PROTECTED] writes: Georg Jean-Marc Lasgouttes wrote: So what is needed for 1.4.1 now? There is the layout2layout patch. Georg, did you see Bo's message about beamer.layout not working? Georg I did, but have not yet had time to look after it. Bo, can you Georg

[Patch] Paragrah creation/deletion optimisation (was Re: [PATCH] buffer_funcs cleanup)

2006-04-06 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Jean-Marc Lasgouttes a écrit : Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak Jean-Marc Lasgouttes a écrit : bool needsUpdateCounters(Buffer const buf, ParIterator it) { if (it-layout()-counter.empty()) { Abdelrazak Apparently, this is

Re: Towards LyX 1.4.1 [status update #2]

2006-04-06 Thread Georg Baum
Jean-Marc Lasgouttes wrote: Shall I add numarticle.layout to stdsections.inc as we discussed? Yes please. What else is urgent for 1.4.1? Georg Nothing IMO. There are a couple of annoying newly discovered Georg bugs (like math crashes or 2476), but I think we have collected Georg enough

Re: Towards LyX 1.4.1 [status update #2]

2006-04-06 Thread Abdelrazak Younes
Jean-Marc Lasgouttes a écrit : So what is needed for 1.4.1 now? There is the layout2layout patch. Georg, did you see Bo's message about beamer.layout not working? What else is urgent for 1.4.1? My updateCounter patch might be a good candidate. The former version was tested by Martin and me.

Re: Towards LyX 1.4.1 [status update #2]

2006-04-06 Thread Jean-Marc Lasgouttes
Enrico == Enrico Forestieri [EMAIL PROTECTED] writes: Enrico IMO, the patch recently applied to trunk, fixing bug 2344 and Enrico cygwin related path problems. I rewrote that patch such that Enrico to not change the current semantics and to comply with the Enrico request about the internal path

Re: Towards LyX 1.4.1 [status update #2]

2006-04-06 Thread Jean-Marc Lasgouttes
Georg == Georg Baum [EMAIL PROTECTED] writes: Georg I forgot: Enricos path cleanup should also go in. It is a noop Georg on mac and unix, and can only improve things on windows. I did it. Georg When do you plan to release? If I cannot do it tomorrow, it will be monday. Is that OK? Georg

Re: [Patch] Paragrah creation/deletion optimisation

2006-04-06 Thread Jean-Marc Lasgouttes
Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak Here is the patch. It took me a bit longer than I thought Abdelrazak because I did not understand the logic in the cursor in Abdelrazak breakParagraph(). With my former patch one call to Abdelrazak needsUpdateCounter on

Re: Towards LyX 1.4.1 [status update #2]

2006-04-06 Thread Enrico Forestieri
On Thu, Apr 06, 2006 at 04:45:08PM +0200, Jean-Marc Lasgouttes wrote: Enrico == Enrico Forestieri [EMAIL PROTECTED] writes: Enrico IMO, the patch recently applied to trunk, fixing bug 2344 and Enrico cygwin related path problems. I rewrote that patch such that Enrico to not change the

Re: [Patch] ordering lyxrc list

2006-04-06 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin Has anyone missed this? The list must be in alphabetic order. Definitely. JMarc

Re: Towards LyX 1.4.1 [status update #2]

2006-04-06 Thread Jose' Matos
On Thursday 06 April 2006 14:10, Jean-Marc Lasgouttes wrote: So what is needed for 1.4.1 now? There is the layout2layout patch. Georg, did you see Bo's message about beamer.layout not working? What else is urgent for 1.4.1? There are some changes that I need to do for docbook support

Re: Re: LyX 1.4.1

2006-04-06 Thread Hartmut Haase
So \input is the useful one, and \include could be hidden but perhaps supported in order to minimize latex-lyx-latex roundtrip damage. If latex users find \include useful . . . I agree on that. I even doubt that latex users know the difference without looking into a latex-book. -- Viele

Re: Towards LyX 1.4.1 [status update #2]

2006-04-06 Thread Bo Peng
What else is urgent for 1.4.1? How about 2186? The patch (r13540 at 1.5.x) is straightforward and it's been tested under linux/windows. If you are willing to consider, I can submit a newer version of my local .layout patch that allows users to open .lyx directly with local .layout, .cls files

Re: [Qt4 Patch] MathDialog layout + QToolButton (was Re: [Qt4 Patch] fixing Math panel icons...)

2006-04-06 Thread Edwin Leuven
Abdelrazak Younes wrote: I have done that and I modified the layout (see attached screenshot), OK? fine with me. as you wrote; math panel will probably go out anyway...

Re: [Patch] Paragrah creation/deletion optimisation

2006-04-06 Thread Abdelrazak Younes
Jean-Marc Lasgouttes a écrit : Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak Here is the patch. It took me a bit longer than I thought Abdelrazak because I did not understand the logic in the cursor in Abdelrazak breakParagraph(). With my former patch one call to

Re: [Qt4 Patch] MathDialog layout + QToolButton (was Re: [Qt4 Patch] fixing Math panel icons...)

2006-04-06 Thread Abdelrazak Younes
Edwin Leuven a écrit : Abdelrazak Younes wrote: I have done that and I modified the layout (see attached screenshot), OK? fine with me. as you wrote; math panel will probably go out anyway... committed. Abdel.

Re: 1.5.0svn Funny section labels for beamer class.

2006-04-06 Thread Bo Peng
Attached are: 1 my beamer .layout file. I only added a subsubsection style 2. a test case that demonstrates the problem for both 1.4.1svn and 1.5 Bo beamer.layout Description: Binary data beamer.lyx Description: Binary data

qt4 does not compile

2006-04-06 Thread Georg Baum
I get: ../../../../src/frontends/qt4/lyx_gui.C: In function `void lyx_gui::start(const std::string, const std::vectorstd::string, std::allocatorstd::string )': ../../../../src/frontends/qt4/lyx_gui.C:228: error: `loadSessionInfo' undeclared (first use this function)

Re: qt4 does not compile

2006-04-06 Thread Jose' Matos
On Thursday 06 April 2006 16:49, Georg Baum wrote: Does anybody else see this? srcdir != build_dir ? Georg -- José Abílio

Re: qt4 does not compile

2006-04-06 Thread Georg Baum
Jose' Matos wrote: On Thursday 06 April 2006 16:49, Georg Baum wrote: Does anybody else see this? srcdir != build_dir ? Of course. Everybody should do that. Georg

[PATCH] use local .cls and .layout when opening a file.

2006-04-06 Thread Bo Peng
Dear developers, This is my first patch towards more clever use of .layout files. It is been tested for 1.4.1svn, 1.5.xsvn, on both windows and linux systems. What does it do? 1. When open path/file.lyx with unknown class, check for path/class.layout 2. load path/class.layout. class.cls can be

rowpainter.C

2006-04-06 Thread Michael Gerz
Martin ??? diff -w -r --exclude=.svn --exclude=boost --exclude=po --exclude=ChangeLog lyx-devel-1.4.X/src/rowpainter.C lyx-d evel-1.5.0/src/rowpainter.C 756c756 sl.pos() rit-endpos()) --- sl.pos() = rit-endpos()) Michael

Re: committing stuff

2006-04-06 Thread christian . ridderstrom
On Thu, 6 Apr 2006, Jean-Marc Lasgouttes wrote: Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Andre Poenitz [EMAIL PROTECTED] writes: Lars | (I do not really like svn+ssh but to be it is the only Lars realistic | alternative. I hope the subversion people will get Lars their

Re: Towards LyX 1.4.1 [status update #2]

2006-04-06 Thread Michael Gerz
Jean-Marc Lasgouttes wrote: What else is urgent for 1.4.1? Well, we still have these patches: r13432 - MV - Selective expose patch r13520 - GB - Fix bug 2107 r13532 - GB - Adjust keybord shortcut of the latex format to the changed name (this belongs to the fix for bug 2107)

Re: [Patch] ordering lyxrc list

2006-04-06 Thread Martin Vermeer
On Thu, Apr 06, 2006 at 04:52:53PM +0200, Jean-Marc Lasgouttes wrote: Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin Has anyone missed this? The list must be in alphabetic order. Definitely. Fix committed to trunk. - Martin pgpNV3RZkGXRT.pgp Description: PGP signature

Re: Towards LyX 1.4.1 [status update #2]

2006-04-06 Thread Martin Vermeer
On Thu, Apr 06, 2006 at 05:58:49PM +0200, Michael Gerz wrote: Jean-Marc Lasgouttes wrote: What else is urgent for 1.4.1? Well, we still have these patches: r13432 - MV - Selective expose patch ... I don't know what r13432 is good for. Ah yes... it makes X11 expose events

Re: Towards LyX 1.4.1 [status update #2]

2006-04-06 Thread Michael Gerz
Martin Vermeer wrote: Ah yes... it makes X11 expose events selective in the sense, that only the paragraphs on the screen that have changed are exposed, using the info in the ViewMetricsInfo. There was no empirical evidence that it makes things faster on any platform, but... Doesn't look

Re: rowpainter.C

2006-04-06 Thread Martin Vermeer
On Thu, Apr 06, 2006 at 05:34:55PM +0200, Michael Gerz wrote: Martin ??? diff -w -r --exclude=.svn --exclude=boost --exclude=po --exclude=ChangeLog lyx-devel-1.4.X/src/rowpainter.C lyx-d evel-1.5.0/src/rowpainter.C 756c756 sl.pos() rit-endpos()) ---

Re: committing stuff

2006-04-06 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | On Thu, 6 Apr 2006, Jean-Marc Lasgouttes wrote: | | Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars Andre Poenitz [EMAIL PROTECTED] writes: | Lars | (I do not really like svn+ssh but to be it is the only | Lars realistic | alternative. I hope

Re: svn lyx-devel boost-1.34 patches?

2006-04-06 Thread Lars Gullik Bjønnes
Neal Becker [EMAIL PROTECTED] writes: | There are more patches needed to build lyx-devel with boost-1.34. I wonder | whether these can be committed? If not, can I find them somewhere? Yes. In my tree at svn://svn.lyx.org/lyx/lyx-devel/branches/personal/larsbj/boost-1.34 you will find fixes

[Patch] Fix, crash on middle-mouse paste into math

2006-04-06 Thread Martin Vermeer
This patch fixes that, and bug 2485: text is pasted twice, into formula and into text. The first part of the patch fixes 2485. I don't see while middle-mouse insertion of the selection (clipboard) should be done both for mouse press and for mouse release... just deleted the first. (There may be

Is this the right behavior for del?

2006-04-06 Thread Bo Peng
Dear list, I have fixed 686, a bug I submitted on 2002-10-23, fixed on 2003-01-13 (more than three years ago!), and got messed up by someone else. It should work again with my updated patch. (not uploaded yet.) One problem though, I notice that when the cursor (|) is at the end of an inset

Re: qt4 does not compile

2006-04-06 Thread Abdelrazak Younes
This patch fixes that. Will commit now. Abdel Index: lyx_gui.C === --- lyx_gui.C (revision 13572) +++ lyx_gui.C (working copy) @@ -25,10 +25,12 @@ #include lyxrc.h #include lyxserver.h #include lyxsocket.h +#include session.h

qt4 graphics cleanup

2006-04-06 Thread Leuven, E.
Title: qt4 graphics cleanup scratching an itch as andre likes to say (even though i don't have a beard ;-) attached cleans up the graphics dialog: -layout -enabling/disabling widgets -tab order ok? Index: src/frontends/qt4/QGraphics.C

Re: qt4 does not compile

2006-04-06 Thread Abdelrazak Younes
Georg Baum a écrit : I get: ../../../../src/frontends/qt4/lyx_gui.C: In function `void lyx_gui::start(const std::string, const std::vectorstd::string, std::allocatorstd::string )': ../../../../src/frontends/qt4/lyx_gui.C:228: error: `loadSessionInfo' undeclared (first use this function)

Re: qt4 graphics cleanup

2006-04-06 Thread Abdelrazak Younes
Leuven, E. a écrit : scratching an itch as andre likes to say (even though i don't have a beard ;-) attached cleans up the graphics dialog: -layout -enabling/disabling widgets -tab order ok? Looks good, Go ahead! Abdel.

qt4 prefs dialog

2006-04-06 Thread Leuven, E.
dear abdel, opening the prefs dialog spits out the messages below on the console. rings a bell? regards, edwin addCategory n= Look and feel parent= addCategory n= User interface parent= QLayout::addChildWidget: QWidget QPrefUi in wrong parent; moved to correct parent addCategory n=

Re: qt4 prefs dialog

2006-04-06 Thread Abdelrazak Younes
Leuven, E. a écrit : dear abdel, opening the prefs dialog spits out the messages below on the console. rings a bell? I saw that yes. Also for Document settings. Apparently it does not harm... I think you can make the message disappear if you initialize the modules without parent: -

RE: Re: qt4 prefs dialog

2006-04-06 Thread Leuven, E.
By the way, panelstack needs to be properly ported to Qt4 API. will have a look. we can probably just use QWidgetStack why the UiWidget btw?

RE: Re: qt4 graphics cleanup

2006-04-06 Thread Leuven, E.
Looks good, Go ahead! done

Re: qt4 prefs dialog

2006-04-06 Thread Abdelrazak Younes
Leuven, E. a écrit : By the way, panelstack needs to be properly ported to Qt4 API. will have a look. we can probably just use QWidgetStack Yes. why the UiWidget btw? In order to avoid repeating the inheritance for each module. qt2 ui where already proper dialogs. Qt4 ui are not even

RE: Re: qt4 prefs dialog

2006-04-06 Thread Leuven, E.
PS: I will commit the fix to the module if you want. yes please

Re: qt4 prefs dialog

2006-04-06 Thread Abdelrazak Younes
Leuven, E. a écrit : PS: I will commit the fix to the module if you want. yes please done.

Re: Is this the right behavior for del?

2006-04-06 Thread Bo Peng
One problem though, I notice that when the cursor (|) is at the end of an inset [abc|], delete key will move the cursor out of the inset |[abc]. This is a bit strange to me so I would like to ask if this is the desired behavior. Maybe we should let it work like backspace in this case? A

Re: Is this the right behavior for del?

2006-04-06 Thread Joost Verburg
Bo Peng wrote: 0. bug 686: del [|] remoes the whole inset, implemented That is the expected behavior, it's a valid bug and should be fixed. 1. del at [abc|] work as backspace (instead of doing nothing) It should do nothing. Working like backspace is non-standard and unexpected

Re: Is this the right behavior for del?

2006-04-06 Thread Bo Peng
It makes no sense at all to define different behavior for such cases. Is [abcdf|] + del = |[abcd] a sound behavior by your standard? Bo

Re: Is this the right behavior for del?

2006-04-06 Thread Bo Peng
Is [abcdf|] + del = |[abcd] a sound behavior by your standard? Of course I mean the current behavior [abcd|] + del = |[abcd] . This behavior actually triggered my above ideas. Bo

Re: Is this the right behavior for del?

2006-04-06 Thread Joost Verburg
Bo Peng wrote: Is [abcdf|] + del = |[abcd] a sound behavior by your standard? Of course I mean the current behavior [abcd|] + del = |[abcd] . This behavior actually triggered my above ideas. In my opinion del should do nothing here. Joost

Re: Is this the right behavior for del?

2006-04-06 Thread Bo Peng
In my opinion del should do nothing here. OK. Let us wait other's opinion and see if we should change the current behavior, which is, in my opinion, worse than acting as backspace, or doing nothing. In the meantime, if you have time, could you help me test the attached patch? It basically

Re: Revision 13302 link errors

2006-04-06 Thread Kayvan A. Sylvan
On Sat, Mar 25, 2006 at 12:41:45AM +0100, Lars Gullik Bjønnes wrote: Kayvan A. Sylvan [EMAIL PROTECTED] writes: | On Fri, Mar 24, 2006 at 10:25:04PM +0100, Lars Gullik Bjønnes wrote: | Helge Hafting [EMAIL PROTECTED] writes: | | | If FC4 don't have any older or newer compilers for you,

[PATCH] Bug 686 delete empty math box with delete/backspace key.

2006-04-06 Thread Bo Peng
Patch submitted to http://bugzilla.lyx.org/show_bug.cgi?id=686 . Current behavior: [] means cell boundary, | is cursor [|] + del/bs = | (remove empty cell from inside) [[|]] + del/bs = [|] (the same) [|] ---del: nothing happens, backspace: move left [other] [|]a ---

Re: r13557 - in /lyx-devel/trunk/src/frontends/qt4: QMathDial...

2006-04-06 Thread Andre Poenitz
On Thu, Apr 06, 2006 at 10:44:54AM +0200, Georg Baum wrote: Abdelrazak Younes wrote: If buildir is not at the same level as srcdir then it won't work. i.e. the icons won't show in the math panel. As I said in a previous mail this is just an interim fix (for srcdir and posix install) until

Re: [patch] Decap all functions in filetools.h

2006-04-06 Thread Andre Poenitz
On Thu, Apr 06, 2006 at 10:50:09AM +0200, Lars Gullik Bjønnes wrote: I am afraid this steps a bit on the patch Andre is trying to commit, so I'll hold off a bit. Just commit, we'd get quite a few conflicts and your patch is more extensive. Andre'

  1   2   3   >