Re: Crash with middle button paste from text to mathed.

2007-02-01 Thread Georg Baum
Bo Peng wrote: > An easy crash: > > 1. create a document > 2. type in a, and math formula $x$ > 3. select a and paste to $x$ using middle button. > > Lyx crashes. Can anyone confirm? Yes if you paste it to the right of x. Not if you paste to the left. Georg

Re: r16948 - in /lyx-devel/trunk: lib/lyx2lyx/LyX.py lib/lyx2...

2007-02-01 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Jürgen Spitzmüller wrote: [EMAIL PROTECTED] wrote: The caption inset patch by Georg, Martin and myself. Looks nice. I have two problems, though: 1. How do I add a paragraph break _before_ the caption, in order to place a figure above it? You need to go out of the

About the default paragraph style in floats...

2007-02-01 Thread Abdelrazak Younes
Hello, By default, when a float is created, the paragraph style is justified whereas it should be centred. This is pretty annoying as the inserted table or figure will be justified to the left. Could somebody who has enough knowledge about paragraph styles do this change please? Or if nobody

Re: [patch] fix bug 895

2007-02-01 Thread Jean-Marc Lasgouttes
> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes: Uwe> I hope I haven't forgotten something this time. No you did not. Thanks for your patience :) JMarc

Re: [pathch] fix bug 1988

