Re: [PATCH] Implement proper Dialog factory instead of implicit link-time dependencies

2020-12-06 Thread Richard Kimberly Heck
On 12/6/20 1:32 PM, Yuriy Skalko wrote: Here is an update for this refactoring. Makes a lot of sense. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [PATCH] Implement proper Dialog factory instead of implicit link-time dependencies

2020-12-06 Thread Yuriy Skalko
Here is an update for this refactoring. Yuriy From c36594e9ef489b5bb95a54b61576686bf92aaa1e Mon Sep 17 00:00:00 2001 From: Yuriy Skalko Date: Sun, 6 Dec 2020 18:01:09 +0200 Subject: [PATCH] Move implementation details to constructors. Amend 78f457796c --- src/frontends/qt/DialogFactory.cpp

Re: [PATCH] Implement proper Dialog factory instead of implicit link-time dependencies

2020-12-05 Thread Richard Kimberly Heck
On 12/5/20 11:52 AM, Yuriy Skalko wrote: > Please review this patch. The change is pretty straightforward. And > according to the comment "// will be replaced by a proper factory..." > that appeared in 2007 (169d3fa39e) it should be done long ago :) I'll also have a look at this one later today.

[PATCH] Implement proper Dialog factory instead of implicit link-time dependencies

2020-12-05 Thread Yuriy Skalko
Please review this patch. The change is pretty straightforward. And according to the comment "// will be replaced by a proper factory..." that appeared in 2007 (169d3fa39e) it should be done long ago :) Yuriy -- lyx-devel mailing list lyx-devel@lists.lyx.org

[PATCH] Implement proper Dialog factory instead of implicit link-time dependencies

2020-12-03 Thread Yuriy Skalko
From 5d787f00733e53ee943466fc6d8e8fe45f6950b6 Mon Sep 17 00:00:00 2001 From: Yuriy Skalko Date: Thu, 3 Dec 2020 19:41:52 +0200 Subject: [PATCH] Implement proper Dialog factory instead of implicit link-time dependencies --- src/frontends/qt/DialogFactory.cpp | 239

Re: [LyX/master] Move include of own header to the top. Fix dependencies

2020-10-25 Thread Richard Kimberly Heck
On 10/25/20 1:35 PM, Kornel Benko wrote: Am Sun, 25 Oct 2020 17:30:38 +0100 (CET) schrieb Yuriy Skalko : commit 10272e474790d25ae9b5f3d272423959422ddfbd Author: Yuriy Skalko Date: Sun Oct 25 00:47:13 2020 +0300 Move include of own header to the top. Fix dependencies Please, only

Re: [LyX/master] Move include of own header to the top. Fix dependencies

2020-10-25 Thread Kornel Benko
Am Sun, 25 Oct 2020 17:30:38 +0100 (CET) schrieb Yuriy Skalko : > commit 10272e474790d25ae9b5f3d272423959422ddfbd > Author: Yuriy Skalko > Date: Sun Oct 25 00:47:13 2020 +0300 > > Move include of own header to the top. Fix dependencies Please, only fixes for now. Unt

Re: Windows Dependencies

2018-05-18 Thread Richard Kimberly Heck
On 05/18/2018 08:09 AM, Pavel Sanda wrote: > Richard Kimberly Heck wrote: >> I've uploaded the zip file with Uwe's Windows dependencies (Python, etc) >> to here >> >>     http://ftp.lyx.org/pub/lyx/devel/win_deps/lyx-windows-deps-msvc2015.zip >> >> Others

Re: Windows Dependencies

2018-05-18 Thread Pavel Sanda
Richard Kimberly Heck wrote: > I've uploaded the zip file with Uwe's Windows dependencies (Python, etc) > to here > >     http://ftp.lyx.org/pub/lyx/devel/win_deps/lyx-windows-deps-msvc2015.zip > > Others should be able to build our installers on Windows, and you need > th

Windows Dependencies

2018-05-17 Thread Richard Kimberly Heck
I've uploaded the zip file with Uwe's Windows dependencies (Python, etc) to here     http://ftp.lyx.org/pub/lyx/devel/win_deps/lyx-windows-deps-msvc2015.zip Others should be able to build our installers on Windows, and you need this stuff to do so. We will need to keep this up to date somehow

Re: Dependencies to build LyX (from Git) on clean Ubuntu 16.04 using Qt5?

2017-01-18 Thread Christian Ridderström
On 18 January 2017 at 01:21, Scott Kostyshak <skost...@lyx.org> wrote: > On Tue, Jan 17, 2017 at 11:54:02PM +0100, Christian Ridderström wrote: > > Hi, > > > > Does anyone have a list of the build dependencies that need to be > installed > > in order to bu

