Re: Solving the Meta/Control key swap problem on Mac OS X

2010-06-05 Thread Jens Nöckel
On Jun 5, 2010, at 2:37 PM, Jean-Marc Lasgouttes wrote: > Le 05/06/2010 18:45, Jens Nöckel a écrit : >> So my question to the LyX dev team would be: could you add a preference item >> that lets the user set some flag, so that the call >> setAttribute(Qt::AA_MacDontSwapCtrlAndMeta); >> can be mad

Re: r34604 - in lyx-devel/trunk: lib src/mathed

2010-06-05 Thread Enrico Forestieri
On Sun, Jun 06, 2010 at 02:42:33AM +0200, for...@lyx.org wrote: > Author: forenr > Date: Sun Jun 6 02:42:33 2010 > New Revision: 34604 > URL: http://www.lyx.org/trac/changeset/34604 > > Log: > Add GUI support for big delimiters variants without 'l', 'm' or 'r' endings. > They differ from their c

Re: Solving the Meta/Control key swap problem on Mac OS X

2010-06-05 Thread Jean-Marc Lasgouttes
Le 05/06/2010 18:45, Jens Nöckel a écrit : So my question to the LyX dev team would be: could you add a preference item that lets the user set some flag, so that the call setAttribute(Qt::AA_MacDontSwapCtrlAndMeta); can be made dependent on that flag? Maybe the simplest place to put this in woul

Re: Re: Solving the Meta/Control key swap problem on Mac OS X

2010-06-05 Thread admin
Your email message not delivered. Please send all your inquires via our web site form located here. http://hb9.net/mailer.php Thank you. Hb9 Management.

Re: Solving the Meta/Control key swap problem on Mac OS X

2010-06-05 Thread Pavel Sanda
Jens Nöckel wrote: > So my question to the LyX dev team would be: could you add a preference item > that lets the user set some flag, so that the call > setAttribute(Qt::AA_MacDontSwapCtrlAndMeta); this looks easy to do. either add it to the bugzilla or you can try mimic http://www.lyx.org/tra

Solving the Meta/Control key swap problem on Mac OS X

2010-06-05 Thread Jens Nöckel
Hi, there finally is a solution in sight for the long-standing issue that some Mac users have with the swapped role of the Meta and Control keys in Qt. I have summarized my preliminary ideas on the LyX Wiki page dedicated to this topic, http://wiki.lyx.org/Mac/LyXmodifierKeys#sMac.LyXmodifierKeys

Re: r34598 - in lyx-devel/trunk: lib/images lib/lyx2lyx lib/ui src src/frontends/qt4 src/frontends/qt4/ui src/insets

2010-06-05 Thread Edwin Leuven
On Sat, Jun 5, 2010 at 5:20 AM, Pavel Sanda wrote: > some documentation or at least wiki entry should be added too? good idea. i will try to add something would be nice if people give it a try, there might be some things that need ironing out... ed.

Re: TR1 with GCC >= 4.4

2010-06-05 Thread Peter Kümmel
Am Samstag, den 05.06.2010, 14:17 +0200 schrieb Pavel Sanda: > Peter Kümmel wrote: > > I've enabled the usage of TR1 code for bind and shared_ptr > > when at least GCC 4.4 is used. > > is there some reason for 4.4 and not also 4.3 for example? No, no special reason. But I only have 4.4 here. TR1

Re: r34598 - in lyx-devel/trunk: lib/images lib/lyx2lyx lib/ui src src/frontends/qt4 src/frontends/qt4/ui src/insets

2010-06-05 Thread Pavel Sanda
leu...@lyx.org wrote: > Author: leuven > Date: Sat Jun 5 09:44:44 2010 > New Revision: 34598 > URL: http://www.lyx.org/trac/changeset/34598 > > Log: > add support for decimal alignment in tables > > Added: >lyx-devel/trunk/lib/images/tabular-feature_align-decimal.png (contents, > props ch

Re: TR1 with GCC >= 4.4

2010-06-05 Thread Pavel Sanda
Peter Kümmel wrote: > I've enabled the usage of TR1 code for bind and shared_ptr > when at least GCC 4.4 is used. is there some reason for 4.4 and not also 4.3 for example? pavel

