Re: Bold button and others ...

2007-09-27 Thread John Levon
On Fri, Sep 28, 2007 at 01:03:38AM -0500, Bo Peng wrote: > I helped a friend upgrade his lyx 1.3.7 to 1.5.1, and waited for his > praises while he played with the new version It's because nobody ever finished character styles. It should have gone like this: F: Where's bold? B: Why do you w

Bold button and others ...

2007-09-27 Thread Bo Peng
I helped a friend upgrade his lyx 1.3.7 to 1.5.1, and waited for his praises while he played with the new version F: Where is the layout menu? B: Was there a layout menu? Yes, I remember that. It is removed. F: OK, but where does it go? Where is layout -> bold? B: Bold? Let me see no toolb

Timer Class?

2007-09-27 Thread Richard Heck
Towards working on this slowness issue---is there some easy way to get access to a high-precision timer, so I can toss a few statements into various places in the code like this: newTime = getTime(); lyxerr << "That took " << newTime - oldTime << endl; oldTime = newTime; and try to fi

changeset/20544

2007-09-27 Thread Uwe Stöhr
Hello Richard, there is a bug in yout lyx2lyx routine you commited with r20544: - create a document, - write something in there and save it - menu Export -> LyX 1.4.x -> Python hangs in an endless loop complaining about a missing \end tag. regards Uwe

Re: [Cvslog] r20508 - /lyx-devel/trunk/src/BufferParams.cpp

2007-09-27 Thread Pavel Sanda
> Now everybody can test if there are problems, and if so we can program > something for BufferParams.cpp. it would be good to put link to this thread/mail somewhere in comment of the code. pavel

Re: [Cvslog] r20508 - /lyx-devel/trunk/src/BufferParams.cpp

2007-09-27 Thread Uwe Stöhr
>> It shouldn't harm to load babel before the user preamble, I even >> think this is an advantage because many packages need the loaded >> babel for translations and the users are able to change babel >> translation. > > A typical example, cited in bug 315, is > http://www.mail-archive.com/lyx-dev

Re: [Cvslog] r20547 - in /lyx-devel/trunk/src: frontends/qt4/GuiBox.cp...

2007-09-27 Thread José Matos
On Thursday 27 September 2007 21:19:08 [EMAIL PROTECTED] wrote: > URL: http://www.lyx.org/trac/changeset/20547 > Log: > GuiBox: fix bug 3242 http://bugzilla.lyx.org/show_bug.cgi?id=3242: >         make minipage optional height argument optional > > Modified: >     lyx-devel/trunk/src/frontends/qt4/

Re: Why the list is "English only" (Was: DVI sem imagens [displaying images in DVI])

2007-09-27 Thread Pavel Sanda
> this list' could work. Primarily I thought there should be an explanation > as to why English is preferred/recommended/appreciated. if somebody cant solve his trouble, he could at least contribute by the fact that his question and possible answer is readable by others who might have similar que

Re: Patch Candidate List #4

2007-09-27 Thread Andre Poenitz
On Thu, Sep 27, 2007 at 07:19:38PM +0200, Abdelrazak Younes wrote: > >Btw, you are aware of the fact that this "out of inset" dim cache might > >have performance implications? > > I've tested this quite extensively with a 1280x1024 screen full of math > insets and noticed none. The drawing speed

Re: Why the list is "English only" (Was: DVI sem imagens [displaying images in DVI])

2007-09-27 Thread Andre Poenitz
On Thu, Sep 27, 2007 at 01:00:38PM -0400, RGH wrote: > >>>in 2000. None of them native American IIRC. So far for the "American > >>>dominance on the net" that was mentioned earlier in this thread... > >> > >>What the... we do dominate the net, dammit! > > > >Oh.. right. I forgot you _are_ a nat

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Pavel Sanda
> > > I dislike the idea of sorting and I think the above would be enough > > > > the sorting is optional and turned off by default in preferences. > > if some people (including me) find it helpful to keep it sorted in certain > > circumstances, i dont see why not to allow them. > > If there is an