Re: Dependencies to build LyX (from Git) on clean Ubuntu 16.04 using Qt5?

2017-01-17 Thread Scott Kostyshak
On Tue, Jan 17, 2017 at 11:54:02PM +0100, Christian Ridderström wrote: > Hi, > > Does anyone have a list of the build dependencies that need to be installed > in order to build the latest LyX on a clean Ubuntu 16.04 using Qt5? I.e., > I'm looking for the > >sudo

Dependencies to build LyX (from Git) on clean Ubuntu 16.04 using Qt5?

2017-01-17 Thread Christian Ridderström
Hi, Does anyone have a list of the build dependencies that need to be installed in order to build the latest LyX on a clean Ubuntu 16.04 using Qt5? I.e., I'm looking for the sudo apt-get install build-essential ... XXX and the other steps you need to do in order to be able build LyX

Re: [LyX/master] Fix windows dependencies download

2016-07-10 Thread Georg Baum
PS: I have not forgotten you Guillaume (and other messages in my list), but I am running out of time again, I hope I'll can do it tomorrow or tuesday. Georg

Re: [LyX/master] Fix windows dependencies download

2016-07-10 Thread Georg Baum
agemagick is needed by some converters > > Am I misunderstanding something? Yes;-) You are right, these programs are needed to run LyX. However, the corresponding folders in the dependencies zip file are not needed to run LyX, they are only needed to build the installer. In fact they ar

Re: [LyX/master] Fix windows dependencies download

2016-07-10 Thread Georg Baum
Kornel Benko wrote: > Am Sonntag, 10. Juli 2016 um 18:51:55, schrieb Georg Baum > >> If we could change the setup the installation of >> gettext would become an optional step that only those need to do who >> wnat to work on the translations. > > Gettext will only be used if

Re: [LyX/master] Fix windows dependencies download

2016-07-10 Thread Kornel Benko
Am Sonntag, 10. Juli 2016 um 18:51:55, schrieb Georg Baum > - perl, python, imagemagick etc are only needed to build the installer. Perl is needed by TL too (Probably provided by MikTeX?) Python is needed by lyx2lyx Imagemagick is needed by some converters Am I misunderstanding

Re: [LyX/master] Fix windows dependencies download

2016-07-10 Thread Kornel Benko
Am Sonntag, 10. Juli 2016 um 18:51:55, schrieb Georg Baum > - gettext is in theory only needed of you want to work on translations. > In practice our cmake setup requires to copy it from the zip file also > for a simple build.. Not that I were aware of. > If we could change the

Re: [LyX/master] Fix windows dependencies download

2016-07-03 Thread Pavel Sanda
Richard Heck wrote: > On 07/02/2016 02:17 PM, Uwe Stöhr wrote: > > Am 19.06.2016 um 13:03 schrieb Georg Baum: > > > >>> The paths and servers have changed, and a MSVC 2013 version is not > >>> provided anymore. > > > > Thanks Georg for having a look. > > > > However, this ZIP-file should

Re: [LyX/master] Fix windows dependencies download

2016-07-03 Thread Richard Heck
On 07/02/2016 02:17 PM, Uwe Stöhr wrote: > Am 19.06.2016 um 13:03 schrieb Georg Baum: > >>> The paths and servers have changed, and a MSVC 2013 version is not >>> provided anymore. > > Thanks Georg for having a look. > > However, this ZIP-file should be put on ftp.lyx.org and be used: > >

Re: [LyX/master] Fix windows dependencies download

2016-07-02 Thread Uwe Stöhr
Am 19.06.2016 um 13:03 schrieb Georg Baum: The paths and servers have changed, and a MSVC 2013 version is not provided anymore. Thanks Georg for having a look. However, this ZIP-file should be put on ftp.lyx.org and be used: http://ftp.lyx.de/LyX-Windows-Deps/ Richard, could you

Re: [LyX/master] Fix windows dependencies download

2016-06-19 Thread Georg Baum
Georg Baum wrote: > commit 48fd76d4bfb99ee9dff20740c6b46683e36f043e > Author: Georg Baum <b...@lyx.org> > Date: Sun Jun 19 12:47:30 2016 +0200 > > Fix windows dependencies download > > The paths and servers have changed, and a MSVC 2013 version is

Re: [patch] Do not pretend that MSVC 12 can use dependencies compiled with MSVC 10

2015-12-15 Thread Peter Kümmel
MSVC. OK to go in? Was a decision made on this? Peter seems to be around so let's see if he has a comment. If no one else comments, I would say please commit. Scott I already removed the /vd2 flag when adding the download of the new 2013 dependencies. But in meantime it shows that it is

