Re: r30278 - lyx-devel/trunk/src

2009-06-28 Thread Jürgen Spitzmüller
Vincent van Ravesteijn - TNW wrote: > Would it make sense to reuse the already existing outline_up outline_down > code, or to use the new code also in the existing code? Now, it looks like > we duplicate the code to move paragraphs. I think improvements are certainly welcome. Jürgen

Re: r30255 - in lyx-devel/trunk: lib/doc lib/images lib/ui src

2009-06-28 Thread Jürgen Spitzmüller
Andre Poenitz wrote: > I do not completely disagree, but the environment is called "align", not > "Align". I would consider this as some kind of opposite of a "proper > noun" that's not subject to changes by capitalization. As I stated several times, if we do this, we will have to adapt many many

Re: r30255 - in lyx-devel/trunk: lib/doc lib/images lib/ui src

2009-06-28 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > > If it was done consistently. But it isn't. > > but the solution is not to smash the correct ones. considering > that tex is case sensitive and case sensitivity comes in play > eg \huge vs \Huge, making such capitalization in menu tends to > confuse things. Do you really thin

Re: Cygwin script to compile Qt and branch for debugging

2009-06-28 Thread Ben M.
> Thanks for the script. It indeed does automate everything, but I think > that it is wasteful always downloading and compiling Qt as well as the > svn branch. It could be made to check what actually needs doing. > When I'll find the time I'll try to polish and add it to the wiki page. Enrico, it

RE: r30281 - lyx-devel/trunk/src

2009-06-28 Thread Vincent van Ravesteijn - TNW
>Author: sanda >Date: Sun Jun 28 12:37:34 2009 >New Revision: 30281 >URL: http://www.lyx.org/trac/changeset/30281 > >Log: >Keep numbering I would rather adjust the numbering and keep LFUN_OUTLINE_* together, the same for LFUN_VC_*. Vincent

RE: r30278 - lyx-devel/trunk/src

2009-06-28 Thread Vincent van Ravesteijn - TNW
>Author: spitz >Date: Sun Jun 28 10:40:34 2009 >New Revision: 30278 >URL: http://www.lyx.org/trac/changeset/30278 > >Log: >Implement LFUN_OUTLINE_DRAGMOVE. > >Contribution by Rob Oakes. Would it make sense to reuse the already existing outline_up outline_down code, or to use the new code als

Re: Cygwin script to compile Qt and branch for debugging

2009-06-28 Thread Enrico Forestieri
On Sat, Jun 27, 2009 at 04:32:00PM -0400, Ben M. wrote: > Enrico's instructions on the Wiki about how to install LyX in Cygwin > are extremely well-written: > http://wiki.lyx.org/LyX/LyXOnCygwin > > Unfortunately, it takes me about half the day to follow them, since > compiling takes so long, a

Re: LaTeXFeatures warning

2009-06-28 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: >> to which debug level should it go? > > I think you can remove it. ok pavel

Re: LaTeXFeatures warning

2009-06-28 Thread Jean-Marc Lasgouttes
Le 29 juin 09 à 00:06, Pavel Sanda a écrit : hi, when i go through modules list i get LaTeXFeatures.cpp(402): from=[literate] to=[latex] LaTeXFeatures.cpp(402): from=[sweave] to=[latex] to which debug level should it go? I think you can remove it. JMarc

LaTeXFeatures warning