Re: Slowness Fixes

2007-09-27 Thread Abdelrazak Younes
Richard Heck wrote: Now this is interesting. If the number of {}'s is an indication, the LyX does 18 times as much work when typing in a partially visible paragraph. And yes, with this window size, there were exactly 18 lines in the paragraph.

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Bo Peng
> > I dislike the idea of sorting and I think the above would be enough > > the sorting is optional and turned off by default in preferences. > if some people (including me) find it helpful to keep it sorted in certain > circumstances, i dont see why not to allow them. If there is an acceptable so

Re: Patch Candidate List #4

2007-09-27 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Andre Poenitz wrote: Formerly we could access e.g. inset.width() with two or three assembler instruction, not it is looking up a value in a map containing a few hundred or thousand items, i.e. something in the range of n x 100 instructions... Only those insets that a

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Pavel Sanda
> > I do not have much time to think about it but I would say: > > > > - a few (5?) entries at the top, followed by a horiz line > > Yes. In a few applications (word?), recently used fonts and styles are > put on top like this, followed by a separator and then a full list. > > I dislike the idea

Listings Inset language/encoding (was: Re: [Cvslog] r20471 - in /lyx-devel/branches/BRANCH_1_5_X: src/insets/...)

2007-09-27 Thread Dov Feldstern
Juergen Spitzmueller wrote: Jean-Marc Lasgouttes wrote: Juergen, could you tell me when setting local_font is necessary? I did not see the problem when creating a new listing inset with caption. The problem showed up when you created a listings inset with a caption before the patch: somehow (

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Pavel Sanda
> I would suggest making both of these options enabled by default i dont think we should change the default behaviour. pavel

Format Changes

2007-09-27 Thread Richard Heck
Can I suggest that when people make these sorts of changes: LyX.Py - ("1_6", range(277,288), minor_versions("1.6" , 0))] + ("1_6", range(277,289), minor_versions("1.6" , 0))] #RGH, command insets Buffer.cpp -int const LYX_FORMAT = 287; +int const LYX_FO

Re: Patch Candidate List #4

2007-09-27 Thread Bennett Helm
On Sep 27, 2007, at 12:23 PM, Abdelrazak Younes wrote: Bennett Helm wrote: OK. Creating a math inset causes it to quit immediately, without saving (without even an emergency save). There's nothing written to the crash log, but the following appears in console.log: terminate called after thr

Re: Patch Candidate List #4

2007-09-27 Thread Abdelrazak Younes
Andre Poenitz wrote: On Thu, Sep 27, 2007 at 11:32:29AM +0200, Abdelrazak Younes wrote: Peter Kümmel wrote: Wouldn't it be better to catch an exception in main: catch { QCoreApplication::exit(1) return 1; } I only ask, because we had really strange cross-platform problems in the past because

Slowness Fixes

2007-09-27 Thread Richard Heck
Now this is interesting. If the number of {}'s is an indication, the LyX does 18 times as much work when typing in a partially visible paragraph. And yes, with this window size, there were exactly 18 lines in the paragraph. Please try again wi

Re: Slowness - in the main window. lyx -dbg results

2007-09-27 Thread Abdelrazak Younes
Helge Hafting wrote: Arrange one paragraph with 25 lines. Type a string og W's in the next paragraph. The W's comes out with great speed until this second paragraph needs to linewrap. The wrap takes a "long" time, and then things continue at great speed. The linewrap is noticeable, and lyx -db

Re: Why the list is "English only" (Was: DVI sem imagens [displaying images in DVI])

2007-09-27 Thread Andre Poenitz
On Thu, Sep 27, 2007 at 02:04:10PM +0200, [EMAIL PROTECTED] wrote: > On Thu, 27 Sep 2007, Andre Poenitz wrote: > > >On Thu, Sep 27, 2007 at 01:40:24AM +0200, [EMAIL PROTECTED] > >wrote: > >>Regarding the history, AFAIK, English was not the native language of the > >>original LyX developers. Howev

Re: Patch Candidate List #4

