Re: Slow down and speed up after copy and paste.

2007-08-21 Thread Abdelrazak Younes
Darren Freeman wrote: On Tue, 2007-08-21 at 18:34 +0200, Abdelrazak Younes wrote: Bo Peng wrote: Just to report, as far as I remember, a known problem. I believe there's a bugzilla item from Darren Freeman. He was the only one with these symptoms AFAIK, up until now. http://bugzilla.lyx.org/

Re: Slow down and speed up after copy and paste.

2007-08-21 Thread Abdelrazak Younes
Pavel Sanda wrote: Bo Peng wrote: Just to report, as far as I remember, a known problem. I believe there's a bugzilla item from Darren Freeman. He was the only one with these symptoms AFAIK, up until now. i reported it here http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg122582.html an

TeXStream question

2007-08-21 Thread Angus Leeming
It's been a long time (since I used C++ in anger), so forgive my rustiness, please. I'm comfortable enough with the new TexStream.h header file. (I even seem to remember that one must use typedef for templates, rather than forward declaring a TexStreamBase class ;-)) However, the TexStream c

Re: Slow down and speed up after copy and paste.

2007-08-21 Thread Darren Freeman
On Tue, 2007-08-21 at 17:21 -0500, Bo Peng wrote: > > i could not find it in bugz and the reason is, that it is uncorfimed. > > http://bugzilla.lyx.org/show_bug.cgi?id=4045 > > So I confirmed it. Mine too, please, if you try window resizing. If that works, the two are dupes. Have fun, Darren

Re: Slow down and speed up after copy and paste.

2007-08-21 Thread Darren Freeman
On Tue, 2007-08-21 at 18:34 +0200, Abdelrazak Younes wrote: > Bo Peng wrote: > > Just to report, as far as I remember, a known problem. > > I believe there's a bugzilla item from Darren Freeman. He was the only > one with these symptoms AFAIK, up until now. http://bugzilla.lyx.org/show_bug.cgi?i

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Bennett Helm
On Aug 21, 2007, at 6:20 PM, Bo Peng wrote: Compiles fine here (linux) scons/linux/msvc, cmake, autotools/linux/mac are working... enough for today. Works for me now -- thanks! Bennett

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Bo Peng
> I added an unconditional #include but I doubt this is the correct final solution. This means autotools does not check utime.h and set HAVE_UTIME_H. Should be easy to fix. Bo

Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui

2007-08-21 Thread Enrico Forestieri
On Tue, Aug 21, 2007 at 09:49:42PM +0100, José Matos wrote: > On Tuesday 21 August 2007 21:35:46 Enrico Forestieri wrote: > > > > > > The Qt3 frontend is still available from svn. If there had been a real > > > interest in further development it would have happened. > > > > At the time there was i

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Andre Poenitz
On Tue, Aug 21, 2007 at 05:20:18PM -0500, Bo Peng wrote: > > Compiles fine here (linux) > > scons/linux/msvc, cmake, autotools/linux/mac are working... enough for today. Hm... g++ -DHAVE_CONFIG_H -I. -I../../src -I../../../trunk/src/support -Winvalid-pch --include=../../../trunk/src/support/pch

Re: Remove unused std::time.

2007-08-21 Thread Andre Poenitz
On Tue, Aug 21, 2007 at 03:53:46PM -0500, Bo Peng wrote: > Can I apply the attached patch? scons/msvc complains about no > std::time, and std::time is not used in this file. > > What is this std::time anyway? A function? Yes. Found in . If we don't use it, just remove it. Andre'

Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui

2007-08-21 Thread José Matos
On Tuesday 21 August 2007 21:35:46 Enrico Forestieri wrote: > > > > The Qt3 frontend is still available from svn. If there had been a real > > interest in further development it would have happened. > > At the time there was interest, but it was nevertheless removed. Enrico, in the interest of h

Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui

2007-08-21 Thread Andre Poenitz
On Tue, Aug 21, 2007 at 10:35:46PM +0200, Enrico Forestieri wrote: > > That's true for all of us, that's why there is no Qt3 frontend anymore. > > There is no Qt3 frontend anymore because it was brutally murdered. Poor little thing still lives a zombie life in the repository. Check it out, dool i

Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui

