Re: #7281: biber support in Lyx request

2011-02-07 Thread Jürgen Spitzmüller
stefano franchi wrote: > The fix is a huge timesaver for me---the Lyx-->Kile-->Okular-->Lyx > roundtrip was starting to be a real drag. Your fix works great here (I > am using Lyx 1.6.10svn r. 37539). Good to hear that. I've started to use biber now as well. Please report back any problems, so w

Re: Cjk Lyx 1.4

2011-02-07 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > our export menu starts to be overcrowded. > what about to kill all those CJK LyX 1.4 * entries? > it doesn't look probable that anybody would export > to 1.4 nowadays. Can we add a "show in menu" bool to those export formats and disable some by default? I guess that there are

Re: #7209: assertion when clicking on unfinished command in math

2011-02-07 Thread Stephan Witt
Am 07.02.2011 um 21:15 schrieb LyX Ticket Tracker: > #7209: assertion when clicking on unfinished command in math > Ticket URL: > ---+ > Reporter: uwestoehr |Owner: po

Re: #7281: biber support in Lyx request

2011-02-07 Thread stefano franchi
Thanks Jurgen! The fix is a huge timesaver for me---the Lyx-->Kile-->Okular-->Lyx roundtrip was starting to be a real drag. Your fix works great here (I am using Lyx 1.6.10svn r. 37539). Thanks again. Stefano On Mon, Feb 7, 2011 at 1:05 AM, LyX Ticket Tracker wrote: > #7281: biber support in

Current trunk compile failure with lyxfind.cpp

2011-02-07 Thread BH
On Mac, using cmake, I can't compile: Building CXX object src/CMakeFiles/LyX.dir/Users/bennett/lyx/lyx-devel/src/lyxfind.cpp.o /Users/bennett/lyx/lyx-devel/src/lyxfind.cpp: In function ‘int lyxfindForwardAdv(lyx::DocIterator&, lyxMatchStringAdv&)’: /Users/bennett/lyx/lyx-devel/src/lyxfind.

Re: r37338 - lyx-devel/trunk/src/frontends/qt4

2011-02-07 Thread Pavel Sanda
Pavel Sanda wrote: > > > should i try another letter or you are stuck at t? :) > > > > If I was stuck at 't' I would have have committed it :) > > so i see those are free : g,h,r,j JMarc, do you have some preference then? pavel

Re: r37364 - lyx-devel/trunk/development/autotests

2011-02-07 Thread Pavel Sanda
Tommaso Cucinotta wrote: > As you may have noticed from the commits and description > in the README, I added a few customization options to > run-tests.sh: > > export XVKBD_DELAY=100 (or higher if needed) > export XVKBD_HACKED=yes (skip this line if you prefer the standard xvkbd > on your syst

lyxfind err

2011-02-07 Thread Pavel Sanda
CXXlyxfind.o lyxfind.cpp: In function 'int lyxfindForwardAdv(lyx::DocIterator&, lyxMatchStringAdv&)': lyxfind.cpp:1098: error: 'class lyx::frontend::Application' has no member named 'longOperationCancelled' lyxfind.cpp:1101: error: 'class lyx::frontend::Application' has no me

Re: r37364 - lyx-devel/trunk/development/autotests

2011-02-07 Thread Tommaso Cucinotta
Il 01/02/2011 11:22, Pavel Sanda ha scritto: 3D menu effects of some WM collide with delay time needed for next char or similar. As you may have noticed from the commits and description in the README, I added a few customization options to run-tests.sh: export XVKBD_DELAY=100 (or higher if n

Re: r37549 - in lyx-devel/trunk/src: . frontends/qt4

2011-02-07 Thread Tommaso Cucinotta
Il 07/02/2011 23:45, Richard Heck ha scritto: Compilation fails after this patch. lyxfind.h was missing. Now it is fixed as r37556. T.

Re: Resizing Images During XHTML Export

2011-02-07 Thread Richard Heck
On 02/07/2011 03:43 PM, Rob Oakes wrote: Hi Richard, The width and height tags should just be output in the InsetGraphics::xhtml() routine, and it should be pretty clear where. I spent a little time playing with this and came up with a solution that meets my needs pretty well. It adds a "sty

Cjk Lyx 1.4

2011-02-07 Thread Pavel Sanda
hi, our export menu starts to be overcrowded. what about to kill all those CJK LyX 1.4 * entries? it doesn't look probable that anybody would export to 1.4 nowadays. pavel

Re: r37549 - in lyx-devel/trunk/src: . frontends/qt4

2011-02-07 Thread Richard Heck
Compilation fails after this patch. On 02/07/2011 03:36 PM, tomm...@lyx.org wrote: Author: tommaso Date: Mon Feb 7 21:36:40 2011 New Revision: 37549 URL: http://www.lyx.org/trac/changeset/37549 @@ -462,19 +408,18 @@ else LASSERT(false, /**/); LYXERR(Debug::FIND,

Re: Resizing Images During XHTML Export

2011-02-07 Thread Rob Oakes
Hi Richard, > The width and height tags should just be output in the InsetGraphics::xhtml() > routine, and it should be pretty clear where. I spent a little time playing with this and came up with a solution that meets my needs pretty well. It adds a "style" tag to the declaration and then sp

Re: I could use something like "Export LyX" option

2011-02-07 Thread Enrico Forestieri
On Sun, Feb 06, 2011 at 08:32:52PM -0500, Richard Heck wrote: > I was thinking of adding some options for gzip vs bzip2, etc, and > definitely for command-line setting of the lyx2lyx script. Fine with me. -- Enrico

Re: ANNOUNCE: LyX version 2.0.0 (beta 4)

2011-02-07 Thread curtis osterhoudt
Brilliant. The ability (I've just tried it now from svn) to export a single archive has been on my wish-list for about seven years! Thanks to all the developers. This looks great. /** "The four points of the compass be logic, knowledge, wisdom and the unknow

[ANNOUNCE] LyX 1.6.9 is released!

2011-02-07 Thread Jürgen Spitzmüller
Public release of LyX version 1.6.9 === We are pleased to announce the release of LyX 1.6.9. This is the 10th maintenance release in the 1.6.x series. LyX 1.6.9 is the result of our ongoing efforts to make our stable version even more reliable and stable. We have f

Re: theBufferList::getBuffer(filename, bool internal = false)

2011-02-07 Thread Pavel Sanda
Tommaso Cucinotta wrote: > Il 05/02/2011 03:21, Tommaso Cucinotta ha scritto: >> you got it right, it is refactoring stuff, > [...] >> [ I'm going to share the patch instead of committing, so u can decide; > Here you go. Now I have all my small tests working, with F&R with char > styles, par styles

ANNOUNCE: LyX version 2.0.0 (beta 4)

2011-02-07 Thread Pavel Sanda
Pre-release of LyX version 2.0.0 (beta 4) == We are pleased to announce the fourth public pre-release of LyX 2.0.0. Except usual bugfixing we fixed random crashes connected with the new background export and compilation feature. As far as new features is c

Re: Freeze for beta4 (complete freeze)

2011-02-07 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > Pavel Sanda wrote: > > tarballs are prepared on usual place. > > give it some testing, i will announce the release tomorrow. > > (Juergen do you prefer some order of announcements?) > > If tomorrow is today (Monday), I'll wait for your announcement. Please let me > kno