On 10/23/2011 04:19 PM, b...@lyx.org wrote:
Author: baum
Date: Sun Oct 23 22:19:49 2011
New Revision: 39947
URL: http://www.lyx.org/trac/changeset/39947
Log:
Fix some bugs related to spaces in math:
- Interpret argument of LFUN_SPACE_INSERT correctly
- Use InsetMathSpace instead of InsetMathSpec
On 23/10/2011 10:49, Stephan Witt wrote:
Am 23.10.2011 um 09:21 schrieb Abdelrazak Younes:
On 23/10/2011 08:52, you...@lyx.org wrote:
Author: younes
Date: Sun Oct 23 08:52:03 2011
New Revision: 39932
URL: http://www.lyx.org/trac/changeset/39932
Log:
Introduce new USE_QIMAGE macro to optionall
Am 23.10.2011 um 14:15 schrieb Stephan Witt:
> Am 21.10.2011 um 22:25 schrieb Stephan Witt:
>
>> Am 21.10.2011 um 21:38 schrieb Lars Gullik Bjønnes:
>>
>>> Stephan Witt writes:
>>>
>>> | Am 21.10.2011 um 14:09 schrieb Pavel Sanda:
> Buenas Noticias wrote:
>> Ok. Subversion 1.7 is
On Sun, Oct 23, 2011 at 10:36 AM, Enrico Forestieri wrote:
> On Sun, Oct 23, 2011 at 04:48:58PM +0200, Jürgen Spitzmüller wrote:
>
>> Peter Kümmel wrote:
>> > Yes indeed, that's the reason: in ./src/frontends/qt4/Makefile you will
>> > find
>> >
>> > QT_VERSION = $(shell IFS=.; set -- `echo $(QT4
On Sun, Oct 23, 2011 at 9:51 AM, stefano franchi
wrote:
> On Sun, Oct 23, 2011 at 9:46 AM, Peter Kümmel wrote:
>> On 23.10.2011 16:40, Enrico Forestieri wrote:
>>>
>>> On Sun, Oct 23, 2011 at 08:28:41AM -0500, stefano franchi wrote:
>>>
On Sat, Oct 22, 2011 at 1:40 PM, Enrico Forestieri
On Sun, Oct 23, 2011 at 04:48:58PM +0200, Jürgen Spitzmüller wrote:
> Peter Kümmel wrote:
> > Yes indeed, that's the reason: in ./src/frontends/qt4/Makefile you will find
> >
> > QT_VERSION = $(shell IFS=.; set -- `echo $(QT4_VERSION)`; \
> > echo 0x0`echo "obase=16; $$1*65536+$$2*25
Richard Heck wrote:
> Is there somewhere that describes what one needs to do to keep tex2lyx
> up to date? I do not myself know that code at all.
No. What needs to be done depends on the nature of the format update. For
example, for the InsetOptArg->InsetArgument renaming I searched for OptArg
On Sun, Oct 23, 2011 at 9:46 AM, Peter Kümmel wrote:
> On 23.10.2011 16:40, Enrico Forestieri wrote:
>>
>> On Sun, Oct 23, 2011 at 08:28:41AM -0500, stefano franchi wrote:
>>
>>> On Sat, Oct 22, 2011 at 1:40 PM, Enrico Forestieri
>>> wrote:
On Sat, Oct 22, 2011 at 10:16:03AM -0500, stef
Peter Kümmel wrote:
> Yes indeed, that's the reason: in ./src/frontends/qt4/Makefile you will find
>
> QT_VERSION = $(shell IFS=.; set -- `echo $(QT4_VERSION)`; \
> echo 0x0`echo "obase=16; $$1*65536+$$2*256+$$3" | bc`)
>
> so no bc, no QT_VERSION.
Shouldn't ./configure tell the use
On 23.10.2011 16:40, Enrico Forestieri wrote:
On Sun, Oct 23, 2011 at 08:28:41AM -0500, stefano franchi wrote:
On Sat, Oct 22, 2011 at 1:40 PM, Enrico Forestieri wrote:
On Sat, Oct 22, 2011 at 10:16:03AM -0500, stefano franchi wrote:
I followed instructions and got the same error as above.
On Sun, Oct 23, 2011 at 08:28:41AM -0500, stefano franchi wrote:
> On Sat, Oct 22, 2011 at 1:40 PM, Enrico Forestieri wrote:
> > On Sat, Oct 22, 2011 at 10:16:03AM -0500, stefano franchi wrote:
> >>
> >> I followed instructions and got the same error as above.
> >>
> >> Grepping for IconButton, a
On 23.10.2011 15:34, stefano franchi wrote:
On Sat, Oct 22, 2011 at 5:53 PM, Peter Kümmel wrote:
Check if it exisits: find . -name moc_\* | xargs grep IconButton
This should find it in './src/frontends/qt4/moc_FancyLineEdit.cpp'
I followed instructions and got the same error as above.
Gre
On 10/23/2011 06:40 AM, Georg Baum wrote:
> Richard Heck wrote:
>
>> On 10/22/2011 04:12 PM, b...@lyx.org wrote:
>>> Author: baum
>>> Date: Sat Oct 22 22:12:55 2011
>>> New Revision: 39927
>>> URL: http://www.lyx.org/trac/changeset/39927
>>>
>>> Log:
>>> Update tex2lyx to produce the current 2.0.x
On Sat, Oct 22, 2011 at 5:53 PM, Peter Kümmel wrote:
>
>>> Check if it exisits: find . -name moc_\* | xargs grep IconButton
>>> This should find it in './src/frontends/qt4/moc_FancyLineEdit.cpp'
>>>
>>
>> I followed instructions and got the same error as above.
>>
>> Grepping for IconButton, as su
On Sat, Oct 22, 2011 at 1:40 PM, Enrico Forestieri wrote:
> On Sat, Oct 22, 2011 at 10:16:03AM -0500, stefano franchi wrote:
>>
>> I followed instructions and got the same error as above.
>>
>> Grepping for IconButton, as suggested, does not find anything. That
>> is, the file moc_FancyLineEdit.c
Am 21.10.2011 um 22:25 schrieb Stephan Witt:
> Am 21.10.2011 um 21:38 schrieb Lars Gullik Bjønnes:
>
>> Stephan Witt writes:
>>
>> | Am 21.10.2011 um 14:09 schrieb Pavel Sanda:
>>>
Buenas Noticias wrote:
> Ok. Subversion 1.7 is incompatible with LyX.
maybe i was wrong and p
Richard Heck wrote:
> On 10/22/2011 04:12 PM, b...@lyx.org wrote:
>> Author: baum
>> Date: Sat Oct 22 22:12:55 2011
>> New Revision: 39927
>> URL: http://www.lyx.org/trac/changeset/39927
>>
>> Log:
>> Update tex2lyx to produce the current 2.0.x file format
> THANK YOU!!
You are welcome. Trunk is
Am 23.10.2011 um 09:21 schrieb Abdelrazak Younes:
> On 23/10/2011 08:52, you...@lyx.org wrote:
>> Author: younes
>> Date: Sun Oct 23 08:52:03 2011
>> New Revision: 39932
>> URL: http://www.lyx.org/trac/changeset/39932
>>
>> Log:
>> Introduce new USE_QIMAGE macro to optionally use a QImage drawing
On 23/10/2011 08:52, you...@lyx.org wrote:
Author: younes
Date: Sun Oct 23 08:52:03 2011
New Revision: 39932
URL: http://www.lyx.org/trac/changeset/39932
Log:
Introduce new USE_QIMAGE macro to optionally use a QImage drawing backend
instead of a QPixmap. This may help when running locally under
19 matches
Mail list logo