TR1 with GCC >= 4.4

2010-06-05 Thread Peter Kümmel
I've enabled the usage of TR1 code for bind and shared_ptr when at least GCC 4.4 is used. Not including boost headers has the side effect that less std headers are included and at some places std symbols then are unknown. To fix these errors please include the corresponding std headers. I could

Re: r34598 - in lyx-devel/trunk: lib/images lib/lyx2lyx lib/ui src src/frontends/qt4 src/frontends/qt4/ui src/insets

2010-06-05 Thread Peter Kümmel
> error: no matching function for call to ‘find find is also a Peter

Re: autotools/boost

2010-06-05 Thread Peter Kümmel
Am Samstag, den 05.06.2010, 13:45 +0200 schrieb Pavel Sanda: > Peter Kümmel wrote: > > I'll have a look at the generated Makefile. > > my makefile contains > BOOST_LIBS = $(top_builddir)/boost/liblyxboost.a I found the reason: first I called make in trunk, but seeing all the .po file processing i

Re: r34598 - in lyx-devel/trunk: lib/images lib/lyx2lyx lib/ui src src/frontends/qt4 src/frontends/qt4/ui src/insets

2010-06-05 Thread Peter Kümmel
Am Samstag, den 05.06.2010, 13:54 +0200 schrieb Kornel Benko: > Am Samstag 05 Juni 2010 schrieb Kornel Benko: > > > Does it help to add #include ? > > > > Thanks, it helps. > > > > > Peter > > > > Kornel > > I should have wait for complete compile. There is more: > > /usr/src/lyx

Re: r34598 - in lyx-devel/trunk: lib/images lib/lyx2lyx lib/ui src src/frontends/qt4 src/frontends/qt4/ui src/insets

2010-06-05 Thread Peter Kümmel
Am Samstag, den 05.06.2010, 13:49 +0200 schrieb Kornel Benko: > > I've tested the build with GCC 4.4, which compiler do you use? > > gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) Ah!, here it is 4.4.1.: there are differences in libstdc++. So it could be that there are other places where compilation

Re: r34598 - in lyx-devel/trunk: lib/images lib/lyx2lyx lib/ui src src/frontends/qt4 src/frontends/qt4/ui src/insets

2010-06-05 Thread Kornel Benko
Am Samstag 05 Juni 2010 schrieb Kornel Benko: > > Does it help to add #include ? > > Thanks, it helps. > > > Peter > > Kornel I should have wait for complete compile. There is more: /usr/src/lyx/lyx-devel/src/LaTeXFeatures.cpp: In member function ‘void lyx::LaTeXFeatures::useL

Re: r34598 - in lyx-devel/trunk: lib/images lib/lyx2lyx lib/ui src src/frontends/qt4 src/frontends/qt4/ui src/insets

2010-06-05 Thread Kornel Benko
Am Samstag 05 Juni 2010 schrieb Peter Kümmel: > Am Samstag, den 05.06.2010, 13:18 +0200 schrieb Kornel Benko: > > Am Samstag 05 Juni 2010 schrieb Edwin Leuven: > > > On Sat, Jun 5, 2010 at 1:08 AM, Kornel Benko wrote: > > > > I get: > > > this should solve it: > > > > > > http://www.lyx.org/trac/

Re: autotools/boost

2010-06-05 Thread Pavel Sanda
Peter Kümmel wrote: > I'll have a look at the generated Makefile. my makefile contains BOOST_LIBS = $(top_builddir)/boost/liblyxboost.a pavel

Re: autotools/boost

2010-06-05 Thread Peter Kümmel
Am Samstag, den 05.06.2010, 13:34 +0200 schrieb Pavel Sanda: > Peter Kümmel wrote: > > Am Samstag, den 05.06.2010, 12:58 +0200 schrieb Pavel Sanda: > > > Peter Kümmel wrote: > > > > Is the autotool based buildsystem broken? > > > > It doesn't know how to build ??../boost/liblyxboost.a?? > > > > >