Re: [patch] Do not pretend that MSVC 12 can use dependencies compiled with MSVC 10

2015-12-15 Thread Scott Kostyshak
On Mon, Dec 07, 2015 at 09:53:44PM +0100, Georg Baum wrote: > First, for those who don't know, something about MSVC versions (it is easy > to get confused there): > > MSVC 8: Microsoft Visual Studio 2005 > MSVC 9: Microsoft Visual Studio 2008 > MSVC 10: Microsoft Visual Studio 2010 Don't be

Re: MSCV 2013 LyX dependencies are available

2015-12-09 Thread Uwe Stöhr
Am 09.12.2015 um 00:31 schrieb Uwe Stöhr: Here are the required dependencies to build LyX with MSVC 2013: http://ftp.lyx.de/LyX-Windows-Deps/ It contains a fresh compiled version of libhunspell, iconv and zlib. It contains also a bundled Python 2.7, latest Ghostscript and latest ImageMagick

MSCV 2013 LyX dependencies are available

2015-12-08 Thread Uwe Stöhr
Here are the required dependencies to build LyX with MSVC 2013: http://ftp.lyx.de/LyX-Windows-Deps/ It contains a fresh compiled version of libhunspell, iconv and zlib. It contains also a bundled Python 2.7, latest Ghostscript and latest ImageMagick to be able to build a Windows installer. I

[patch] Do not pretend that MSVC 12 can use dependencies compiled with MSVC 10

2015-12-07 Thread Georg Baum
First, for those who don't know, something about MSVC versions (it is easy to get confused there): MSVC 8: Microsoft Visual Studio 2005 MSVC 9: Microsoft Visual Studio 2008 MSVC 10: Microsoft Visual Studio 2010 Don't be mislead by the nice fit! MSVC 11: Microsoft Visual Studio 2012 From here on

Re: LyX Dependencies - Microsoft Windows

2012-01-11 Thread Kornel Benko
Am Dienstag, 10. Januar 2012 um 18:35:35, schrieb Rob Oakes rob.oa...@oak-tree.us Dear Developers, Do you know if anyone has compiled the dependencies for mingw64 bit? I finally realized that I'm getting linker errors because the dependencies were compiled with an older, 32 bit version

Re: LyX Dependencies - Microsoft Windows

2012-01-11 Thread Kornel Benko
Am Dienstag, 10. Januar 2012 um 18:35:35, schrieb Rob Oakes <rob.oa...@oak-tree.us> > Dear Developers, > > Do you know if anyone has compiled the dependencies for mingw64 bit? I > finally realized that I'm getting linker errors because the dependencies > were compiled

LyX Dependencies - Microsoft Windows

2012-01-10 Thread Rob Oakes
Dear Developers, Do you know if anyone has compiled the dependencies for mingw64 bit? I finally realized that I'm getting linker errors because the dependencies were compiled with an older, 32 bit version of the mingw. Do you know if there is a set of dependencies that have been compiled

LyX Dependencies - Microsoft Windows

2012-01-10 Thread Rob Oakes
Dear Developers, Do you know if anyone has compiled the dependencies for mingw64 bit? I finally realized that I'm getting linker errors because the dependencies were compiled with an older, 32 bit version of the mingw. Do you know if there is a set of dependencies that have been compiled

Re: Trac Dependencies Plugin

2011-12-10 Thread Uwe Stöhr
Am 08.12.2011 18:06, schrieb Richard Heck: I miss dependencies from bugzilla. Can someone add this plugin http://trac-hacks.org/wiki/MasterTicketsPlugin to our trac installation? Apparently, The web server does not have sufficient permissions to store files in the environment plugins

Re: Trac Dependencies Plugin

2011-12-10 Thread Uwe Stöhr
Am 08.12.2011 18:06, schrieb Richard Heck: I miss dependencies from bugzilla. Can someone add this plugin http://trac-hacks.org/wiki/MasterTicketsPlugin to our trac installation? Apparently, "The web server does not have sufficient permissions to store files in the environment pl

Trac Dependencies Plugin

2011-12-08 Thread Richard Heck
I miss dependencies from bugzilla. Can someone add this plugin http://trac-hacks.org/wiki/MasterTicketsPlugin to our trac installation? Apparently, The web server does not have sufficient permissions to store files in the environment plugins directory, so I cannot do it via the web. Richard

Trac Dependencies Plugin

2011-12-08 Thread Richard Heck
I miss dependencies from bugzilla. Can someone add this plugin http://trac-hacks.org/wiki/MasterTicketsPlugin to our trac installation? Apparently, "The web server does not have sufficient permissions to store files in the environment plugins directory", so I cannot do it v