2007-09-27 Thread Andre Poenitz
On Thu, Sep 27, 2007 at 11:32:29AM +0200, Abdelrazak Younes wrote: > Peter Kümmel wrote: > > >Wouldn't it be better to catch an exception in main: > > > >catch { QCoreApplication::exit(1) return 1; } > > > >I only ask, because we had really strange cross-platform problems in > >the past because of

Re: Why the list is "English only" (Was: DVI sem imagens [displaying images in DVI])

2007-09-27 Thread RGH
Andre Poenitz wrote: On Thu, Sep 27, 2007 at 08:42:08AM +0200, Alfredo Braunstein wrote: Andre Poenitz wrote: in 2000. None of them native American IIRC. So far for the "American dominance on the net" that was mentioned earlier in this thread... What the... we do dominate the ne

Re: [Cvslog] r20530 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Andre Poenitz
On Thu, Sep 27, 2007 at 11:45:16AM +0200, Jean-Marc Lasgouttes wrote: > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > Could you give me the error please? > > ../../../../lyx-devel/src/frontends/qt4/Dialogs.cpp: In member function > `lyx::frontend::Dialog* lyx::frontend::Dialogs::build(const s

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Andre Poenitz
On Thu, Sep 27, 2007 at 10:47:15AM +0200, Jean-Marc Lasgouttes wrote: > Face it, an undocked window is not a dialog, but a second class window, > palette-like with a smallish greyish title bar. I don't like them > (which is my prerogative). It looks the way we want it to look like... > The right

Re: Docked windows or independent windows?

2007-09-27 Thread Andre Poenitz
On Thu, Sep 27, 2007 at 08:41:57AM +0200, Abdelrazak Younes wrote: > Enrico Forestieri wrote: > >On Wed, Sep 26, 2007 at 03:23:46PM +0200, Abdelrazak Younes wrote: > > > >>Hope you'll like it... if not I'll revert everything. > > > >Yes, please. Revert it. > > But if I make session handling rememb

Re: Why the list is "English only" (Was: DVI sem imagens [displaying images in DVI])

2007-09-27 Thread Andre Poenitz
On Thu, Sep 27, 2007 at 08:42:08AM +0200, Alfredo Braunstein wrote: > Andre Poenitz wrote: > > > in 2000. None of them native American IIRC. So far for the "American > > dominance on the net" that was mentioned earlier in this thread... > > What the... we do dominate the net, dammit! Oh.. right.

Re: Docked windows or independent windows?

2007-09-27 Thread Andre Poenitz
On Thu, Sep 27, 2007 at 08:41:57AM +0200, Abdelrazak Younes wrote: > Enrico Forestieri wrote: > >On Wed, Sep 26, 2007 at 03:23:46PM +0200, Abdelrazak Younes wrote: > > > >>Hope you'll like it... if not I'll revert everything. > > > >Yes, please. Revert it. > > But if I make session handling rememb

Re: Slowness - in the main window. lyx -dbg results

2007-09-27 Thread Helge Hafting
Abdelrazak Younes wrote: Helge Hafting wrote: Now this is interesting. If the number of {}'s is an indication, the LyX does 18 times as much work when typing in a partially visible paragraph. And yes, with this window size, there were exactly 18 lines in the paragraph. Please try again with r

Re: Patch Candidate List #4

2007-09-27 Thread Abdelrazak Younes
Bennett Helm wrote: OK. Creating a math inset causes it to quit immediately, without saving (without even an emergency save). There's nothing written to the crash log, but the following appears in console.log: terminate called after throwing an instance of 'int' Is that what you expected? N

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Richard Heck
Leuven, E. wrote: For some people, especially people on smaller screens, or people who (like my wife) like to work maximized, it will be very, very useful. working maximized doesn't imply that everything should be docked... No, certainly not. But it does mean it can be useful to have mo

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Abdelrazak Younes
Richard Heck wrote: Jean-Marc Lasgouttes wrote: I will forbid the docking in the future. Is that a compromise? It depends what you mean by forbid. I think docking has its uses. And, after reading through most of this thread: If making things dockABLE is possible without too much other

Re: [Cvslog] r20520 - in /lyx-devel/branches/personal/rgheck/icp/src: ...

2007-09-27 Thread Richard Heck
Andre Poenitz wrote: On Wed, Sep 26, 2007 at 06:31:33PM -, [EMAIL PROTECTED] wrote: == --- lyx-devel/branches/personal/rgheck/icp/src/insets/InsetBibitem.h (original) +++ lyx-devel/branches/personal/rgheck/icp/src

Re: Docked windows or independent windows?

2007-09-27 Thread Bo Peng
> Well the dialog auto updates itself with the cursor and the GUI control > manipulations have direct influence of how the current paragraph is > shown. So I'd say that there is a strong link. Then it can be docked. :-) I guess the general rule is that if a dialog tends to be kept around for a lo

Re: Patch Candidate List #4

2007-09-27 Thread Bennett Helm
On Sep 27, 2007, at 11:16 AM, Abdelrazak Younes wrote: Bennett Helm wrote: On Sep 27, 2007, at 5:32 AM, Abdelrazak Younes wrote: Peter Kümmel wrote: Wouldn't it be better to catch an exception in main: catch { QCoreApplication::exit(1) return 1; } I only ask, because we had really strange cr

RE: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Leuven, E.
> For some people, especially people on > smaller screens, or people who (like my wife) > like to work maximized, it will be very, very useful. working maximized doesn't imply that everything should be docked...

Re: Approaching LyX 1.5.2 [status update #3]

2007-09-27 Thread Bo Peng
> P.S.: again, you misspelled LyX "lyx". That belongs to the 'polish' part... (I know I missed that in the polish part of my last patch. :-) Bo

Re: Approaching LyX 1.5.2 [status update #3]

2007-09-27 Thread Juergen Spitzmueller
Bo Peng wrote: > I have no time to polish this patch today. I can do it this weekend or > you can take it over if 1.5.2 is pressing. I think what we have now is good enough for 1.5.2. This could be added later. Jürgen P.S.: again, you misspelled LyX "lyx".

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Richard Heck
Jean-Marc Lasgouttes wrote: I will forbid the docking in the future. Is that a compromise? It depends what you mean by forbid. I think docking has its uses. And, after reading through most of this thread: If making things dockABLE is possible without too much other chaos, then I don't m

Re: [Cvslog] r20541 - /lyx-devel/trunk/src/frontends/qt4/DialogView.h

2007-09-27 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: [EMAIL PROTECTED] writes: Author: younes Date: Thu Sep 27 16:47:42 2007 New Revision: 20541 URL: http://www.lyx.org/trac/changeset/20541 Log: gcc compil fix. Hmm, now I get: In file included from ../../../../lyx-devel/src/frontends/qt4/Dialogs.cpp:17: ../../../..

Re: Patch Candidate List #4

2007-09-27 Thread Abdelrazak Younes
Bennett Helm wrote: On Sep 27, 2007, at 5:32 AM, Abdelrazak Younes wrote: Peter Kümmel wrote: Wouldn't it be better to catch an exception in main: catch { QCoreApplication::exit(1) return 1; } I only ask, because we had really strange cross-platform problems in the past because of using exit

Re: [Cvslog] r20541 - /lyx-devel/trunk/src/frontends/qt4/DialogView.h

2007-09-27 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: [EMAIL PROTECTED] writes: Author: younes Date: Thu Sep 27 16:47:42 2007 New Revision: 20541 URL: http://www.lyx.org/trac/changeset/20541 Log: gcc compil fix. Hmm, now I get: In file included from ../../../../lyx-devel/src/frontends/qt4/Dialogs.cpp:17: ../../../..

Re: Approaching LyX 1.5.2 [status update #3]

2007-09-27 Thread Bo Peng
> I would guess there is a non-zero error code returned. Then we can do the following. 1. check the return value of configure.py Index: src/callback.cpp === --- src/callback.cpp(revision 20528) +++ src/callback.cpp(working c

Re: [Cvslog] r20540 - in /lyx-devel/trunk/src/frontends/qt4: GuiSearch...

2007-09-27 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: [EMAIL PROTECTED] writes: Author: younes Date: Thu Sep 27 16:37:36 2007 New Revision: 20540 URL: http://www.lyx.org/trac/changeset/20540 Log: Add session support to spell-checking and search dialogs. I get this with gcc: ../../../../lyx-devel/src/frontends/qt4/Di

Re: Patch Candidate List #4

2007-09-27 Thread Bennett Helm
On Sep 27, 2007, at 5:32 AM, Abdelrazak Younes wrote: Peter Kümmel wrote: Wouldn't it be better to catch an exception in main: catch { QCoreApplication::exit(1) return 1; } I only ask, because we had really strange cross-platform problems in the past because of using exit I did that (I commi

Re: Docked windows or independent windows?

2007-09-27 Thread Abdelrazak Younes
Bennett Helm wrote: On Sep 27, 2007, at 4:27 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: Here is a screenshot. The dialog is updated to reflect the settings of the current cursor position when the "Synchronized view" button is checked

Re: Why the list is "English only" (Was: DVI sem imagens [displaying images in DVI])

2007-09-27 Thread christian . ridderstrom
On Thu, 27 Sep 2007, Hans Meine wrote: Am Donnerstag, 27. September 2007 15:09:30 schrieb Abdelrazak Younes: I'd personally prefer that you put "English appreciated" instead. Even if someone doesn't know a word in English there often are other users that can translate the request. I think we

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Abdelrazak Younes
Tommaso Cucinotta wrote: Abdelrazak Younes ha scritto: Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: Do you use routinely different line spacings on different paragraphs? Me no but I do know some people that do. Wether docked or dialogged, may I suggest having ano

Re: [Cvslog] r20541 - /lyx-devel/trunk/src/frontends/qt4/DialogView.h

2007-09-27 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > Author: younes > Date: Thu Sep 27 16:47:42 2007 > New Revision: 20541 > > URL: http://www.lyx.org/trac/changeset/20541 > Log: > gcc compil fix. Hmm, now I get: In file included from ../../../../lyx-devel/src/frontends/qt4/Dialogs.cpp:17: ../../../../lyx-devel/src/fron

Re: [Cvslog] r20541 - /lyx-devel/trunk/src/frontends/qt4/DialogView.h

2007-09-27 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > Author: younes > Date: Thu Sep 27 16:47:42 2007 > New Revision: 20541 > > URL: http://www.lyx.org/trac/changeset/20541 > Log: > gcc compil fix. Thanks. > QSettings settings; > std::string key = name_ + "/geometry"; > - restoreGe

Re: Approaching LyX 1.5.2 [status update #3]

2007-09-27 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: > It can be done, but I am not sure how to do this reliably. The problem > is still that I do not know what would be returned if configure.py is > killed brutally. I would guess there is a non-zero error code returned. JMarc

Re: [Cvslog] r20540 - in /lyx-devel/trunk/src/frontends/qt4: GuiSearch...

2007-09-27 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > Author: younes > Date: Thu Sep 27 16:37:36 2007 > New Revision: 20540 > > URL: http://www.lyx.org/trac/changeset/20540 > Log: > Add session support to spell-checking and search dialogs. I get this with gcc: ../../../../lyx-devel/src/frontends/qt4/DialogView.h: In memb

Re: Approaching LyX 1.5.2 [status update #3]

2007-09-27 Thread Bo Peng
> > No. If regular configure fails, with the modified configure.py, a > > default list will most likely be used. As I have said, I do not like > > that behavior because users should be informed what has been done. > > More specifically, I prefer an empty textclass.lst and lyx asks again > > what to

Re: Why the list is "English only"

2007-09-27 Thread christian . ridderstrom
On Thu, 27 Sep 2007, Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: What did the french do _again_? They are going to vote against the London protocol that limits the number of necessary languages for European patents. ... whereas they should vote against patents

Re: Docked windows or independent windows?

2007-09-27 Thread Bo Peng
> OK... anybody in favor of it? Richard, Bennett, Peter, Andre, Pavel, Bo, > Juergen, etc...? I tend to think that dialogs that have strong link (interactions) with the bufferview need to be docked. This is the case for viewsource (auto update), toc and embedding (autoupdate and navigation). I do

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Bo Peng
> I do not have much time to think about it but I would say: > > - a few (5?) entries at the top, followed by a horiz line Yes. In a few applications (word?), recently used fonts and styles are put on top like this, followed by a separator and then a full list. I dislike the idea of sorting and I

Re: Why the list is "English only" (Was: DVI sem imagens [displaying images in DVI])

2007-09-27 Thread Abdelrazak Younes
Hans Meine wrote: Am Donnerstag, 27. September 2007 15:09:30 schrieb Abdelrazak Younes: I'd personally prefer that you put "English appreciated" instead. Even if someone doesn't know a word in English there often are other users that can translate the request. I think we should not scare off the

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Tommaso Cucinotta
Abdelrazak Younes ha scritto: Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: Do you use routinely different line spacings on different paragraphs? Me no but I do know some people that do. Wether docked or dialogged, may I suggest having another checkbox out there sa

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: > could you describe more precisely how would the on top feature look like > to be useful ? I do not have much time to think about it but I would say: - a few (5?) entries at the top, followed by a horiz line - below that, the normal entries, /including/

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Tommaso Cucinotta
Pavel Sanda ha scritto: hi, one thing which is annoying for me when working with lyx is lenghty locating of a given environement in environment box for certain classes which have many items, even more that i usually use only few of these items. now i have working skeleton for bug 2739, which in

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Leuven, E. wrote: I'd appreciate if you could revert the docking part indeed. Look at what I've just committed. some additional gripes in addition to jean-marc's titlebar and layout complaints: - the floating paragraph settings widget shouldn't be resizable I tried

Re: Why the list is "English only" (Was: DVI sem imagens [displaying images in DVI])

2007-09-27 Thread Hans Meine
Am Donnerstag, 27. September 2007 15:09:30 schrieb Abdelrazak Younes: > I'd personally prefer that you put "English appreciated" instead. Even > if someone doesn't know a word in English there often are other users > that can translate the request. I think we should not scare off these > users just

Re: Why the list is "English only" (Was: DVI sem imagens [displaying images in DVI])

2007-09-27 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: On Thu, 27 Sep 2007, Andre Poenitz wrote: On Thu, Sep 27, 2007 at 01:40:24AM +0200, [EMAIL PROTECTED] wrote: Regarding the history, AFAIK, English was not the native language of the original LyX developers. However, English was, and still remains, the language used to

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Abdelrazak Younes
Leuven, E. wrote: I'd appreciate if you could revert the docking part indeed. Look at what I've just committed. some additional gripes in addition to jean-marc's titlebar and layout complaints: - the floating paragraph settings widget shouldn't be resizable I tried but I am not good enough

Re: Why the list is "English only"

2007-09-27 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> What did the french do _again_? > > They are going to vote against the London protocol that limits the > number of necessary languages for European patents. ... whereas they should vote against patents instead. JMarc

Re: Why the list is "English only"

2007-09-27 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Leuven, E." <[EMAIL PROTECTED]> writes: why the users list is "English only"? i'd like to join my french friends in saying that this is an outrage indeed What did the french do _again_? They are going to vote against the London protocol that limits the number

Re: Why the list is "English only"

2007-09-27 Thread Jean-Marc Lasgouttes
"Leuven, E." <[EMAIL PROTECTED]> writes: >> why the users list is "English only"? > > i'd like to join my french friends in saying that this is an outrage indeed What did the french do _again_? JMarc

Re: Docked windows or independent windows?

2007-09-27 Thread Bennett Helm
On Sep 27, 2007, at 4:27 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: Here is a screenshot. The dialog is updated to reflect the settings of the current cursor position when the "Synchronized view" button is checked. This later featu

RE: Re: Why the list is "English only" (Was: DVI sem imagens [displaying images in DVI])

2007-09-27 Thread Leuven, E.
> why the users list is "English only"? i'd like to join my french friends in saying that this is an outrage indeed this discrimination should stop! NOW! i therefore propose that starting from now everybody posts in their native language professional translators on leave from the european comm

Re: Slowness - in the main window. lyx -dbg results

2007-09-27 Thread Abdelrazak Younes
Helge Hafting wrote: Now this is interesting. If the number of {}'s is an indication, the LyX does 18 times as much work when typing in a partially visible paragraph. And yes, with this window size, there were exactly 18 lines in the paragraph. Please try again with rev 20536. Abdel.

RE: Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Leuven, E.
>> I'd appreciate if you could revert the docking part indeed. > > Look at what I've just committed. some additional gripes in addition to jean-marc's titlebar and layout complaints: - the floating paragraph settings widget shouldn't be resizable - the buttons should be at the bottom - there is

Re: Why the list is "English only" (Was: DVI sem imagens [displaying images in DVI])

2007-09-27 Thread christian . ridderstrom
On Thu, 27 Sep 2007, Andre Poenitz wrote: On Thu, Sep 27, 2007 at 01:40:24AM +0200, [EMAIL PROTECTED] wrote: Regarding the history, AFAIK, English was not the native language of the original LyX developers. However, English was, and still remains, the language used to communicate between the de

Re: Slowness - in the main window. lyx -dbg results

2007-09-27 Thread Abdelrazak Younes
Helge Hafting wrote: Now this is interesting. If the number of {}'s is an indication, the LyX does 18 times as much work when typing in a partially visible paragraph. And yes, with this window size, there were exactly 18 lines in the paragraph. I hope this gives an indication of what's wrong

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Jean-Marc Lasgouttes
Charles de Miramon <[EMAIL PROTECTED]> writes: > Has someone tried scrivener (I don't have a Mac) : > > http://www.literatureandlatte.com/scrivener.html > > The interface looks innovative with interesting Abdel'esque ideas. Indeed. Someone mentionned earlier this notion of real fullscreen (where

Re: Slowness - in the main window. lyx -dbg results

2007-09-27 Thread Helge Hafting
Martin Vermeer wrote: Would it be an idea to first try LyX's own -dbg painting, to see how repainting is being done? Especially in problem cases LyX may be simply doing too much. "lyx -dbg painting" produces no extra output, other than telling me that it sets the debug level to 'painting'

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Charles de Miramon
Abdelrazak Younes wrote: > > Qt designer is a good example. Open Office is another one. Typically OO > would dock a paragraph settings dialog. > > Has someone tried scrivener (I don't have a Mac) : http://www.literatureandlatte.com/scrivener.html The interface looks innovative with interesti

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: Have a look. I cannot say that I like it :) You see also what I mean by tiny title bar (which is admittedly aesthetics). This depends on the QStyle in use apparently. Appearance: A QDockWidget consists of a title bar and the content area. T

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Pavel Sanda
> Some people have asked for sorting the layouts, and we could indeed > add that to the prefs. I have no hard feelings on the question. > However, I totally dislike the hardcoded test for '-'. i'm not happy about that either. have you another idea how to get rid off --Separator-- on the top of th

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: Yes, for me dialogs bigger than the label input dialog are cumbersome because I always have to move them to see what's underneath. The paragraph dialog fall in this case. OK, let's try to see what others are doing, then

Re: [Cvslog] r20530 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: Could you give me the error please? ../../../../lyx-devel/src/frontends/qt4/Dialogs.cpp: In member function `lyx::frontend::Dialog* lyx::frontend::Dialogs::build(const std::string&)': ../../../../lyx-devel/src/frontends

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Pavel Sanda
> > now i have working skeleton for bug 2739, which introduces two preference > > options - one for alphabetical sorting and the second which put > > environment used during the current editation on the top of the envi list. > > Is it still possible to use the current, thematic sorting with that?