2007-08-21 Thread Enrico Forestieri
On Tue, Aug 21, 2007 at 10:18:21PM +0200, Andre Poenitz wrote: > On Tue, Aug 21, 2007 at 08:20:01PM +0200, Enrico Forestieri wrote: > > [...] Then the Qt build system doesn't let you perform out of tree > > builds (shadow builds in Qt parliance), even if Qt 4.3 is a big step > > forward in this r

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Alfredo Braunstein
Bo Peng wrote: >> Compiles fine here (linux) > > scons/linux/msvc, cmake, autotools/linux/mac are working... enough for > today. Good work :-) A/

Re: Slow down and speed up after copy and paste.

2007-08-21 Thread Bo Peng
> i could not find it in bugz and the reason is, that it is uncorfimed. > http://bugzilla.lyx.org/show_bug.cgi?id=4045 So I confirmed it. Bo

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Bo Peng
> Compiles fine here (linux) scons/linux/msvc, cmake, autotools/linux/mac are working... enough for today. Cheers, Bo

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Bo Peng
> I get an error with rev 19699 on Mac PPC 10.4: Does the attached patch help? Bo Index: src/support/filetools.cpp === --- src/support/filetools.cpp (revision 19698) +++ src/support/filetools.cpp (working copy) @@ -50,15 +50,27 @@ #

Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui

2007-08-21 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Tue, Aug 21, 2007 at 06:31:33PM +0200, Abdelrazak Younes wrote: Still, I'd be curious to see how many people on X11 use Qt4.1... I bet not a lot. All the predicted integration problem did not really happened AFAICS. There have been already complaints for the dismis

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Alfredo Braunstein
Bo Peng wrote: >> Be patient, just another one or two hours... (instead of 10 min if >> JMarc is here.) > > Done. Tested under linux. Please test. > > Bo Compiles fine here (linux) A/

Re: [Updated PATCH] BufferView/WorkArea/LyXView reorg a.k.a Multiple WorkAreas

2007-08-21 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Tue, Aug 21, 2007 at 09:36:35AM +0200, Abdelrazak Younes wrote: Abdelrazak Younes wrote: Abdelrazak Younes wrote: Abdelrazak Younes wrote: Here is my most recent patch. What is not working yet: - the close tab button: it is implemented but does not show up. - the

Re: [Patch - 1.5] fix bug 4123: crash when closing LyX window with document tabs

2007-08-21 Thread Abdelrazak Younes
José Matos wrote: On Tuesday 21 August 2007 09:11:33 Abdelrazak Younes wrote: As there's apparently nobody, I took the liberty to commit it. Jürgen delegated the task in me and Jean-Marc. :-) As you are in semi holidays I can help you with that task. I think I know the way JMarc and Jurge

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Anders Ekberg
Bo Peng Tue, 21 Aug 2007 13:42:06 -0700 > Be patient, just another one or two hours... (instead of 10 min if > JMarc is here.) Done. Tested under linux. Please test. Bo I get an error with rev 19699 on Mac PPC 10.4: ... filetools.cpp:59:21: error: direct.h: No such file or directory filetools

Re: Slow down and speed up after copy and paste.

2007-08-21 Thread Pavel Sanda
> i reported it here > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg122582.html > and catched how to reproduce it (maybe only on linux). > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg122696.html i could not find it in bugz and the reason is, that it is uncorfimed. http://bugzi

Re: CharStyle Problem in agu_stdclass.inc

2007-08-21 Thread Martin Vermeer
On Tue, Aug 21, 2007 at 08:53:54PM +0100, José Matos wrote: > On Monday 20 August 2007 17:09:33 Martin Vermeer wrote: > > Yes... this requires the patch to layout2layout in order to work. > > Haven't committed yet, waiting for José's comments. > > > > José? > > Go on. :-) This patch. Does it lo

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Anders Ekberg
On 21 aug 2007, at 23.41, Bo Peng wrote: I get an error with rev 19699 on Mac PPC 10.4: Does the attached patch help? Bo Yes, that did it. Thanks! /Anders

Remove unused std::time.

2007-08-21 Thread Bo Peng
Can I apply the attached patch? scons/msvc complains about no std::time, and std::time is not used in this file. What is this std::time anyway? A function? Bo Index: src/DepTable.cpp === --- src/DepTable.cpp(revision 19698) +++

Re: LyX translation updates needed