Re: SourceForge FTP server (was: 'Re: MSVC dependencies')

2011-08-12 Thread Pavel Sanda
Jack Tanner wrote: Pavel Sanda sanda at lyx.org writes: we want old links eg ftp.lyx.org/pub/lyx/stable/1.6.x/ to remain working. This seems achievable by using ProFTPD as an FTP daemon and its mod_rewrite, which is similar to the Apache httpd mod_rewrite. That is, if any old machine

Re: SourceForge FTP server (was: 'Re: MSVC dependencies')

2011-08-12 Thread Pavel Sanda
Jack Tanner wrote: > Pavel Sanda lyx.org> writes: > > > we want old links eg ftp.lyx.org/pub/lyx/stable/1.6.x/ > > to remain working. > > This seems achievable by using ProFTPD as an FTP daemon and its mod_rewrite, > which is similar to the Apache httpd mod_rewrite. That is, if any old machine

Re: SourceForge FTP server (was: 'Re: MSVC dependencies')

2011-08-11 Thread Jack Tanner
Pavel Sanda sanda at lyx.org writes: we want old links eg ftp.lyx.org/pub/lyx/stable/1.6.x/ to remain working. This seems achievable by using ProFTPD as an FTP daemon and its mod_rewrite, which is similar to the Apache httpd mod_rewrite. That is, if any old machine (or virtual machine) can be

Re: SourceForge FTP server (was: 'Re: MSVC dependencies')

2011-08-11 Thread Jack Tanner
Pavel Sanda lyx.org> writes: > we want old links eg ftp.lyx.org/pub/lyx/stable/1.6.x/ > to remain working. This seems achievable by using ProFTPD as an FTP daemon and its mod_rewrite, which is similar to the Apache httpd mod_rewrite. That is, if any old machine (or virtual machine) can be

Re: SourceForge FTP server (was: 'Re: MSVC dependencies')