Re: [Cvslog] r20530 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Could you give me the error please? ../../../../lyx-devel/src/frontends/qt4/Dialogs.cpp: In member function `lyx::frontend::Dialog* lyx::frontend::Dialogs::build(const std::string&)': ../../../../lyx-devel/src/frontends/qt4/Dialogs.cpp:177: error:

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: Do you use routinely different line spacings on different paragraphs? Me no but I do know some people that do. Did you read the links I posted earlier? The subject is exactly the features that are useful because we kno

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: I understand that point but the solution is not to forbid this docking behavior but to make it hard to dock by default. "Forbid". You make it sound as if I am trying to censor you creativity :) The quesiton is not why

Re: [Cvslog] r20530 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: [EMAIL PROTECTED] writes: Change the paragraph settings dialog: - now floating by default This does not compile with qt4.1. Could you give me the error please? Why do you want to _forbid_ docking BTW? I don't want to but I had the impression that you did. I

Re: Patch Candidate List #4

2007-09-27 Thread Abdelrazak Younes
Peter Kümmel wrote: Wouldn't it be better to catch an exception in main: catch { QCoreApplication::exit(1) return 1; } I only ask, because we had really strange cross-platform problems in the past because of using exit I did that (I committed it inadvertently together with r20530). It seems

Re: [Cvslog] r20530 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > Change the paragraph settings dialog: > - now floating by default This does not compile with qt4.1. Why do you want to _forbid_ docking BTW? I can live with floating by default until it is turned back to a real dialog. JMarc

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Do you use routinely different line spacings on different paragraphs? > > Me no but I do know some people that do. Did you read the links I posted earlier? The subject is exactly the features that are useful because we know people using them. > Bu

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > I understand that point but the solution is not to forbid this docking > behavior but to make it hard to dock by default. "Forbid". You make it sound as if I am trying to censor you creativity :) The quesiton is not why we should forbid it, it is w

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: Well I agree in general but key binding is for replacing toolbar action. That's the reason why I forgotabout the depth button actually Edwin ;-) i think it illustrates nicely how you intend to use the dockwidget: as a toolbar As a more powerful

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Edwin Leuven
Abdelrazak Younes wrote: Well I agree in general but key binding is for replacing toolbar action. That's the reason why I forgotabout the depth button actually Edwin ;-) i think it illustrates nicely how you intend to use the dockwidget: as a toolbar I don't use the toolbars personally. e

Re: Docked windows or independent windows?

2007-09-27 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: Here is a screenshot. The dialog is updated to reflect the settings of the current cursor position when the "Synchronized view" button is checked. This later feature is something that I appreciate, BTW. But it could be

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: Because toolbar buttons are simply not as expressive as Dialogs (and key bindings even less expressive of course). For example how would you put the line spacing controls in the toolbar? You would need 4 buttons plus an e

Re: Docked windows or independent windows?

2007-09-27 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Here is a screenshot. The dialog is updated to reflect the settings of > the current cursor position when the "Synchronized view" button is > checked. This later feature is something that I appreciate, BTW. But it could be in a dialog :) JMarc

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Because toolbar buttons are simply not as expressive as Dialogs (and > key bindings even less expressive of course). For example how would > you put the line spacing controls in the toolbar? You would need 4 > buttons plus an edit box. Maybe some use

Re: r20513 - in /lyx-devel/trunk/src/frontends/qt4: Dialogs.c...

2007-09-27 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: Restart the numbering, modify the numbering style (1-2-3 to a-b-c), etc. Same thing with bullets. I know there's a separate dialog for that but this thing is global to the Document. It is not a service to users to adver

Re: Docked windows or independent windows?

2007-09-27 Thread Juergen Spitzmueller
Abdelrazak Younes wrote: > But what do you not like? The new vertical layout or the simple fact > that it is docked? If the former that can be changed, if the later would > you say that you'd miss something with this dialog is undocked compared > with what we have now? (except for the two points t

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-09-27 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: > now i have working skeleton for bug 2739, which introduces two > preference options - one for alphabetical sorting and the second > which put environment used during the current editation on the top > of the envi list. > > before spending time on some gui

  1   2   >