2007-02-01 Thread Abdelrazak Younes
Georg Baum wrote: Am Mittwoch, 31. Januar 2007 22:11 schrieb Uwe Stöhr: >> What? The patch was wrong. It should have created a new format, and a >> description in development/FORMAT. I added a description to the FORMAT file now. (the change from 256 to 257 made by Abdel yesterday is not ex

Re: Fixed: toolbar management problem

2007-02-01 Thread Helge Hafting
Bo Peng wrote: Dear all, The following patch has just been committed to fix the toolbar management problem. Sorry. Things changed, but it still don't work for me. I have the two usual toolbars on top (ok) The table bar on the left (ok) The short view bar to the rigth, and under it, the change

Re: [PATCH] immediatly display saved filename in tab

2007-02-01 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: Peter> Jean-Marc Lasgouttes wrote: >>> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: >> Peter> I've tried to minimize the reordering: when a file named as Peter> AAA.lyx is opened it will be not at the first place (which Peter

Re: [part 2] again about LyX's default settings

2007-02-01 Thread Uwe Stöhr
Joost Verburg schrieb: Uwe Stöhr wrote: How is you fix working? I described my solution in detail here: You only have to send the open DDE call twice. This doesn't work here. I think I found another solution without pdfopen/pdfclose. I've had a look in the Acrobat SDK and use now OLE-object

Re: [part 2] again about LyX's default settings

2007-02-01 Thread Uwe Stöhr
Joost Verburg schrieb: How is you fix working? I described my solution in detail here: You only have to send the open DDE call twice. I forgot to ask you: Where's the code where you did this? Uwe

Re: Accept change skip changes.

2007-02-01 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Don't forget the corresponding menu entry. >> Is that a joke? Georg> Why should it? Because it is obvious? I have since then looked at other programs an seen that indeed they have the menu entry. I really thought nobody did that. S

Re: [Cvslog] r17003 - /lyx-devel/trunk/src/BufferView.C

2007-02-01 Thread Michael Gerz
Hi, since I have not received any complaints, I committed this patch. There should be no more crashes with accept/reject-all-changes. Michael [EMAIL PROTECTED] schrieb: Author: schmitt Date: Thu Feb 1 14:19:05 2007 New Revision: 17003 URL: http://www.lyx.org/trac/changeset/17003 Log:

Re: [Cvslog] r17004 - in /lyx-devel/trunk/lib/bind: de_menus.bind fi_m...

2007-02-01 Thread Michael Gerz
FYI. These bindings were no longer valid. Michael [EMAIL PROTECTED] schrieb: Author: schmitt Date: Thu Feb 1 14:25:39 2007 New Revision: 17004 URL: http://www.lyx.org/trac/changeset/17004 Log: * bind/fi_menus.bind: * bind/menus.bind: * bind/pt_menus.bind: * bin

Fix crash if last end-of-par is mark unchanged

2007-02-01 Thread Michael Gerz
Hi, this patch is supposed to fix findNextChange(). Any objections (also regarding style etc.)? Michael Index: lyxfind.C === --- lyxfind.C (Revision 17003) +++ lyxfind.C (Arbeitskopie) @@ -348,12 +348,21 @@ Change orig_

Obsolete BufferView::scroll?

2007-02-01 Thread Michael Gerz
Is there any reason why we keep BufferView::scroll? It does nothing (at least all its code is commented out) and is also unused. Shall I remove it? Michael

Rename getLyXText()

2007-02-01 Thread Michael Gerz
Hi, would anybody object if I rename BufferView::getLyXText() to Buffer::getInnermostLyXText() ?? It took me quite some time to find out that this method does not return the buffer's lyxtext $%&%% At the same time, I would like to rename dociterator::innerText() to dociterator::innermos

Re: [Cvslog] r17002 - /lyx-devel/trunk/src/lyxfunc.C

2007-02-01 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Author: baum Date: Thu Feb 1 13:55:57 2007 New Revision: 17002 URL: http://www.lyx.org/trac/changeset/17002 Log: Bug fix of the day: 2963 (print to file overwrites files without warning) // case 1: print to a file +

Re: Rename getLyXText()

2007-02-01 Thread Abdelrazak Younes
Michael Gerz wrote: Hi, would anybody object if I rename BufferView::getLyXText() to Buffer::getInnermostLyXText() ?? Buffer::getMainText() sounds better to me. If you do that, you could change also Buffer::inset() to Buffer::mainInsetText(). It took me quite some time to find out th

Re: Rename getLyXText()

2007-02-01 Thread Michael Gerz
Abdelrazak Younes schrieb: Michael Gerz wrote: Hi, would anybody object if I rename BufferView::getLyXText() to Buffer::getInnermostLyXText() ?? Buffer::getMainText() sounds better to me. If you do that, you could change also Buffer::inset() to Buffer::mainInsetText(). Ha! It is not th

Re: Rename getLyXText()

2007-02-01 Thread Abdelrazak Younes
Michael Gerz wrote: Abdelrazak Younes schrieb: Michael Gerz wrote: Hi, would anybody object if I rename BufferView::getLyXText() to Buffer::getInnermostLyXText() ?? Buffer::getMainText() sounds better to me. If you do that, you could change also Buffer::inset() to Buffer::mainInsetText(

Re: [Cvslog] r17004 - in /lyx-devel/trunk/lib/bind: de_menus.bind fi_m...

2007-02-01 Thread Georg Baum
Michael Gerz wrote: > FYI. These bindings were no longer valid. Why not bind them to insert-caption? Georg

Re: [Cvslog] r17002 - /lyx-devel/trunk/src/lyxfunc.C

2007-02-01 Thread Georg Baum
Michael Gerz wrote: > Are you sure it is a good idea to call showPrintError() when the user > chooses cancel? Why opening another dialog, especially one with a > misleading error message? No, I am not sure, but I wanted to make it clear that the file was not printed. Sahll I remove the call of sh

Re: Crash with middle button paste from text to mathed.

2007-02-01 Thread Bo Peng
> An easy crash: > > 1. create a document > 2. type in a, and math formula $x$ > 3. select a and paste to $x$ using middle button. > > Lyx crashes. Can anyone confirm? Yes if you paste it to the right of x. Not if you paste to the left. Have you found the source of the crash? If not, I will ta

Re: Crash with middle button paste from text to mathed.

2007-02-01 Thread Georg Baum
Bo Peng wrote: > Have you found the source of the crash? If not, I will take a look > later today, or file it to bugzilla. No, and I did not search. I only quickly tested whether I could reproduce it. Georg

Re: [Cvslog] r17002 - /lyx-devel/trunk/src/lyxfunc.C

2007-02-01 Thread Michael Gerz
Georg Baum schrieb: No, I am not sure, but I wanted to make it clear that the file was not printed. Sahll I remove the call of showPrintError? I understand the intention but showPrintError says: "Check that your printer is set up correctly." This doesn't make much sense. If the users pres

Re: [Cvslog] r17004 - in /lyx-devel/trunk/lib/bind: de_menus.bind fi_m...

2007-02-01 Thread Michael Gerz
Georg Baum schrieb: FYI. These bindings were no longer valid. Why not bind them to insert-caption? Well, we can't reuse the old shortcuts, unless we want to break our shortcut schema. AFAICS, we don't have shortcuts for any insets so far (with the exception of Mac (aqua.bind)).

Re: r17009 - /lyx-devel/trunk/src/text3.C

2007-02-01 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: schmitt Date: Thu Feb 1 17:23:24 2007 New Revision: 17009 URL: http://www.lyx.org/trac/changeset/17009 Log: * src/text3.C: fix comment (now it makes sense) Indeed :-) Thanks, Abdel. Modified: lyx-devel/trunk/src/text3.C Modified: lyx-devel/tru

convert: Unrecognized option (-define)

2007-02-01 Thread Enrico Forestieri
This happens on Solaris when inserting a png image. convert: Unrecognized option (-define). /opt/src/lyx-1.5.0svn/lib/scripts/convertDefault.py ERROR Execution of "convert" failed. Error: Cannot convert file No information for converting png format files to

Re: Fixed: toolbar management problem

2007-02-01 Thread Bo Peng
Do I need a specific version of qt4 for this to work? Debian currently ships qt4 v. 4.2.1 Yes. I can only get multiple lines at non-TOP dock with v 4.2.2. With qt <= 4.2.1, all toolbars at non-TOP dock have to be put in one line. Bo

Re: [Cvslog] r16964 - /lyx-devel/trunk/src/insets/insetcollapsable.C

2007-02-01 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Modified: lyx-devel/trunk/src/insets/insetcollapsable.C URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/insets/insetcollapsable.C?rev=16964 == --- lyx-devel/trunk/src/insets/insetcollapsa

Re: [PATCH 1.4.x] fix selection with page up/down

2007-02-01 Thread Michael Gerz
Bo Peng schrieb: I have given up 1.4.3 and use 1.5.x/svn for my daily work. Nice work everyone! BTW, I see that Status.15x is no longer used. Michael, you need to count the credits and mail your prizes to our hero. I will care for the prizes within the next couple of weeks. No need to remind m

Re: [PATCH 1.4.x] fix selection with page up/down

2007-02-01 Thread Michael Gerz
Bo Peng schrieb: I have given up 1.4.3 and use 1.5.x/svn for my daily work. Nice work everyone! BTW, I see that Status.15x is no longer used. Michael, you need to count the credits and mail your prizes to our hero. I will care for the prizes within the next couple of weeks. No need to remind m

compile error

2007-02-01 Thread Georg Baum
../../src/text3.C: In member function ‘void lyx::LyXText::dispatch(lyx::LCursor&, lyx::FuncRequest&)’: ../../src/text3.C:714: error: no matching function for call to ‘lyx::LyXText::dispatch(lyx::LCursor&, lyx::FuncRequest)’ ../../src/text3.C:301: note: candidates are: void lyx::LyXText::dispatch(ly

Re: [Cvslog] r16964 - /lyx-devel/trunk/src/insets/insetcollapsable.C

2007-02-01 Thread Abdelrazak Younes
Michael Gerz wrote: [EMAIL PROTECTED] schrieb: Modified: lyx-devel/trunk/src/insets/insetcollapsable.C URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/insets/insetcollapsable.C?rev=16964 == --- lyx-devel/trun

Re: [Cvslog] r17004 - in /lyx-devel/trunk/lib/bind: de_menus.bind fi_m...

2007-02-01 Thread Georg Baum
Michael Gerz wrote: > Well, we can't reuse the old shortcuts, unless we want to break our > shortcut schema. > > AFAICS, we don't have shortcuts for any insets so far (with the > exception of Mac (aqua.bind)). > > I leave the definition of insets shortcuts as an exercise to someone who > needs t

Re: compile error

2007-02-01 Thread Abdelrazak Younes
Georg Baum wrote: ../../src/text3.C: In member function ‘void lyx::LyXText::dispatch(lyx::LCursor&, lyx::FuncRequest&)’: ../../src/text3.C:714: error: no matching function for call to ‘lyx::LyXText::dispatch(lyx::LCursor&, lyx::FuncRequest)’ ../../src/text3.C:301: note: candidates are: void lyx::

Re: [Cvslog] r17010 - /lyx-devel/trunk/src/text3.C

2007-02-01 Thread Jean-Marc Lasgouttes
> "younes" == younes <[EMAIL PROTECTED]> writes: younes> Author: younes Date: Thu Feb 1 18:21:05 2007 New Revision: younes> 17010 younes> URL: http://www.lyx.org/trac/changeset/17010 Log: As explained younes> in the comments, this is a partial fix for bug 2154: younes> http://bugzilla.lyx.or

Re: [Cvslog] r17002 - /lyx-devel/trunk/src/lyxfunc.C

2007-02-01 Thread Georg Baum
Michael Gerz wrote: > I understand the intention but showPrintError says: > >"Check that your printer is set up correctly." > > This doesn't make much sense. If the users presses cancel, he expects > the operation to be canceled. So there is no really need for another > error message. > > P

Re: [Cvslog] r17011 - /lyx-devel/trunk/src/lyxfind.C

2007-02-01 Thread Michael Gerz
This patch fixes the last (known) change tracking crash! Woohoo! Michael [EMAIL PROTECTED] schrieb: Author: schmitt Date: Thu Feb 1 18:26:29 2007 New Revision: 17011 URL: http://www.lyx.org/trac/changeset/17011 Log: * src/lyxfind.C: fix change tracking crash Modified: lyx-devel

Re: [PATCH] immediatly display saved filename in tab

2007-02-01 Thread Peter Kümmel
Jean-Marc Lasgouttes wrote: > > Peter> Here a patch to simplify the tabbar code. As JMarc suggested > Peter> the tabbars are always build from scratch, when the buffer has > Peter> changed. > > I have some remarks about your patch. I think the code can be further > simplified. I'm glad not havin

DEPM does not need LyXText object

2007-02-01 Thread Michael Gerz
Hi, to my surprise, LyXText::DEPM does not need a LyXText object but solely operates on cursors. To simplify the use of DEPM in other contexts (CT comes to my mind), I suggest making two method static. Comments? Michael Index: lyxtext.h

Re: [Cvslog] r17010 - /lyx-devel/trunk/src/text3.C

2007-02-01 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "younes" == younes <[EMAIL PROTECTED]> writes: younes> Author: younes Date: Thu Feb 1 18:21:05 2007 New Revision: younes> 17010 younes> URL: http://www.lyx.org/trac/changeset/17010 Log: As explained younes> in the comments, this is a partial fix for bug 2154: youne

Re: convert: Unrecognized option (-define)

2007-02-01 Thread Enrico Forestieri
On Thu, Feb 01, 2007 at 05:40:27PM +0100, Enrico Forestieri wrote: > This happens on Solaris when inserting a png image. > > convert: Unrecognized option (-define). > /opt/src/lyx-1.5.0svn/lib/scripts/convertDefault.py ERROR > Execution of "convert" failed. > Error: Cannot convert file > -

Re: [pathch] fix bug 1988

2007-02-01 Thread Uwe Stöhr
> I believe that this is more robust: It would also catch lyxlines that are > embedded in a paragraph (makes not much sense, but is possible to do), and > it would not change the size of any text that may follow after the > lyxline. That's also assured with my version, it works with consecutive \

Re: [PATCH] immediatly display saved filename in tab

2007-02-01 Thread Peter Kümmel
Jean-Marc Lasgouttes wrote: ve some remarks about your patch. I think the code can be further > simplified. I've checked in attached simplified patch. > > Index: src/frontends/qt4/GuiView.C > === > --- src/frontends/qt4/GuiVie

Re: [PATCH] immediatly display saved filename in tab

2007-02-01 Thread Peter Kümmel
When you are a "I compile LyX by myself" LyX'er you could move the tabbars to the bottom ;) > > Index: src/frontends/qt4/GuiView.C > === > --- src/frontends/qt4/GuiView.C (revision 17013) > +++ src/frontends/qt4/GuiView.C

Re: [Cvslog] r17016 - in /lyx-devel/trunk/src: BufferView.C BufferView...

2007-02-01 Thread Michael Gerz
As discussed earlier today, I removed getLyXText() as it caused too much confusion... Michael [EMAIL PROTECTED] schrieb: Author: schmitt Date: Thu Feb 1 20:27:37 2007 New Revision: 17016 URL: http://www.lyx.org/trac/changeset/17016 Log: * BufferView.C: * BufferView.h:

Re: [Cvslog] r17017 - /lyx-devel/trunk/lib/lyx2lyx/lyx_1_5.py

2007-02-01 Thread Georg Baum
Am Donnerstag, 1. Februar 2007 20:28 schrieb [EMAIL PROTECTED]: > Author: baum > Date: Thu Feb 1 20:28:55 2007 > New Revision: 17017 > > URL: http://www.lyx.org/trac/changeset/17017 > Log: > revert accented characters to InsetLatexAccent if possible. > The function convert_accent will be used whe

Re: [Cvslog] r17010 - /lyx-devel/trunk/src/text3.C

2007-02-01 Thread Georg Baum
Am Donnerstag, 1. Februar 2007 19:01 schrieb Abdelrazak Younes: > Jean-Marc Lasgouttes wrote: > > Please, not more of these hacks!!! > > Sorry but this is not a hack. LyX should be intelligent in the placement > of insets. In this case, the code is clear and simple, the output is > 100% the same

Re: [Cvslog] r17010 - /lyx-devel/trunk/src/text3.C

2007-02-01 Thread Michael Gerz
Georg Baum schrieb: If inserting a label in a section is not possible, because the button is greyed out the user more likely sees that this was done on purpose. I really would prefer to educate the user rather than doing undocumented black magic (as I wrote here: http://bugzilla.lyx.org/show

BufferView::scroll

2007-02-01 Thread Michael Gerz
Abdel, do you think we can remove this unused and disabled method or would you like to keep it? Michael Index: BufferView.C === --- BufferView.C(Revision 17017) +++ BufferView.C(Arbeitskopie) @@ -1175,26 +1175,6 @@

Re: [Cvslog] r17016 - in /lyx-devel/trunk/src: BufferView.C BufferView...

2007-02-01 Thread Abdelrazak Younes
Michael Gerz wrote: As discussed earlier today, I removed getLyXText() as it caused too much confusion... == --- lyx-devel/trunk/src/mathed/InsetMathNest.C (original) +++ lyx-devel/trunk/src/mathed/InsetMathNest.C Th

Re: compile error

2007-02-01 Thread Georg Baum
Am Donnerstag, 1. Februar 2007 18:38 schrieb Abdelrazak Younes: > indeed. I fixed that. > It's weird that MSVC doesn't complain about that... Are you sure that whatever LyXText::dispatch does to fr should be ignored? IIRC I have seen reusage of cmd in similar cases. Georg

Re: [Cvslog] r17010 - /lyx-devel/trunk/src/text3.C

2007-02-01 Thread Abdelrazak Younes
Georg Baum wrote: Am Donnerstag, 1. Februar 2007 19:01 schrieb Abdelrazak Younes: Jean-Marc Lasgouttes wrote: Please, not more of these hacks!!! Sorry but this is not a hack. LyX should be intelligent in the placement of insets. In this case, the code is clear and simple, the output is 100% t

Bug 3198: 1.5svn latex generation problem with scrpage2 pagestyles

2007-02-01 Thread Helge Hafting
I tried to make a layout file supporting the scrpage2 package, which is the koma-script way of customizing the page headings. This package support extra pagestyles, such as "scrheadings". So I put this in my .layout file: PageStyle scrheadings Classoptions PageStyle "empty|scrheadings" End Pr

Re: BufferView::scroll

2007-02-01 Thread Abdelrazak Younes
Michael Gerz wrote: Abdel, do you think we can remove this unused and disabled method or would you like to keep it? This is old code (not mine). I would be nice nevertheless to implement that method. So I suggest to comment it but not remove it (maybe with a TODO). Abdel.

Re: BufferView::scroll

2007-02-01 Thread Michael Gerz
Abdelrazak Younes schrieb: Michael Gerz wrote: Abdel, do you think we can remove this unused and disabled method or would you like to keep it? This is old code (not mine). I would be nice nevertheless to implement that method. So I suggest to comment it but not remove it (maybe with a TODO

Re: [Cvslog] r17010 - /lyx-devel/trunk/src/text3.C

2007-02-01 Thread Abdelrazak Younes
Abdelrazak Younes wrote: At least with this automatic label placement, the user knows that the label placement is not something that I prefer to teach the user that I guess I was about to say something miraculously clever here but I forgot what :-) Abdel.

Re: compile error

2007-02-01 Thread Abdelrazak Younes
Georg Baum wrote: Am Donnerstag, 1. Februar 2007 18:38 schrieb Abdelrazak Younes: indeed. I fixed that. It's weird that MSVC doesn't complain about that... Are you sure that whatever LyXText::dispatch does to fr should be ignored? Mostly yes. IIRC I have seen reusage of cmd in similar ca

Re: [Cvslog] r17010 - /lyx-devel/trunk/src/text3.C

2007-02-01 Thread Georg Baum
Am Donnerstag, 1. Februar 2007 21:05 schrieb Abdelrazak Younes: > Why would a user put a label in the middle of the section title? LyX is > about automatic formatting. It is about doing _the_ _right_ _thing_. > There is no logic to put the label in the middle of the text for a section. So why

1.5 Scrollbar autorepeats long after releasing the mouse, and uneven page scrolling

2007-02-01 Thread Helge Hafting
1.5 have become a joy to use, so I use it more and more for real work. The biggest problem right now is scrollbar autorepeat that don't stop immediately when the mouse button is released. Load the user guide. Click the down-arrow on the scrollbar, and hold it down for 5s. Observe how LyX keeps sc

Re: Fixed: toolbar management problem - another problem

2007-02-01 Thread Helge Hafting
Bo Peng wrote: Yes. I can only get multiple lines at non-TOP dock with v 4.2.2. With qt <= 4.2.1, all toolbars at non-TOP dock have to be put in one line. Thanks. This made me realize that I can solve my toolbar problem with qt 4.2.1 - by attaching the "view" bar to the top bar where this sort

Re: [Cvslog] r17019 - in /lyx-devel/trunk/src/frontends: controllers/C...

2007-02-01 Thread Michael Gerz
Hello everybody, I think this patch fixes all (known) problems with the Merge-Changes dialog. Michael [EMAIL PROTECTED] schrieb: Author: schmitt Date: Thu Feb 1 21:48:43 2007 New Revision: 17019 URL: http://www.lyx.org/trac/changeset/17019 Log: * frontends/qt4/QChanges.C: *

Re: [Cvslog] r17010 - /lyx-devel/trunk/src/text3.C

2007-02-01 Thread Abdelrazak Younes
Georg Baum wrote: Am Donnerstag, 1. Februar 2007 21:05 schrieb Abdelrazak Younes: Why would a user put a label in the middle of the section title? LyX is about automatic formatting. It is about doing _the_ _right_ _thing_. There is no logic to put the label in the middle of the text for a se

Re: [Cvslog] r17010 - /lyx-devel/trunk/src/text3.C

2007-02-01 Thread Abdelrazak Younes
Abdelrazak Younes wrote: It is nice to say that we should educate the user but, IMHO, the less thing he has to learn in order to use LyX, the better. Especially so when the Tutorial doesn't teach the correct way: Let's mark our second section, whose title is "About This Document". Click at th

[Patch] Correctly document the label feature.

2007-02-01 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Abdelrazak Younes wrote: It is nice to say that we should educate the user but, IMHO, the less thing he has to learn in order to use LyX, the better. Especially so when the Tutorial doesn't teach the correct way: Here is a patch for that. I will apply it in case my f

Re: [Patch] Correctly document the label feature.

2007-02-01 Thread Michael Gerz
Abdelrazak Younes schrieb: PS: by the way, isn't it time to convert the documentation to the latest format? Depends a bit on whether there will be additional file format changes. (LatexAccents?) However, I would like to encourage the documentation team to use change tracking from now on. I

Re: Accept change skip changes.

2007-02-01 Thread Michael Gerz
Bo Peng schrieb: Could you please send me a test case document? There are three unaccepted changes at the end. Fixed in trunk. Time for another installer update, Bo! :-) Michael

CT is ready for LyX beta

2007-02-01 Thread Michael Gerz
José, for your enjoyment: I think I fixed all major change tracking bugs today. Hopefully, there should no crashes anymore. All open CT issues are documented in bugzilla and, personally, I can live with all of them ATM. In other words: CT is ready for the first LyX 1.5.0beta! Michael

Re: Suggestions to the official windows installer

2007-02-01 Thread Andre Poenitz
On Tue, Jan 30, 2007 at 11:53:14AM +1800, Bo Peng wrote: > 2. I personally prefer a lyx group with uninstall icon. The windows > uninstall page takes ages to populate. This is not recommended practice. Software uninstallation is available from the Add/Remove Software panel. Andre'

Re: Toolbar management problem

2007-02-01 Thread Andre Poenitz
On Mon, Jan 29, 2007 at 04:24:24PM +0100, Jean-Marc Lasgouttes wrote: > > "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: > > Bo> On 1/30/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: > >> Georg Baum wrote: > No, it is not. > >> > >> So plesae, Bo, enclose your changes in #ifdef's. Breaking o

Re: Toolbar management problem

2007-02-01 Thread Andre Poenitz
On Tue, Jan 30, 2007 at 09:48:23AM +1800, Bo Peng wrote: > >Nonsense. It would be impossible to maintain that. > > Sounds reasonable. Jurgen or I will wrap the code. (I have no idea how > to tell qt version now). This will leave this bug WONTFIX for qt < > 4.2.2. So just because you refuse to use

Re: [part 2] again about LyX's default settings

2007-02-01 Thread Uwe Stöhr
Uwe Stöhr schrieb: I think I found another solution without pdfopen/pdfclose. I've had a look in the Acrobat SDK and use now OLE-objects. This works very well with Acrobat 7. I forgot to send the code, you might be interested so here it is: --- program PDFViewWin7; // this program opens and

Re: Suggestions to the official windows installer

2007-02-01 Thread christian . ridderstrom
On Thu, 1 Feb 2007, Andre Poenitz wrote: On Tue, Jan 30, 2007 at 11:53:14AM +1800, Bo Peng wrote: 2. I personally prefer a lyx group with uninstall icon. The windows uninstall page takes ages to populate. This is not recommended practice. Software uninstallation is available from the Add/Rem

Re: [Cvslog] r17010 - /lyx-devel/trunk/src/text3.C

2007-02-01 Thread Enrico Forestieri
On Thu, Feb 01, 2007 at 10:07:31PM +0100, Abdelrazak Younes wrote: > In the mean time, I still think that my commit is an improvement over > current situation. It is nice to say that we should educate the user > but, IMHO, the less thing he has to learn in order to use LyX, the better. > > What

Re: Regarding LyXWinInstaller - proposal

2007-02-01 Thread Uwe Stöhr
Joost Verburg schrieb: You find the list as always here: http://wiki.lyx.org/Windows/LyXWinInstaller Almost all things in this list are already in the official installer: (PDF viewing without closing the reader But it seems you close it another way so that jumping back to the position where

Re: Regarding LyXWinInstaller - proposal

2007-02-01 Thread Uwe Stöhr
Joost Verburg schrieb: Do you think users are able to understand the differences? Yes, the already can. I've a stable user base for my installer now (looking at the download statistics). The list you provide on your wiki page looks outdated as almost everything is already in the official in

Re: 1.5 Scrollbar autorepeats long after releasing the mouse, and uneven page scrolling

2007-02-01 Thread Enrico Forestieri
On Thu, Feb 01, 2007 at 09:25:33PM +0100, Helge Hafting wrote: > Load the user guide. Click the down-arrow on the scrollbar, and hold it > down for 5s. Observe how LyX keeps scrolling for two more seconds > after releasing the mouse. This makes holding down the > scrollbar arrows completely usele

[PATCH] Fix encoding in BufferList::updateIncludedTeXfiles

2007-02-01 Thread John McCabe-Dansted
In BufferList::updateIncludedTeXfiles we have string writefile = mastertmpdir; writefile += '/'; writefile += (*it)->getLatexName(); As per our discussions re: the ChkTeX patch the above looks incorrect to me. The following looks better: string writefile = addName(mast

Re: Regarding LyXWinInstaller - proposal

2007-02-01 Thread Bo Peng
This is not the case, see also my just send post! I will paste your previous post to my thread. However, that wiki page *is* outdated. Last time when I cited that page, you have a lot of 'please ignore this' in http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg109675.html . Also, please a

Re: convert: Unrecognized option (-define)

2007-02-01 Thread Enrico Forestieri
On Thu, Feb 01, 2007 at 07:07:40PM +0100, Enrico Forestieri wrote: > On Thu, Feb 01, 2007 at 05:40:27PM +0100, Enrico Forestieri wrote: > > This happens on Solaris when inserting a png image. > > > > convert: Unrecognized option (-define). > > /opt/src/lyx-1.5.0svn/lib/scripts/convertDefault.py ER

Re: Toolbar management problem

2007-02-01 Thread Bo Peng
So just because you refuse to use basic Qt 4.0 functionality we require Qt 4.2.2 just to be able to uses a homegrown solution? Yes. This is what I did because I could not find any better way. If you are confident that saveState/restoreState can fit in our backend <-> frontend <-> qt4 structure,

Re: Regarding LyXWinInstaller - proposal

2007-02-01 Thread Uwe Stöhr
Bo Peng schrieb: This is not the case, see also my just send post! I will paste your previous post to my thread. However, that wiki page *is* outdated. Last time when I cited that page, you have a lot of 'please ignore this' in http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg109675.html

Re: Regarding LyXWinInstaller - proposal

2007-02-01 Thread Bo Peng
As I wrote in a later post I updated the page directly after this message, so it is no longer outdated. Thanks. If you have put all you know there, I guess it is at least clear now what is missing in the official installer. Bo

Re: About the default paragraph style in floats...

2007-02-01 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > By default, when a float is created, the paragraph style is justified > whereas it should be centred. This is pretty annoying as the inserted > table or figure will be justified to the left. I believe we do as LaTeX does, which is surely a better r

Re: Suggestions to the official windows installer

2007-02-01 Thread Bo Peng
Some inputs from Uwe (not verified by me): 1. PDF viewing without closing the reader: close it another way so that jumping back to the position where the PDF was closed isn't possible. 2. optional auto hide toolbar, I don't see this. 3. automatic package installation, No, you simply use the

Re: Accept change skip changes.

2007-02-01 Thread Bo Peng
Time for another installer update, Bo! :-) The installer is now at http://www.lyx.org/~bpeng. I could not help committing the persistent selection patch. Now, all my 1.5.x features are done and we are two crashes away from a beta... The middle-button-text-to-math-paste crash is tolerable but th

Re: Fixed: toolbar management problem - another problem

2007-02-01 Thread Bo Peng
A weird effect, but easy to fix by moving that math bar to the side. I can not reproduce this with qt4.2.2. If you are using windows, maybe you can download today's snapshot from http://www.lyx.org/~bpeng and see if you can reproduce it? Bo