2011-08-10 Thread Rainer M Krug
On Tue, Aug 9, 2011 at 7:05 PM, Liviu Andronic landronim...@gmail.comwrote: On Tue, Aug 9, 2011 at 1:21 PM, Rainer M Krug r.m.k...@gmail.com wrote: We have an SF account and project ( https://sourceforge.net/projects/lyx/ ) As I understand it, we just have to upload the files and they

Re: SourceForge FTP server (was: 'Re: MSVC dependencies')

2011-08-10 Thread Rainer M Krug
On Tue, Aug 9, 2011 at 8:00 PM, Richard Heck rgh...@comcast.net wrote: On 08/09/2011 01:05 PM, Liviu Andronic wrote: On Tue, Aug 9, 2011 at 1:21 PM, Rainer M Krug r.m.k...@gmail.com wrote: We have an SF account and project ( https://sourceforge.net/projects/lyx/ ) As I understand it, we

Re: SourceForge FTP server (was: 'Re: MSVC dependencies')

2011-08-10 Thread Pavel Sanda
Rainer M Krug wrote: There are problems with security using this sourceforge account. It is not that I do not trust the people who have access to the account, but I cannot sign a binary and then put it somewhere to which people other than certain pre-approved folks---JMarc, Pavel, Jurgen,

Re: SourceForge FTP server (was: 'Re: MSVC dependencies')

2011-08-10 Thread Rainer M Krug
On Wed, Aug 10, 2011 at 1:56 PM, Pavel Sanda sa...@lyx.org wrote: Rainer M Krug wrote: There are problems with security using this sourceforge account. It is not that I do not trust the people who have access to the account, but I cannot sign a binary and then put it somewhere to which

Re: SourceForge FTP server (was: 'Re: MSVC dependencies')

2011-08-10 Thread Pavel Sanda
Rainer M Krug wrote: Does this answer the question? it doesn't look like that. pavel

Re: SourceForge FTP server (was: 'Re: MSVC dependencies')

2011-08-10 Thread Rainer M Krug
On Tue, Aug 9, 2011 at 7:05 PM, Liviu Andronic wrote: > On Tue, Aug 9, 2011 at 1:21 PM, Rainer M Krug wrote: > > We have an SF account and project ( > https://sourceforge.net/projects/lyx/ ) > > As I understand it, we just have to upload the files and

Re: SourceForge FTP server (was: 'Re: MSVC dependencies')

2011-08-10 Thread Rainer M Krug
On Tue, Aug 9, 2011 at 8:00 PM, Richard Heck wrote: > On 08/09/2011 01:05 PM, Liviu Andronic wrote: > > On Tue, Aug 9, 2011 at 1:21 PM, Rainer M Krug > wrote: > >> We have an SF account and project ( > https://sourceforge.net/projects/lyx/ ) > >> As I

Re: SourceForge FTP server (was: 'Re: MSVC dependencies')

2011-08-10 Thread Pavel Sanda
Rainer M Krug wrote: > > There are problems with security using this sourceforge account. It is > > not that I do not trust the people who have access to the account, but I > > cannot sign a binary and then put it somewhere to which people other > > than certain pre-approved folks---JMarc, Pavel,

Re: SourceForge FTP server (was: 'Re: MSVC dependencies')

2011-08-10 Thread Rainer M Krug
On Wed, Aug 10, 2011 at 1:56 PM, Pavel Sanda wrote: > Rainer M Krug wrote: > > > There are problems with security using this sourceforge account. It is > > > not that I do not trust the people who have access to the account, but > I > > > cannot sign a binary and then put it

Re: SourceForge FTP server (was: 'Re: MSVC dependencies')

2011-08-10 Thread Pavel Sanda
Rainer M Krug wrote: > Does this answer the question? it doesn't look like that. pavel

MSVC dependencies

2011-08-09 Thread Vincent van Ravesteijn
Hi All, Due to some holidays, a lot of work and some misfortune, my LyX development have been set back a bit. To get back to the old times I tried to compile LyX again, but this failed because I'm missing the msvc dependencies. And apparently the FTP server is still DOWN

Re: MSVC dependencies

2011-08-09 Thread Liviu Andronic
Hello On Tue, Aug 9, 2011 at 11:50 AM, Vincent van Ravesteijn v...@lyx.org wrote: To get back to the old times I tried to compile LyX again, but this failed because I'm missing the msvc dependencies. And apparently the FTP server is still DOWN What is needed to get the FTP

Re: MSVC dependencies

2011-08-09 Thread Rainer M Krug
: Hello On Tue, Aug 9, 2011 at 11:50 AM, Vincent van Ravesteijn v...@lyx.org wrote: To get back to the old times I tried to compile LyX again, but this failed because I'm missing the msvc dependencies. And apparently the FTP server is still DOWN What is needed to get

Re: MSVC dependencies

2011-08-09 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: Could someone help me getting the lyx20-deps-msvc2010-x86.zip file ? https://github.com/downloads/syntheticpp/lyx/lyx20-deps-msvc2010-x86.zip Jürgen

Re: MSVC dependencies

2011-08-09 Thread Pavel Sanda
Jürgen Spitzmüller wrote: Vincent van Ravesteijn wrote: Could someone help me getting the lyx20-deps-msvc2010-x86.zip file ? https://github.com/downloads/syntheticpp/lyx/lyx20-deps-msvc2010-x86.zip btw whats the time stamp of this binary? (uploaded by Peter or you?) i guess that after

Re: MSVC dependencies

2011-08-09 Thread Vincent van Ravesteijn
Op 9-8-2011 13:20, Jürgen Spitzmüller schreef: Vincent van Ravesteijn wrote: Could someone help me getting the lyx20-deps-msvc2010-x86.zip file ? https://github.com/downloads/syntheticpp/lyx/lyx20-deps-msvc2010-x86.zip Jürgen Thanks. Vincent

Re: MSVC dependencies

2011-08-09 Thread Jürgen Spitzmüller
Pavel Sanda wrote: https://github.com/downloads/syntheticpp/lyx/lyx20-deps-msvc2010-x86.zip btw whats the time stamp of this binary? (uploaded by Peter or you?) Uploaded by Peter on July 09, 2011, according to the log. Jürgen

SourceForge FTP server (was: 'Re: MSVC dependencies')

2011-08-09 Thread Liviu Andronic
On Tue, Aug 9, 2011 at 1:21 PM, Rainer M Krug r.m.k...@gmail.com wrote: We have an SF account and project ( https://sourceforge.net/projects/lyx/ ) As I understand it, we just have to upload the files and they should be there. Would it suffice to upload the 2.0.x releases, or should we mirror

Re: SourceForge FTP server (was: 'Re: MSVC dependencies')

2011-08-09 Thread Richard Heck
On 08/09/2011 01:05 PM, Liviu Andronic wrote: On Tue, Aug 9, 2011 at 1:21 PM, Rainer M Krug r.m.k...@gmail.com wrote: We have an SF account and project ( https://sourceforge.net/projects/lyx/ ) As I understand it, we just have to upload the files and they should be there. Would it suffice to

Re: SourceForge FTP server (was: 'Re: MSVC dependencies')

2011-08-09 Thread Pavel Sanda
Richard Heck wrote: On 08/09/2011 01:05 PM, Liviu Andronic wrote: On Tue, Aug 9, 2011 at 1:21 PM, Rainer M Krug r.m.k...@gmail.com wrote: We have an SF account and project ( https://sourceforge.net/projects/lyx/ ) As I understand it, we just have to upload the files and they should be

Re: MSVC dependencies

2011-08-09 Thread Peter Kümmel
On 09.08.2011 16:06, Jürgen Spitzmüller wrote: Pavel Sanda wrote: https://github.com/downloads/syntheticpp/lyx/lyx20-deps-msvc2010-x86.zip btw whats the time stamp of this binary? (uploaded by Peter or you?) Uploaded by Peter on July 09, 2011, according to the log. It's also here (I

MSVC dependencies

2011-08-09 Thread Vincent van Ravesteijn
Hi All, Due to some holidays, a lot of work and some misfortune, my LyX development have been set back a bit. To get back to the old times I tried to compile LyX again, but this failed because I'm missing the msvc dependencies. And apparently the FTP server is still DOWN

Re: MSVC dependencies

2011-08-09 Thread Liviu Andronic
Hello On Tue, Aug 9, 2011 at 11:50 AM, Vincent van Ravesteijn <v...@lyx.org> wrote: > To get back to the old times I tried to compile LyX again, but this failed > because I'm missing the msvc dependencies. And apparently the FTP server is > still DOWN > What is nee

Re: MSVC dependencies

2011-08-09 Thread Rainer M Krug
;wrote: > Hello > > > On Tue, Aug 9, 2011 at 11:50 AM, Vincent van Ravesteijn <v...@lyx.org> > wrote: > > To get back to the old times I tried to compile LyX again, but this > failed > > because I'm missing the msvc dependencies. And apparently the FTP server &

Re: MSVC dependencies

2011-08-09 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > Could someone help me getting the "lyx20-deps-msvc2010-x86.zip" file ? https://github.com/downloads/syntheticpp/lyx/lyx20-deps-msvc2010-x86.zip Jürgen

Re: MSVC dependencies

2011-08-09 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > Vincent van Ravesteijn wrote: > > Could someone help me getting the "lyx20-deps-msvc2010-x86.zip" file ? > > https://github.com/downloads/syntheticpp/lyx/lyx20-deps-msvc2010-x86.zip btw whats the time stamp of this binary? (uploaded by Peter or you?) i guess that

Re: MSVC dependencies

2011-08-09 Thread Vincent van Ravesteijn
Op 9-8-2011 13:20, Jürgen Spitzmüller schreef: Vincent van Ravesteijn wrote: Could someone help me getting the "lyx20-deps-msvc2010-x86.zip" file ? https://github.com/downloads/syntheticpp/lyx/lyx20-deps-msvc2010-x86.zip Jürgen Thanks. Vincent

Re: MSVC dependencies

2011-08-09 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > > https://github.com/downloads/syntheticpp/lyx/lyx20-deps-msvc2010-x86.zip > > btw whats the time stamp of this binary? (uploaded by Peter or you?) Uploaded by Peter on July 09, 2011, according to the log. Jürgen

SourceForge FTP server (was: 'Re: MSVC dependencies')

2011-08-09 Thread Liviu Andronic
On Tue, Aug 9, 2011 at 1:21 PM, Rainer M Krug wrote: > We have an SF account and project ( https://sourceforge.net/projects/lyx/ ) > As I understand it, we just have to upload the files and they should be > there. > Would it suffice to upload the 2.0.x releases, or should we

Re: SourceForge FTP server (was: 'Re: MSVC dependencies')

2011-08-09 Thread Richard Heck
On 08/09/2011 01:05 PM, Liviu Andronic wrote: > On Tue, Aug 9, 2011 at 1:21 PM, Rainer M Krug wrote: >> We have an SF account and project ( https://sourceforge.net/projects/lyx/ ) >> As I understand it, we just have to upload the files and they should be >> there. >> > Would

Re: SourceForge FTP server (was: 'Re: MSVC dependencies')

2011-08-09 Thread Pavel Sanda
Richard Heck wrote: > On 08/09/2011 01:05 PM, Liviu Andronic wrote: > > On Tue, Aug 9, 2011 at 1:21 PM, Rainer M Krug wrote: > >> We have an SF account and project ( https://sourceforge.net/projects/lyx/ ) > >> As I understand it, we just have to upload the files and they

Re: MSVC dependencies

2011-08-09 Thread Peter Kümmel
On 09.08.2011 16:06, Jürgen Spitzmüller wrote: Pavel Sanda wrote: https://github.com/downloads/syntheticpp/lyx/lyx20-deps-msvc2010-x86.zip btw whats the time stamp of this binary? (uploaded by Peter or you?) Uploaded by Peter on July 09, 2011, according to the log. It's also here (I

Re: [patch] #7044 module dependencies

2010-12-10 Thread Richard Heck
On 12/06/2010 03:02 PM, Julien Rioux wrote: Hi, A patch to give a more elaborate error message for missing module dependencies. Regarding converter dependencies, I don't treat them specially for now; missing converters simply get listed together with missing latex packages. But that's

Re: [patch] #7044 module dependencies

2010-12-10 Thread Richard Heck
On 12/06/2010 03:02 PM, Julien Rioux wrote: Hi, A patch to give a more elaborate error message for missing module dependencies. Regarding converter dependencies, I don't treat them specially for now; missing converters simply get listed together with missing latex packages. But that's

[patch] #7044 module dependencies

2010-12-06 Thread Julien Rioux
Hi, A patch to give a more elaborate error message for missing module dependencies. Regarding converter dependencies, I don't treat them specially for now; missing converters simply get listed together with missing latex packages. But that's already an improvement. -- Julien Index: src

Re: [patch] #7044 module dependencies

2010-12-06 Thread Julien Rioux
On 06/12/2010 3:02 PM, Julien Rioux wrote: Hi, A patch ... Also, please kindly consider the attached patch for the doc regarding availability of layouts and modules. Regards, Julien Index: lib/doc/UserGuide.lyx === ---

Re: [patch] #7044 module dependencies

2010-12-06 Thread Richard Heck
On 12/06/2010 03:06 PM, Julien Rioux wrote: On 06/12/2010 3:02 PM, Julien Rioux wrote: Hi, A patch ... Also, please kindly consider the attached patch for the doc regarding availability of layouts and modules. Can you post the complete manual with your changes? Then it will be easy to

[patch] #7044 module dependencies

2010-12-06 Thread Julien Rioux
Hi, A patch to give a more elaborate error message for missing module dependencies. Regarding converter dependencies, I don't treat them specially for now; missing converters simply get listed together with missing latex packages. But that's already an improvement. -- Julien Index: src

Re: [patch] #7044 module dependencies

2010-12-06 Thread Julien Rioux
On 06/12/2010 3:02 PM, Julien Rioux wrote: Hi, A patch ... Also, please kindly consider the attached patch for the doc regarding availability of layouts and modules. Regards, Julien Index: lib/doc/UserGuide.lyx === ---

Re: [patch] #7044 module dependencies

2010-12-06 Thread Richard Heck
On 12/06/2010 03:06 PM, Julien Rioux wrote: On 06/12/2010 3:02 PM, Julien Rioux wrote: Hi, A patch ... Also, please kindly consider the attached patch for the doc regarding availability of layouts and modules. Can you post the complete manual with your changes? Then it will be easy to

Re: MOC Dependencies

2010-09-13 Thread Jean-Marc LASGOUTTES
RGH rgh...@comcast.net writes: With SignalSlotPrivate, in particular, I sometimes get errors of the generated by an older MOC variety, and then I have to manually delete SignalSlotPrivate_moc.cpp. Can this somehow be automated via make? I am not sure how. JMarc

Re: MOC Dependencies

2010-09-13 Thread Jean-Marc LASGOUTTES
RGH writes: > With SignalSlotPrivate, in particular, I sometimes get errors of the > "generated by an older MOC" variety, and then I have to manually > delete SignalSlotPrivate_moc.cpp. Can this somehow be automated via > make? I am not sure how. JMarc

MOC Dependencies

2010-09-10 Thread RGH
With SignalSlotPrivate, in particular, I sometimes get errors of the generated by an older MOC variety, and then I have to manually delete SignalSlotPrivate_moc.cpp. Can this somehow be automated via make? rh

MOC Dependencies

2010-09-10 Thread RGH
With SignalSlotPrivate, in particular, I sometimes get errors of the "generated by an older MOC" variety, and then I have to manually delete SignalSlotPrivate_moc.cpp. Can this somehow be automated via make? rh

Problems with dependencies of scrbook

2010-08-13 Thread Jean-Marc LASGOUTTES
When loading the User guide, LyX complains about missing package scrbase.sty. What is this? All I have (texlive 2007) is a scrkbase.sty. Does it really make sense to put what I see as internal dependencies as dependencies? JMarc

Re: Problems with dependencies of scrbook

2010-08-13 Thread Jürgen Spitzmüller
bundle. Does it really make sense to put what I see as internal dependencies as dependencies? No. We only should check for external dependencies. Jürgen

Problems with dependencies of scrbook

2010-08-13 Thread Jean-Marc LASGOUTTES
When loading the User guide, LyX complains about missing package scrbase.sty. What is this? All I have (texlive 2007) is a scrkbase.sty. Does it really make sense to put what I see as internal dependencies as dependencies? JMarc

Re: Problems with dependencies of scrbook

2010-08-13 Thread Jürgen Spitzmüller
e KOMA bundle. > Does it really make sense to put what I see as internal dependencies as > dependencies? No. We only should check for "external" dependencies. Jürgen

Re: [patch] layout dependencies

2010-08-05 Thread Richard Heck
On 07/30/2010 02:43 PM, Julien Rioux wrote: Hi LyX developers, LyX 2.0 now has a new mechanism for relaying layout dependencies to the user, such as the class filename. Most LaTeX classes also rely on certain packages to be installed. It could be argued that this information should

Re: [patch] layout dependencies

2010-08-05 Thread Richard Heck
On 08/02/2010 05:31 PM, Guenter Milde wrote: On 2010-07-30, Julien Rioux wrote: LyX 2.0 now has a new mechanism for relaying layout dependencies to the user, such as the class filename. Most LaTeX classes also rely on certain packages to be installed. It could be argued

Re: [patch] layout dependencies

2010-08-05 Thread Richard Heck
On 07/30/2010 02:43 PM, Julien Rioux wrote: Hi LyX developers, LyX 2.0 now has a new mechanism for relaying layout dependencies to the user, such as the class filename. Most LaTeX classes also rely on certain packages to be installed. It could be argued that this information should

Re: [patch] layout dependencies

2010-08-05 Thread Richard Heck
On 08/02/2010 05:31 PM, Guenter Milde wrote: On 2010-07-30, Julien Rioux wrote: LyX 2.0 now has a new mechanism for relaying layout dependencies to the user, such as the class filename. Most LaTeX classes also rely on certain packages to be installed. It could be argued

Re: [patch] layout dependencies

2010-08-02 Thread Guenter Milde
dependencies to the user, such as the class filename. Most LaTeX classes also rely on certain packages to be installed. It could be argued that this information should be provided to LyX in the layout files. This patch address this. With these additions, it would be nice if the reported error

Re: [patch] layout dependencies

2010-08-02 Thread Guenter Milde
or relaying layout dependencies to the > user, such as the class filename. Most LaTeX classes also rely on > certain packages to be installed. It could be argued that this > information should be provided to LyX in the layout files. This patch > address this. With these additions, it

[patch] layout dependencies

2010-07-30 Thread Julien Rioux
Hi LyX developers, LyX 2.0 now has a new mechanism for relaying layout dependencies to the user, such as the class filename. Most LaTeX classes also rely on certain packages to be installed. It could be argued that this information should be provided to LyX in the layout files. This patch

[patch] layout dependencies

2010-07-30 Thread Julien Rioux
Hi LyX developers, LyX 2.0 now has a new mechanism for relaying layout dependencies to the user, such as the class filename. Most LaTeX classes also rely on certain packages to be installed. It could be argued that this information should be provided to LyX in the layout files. This patch

Trac tickets and dependencies ?

2009-04-03 Thread Tommaso Cucinotta
Hello, appearently, in the migration from Bugzilla to Trac, you lost the dependencies between tickets. Did you try to install the MasterTicketPlugin ? http://trac-hacks.org/wiki/MasterTicketsPlugin I introduces two ticket fields: blocks and blocked by, and draws a graph view of deps

Trac tickets and dependencies ?

2009-04-03 Thread Tommaso Cucinotta
Hello, appearently, in the migration from Bugzilla to Trac, you lost the dependencies between tickets. Did you try to install the MasterTicketPlugin ? http://trac-hacks.org/wiki/MasterTicketsPlugin I introduces two ticket fields: "blocks" and "blocked by", and draws a

Re: installing svn version, cmake, dependencies archive

2008-05-25 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: N. B. wrote: And I appreciate yours :-) I hope you'll help us improve our CMake support. Abdel. Thanks. I should contribute some way, as I use Lyx from time to time. It eases the pain of latex somewhat. Let's hope I find enough

Re: installing svn version, cmake, dependencies archive

2008-05-25 Thread Peter Kümmel
Abdelrazak Younes wrote: I didn't put lyx-devel in copy for this one. Are you sure? Peter

Re: installing svn version, cmake, dependencies archive

2008-05-25 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: N. B. wrote: And I appreciate yours :-) I hope you'll help us improve our CMake >>support. Abdel. Thanks. I should contribute some way, as I use Lyx from time to time. It eases the pain of latex somewhat. Let's hope I find enough

  1   2   3   >