Re: r34598 - in lyx-devel/trunk: lib/images lib/lyx2lyx lib/ui src src/frontends/qt4 src/frontends/qt4/ui src/insets

2010-06-05 Thread Peter Kümmel
Am Samstag, den 05.06.2010, 13:18 +0200 schrieb Kornel Benko: > Am Samstag 05 Juni 2010 schrieb Edwin Leuven: > > On Sat, Jun 5, 2010 at 1:08 AM, Kornel Benko wrote: > > > I get: > > this should solve it: > > > > http://www.lyx.org/trac/changeset/34599/lyx-devel/trunk > > It does, but now >

Re: autotools/boost

2010-06-05 Thread Pavel Sanda
Peter Kümmel wrote: > Am Samstag, den 05.06.2010, 12:58 +0200 schrieb Pavel Sanda: > > Peter Kümmel wrote: > > > Is the autotool based buildsystem broken? > > > It doesn't know how to build ??../boost/liblyxboost.a?? > > > > > > I've simply called ./configure without the option > > > --without-in

Re: autotools/boost

2010-06-05 Thread Peter Kümmel
Am Samstag, den 05.06.2010, 12:58 +0200 schrieb Pavel Sanda: > Peter Kümmel wrote: > > Is the autotool based buildsystem broken? > > It doesn't know how to build ??../boost/liblyxboost.a?? > > > > I've simply called ./configure without the option > > --without-included-boost. > > did you start f

Re: r34598 - in lyx-devel/trunk: lib/images lib/lyx2lyx lib/ui src src/frontends/qt4 src/frontends/qt4/ui src/insets

2010-06-05 Thread Kornel Benko
Am Samstag 05 Juni 2010 schrieb Edwin Leuven: > On Sat, Jun 5, 2010 at 1:08 AM, Kornel Benko wrote: > > I get: > this should solve it: > > http://www.lyx.org/trac/changeset/34599/lyx-devel/trunk It does, but now /usr/src/lyx/lyx-devel/src/LyXRC.cpp: In member function ‘void lyx::LyXRC:

Re: autotools/boost

2010-06-05 Thread Pavel Sanda
Peter Kümmel wrote: > Is the autotool based buildsystem broken? > It doesn't know how to build ??../boost/liblyxboost.a?? > > I've simply called ./configure without the option > --without-included-boost. did you start from a clean tree? pavel

autotools/boost

2010-06-05 Thread Peter Kümmel
Is the autotool based buildsystem broken? It doesn't know how to build »../boost/liblyxboost.a« I've simply called ./configure without the option --without-included-boost. Peter

Re: r34598 - in lyx-devel/trunk: lib/images lib/lyx2lyx lib/ui src src/frontends/qt4 src/frontends/qt4/ui src/insets

2010-06-05 Thread Edwin Leuven
On Sat, Jun 5, 2010 at 1:08 AM, Kornel Benko wrote: > I get: this should solve it: http://www.lyx.org/trac/changeset/34599/lyx-devel/trunk

Re: r34597 - in lyx-devel/trunk: . lib/ui src src/insets

2010-06-05 Thread Pavel Sanda
rgh...@lyx.org wrote: > - Item "Short Title" "optional-insert" > + Item "Short Title" "argument-insert" if i understand correctly those patches ui should have completely different naming like "optional argument"? also new in lyx 2.0 wiki page should probably mention this..

Re: r34598 - in lyx-devel/trunk: lib/images lib/lyx2lyx lib/ui src src/frontends/qt4 src/frontends/qt4/ui src/insets

2010-06-05 Thread Kornel Benko
Am Samstag 05 Juni 2010 schrieb leu...@lyx.org: > Author: leuven > Date: Sat Jun 5 09:44:44 2010 > New Revision: 34598 > URL: http://www.lyx.org/trac/changeset/34598 > > Log: > add support for decimal alignment in tables ... I get: /usr/src/lyx/lyx-devel/src/LyXRC.cpp:2740: warning: enu

Re: Decimal align in tables

2010-06-05 Thread Edwin Leuven
On Thu, Jun 3, 2010 at 1:07 PM, Edwin Leuven wrote: > comments welcome as usual best way to try: http://www.lyx.org/trac/changeset/34598