Re: r39537 - lyx-devel/trunk/src/mathed

2011-09-05 Thread Jürgen Spitzmüller
spitz wrote: > Author: spitz > Date: Sat Aug 27 12:58:48 2011 > New Revision: 39537 > URL: http://www.lyx.org/trac/changeset/39537 > > Log: > Disable space tyes that are not supported in mathed (for these, a thinspace > was inserted as a fallback). Richard, this might be for branch as well. Jürg

Re: LyX 2.0.1 Sources Available

2011-09-05 Thread Liviu Andronic
On Tue, Sep 6, 2011 at 6:03 AM, Uwe Stöhr wrote: >> 6. Joost had a reason to not allow to start the application from the >> installer. Isn't this a problem >> now anymore ? > > I don't know what you are referring to. > This has been discussed earlier on the list. Now the last page of the installer

Re: LyX 2.0.1 Released

2011-09-05 Thread Stephan Witt
Am 06.09.2011 um 00:32 schrieb Liviu Andronic: > On Mon, Sep 5, 2011 at 6:03 PM, Richard Heck wrote: >> * BUILD/INSTALLATION >> >> - Using pkgconfig to configure hunspell (hunspell 1.3 was not correctly >> recognized). >> >> - Using explicit header and library detection as fallback to configur

Re: first step of merging the Win installers

2011-09-05 Thread Uwe Stöhr
Am 05.09.2011 19:44, schrieb Vincent van Ravesteijn: I don't understand. Joost proposed to "transfer the translations". I would expect them to use the same strings and thus the same translations. The strings are different due to the different layout of the 2 installer pages. The problem wit

Re: LyX 2.0.1 Sources Available

2011-09-05 Thread Uwe Stöhr
Am 05.09.2011 20:43, schrieb Vincent van Ravesteijn: I tried the merged installer. Many thanks! Here is some feedback: 1. The icon is not the nicest one. We should have a transparent one. What icon do you mean? The installer uses the icon of the lyx.exe file. If you want another icon, we

Re: LyX 2.0.1 Sources Available

2011-09-05 Thread Uwe Stöhr
Am 05.09.2011 20:01, schrieb Vincent van Ravesteijn: For these people we have the standard installer. The bundle installer is especially designed for new installations and therefore includes MiKTeX and JabRef (is optional). So the standard installer will not bother the user and is as small as

Re: LyX 2.0.1 Sources Available

2011-09-05 Thread Uwe Stöhr
Am 05.09.2011 19:54, schrieb Pavel Sanda: Uwe Stöhr wrote: Works fine and a Win installer is ready (the merged one). I'll leave the installer for LyX 2.0.1 to Joost because the merged installer is not yet able to install LyX if you install it without admin privileges (due to a Imagemagick issue)

Re: LyX & odg drawings

2011-09-05 Thread Richard Heck
On 09/05/2011 07:51 PM, Tommaso Cucinotta wrote: > Hi, > > [... extracted from the Image Lifecycle Patch ...] > > the attached patch adds the OpenOffice drawing format (.odg). With it > you can: > > -) include in LyX OpenOffice drawings > -) preview them on the screen > -) view them in the final .p

Re: [patch] allow to assign several extensions to a file format

2011-09-05 Thread Richard Heck
On 09/05/2011 05:33 PM, Julien Rioux wrote: > log: > Allow to assign several extension to a given file format (#4798). > Additionnal extensions are separated by commas (,). Spaces are > ignored. Preference (lyxrc) file format incremented to 2. > Thanks for taking care of this. > A lot of the d

LyX & odg drawings

2011-09-05 Thread Tommaso Cucinotta
Hi, [... extracted from the Image Lifecycle Patch ...] the attached patch adds the OpenOffice drawing format (.odg). With it you can: -) include in LyX OpenOffice drawings -) preview them on the screen -) view them in the final .ps/.pdf output -) edit them externally via libreoffice, ooffice

Re: [patch] allow to assign several extensions to a file format