2009-06-28 Thread Pavel Sanda
hi, when i go through modules list i get LaTeXFeatures.cpp(402): from=[literate] to=[latex] LaTeXFeatures.cpp(402): from=[sweave] to=[latex] on console produced by bool LaTeXFeatures::isAvailable(string const & name) { string::size_type const i = name.find("->"); if (i != string:

Printing comments module

2009-06-28 Thread Pavel Sanda
hi, what about adding this into trunk? pavel #\DeclareLyXModule[comment.sty]{Print Comments} #DescriptionBegin #Typeset comment notes in LyX. When used with notes-mutate lfun, #it can be used even for normal LyX notes. #DescriptionEnd Format 11 AddToPreamble \usepackage{comment} \

Re: r30255 - in lyx-devel/trunk: lib/doc lib/images lib/ui src

2009-06-28 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > Pavel Sanda wrote: > > having latex keywords in > > menu verbatim-like is constinent just from another angle. > > If it was done consistently. But it isn't. but the solution is not to smash the correct ones. considering that tex is case sensitive and case sensitivity c

Re: r30255 - in lyx-devel/trunk: lib/doc lib/images lib/ui src

2009-06-28 Thread Andre Poenitz
On Sat, Jun 27, 2009 at 07:13:32AM +0200, Jürgen Spitzmüller wrote: > And not only that. > > After re-consulting a HIG (the Gnome HIG since KDE's is inaccessible ATM, but > they should be identical in this regard), I came up with the following > changes. > > Objections? > > Jürgen > Index: li

Re: r30255 - in lyx-devel/trunk: lib/doc lib/images lib/ui src

2009-06-28 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > having latex keywords in > menu verbatim-like is constinent just from another angle. If it was done consistently. But it isn't. Jürgen

Re: [patch] About QSettings

2009-06-28 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > Jürgen Spitzmüller wrote: > > I believe one cause of the problems we have with settings that get lost > > after reconfigure is the following: > > nothing against this patch, but i think the root of the problems is > elsewhere; I believe the problem has multiple causes. This is

Re: r30255 - in lyx-devel/trunk: lib/doc lib/images lib/ui src

2009-06-28 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > You "feel", but the Inteface Design Standards state otherwise. I do not say > that your feeling counts less than the Standards, but I think it would make > more sense to do what most apps do. hig shouldn't be applied blindly as a rule and having latex keywords in menu

Re: [patch] About QSettings

2009-06-28 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > I believe one cause of the problems we have with settings that get lost after > reconfigure is the following: nothing against this patch, but i think the root of the problems is elsewhere; i need to reestablish my settings every other day in trunk which version doesn'

Re: [patch] About QSettings

2009-06-28 Thread Jean-Marc Lasgouttes
Le 28 juin 09 à 15:37, Jürgen Spitzmüller a écrit : I think it would make more sense to use the PACKAGE variable, i.e. lyx[-version-suffix], as a config file name. Then session parameters would persist over minor and even major version changes, and one still would have separated configuration

[patch] About QSettings

2009-06-28 Thread Jürgen Spitzmüller
I believe one cause of the problems we have with settings that get lost after reconfigure is the following: The settings are saved by Qt in a config file that is named from the LyX version. Thus we get a new, empty config file after every version change, and thus the toolbar changes etc. are l

Re: r30255 - in lyx-devel/trunk: lib/doc lib/images lib/ui src

2009-06-28 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > Anyway, we can as well decide to follow the Windows User Experience > Interaction Guidelines. As long as we follow any Standard. BTW even though the Windows User Experience Interaction Guidelines recommend sentence-style for Menus, they also point out that one should r

Re: Outline Contributions

2009-06-28 Thread Jürgen Spitzmüller
Rob Oakes wrote: > Dear LyX Developers, > > The LyX project has permission to utilize my contributions and release them > under the GNU Public License, version 2.0 or later. > > Rob Oakes Thanks. I did some final polishment and committed the stuff. Jürgen

Re: r30255 - in lyx-devel/trunk: lib/doc lib/images lib/ui src

2009-06-28 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > well, i feel that the layout combo is a different thing, but i'm not going > to flame for this. You "feel", but the Inteface Design Standards state otherwise. I do not say that your feeling counts less than the Standards, but I think it would make more sense to do what most

Re: r30255 - in lyx-devel/trunk: lib/doc lib/images lib/ui src

2009-06-28 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > > I don't think we should setup our own rules, but do what most other > > applications do. Since the rules are surprisingly coherent in the HIGs I > > consulted, so I do not see a reason why we should diverge from that. > > Fine. However, I would take them as guidelines r