2007-08-21 Thread Uwe Stöhr
> Well, I hope it will be enough:... Thanks, I added you to the credits and your work will be part of the next release LyX 1.5.2. regards Uwe

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Andreas Neustifter
On 21.08.2007, at 22:40, Bo Peng wrote: Be patient, just another one or two hours... (instead of 10 min if JMarc is here.) Done. Tested under linux. Please test. Bo I get an error on MacOS: Making install in po make LyX-1.6.pot-update make[3]: *** No rule to make target `../src/Biblio.cpp

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Bo Peng
> Be patient, just another one or two hours... (instead of 10 min if > JMarc is here.) Done. Tested under linux. Please test. Bo

Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui

2007-08-21 Thread Enrico Forestieri
On Tue, Aug 21, 2007 at 09:47:08PM +0200, Andre Poenitz wrote: > On Tue, Aug 21, 2007 at 08:52:06PM +0200, Enrico Forestieri wrote: > > On Tue, Aug 21, 2007 at 08:37:25PM +0200, Andre Poenitz wrote: > > > > > On Tue, Aug 21, 2007 at 07:59:36PM +0200, Enrico Forestieri wrote: > > > > There have be

Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui

2007-08-21 Thread Andre Poenitz
On Tue, Aug 21, 2007 at 08:20:01PM +0200, Enrico Forestieri wrote: > [...] Then the Qt build system doesn't let you perform out of tree > builds (shadow builds in Qt parliance), even if Qt 4.3 is a big step > forward in this respect. I just tried a shadow build of Qt 4.3.0 itself and it worked ou

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Bo Peng
> I can #ifdef out stuff, but that'd be your job to begin with. Hold on, I used autotools a few years ago and I think I still know how to handle this relatively simple case. :-( Be patient, just another one or two hours... (instead of 10 min if JMarc is here.) Bo

Re: Opinion on the embedding of zip/unzip in lyx using zlib/contrib/minizip.

2007-08-21 Thread Bo Peng
> Could you add, please, your ideas to a wiki page under development? Will do that later. > Even a compilation of previous messages to this list is OK. :-) Here is a comment from my src/EmbeddedFiles.h: /** This file, and the embedding dialog implemented in src/frontends, implements an 'E

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Andre Poenitz
On Tue, Aug 21, 2007 at 03:05:11PM -0500, Bo Peng wrote: > > As long as there is no consensus on what the replacement will look like > > autotools stays the preferred build environment (and I hate it, too, but > > that's not the point). > > I actaully agree on this. My point is that I will need se

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Bo Peng
> As long as there is no consensus on what the replacement will look like > autotools stays the preferred build environment (and I hate it, too, but > that's not the point). I actaully agree on this. My point is that I will need several hours to do it, and your or JMarc needs only five minutes, so

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Andre Poenitz
On Tue, Aug 21, 2007 at 02:59:14PM -0500, Bo Peng wrote: > > When introducing such new features a little bit of patience is expected. > > And > > no a day is not a sign of patience. :-) > > No one will fix autotools if the patch is not submitted. You can send the patch to some 'autotool' guy.

Re: Slow down and speed up after copy and paste.

2007-08-21 Thread Pavel Sanda
> Bo Peng wrote: > >Just to report, as far as I remember, a known problem. > > I believe there's a bugzilla item from Darren Freeman. He was the only > one with these symptoms AFAIK, up until now. i reported it here http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg122582.html and catched h

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Andre Poenitz
On Tue, Aug 21, 2007 at 02:18:49PM -0500, Bo Peng wrote: > > Reverting 19692 and waiting for a cleaner patch might be an option. > > If no one can fix autotools in a day, autotools can be dumped because > too few people can or are willing to maintain it. As long as there is no consensus on what t

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Bo Peng
> When introducing such new features a little bit of patience is expected. And > no a day is not a sign of patience. :-) No one will fix autotools if the patch is not submitted. In the end, I will have to open autoconf manual, something I have been trying to avoid. > PS: I remember that you

Re: Opinion on the embedding of zip/unzip in lyx using zlib/contrib/minizip.

2007-08-21 Thread José Matos
On Monday 20 August 2007 16:49:20 Bo Peng wrote: > Dear list, > > Because I get no objection to the design of the embedding feature of > lyx, I plan to add it to the trunk in the next few weeks. There is, > however, a big question on how to zip and unzip files. > > There is a unzipFile function in

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Andre Poenitz
On Tue, Aug 21, 2007 at 09:24:10PM +0200, Edwin Leuven wrote: > Andre Poenitz wrote: > >On Tue, Aug 21, 2007 at 02:54:06PM -0400, Bennett Helm wrote: > >>Attempting to compile on Mac gives me the following error. Any > >>suggestions? > > > >The zip stuff that got dumped into src/support... > > >

Re: zip stuff

2007-08-21 Thread Andre Poenitz
On Tue, Aug 21, 2007 at 02:15:05PM -0500, Bo Peng wrote: > > The current state is far from satisfactory. It does not build with > > autotools and it looks crappy. > > minizip might evolve with zlib so I am reluctant to change its source. So it shouldn't be under src/ but similarly positioned as b

Re: Inset configurability: ERT

2007-08-21 Thread José Matos
On Tuesday 21 August 2007 20:54:17 Martin Vermeer wrote: > Attached. > > - Martin If this work happily then congratulations for you work Martin. :-) -- José Abílio

Re: CharStyle Problem in agu_stdclass.inc

2007-08-21 Thread José Matos
On Monday 20 August 2007 17:09:33 Martin Vermeer wrote: > Yes... this requires the patch to layout2layout in order to work. > Haven't committed yet, waiting for José's comments. > > José? Go on. :-) > - Martin -- José Abílio

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread José Matos
On Tuesday 21 August 2007 20:18:49 Bo Peng wrote: > If no one can fix autotools in a day, autotools can be dumped because > too few people can or are willing to maintain it. The same can be said about any other buildsystem. We are on holidays time (at least in the Northern hemisphere) so a day

Re: [PATCH] Embedding feature patch 1: add zipFiles and unzipToDir to support.

2007-08-21 Thread Bo Peng
> I mean 'make it look like the rest of LyX source'. > > And yes, using ANSI C instead of K&R is a step in the right direction. Doing it... to make g++ understand the code. Bo

Inset configurability: ERT

2007-08-21 Thread Martin Vermeer
Attached. - Martin Index: src/insets/InsetERT.cpp === --- src/insets/InsetERT.cpp (revision 19610) +++ src/insets/InsetERT.cpp (working copy) @@ -53,11 +53,7 @@ void InsetERT::init() { setButtonLabel(); - Font font(Font::ALL_SANE

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Andre Poenitz
On Tue, Aug 21, 2007 at 02:06:54PM -0500, Bo Peng wrote: > On 8/21/07, Bennett Helm <[EMAIL PROTECTED]> wrote: > > Attempting to compile on Mac gives me the following error. Any > > suggestions? > > Because nobody has adjusted autotools for the inclusion of > src/support/minizip. autotools has t

Re: CharStyle Problem in agu_stdclass.inc

2007-08-21 Thread Martin Vermeer
On Mon, Aug 20, 2007 at 09:15:47PM +0300, Martin Vermeer wrote: > On Mon, Aug 20, 2007 at 12:23:49PM -0400, Richard Heck wrote: > > Martin Vermeer wrote: > > >Yes... this requires the patch to layout2layout in order to work. > > >Haven't committed yet, waiting for José's comments. > > > > > Shoul

Re: [PATCH] Embedding feature patch 1: add zipFiles and unzipToDir to support.

2007-08-21 Thread Andre Poenitz
On Tue, Aug 21, 2007 at 02:06:14PM -0500, Bo Peng wrote: > > Do that. But also adjust code style. > > You mean changing 'func(a) int a' to 'func(int a)'? I mean 'make it look like the rest of LyX source'. And yes, using ANSI C instead of K&R is a step in the right direction. Andre'

Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui

2007-08-21 Thread Andre Poenitz
On Tue, Aug 21, 2007 at 08:52:06PM +0200, Enrico Forestieri wrote: > On Tue, Aug 21, 2007 at 08:37:25PM +0200, Andre Poenitz wrote: > > > On Tue, Aug 21, 2007 at 07:59:36PM +0200, Enrico Forestieri wrote: > > > There have been already complaints for the dismission of the Qt3 > > > frontend by the

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Edwin Leuven
Andre Poenitz wrote: On Tue, Aug 21, 2007 at 02:54:06PM -0400, Bennett Helm wrote: Attempting to compile on Mac gives me the following error. Any suggestions? The zip stuff that got dumped into src/support... Reverting 19692 and waiting for a cleaner patch might be an option. didn't know t

Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui

2007-08-21 Thread Edwin Leuven
Abdelrazak Younes wrote: compilations to avoid bugs in Qt 4.1. I also do care about code simplification that would results in a switch to 4.2 (I'm thinking about Edwin's toolbar widget for example). a switch to 4.2 might be a good idea for some things, but i wouldn't replace my toolbar widget

Re: Slow down and speed up after copy and paste.

2007-08-21 Thread Edwin Leuven
Abdelrazak Younes wrote: Bo Peng wrote: Just to report, as far as I remember, a known problem. I believe there's a bugzilla item from Darren Freeman. He was the only one with these symptoms AFAIK, up until now. fwiw, i was on linux the last couple of weeks and thought it was sluggish too

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Bo Peng
> Reverting 19692 and waiting for a cleaner patch might be an option. If no one can fix autotools in a day, autotools can be dumped because too few people can or are willing to maintain it. Bo

Re: zip stuff

2007-08-21 Thread Bo Peng
> The current state is far from satisfactory. It does not build with > autotools and it looks crappy. minizip might evolve with zlib so I am reluctant to change its source. If you think its style does not fit in src/support/minizip, may be we should put it in the top source directory? Or not putti

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Andre Poenitz
On Tue, Aug 21, 2007 at 02:54:06PM -0400, Bennett Helm wrote: > Attempting to compile on Mac gives me the following error. Any > suggestions? The zip stuff that got dumped into src/support... Reverting 19692 and waiting for a cleaner patch might be an option. Andre'

zip stuff

2007-08-21 Thread Andre Poenitz
When things are added to the sources the result should build _at least with the Chosen Build System_. And that's autotools. [I am personally not happy about this choice, but that does not really matter here. Also, the code should roughly follow LyX conventions if it is somewhere under src/*. The

Re: [Patch - 1.5] fix bug 4123: crash when closing LyX window with document tabs

2007-08-21 Thread José Matos
On Tuesday 21 August 2007 09:11:33 Abdelrazak Younes wrote: > As there's apparently nobody, I took the liberty to commit it. Jürgen delegated the task in me and Jean-Marc. :-) I agree with you that the patch should be committed and in that case please do not forget to update status.15x > Abd

Re: Compilation broken on Mac (current svn)

2007-08-21 Thread Bo Peng
On 8/21/07, Bennett Helm <[EMAIL PROTECTED]> wrote: > Attempting to compile on Mac gives me the following error. Any > suggestions? Because nobody has adjusted autotools for the inclusion of src/support/minizip. Bo

Re: [PATCH] Embedding feature patch 1: add zipFiles and unzipToDir to support.

2007-08-21 Thread Bo Peng
> Do that. But also adjust code style. You mean changing 'func(a) int a' to 'func(int a)'? Bo

Compilation broken on Mac (current svn)

2007-08-21 Thread Bennett Helm
Attempting to compile on Mac gives me the following error. Any suggestions? Thanks. Bennett /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H - I. -I../../src -I./.. -I../../boost -DQT_CLEAN_NAMESPACE - DQT_GENUINE_STR -DQT_NO_STL -DQT_NO_KEYWORDS -I/Users/bennett/lyx/

Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui

2007-08-21 Thread Enrico Forestieri
On Tue, Aug 21, 2007 at 08:37:25PM +0200, Andre Poenitz wrote: > On Tue, Aug 21, 2007 at 07:59:36PM +0200, Enrico Forestieri wrote: > > There have been already complaints for the dismission of the Qt3 > > frontend by the FreeBSD people. There are other systems in the world > > other than Windows a

Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui

2007-08-21 Thread Enrico Forestieri
On Tue, Aug 21, 2007 at 08:26:47PM +0200, Andre Poenitz wrote: > On Tue, Aug 21, 2007 at 05:59:33PM +0200, Enrico Forestieri wrote: > > On Tue, Aug 21, 2007 at 07:37:25AM +0200, Peter Kümmel wrote: > > > > > Enrico Forestieri wrote: > > > > On Mon, Aug 20, 2007 at 07:44:32PM +0200, Peter Kümmel w

Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui

2007-08-21 Thread Andre Poenitz
On Tue, Aug 21, 2007 at 07:59:36PM +0200, Enrico Forestieri wrote: > There have been already complaints for the dismission of the Qt3 > frontend by the FreeBSD people. There are other systems in the world > other than Windows and Linux. So they should f*** spend _their_ time on a Qt3 frontend

Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui

2007-08-21 Thread Andre Poenitz
On Tue, Aug 21, 2007 at 05:59:33PM +0200, Enrico Forestieri wrote: > On Tue, Aug 21, 2007 at 07:37:25AM +0200, Peter Kümmel wrote: > > > Enrico Forestieri wrote: > > > On Mon, Aug 20, 2007 at 07:44:32PM +0200, Peter Kümmel wrote: > > > > > >> LyX 1.5 is released now, why not drop the requirement

Re: [Cvslog] r19687 - /lyx-devel/trunk/po/fi.po

2007-08-21 Thread Martin Vermeer
On Tue, Aug 21, 2007 at 09:22:01PM +0300, Martin Vermeer wrote: > On Tue, Aug 21, 2007 at 08:09:10PM +0200, Michael Gerz wrote: > > [EMAIL PROTECTED] schrieb: > > >Author: vermeer > > >Date: Tue Aug 21 09:57:11 2007 > > >New Revision: 19687 > > > > > >URL: http://www.lyx.org/trac/changeset/19687 >

Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui

2007-08-21 Thread Enrico Forestieri
On Tue, Aug 21, 2007 at 07:56:36PM +0200, Andre Poenitz wrote: > On Tue, Aug 21, 2007 at 03:18:15AM +0200, Enrico Forestieri wrote: > > On Tue, Aug 21, 2007 at 02:29:00AM +0200, Andre Poenitz wrote: > > > > > On Tue, Aug 21, 2007 at 01:10:29AM +0200, Enrico Forestieri wrote: > > > > Note that it

Re: [Cvslog] r19687 - /lyx-devel/trunk/po/fi.po

2007-08-21 Thread Martin Vermeer
On Tue, Aug 21, 2007 at 08:09:10PM +0200, Michael Gerz wrote: > [EMAIL PROTECTED] schrieb: > >Author: vermeer > >Date: Tue Aug 21 09:57:11 2007 > >New Revision: 19687 > > > >URL: http://www.lyx.org/trac/changeset/19687 > >Log: > >some work on fi.po > > > Is this also relevant for the stable branc

Re: [PATCH] Embedding feature patch 1: add zipFiles and unzipToDir to support.

2007-08-21 Thread Andre Poenitz
On Tue, Aug 21, 2007 at 08:27:39AM -0500, Bo Peng wrote: > > I am also wondering if we can add zip/contrib/minizip > > (four source files) to lyx/svn to make our life a bit easier. > > How about adding these four minizip files to src/support/minizip? Do that. But also adjust code style. Andre'

Re: [Cvslog] r19687 - /lyx-devel/trunk/po/fi.po

2007-08-21 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Author: vermeer Date: Tue Aug 21 09:57:11 2007 New Revision: 19687 URL: http://www.lyx.org/trac/changeset/19687 Log: some work on fi.po Is this also relevant for the stable branch? I think it doesn't make sense to work on the trunk at this point in time. In the p

Re: [patch for [Bug 1656] command "gnome-session-save" kills lyx!]

2007-08-21 Thread Andre Poenitz
On Tue, Aug 21, 2007 at 10:31:57AM +0200, Stephan Witt wrote: > > // X11 specific stuff goes here... > #ifdef Q_WS_X11 > + > +void GuiApplication::commitData(QSessionManager & sm) > +{ > + /// The implementation is requ

Re: merged cells handling in tabular code

2007-08-21 Thread Andre Poenitz
On Tue, Aug 21, 2007 at 09:40:49AM +0200, Leuven, E. wrote: > > any thoughs on this one? > > Edwin Leuven wrote: > > at the moment we store line attributes in the cell *and* in the > > column and row info. > > > > i am tempted to remove them from the column and row info because i do > > not see

Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui

2007-08-21 Thread Enrico Forestieri
On Tue, Aug 21, 2007 at 06:31:33PM +0200, Abdelrazak Younes wrote: > Enrico Forestieri wrote: > > On Tue, Aug 21, 2007 at 07:37:25AM +0200, Peter Kümmel wrote: > > > >> Enrico Forestieri wrote: > >>> On Mon, Aug 20, 2007 at 07:44:32PM +0200, Peter Kümmel wrote: > >>> > LyX 1.5 is released no

Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui

2007-08-21 Thread Andre Poenitz
On Tue, Aug 21, 2007 at 03:18:15AM +0200, Enrico Forestieri wrote: > On Tue, Aug 21, 2007 at 02:29:00AM +0200, Andre Poenitz wrote: > > > On Tue, Aug 21, 2007 at 01:10:29AM +0200, Enrico Forestieri wrote: > > > Note that it is much simpler and faster building Qt4 from sources than it > > > is buil

Re: [Updated PATCH] BufferView/WorkArea/LyXView reorg a.k.a Multiple WorkAreas

2007-08-21 Thread Enrico Forestieri
On Tue, Aug 21, 2007 at 09:36:35AM +0200, Abdelrazak Younes wrote: > Abdelrazak Younes wrote: > > Abdelrazak Younes wrote: > >> Abdelrazak Younes wrote: > >>> Here is my most recent patch. What is not working yet: > >>> - the close tab button: it is implemented but does not show up. > >>> - the sp

Re: Slow down and speed up after copy and paste.

2007-08-21 Thread Bo Peng
> > Moving with > > arrow keys (also typing) can suddently > > How sudden? Can't you derive a test case from it? I can not reproduce it reliably. I am still trying. > > become very slow. However, if I > > select, copy and paste, lyx will speed up a lot. > > Does window resizing help the same? I

Re: Slow down and speed up after copy and paste.

2007-08-21 Thread Abdelrazak Younes
Bo Peng wrote: Just to report, as far as I remember, a known problem. I believe there's a bugzilla item from Darren Freeman. He was the only one with these symptoms AFAIK, up until now. Moving with arrow keys (also typing) can suddently How sudden? Can't you derive a test case from it?

Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui

2007-08-21 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Tue, Aug 21, 2007 at 07:37:25AM +0200, Peter Kümmel wrote: Enrico Forestieri wrote: On Mon, Aug 20, 2007 at 07:44:32PM +0200, Peter Kümmel wrote: LyX 1.5 is released now, why not drop the requirement Qt >= 4.1? This is becoming tedious. Any bells and whistles may

Slow down and speed up after copy and paste.

2007-08-21 Thread Bo Peng
Just to report, as far as I remember, a known problem. Moving with arrow keys (also typing) can suddently become very slow. However, if I select, copy and paste, lyx will speed up a lot. Interesting. Bo

Re: r19659 - /lyx-devel/trunk/src/frontends/qt4/ui/CitationUi.ui

2007-08-21 Thread Enrico Forestieri
On Tue, Aug 21, 2007 at 07:37:25AM +0200, Peter Kümmel wrote: > Enrico Forestieri wrote: > > On Mon, Aug 20, 2007 at 07:44:32PM +0200, Peter Kümmel wrote: > > > >> LyX 1.5 is released now, why not drop the requirement Qt >= 4.1? > > > > This is becoming tedious. Any bells and whistles may be add

Re: r19666 - in /lyx-devel/branches/BRANCH_1_5_X: src/insets/...

2007-08-21 Thread Bo Peng
> You still don't think my systematic strategy is not worth it? > I am 100% sure that you or any other user will see more of these in > *released* version. I knew what you would say about this patch. :-) I am using lyx-1.5svn every day so I will catch such bugs and fix them trivially. I am too la

Minizip is added to src/support/minizip, please add the files to autotools/cmake.

2007-08-21 Thread Bo Peng
Adding src/support/minizip Adding src/support/minizip/crypt.h Adding src/support/minizip/ioapi.c Adding src/support/minizip/ioapi.h Adding src/support/minizip/iowin32.c Adding src/support/minizip/iowin32.h Adding src/support/minizip/unzip.c Ad

Re: [PATCH] Embedding feature patch 1: add zipFiles and unzipToDir to support.

2007-08-21 Thread Bo Peng
> That seems the logical thing to do. Done. Bo

RE: Re: merged cells handling in tabular code

2007-08-21 Thread Leuven, E.
Martin wrote: > Sure, but keep it in mind to avoid double work. cleaning up of the tabular code has to be done anyway and i have troubles enough to wrap my head around this tabular stuff crashing on me sigh

Re: Re: merged cells handling in tabular code

2007-08-21 Thread Martin Vermeer
On Tue, 21 Aug 2007 15:21:13 +0200 "Leuven, E." <[EMAIL PROTECTED]> wrote: > > Also, I think there's a lot of code sharing that can be done between > > math tables and tabular. See our discussion about cell access methods to > > Inset earlier last week (with JMarc and Alfredo). > > let' s worry

Re: Further inset configurability

2007-08-21 Thread Helge Hafting
Martin Vermeer wrote: On Tue, 21 Aug 2007 10:22:44 +0200 Helge Hafting <[EMAIL PROTECTED]> wrote: Richard Heck wrote: Martin Vermeer wrote: On Sat, Aug 18, 2007 at 02:40:27PM -0400, Richard Heck wrote: This looks reasonable to me, though I haven't tested it. (I'm st

Re: Opinion on the embedding of zip/unzip in lyx using zlib/contrib/minizip.

2007-08-21 Thread Helge Hafting
Bo Peng wrote: gzip is easier than installing LyX anyway.) Any distro that package LyX can simply add a dependency in their package management system. Then we also need tar. I believe zip is more common on windows, but you can't depend on it being present there. A unix machine doesn't

Re: [PATCH] Embedding feature patch 1: add zipFiles and unzipToDir to support.

2007-08-21 Thread Abdelrazak Younes
Bo Peng wrote: I am also wondering if we can add zip/contrib/minizip (four source files) to lyx/svn to make our life a bit easier. How about adding these four minizip files to src/support/minizip? That seems the logical thing to do. Abdel.

Re: [PATCH] Embedding feature patch 1: add zipFiles and unzipToDir to support.

2007-08-21 Thread Bo Peng
> I am also wondering if we can add zip/contrib/minizip > (four source files) to lyx/svn to make our life a bit easier. How about adding these four minizip files to src/support/minizip? Bo

RE: Re: merged cells handling in tabular code

2007-08-21 Thread Leuven, E.
> Also, I think there's a lot of code sharing that can be done between > math tables and tabular. See our discussion about cell access methods to > Inset earlier last week (with JMarc and Alfredo). let' s worry about that later (when the tabular code is cleaner)

Re: Opinion on the embedding of zip/unzip in lyx using zlib/contrib/minizip.

2007-08-21 Thread Abdelrazak Younes
Bo Peng wrote: I agree. It is not easy to adapt minizip but this makes distributing lyx a lot easier, compared to the gunzip solution. What is the problem with th zlib solution? I am using zlib. minizip uses zlib to implement a minizip, minunz commands. Ah, good. I thought you were borrowing

Re: Opinion on the embedding of zip/unzip in lyx using zlib/contrib/minizip.

2007-08-21 Thread Bo Peng
> but gzip/gunzip doesn't do archiving, just deflates single files, doesn't > it? IUC you need archiving also. But maybe I don't understand the problem > well ;-) I need file structure inside the zip file to store all embedded files. gzip can not be used because I do not want to handle tar. Becaus

Re: merged cells handling in tabular code

2007-08-21 Thread Abdelrazak Younes
Leuven, E. wrote: Georg Baum wrote: I don't think so. In general the tabular code is far too close to LaTeX IMHO, and this is just one case where it shows. i am glad you say so, it is exactly the feeling i have after staring at the code for some time now... Another idea would be to encapsul

Re: Opinion on the embedding of zip/unzip in lyx using zlib/contrib/minizip.

2007-08-21 Thread Bo Peng
> gzip is easier than installing LyX anyway.) > Any distro that package LyX can simply add a dependency in their > package management system. Then we also need tar. > I believe zip is more common on windows, but you can't depend > on it being present there. A unix machine doesn't necessarily have

Re: Opinion on the embedding of zip/unzip in lyx using zlib/contrib/minizip.

2007-08-21 Thread Bo Peng
> > I agree. It is not easy to adapt minizip but this makes distributing > > lyx a lot easier, compared to the gunzip solution. > > What is the problem with th zlib solution? I am using zlib. minizip uses zlib to implement a minizip, minunz commands. Bo

Re: merged cells handling in tabular code

2007-08-21 Thread Abdelrazak Younes
Leuven, E. wrote: Georg Baum wrote: I don't think so. In general the tabular code is far too close to LaTeX IMHO, and this is just one case where it shows. i am glad you say so, it is exactly the feeling i have after staring at the code for some time now... Also, I think there's a lot of co

RE: Re: merged cells handling in tabular code

2007-08-21 Thread Georg Baum
Leuven, E. wrote: > Georg Baum wrote: >> Another one is the "single >> cell multicolumn" problem: The fact that you need \multicolumn if you >> want to change the alignment or border of just one cell is a LaTeX >> implementation issue, and the user should not need to know that. LyX >> should creat

RE: Re: merged cells handling in tabular code

2007-08-21 Thread Leuven, E.
Georg Baum wrote: > I don't think so. In general the tabular code is far too close to LaTeX > IMHO, and this is just one case where it shows. i am glad you say so, it is exactly the feeling i have after staring at the code for some time now... > Another one is the "single > cell multicolumn" pro

Re: merged cells handling in tabular code

2007-08-21 Thread Georg Baum
Edwin Leuven wrote: > at the moment we store line attributes in the cell *and* in the column > and row info. > > i am tempted to remove them from the column and row info because i do > not see what extra info they give on top of the cell attributes > > am i overseeing something? I don't think s

  1   2   >