2011-09-05 Thread Julien Rioux
On 06/09/2011 12:55 AM, Tommaso Cucinotta wrote: Il 05/09/2011 23:33, Julien Rioux ha scritto: log: Allow to assign several extension to a given file format (#4798). Additionnal extensions are separated by commas (,). Spaces are ignored. Preference (lyxrc) file format incremented to 2. For exa

Re: [patch] allow to assign several extensions to a file format

2011-09-05 Thread Tommaso Cucinotta
Il 05/09/2011 23:33, Julien Rioux ha scritto: log: Allow to assign several extension to a given file format (#4798). Additionnal extensions are separated by commas (,). Spaces are ignored. Preference (lyxrc) file format incremented to 2. For example, a LibreOffice/OpenOffice/StarOffice drawi

Re: LyX 2.0.1 Released

2011-09-05 Thread Liviu Andronic
On Mon, Sep 5, 2011 at 6:03 PM, Richard Heck wrote: > * BUILD/INSTALLATION > > - Using pkgconfig to configure hunspell (hunspell 1.3 was not correctly >  recognized). > > - Using explicit header and library detection as fallback to configure >  hunspell in case pkgconfig is missing in build enviro

Re: LyX 1.6.10 compilation problem in Fedora 15 - and one solution?

2011-09-05 Thread José Matos
On 09/05/2011 08:26 PM, andre duarte bueno wrote: > Hy > whem I try do compile LyX 1.6.10 > in my fedora 15; X86_64, g++ (GCC) 4.6.0 20110603 (Red Hat 4.6.0-10) Is there any specific reason for not to use lyx 2.0 from the distribution? Regards, -- José Matos

Re: lyx@fb ?

2011-09-05 Thread Tommaso Cucinotta
Il 05/09/2011 08:09, Vincent van Ravesteijn ha scritto: Op 5-9-2011 1:37, Tommaso Cucinotta schreef: http://www.facebook.com/pages/LyX/166594390068533 http://www.facebook.com/pages/LyX/112847072061085?sk=info http://www.facebook.com/group.php?gid=8353382319&v=wall I'm pretty sure no one

Re: [patch] allow to assign several extensions to a file format

2011-09-05 Thread Julien Rioux
On 05/09/2011 11:33 PM, Julien Rioux wrote: loop through f.extensions() Forgot to mention, as this is a preliminary patch, I still have to implement looping through extensions, but everything else works. -- Julien

[patch] allow to assign several extensions to a file format

2011-09-05 Thread Julien Rioux
log: Allow to assign several extension to a given file format (#4798). Additionnal extensions are separated by commas (,). Spaces are ignored. Preference (lyxrc) file format incremented to 2. A lot of the diff is renaming extension -> extensions See issues http://www.lyx.org/trac/ticket/4798

Re: LyX 1.6.10 compilation problem in Fedora 15 - and one solution?

2011-09-05 Thread andre duarte bueno
thanks *Prof. André Duarte Bueno, Dr* Engenharia de Software, Análise e Processamento de Imagens *UENF* - Universidade Estadual do Norte Fluminense - Darcy Ribeiro *CCT *- Centro de Ciencias e Tecnologias *LENEP* - Laboratório de Engenharia e Exploração de Petróleo Rodovia Amaral Peixoto, km 163,

Re: LyX 1.6.10 compilation problem in Fedora 15 - and one solution?

2011-09-05 Thread Pavel Sanda
andre duarte bueno wrote: > Hy > whem I try do compile LyX 1.6.10 > in my fedora 15; X86_64, g++ (GCC) 4.6.0 20110603 (Red Hat 4.6.0-10) either use lyx 2.0 or get lyx 1.6 from svn where it should be fixed. newer lyx 1.6.11 won't be released. pavel

Re: r39600 - in lyx-devel/branches/BRANCH_2_0_X: . src/frontends/qt4/ui

2011-09-05 Thread Pavel Sanda
rgh...@lyx.org wrote: > Author: rgheck > Date: Mon Sep 5 21:27:10 2011 > New Revision: 39600 > URL: http://www.lyx.org/trac/changeset/39600 > > Log: > Fix tab order and shortcuts for crossref dialog (#7576). > > Modified: >lyx-devel/branches/BRANCH_2_0_X/src/frontends/qt4/ui/RefUi.ui >ly

LyX 1.6.10 compilation problem in Fedora 15 - and one solution?

2011-09-05 Thread andre duarte bueno
Hy whem I try do compile LyX 1.6.10 in my fedora 15; X86_64, g++ (GCC) 4.6.0 20110603 (Red Hat 4.6.0-10) a have the problem below Mensagem de Erro: make[4]: Entrando no diretório `/home/bueno/Download/PacotesExtras/03-Editoracao-lyx-abntex/lyx-1.6.10/src' CXXInsetInclude.lo insets/InsetIncl

Re: merging of external material and graphics interfaces

2011-09-05 Thread Georg Baum
Tommaso Cucinotta wrote: > Il 31/08/2011 21:19, Georg Baum ha scritto: >> This plan exists for ages. The graphics inset even was already ditched at >> some point in time, but it got reintroduced later, because the external >> inset did not work that well back then. IIRC there is also a bug entry >

Re: LyX 2.0.1 Sources Available

2011-09-05 Thread Vincent van Ravesteijn
Op 5-9-2011 17:28, Uwe Stöhr schreef: Am 02.09.2011 15:46, schrieb Vincent van Ravesteijn: Can you send me a link to this installer. I want to test it. https://developer.berlios.de/project/showfiles.php?group_id=5117&release_id=18767 regards Uwe Hi Uwe, I tried the merged installer. H

Re: LyX 2.0.1 Released

2011-09-05 Thread Richard Heck
On 09/05/2011 02:27 PM, José Matos wrote: > On 09/05/2011 06:54 PM, Jürgen Spitzmüller wrote: >> Congratulations, Richard! > +1 the first time is always the most terrifying. ;-) > I'm hoping that is true. Richard

Re: LyX 2.0.1 Released

2011-09-05 Thread José Matos
On 09/05/2011 06:54 PM, Jürgen Spitzmüller wrote: > Congratulations, Richard! +1 the first time is always the most terrifying. ;-) -- José Matos

Re: LyX 2.0.1 Sources Available

2011-09-05 Thread Vincent van Ravesteijn
In th merged installer MiKTeX is directly included. So even if you don't have Internet access, you can install LyX and it will work with its basic features. There were some reasonable user requests in the past to include MiKTeX directly and the MiKTeX maintainer kindly built in some features

Re: LyX 2.0.1 Released

2011-09-05 Thread Jürgen Spitzmüller
Richard Heck wrote: > Public release of LyX version 2.0.1 > === > > We are pleased to announce the release of LyX 2.0.1. This is the first > maintenance release in the 2.0.x series. Congratulations, Richard! Jürgen

Re: LyX 2.0.1 Sources Available

2011-09-05 Thread Pavel Sanda
Uwe Stöhr wrote: > Works fine and a Win installer is ready (the merged one). I'll leave the > installer for LyX 2.0.1 to Joost because the merged installer is not yet > able to install LyX if you install it without admin privileges (due to a > Imagemagick issue). is this regression wrt 2.0.0 in

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

2011-09-05 Thread Pavel Sanda
for...@lyx.org wrote: > Author: forenr > Date: Mon Jul 18 10:10:20 2011 > New Revision: 39337 > URL: http://www.lyx.org/trac/changeset/39337 > > Log: > Limit fix for bug #6063 to math insets and only when inline completion > is disabled in math. > > Modified: >lyx-devel/trunk/src/frontends/qt

Re: first step of merging the Win installers

2011-09-05 Thread Vincent van Ravesteijn
Op 5-9-2011 17:39, Uwe Stöhr schreef: Am 21.08.2011 11:00, schrieb Vincent van Ravesteijn: - I used the custom LaTeX installer page from my installer, only because this is already translated to 22 languages. The page design is a matter of taste, so we can also use yours if you prefer it for a

Branch is Open

2011-09-05 Thread Richard Heck
Branch is again open for commits, as LyX 2.0.1 is out. Richard

LyX 2.0.1 Released

2011-09-05 Thread Richard Heck
Public release of LyX version 2.0.1 === We are pleased to announce the release of LyX 2.0.1. This is the first maintenance release in the 2.0.x series. LyX 2.0.1 is the result of on-going efforts to make our stable version even more reliable and stable. We have fi

Re: first step of merging the Win installers

2011-09-05 Thread Uwe Stöhr
Am 21.08.2011 11:00, schrieb Vincent van Ravesteijn: - I used the custom LaTeX installer page from my installer, only because this is already translated to 22 languages. The page design is a matter of taste, so we can also use yours if you prefer it for a certain reason. This page doesn't fit

Re: r39582 - in lyx-devel/trunk/development/Win32/packaging/installer: include setup

2011-09-05 Thread Uwe Stöhr
Am 05.09.2011 08:13, schrieb Vincent van Ravesteijn: I thought there was a recent discussion about dropping the Ghostscript support ? This was about the support for GSview which has already been dropped. We need Ghostscript to display PDF and EPS images within LyX. regards Uwe

Re: LyX 2.0.1 Sources Available

2011-09-05 Thread Uwe Stöhr
Am 02.09.2011 15:46, schrieb Vincent van Ravesteijn: Can you send me a link to this installer. I want to test it. https://developer.berlios.de/project/showfiles.php?group_id=5117&release_id=18767 regards Uwe

Re: Language changes within index entries - French doc files uncompilable in LyX 2.0.1

2011-09-05 Thread Uwe Stöhr
Am 05.09.2011 08:49, schrieb Jean-Pierre Chrétien: After investigation, this error is due to the fact that the word 'Flottants' is in French in the index inset within title of section 4.6.3. The exported latex construct \subsection{More Information\index{Flottants@\selectlanguage{french}% Flot

Re: LyX 2.0.1 Sources Available

2011-09-05 Thread Uwe Stöhr
Am 02.09.2011 08:41, schrieb Vincent van Ravesteijn: In th merged installer MiKTeX is directly included. So even if you don't have Internet access, you can install LyX and it will work with its basic features. There were some reasonable user requests in the past to include MiKTeX directly and th

Re: merging of external material and graphics interfaces

2011-09-05 Thread Helge Hafting
On 02. sep. 2011 02:45, Tommaso Cucinotta wrote: [...] I'm not sure why some of the external material contents are not previewed on the screen. External material is not necessarily images. The spreadsheet inset is converted to a longtable, for example. A longtable may get broken up over sever