Re: Global list-getters return a copy: example theConverters()

2011-01-22 Thread Peter Kümmel
I'm not sure I understand you here. Do you say, at some places we should copy the Converters: Converters converters = theConverters(); yes. and some place == buffer export as it was in the original patch. does it make sense? In Buffer::doExport I've introduced the copying of the Converters,

Re: .lyx files as (sym)links

2011-01-22 Thread Pavel Sanda
Jim Oldfield wrote: Believe it or not, this actually affects me on Windows! My LyX files are in if you desperately need it, lyx 1.6.4 is still without this problem. filename()). If the patch goes in I'll test in the RC and file a bug with QT if not. that would be good. i wait for

Re: Global list-getters return a copy: example theConverters()

2011-01-22 Thread Pavel Sanda
Peter Kümmel wrote: There could be other functions in doExport which are also called by other threads in particular? pavel

Re: Global list-getters return a copy: example theConverters()

2011-01-22 Thread Peter Kümmel
On 22.01.2011 11:03, Pavel Sanda wrote: Peter Kümmel wrote: There could be other functions in doExport which are also called by other threads in particular? I only saw that doExport is a long function with much calls. Peter

cmake LYX_option

2011-01-22 Thread Peter Kümmel
Before we set LyX 2.0 in stone by releasing it I've cleaned up a bit the LYX_ option naming, to make it more consistent: - only positive names (replace NO_ and DISBALE_ names) - short names when it is clear what the option means (no USE_) - no redundant options, e.g. LYX_RELEASE=0 is a debug

Re: cmake LYX_option

2011-01-22 Thread Pavel Sanda
Peter Kümmel wrote: Any ideas for other changes? INSTALL.cmake ? pavel

Re: cmake LYX_option

2011-01-22 Thread Abdelrazak Younes
On 22/01/2011 12:04, Peter Kümmel wrote: Before we set LyX 2.0 in stone by releasing it I've cleaned up a bit the LYX_ option naming, to make it more consistent: - only positive names (replace NO_ and DISBALE_ names) - short names when it is clear what the option means (no USE_) - no redundant

Re: cmake LYX_option

2011-01-22 Thread Abdelrazak Younes
On 22/01/2011 12:04, Peter Kümmel wrote: Before we set LyX 2.0 in stone by releasing it I've cleaned up a bit the LYX_ option naming, to make it more consistent: - only positive names (replace NO_ and DISBALE_ names) - short names when it is clear what the option means (no USE_) - no redundant

Re: .lyx files as (sym)links

2011-01-22 Thread Enrico Forestieri
On Sat, Jan 22, 2011 at 01:53:40AM +0100, Pavel Sanda wrote: this patch should help at least for symlinks. Why not restricting the workaround to the case where the file actually is stored on an ext4 file system? We could introduce a fileName().isOnExt4() method for that purpose. See the

Re: .lyx files as (sym)links

2011-01-22 Thread Stephan Witt
Am 22.01.2011 um 15:33 schrieb Enrico Forestieri: On Sat, Jan 22, 2011 at 01:53:40AM +0100, Pavel Sanda wrote: this patch should help at least for symlinks. Why not restricting the workaround to the case where the file actually is stored on an ext4 file system? It's copied for symlink

Re: cmake LYX_option

2011-01-22 Thread Peter Kümmel
On 22.01.2011 14:36, Abdelrazak Younes wrote: On 22/01/2011 12:04, Peter Kümmel wrote: Before we set LyX 2.0 in stone by releasing it I've cleaned up a bit the LYX_ option naming, to make it more consistent: - only positive names (replace NO_ and DISBALE_ names) - short names when it is clear

Re: cmake LYX_option

2011-01-22 Thread Peter Kümmel
On 22.01.2011 14:39, Abdelrazak Younes wrote: On 22/01/2011 12:04, Peter Kümmel wrote: Before we set LyX 2.0 in stone by releasing it I've cleaned up a bit the LYX_ option naming, to make it more consistent: - only positive names (replace NO_ and DISBALE_ names) - short names when it is clear

Re: cmake LYX_option

2011-01-22 Thread Abdelrazak Younes
On 22/01/2011 16:13, Peter Kümmel wrote: On 22.01.2011 14:39, Abdelrazak Younes wrote: On 22/01/2011 12:04, Peter Kümmel wrote: Before we set LyX 2.0 in stone by releasing it I've cleaned up a bit the LYX_ option naming, to make it more consistent: - only positive names (replace NO_ and

Re: cmake LYX_option

2011-01-22 Thread Abdelrazak Younes
On 22/01/2011 16:10, Peter Kümmel wrote: On 22.01.2011 14:36, Abdelrazak Younes wrote: On 22/01/2011 12:04, Peter Kümmel wrote: Before we set LyX 2.0 in stone by releasing it I've cleaned up a bit the LYX_ option naming, to make it more consistent: - only positive names (replace NO_ and

about background compilation

2011-01-22 Thread Edwin Leuven
it is great that lyx is no longer frozen when compiling a document, but i am missing some visual feedback that something is indeed happening i thought that it may be nice to hace a little spinning icon like http://dl.dropbox.com/u/359550/busy.gif in the status bar when something is happening

Re: cmake LYX_option

2011-01-22 Thread Stephan Witt
Am 22.01.2011 um 16:10 schrieb Peter Kümmel: On 22.01.2011 14:36, Abdelrazak Younes wrote: On 22/01/2011 12:04, Peter Kümmel wrote: Before we set LyX 2.0 in stone by releasing it I've cleaned up a bit the LYX_ option naming, to make it more consistent: - only positive names (replace NO_

Re: about background compilation

2011-01-22 Thread Peter Kümmel
On 22.01.2011 16:36, Edwin Leuven wrote: it is great that lyx is no longer frozen when compiling a document, but i am missing some visual feedback that something is indeed happening i thought that it may be nice to hace a little spinning icon like http://dl.dropbox.com/u/359550/busy.gif Link

Re: cmake LYX_option

2011-01-22 Thread Peter Kümmel
On 22.01.2011 16:46, Stephan Witt wrote: Peter, is it possible to add extra library/include file search paths? If I want to debug the aspell/hunspell I have to use my private builds on Mac. I want to pass it as options from command line, otherwise I have to change the e. g. FindASPELL.cmake

Re: cmake LYX_option

2011-01-22 Thread Peter Kümmel
On 22.01.2011 16:17, Abdelrazak Younes wrote: I don't know, this looks like a good idea from the outside and Joost and Uwe said they won't have time to do anything in the short term. Oh, then we should try it. But without reading the doc it will not work ;)

Re: cmake LYX_option

2011-01-22 Thread Abdelrazak Younes
On 22/01/2011 16:57, Peter Kümmel wrote: On 22.01.2011 16:17, Abdelrazak Younes wrote: I don't know, this looks like a good idea from the outside and Joost and Uwe said they won't have time to do anything in the short term. Oh, then we should try it. But without reading the doc it will

Re: cmake LYX_option

2011-01-22 Thread Stephan Witt
Am 22.01.2011 um 16:54 schrieb Peter Kümmel: On 22.01.2011 16:46, Stephan Witt wrote: Peter, is it possible to add extra library/include file search paths? If I want to debug the aspell/hunspell I have to use my private builds on Mac. I want to pass it as options from command line,

Re: about background compilation

2011-01-22 Thread Edwin Leuven
Peter Kümmel syntheti...@gmx.net wrote: We use a finished signal already in GuiView:        connect(d.processing_thread_watcher_, SIGNAL(finished()), this,                SLOT(processingThreadFinished())); assume there is also a started(). thanks, the attached patch includes the icon

Re: about background compilation

2011-01-22 Thread Peter Kümmel
On 22.01.2011 18:28, Edwin Leuven wrote: the attached patch includes the icon No, it doesn't ;)

Re: cmake LYX_option

2011-01-22 Thread Peter Kümmel
On 22.01.2011 17:50, Stephan Witt wrote: Am 22.01.2011 um 16:54 schrieb Peter Kümmel: On 22.01.2011 16:46, Stephan Witt wrote: Peter, is it possible to add extra library/include file search paths? If I want to debug the aspell/hunspell I have to use my private builds on Mac. I want to pass

Re: cmake LYX_option

2011-01-22 Thread Peter Kümmel
On 22.01.2011 14:36, Abdelrazak Younes wrote: All cmake files should be globed in the CMakeList (so that they are accessible from QtCreator and MSVC). I think lyxrc and ui/ files for menubar and toolbars defintion should also be globed. Added all files from lib/ui. But I could not find lyxrc.

Re: about background compilation

2011-01-22 Thread Enrico Forestieri
On Sat, Jan 22, 2011 at 07:42:00PM +0100, Peter Kümmel wrote: On 22.01.2011 18:28, Edwin Leuven wrote: the attached patch includes the icon No, it doesn't ;) wget http://dl.dropbox.com/u/359550/busy.gif mv busy.gif lib/images/wait.gif -- Enrico

Re: cmake LYX_option

2011-01-22 Thread Peter Kümmel
On 22.01.2011 16:17, Abdelrazak Younes wrote: I don't know, this looks like a good idea from the outside and Joost and Uwe said they won't have time to do anything in the short term. Does this mean we have no Windows installer. Had a look at development/Win32/packaging with lots of .nsh

Re: cmake LYX_option

2011-01-22 Thread Peter Kümmel
On 22.01.2011 17:06, Abdelrazak Younes wrote: On 22/01/2011 16:57, Peter Kümmel wrote: On 22.01.2011 16:17, Abdelrazak Younes wrote: I don't know, this looks like a good idea from the outside and Joost and Uwe said they won't have time to do anything in the short term. Oh, then we

Re: .lyx files as (sym)links

2011-01-22 Thread Enrico Forestieri
On Sat, Jan 22, 2011 at 03:48:06PM +0100, Stephan Witt wrote: Am 22.01.2011 um 15:33 schrieb Enrico Forestieri: On Sat, Jan 22, 2011 at 01:53:40AM +0100, Pavel Sanda wrote: this patch should help at least for symlinks. Why not restricting the workaround to the case where the file

Re: about background compilation

2011-01-22 Thread Peter Kümmel
On 22.01.2011 20:08, Enrico Forestieri wrote: On Sat, Jan 22, 2011 at 07:42:00PM +0100, Peter Kümmel wrote: On 22.01.2011 18:28, Edwin Leuven wrote: the attached patch includes the icon No, it doesn't ;) wget http://dl.dropbox.com/u/359550/busy.gif Thanks, tried it only with Firefox.

Re: about background compilation

2011-01-22 Thread Peter Kümmel
comments welcome as usual + QString fname = toqstr(libFileSearch(images, wait.gif).absFileName()); lyx::libFileSearch or lyx::support::libFileSearch Merged build knows both at this place. Peter

Re: about background compilation

2011-01-22 Thread Peter Kümmel
On 22.01.2011 18:28, Edwin Leuven wrote: Peter Kümmelsyntheti...@gmx.net wrote: We use a finished signal already in GuiView: connect(d.processing_thread_watcher_, SIGNAL(finished()), this, SLOT(processingThreadFinished())); assume there is also a started(). thanks,

Re: Printer fonts in 2.0 HEAD

2011-01-22 Thread Guenter Milde
On 2011-01-22, Raymond Lillard wrote: This may be (probably is) my fault but anyhow this is a problem for me. From a recent thread with subject line: Italic textual Greek with Palatino (mathpazo) Liviu Andronic wrote: Interesting workaround, but I keep getting this error when trying

Re: r37300 - lyx-devel/trunk

2011-01-22 Thread Pavel Sanda
kuem...@lyx.org wrote: Author: kuemmel Date: Sat Jan 22 13:40:13 2011 New Revision: 37300 URL: http://www.lyx.org/trac/changeset/37300 Log: cmake: make package_source work. 12M lyx-2.0.tar.bz2 note that we currently ship .xz instead of bz2 (9M). 15M lyx-2.0.tar.gz 18M lyx-2.0.zip

Re: .lyx files as (sym)links

2011-01-22 Thread Pavel Sanda
Enrico Forestieri wrote: On Sat, Jan 22, 2011 at 01:53:40AM +0100, Pavel Sanda wrote: this patch should help at least for symlinks. Why not restricting the workaround to the case where the file actually is stored on an ext4 file system? in principle i'm all for it. i would just rename

Re: .lyx files as (sym)links

2011-01-22 Thread Pavel Sanda
Pavel Sanda wrote: in principle i'm all for it. i would just rename the method to isOnTheDamnedExt4(). actually if we are going to code something specific for ext4 we could try straight forward solution - really use fsync. most trivial patch would be something like #ifdef linux void

Re: cmake LYX_option

2011-01-22 Thread Pavel Sanda
Peter Kümmel wrote: Does this mean we have no Windows installer. about official one the situation is even worse since no clear message was written - either yes or no ;) the currently alternative one can be done at march according to Uwe. What was the reason to have two installers? unresolved

Re: .lyx files as (sym)links

2011-01-22 Thread Ben Goodrich
Pavel Sanda sanda at lyx.org writes: most trivial patch would be something like #ifdef linux void fixdamnedext4(){fopen(f);fsync(f);fclose(f);} #endif and call it somewhere after saving file. it would need some brave ext4 soul to test that this actually works. I have ext4 and a 2.6.37

Re: .lyx files as (sym)links

2011-01-22 Thread Richard Heck
On 01/22/2011 07:07 PM, Ben Goodrich wrote: Pavel Sandasandaat lyx.org writes: most trivial patch would be something like #ifdef linux void fixdamnedext4(){fopen(f);fsync(f);fclose(f);} #endif and call it somewhere after saving file. it would need some brave ext4 soul to test that this

Re: Global list-getters return a copy: example theConverters()

2011-01-22 Thread Peter Kümmel
I'm not sure I understand you here. Do you say, at some places we should copy the Converters: Converters converters = theConverters(); yes. and some place == buffer export as it was in the original patch. does it make sense? In Buffer::doExport I've introduced the copying of the Converters,

Re: .lyx files as (sym)links

2011-01-22 Thread Pavel Sanda
Jim Oldfield wrote: > > Believe it or not, this actually affects me on Windows! My LyX files are in if you desperately need it, lyx 1.6.4 is still without this problem. > filename()). If the patch goes in I'll test in the RC and file a bug with QT > if > not. that would be good. i wait

Re: Global list-getters return a copy: example theConverters()

2011-01-22 Thread Pavel Sanda
Peter Kümmel wrote: > There could be other functions in doExport which are also called by other > threads in particular? pavel

Re: Global list-getters return a copy: example theConverters()

2011-01-22 Thread Peter Kümmel
On 22.01.2011 11:03, Pavel Sanda wrote: Peter Kümmel wrote: There could be other functions in doExport which are also called by other threads in particular? I only saw that doExport is a long function with much calls. Peter

cmake LYX_

2011-01-22 Thread Peter Kümmel
Before we set LyX 2.0 in stone by releasing it I've cleaned up a bit the LYX_ option naming, to make it more consistent: - only positive names (replace NO_ and DISBALE_ names) - short names when it is clear what the option means (no USE_) - no redundant options, e.g. LYX_RELEASE=0 is a debug

Re: cmake LYX_

2011-01-22 Thread Pavel Sanda
Peter Kümmel wrote: > Any ideas for other changes? INSTALL.cmake ? pavel

Re: cmake LYX_

2011-01-22 Thread Abdelrazak Younes
On 22/01/2011 12:04, Peter Kümmel wrote: Before we set LyX 2.0 in stone by releasing it I've cleaned up a bit the LYX_ option naming, to make it more consistent: - only positive names (replace NO_ and DISBALE_ names) - short names when it is clear what the option means (no USE_) - no redundant

Re: cmake LYX_

2011-01-22 Thread Abdelrazak Younes
On 22/01/2011 12:04, Peter Kümmel wrote: Before we set LyX 2.0 in stone by releasing it I've cleaned up a bit the LYX_ option naming, to make it more consistent: - only positive names (replace NO_ and DISBALE_ names) - short names when it is clear what the option means (no USE_) - no redundant

Re: .lyx files as (sym)links

2011-01-22 Thread Enrico Forestieri
On Sat, Jan 22, 2011 at 01:53:40AM +0100, Pavel Sanda wrote: > this patch should help at least for symlinks. Why not restricting the workaround to the case where the file actually is stored on an ext4 file system? We could introduce a fileName().isOnExt4() method for that purpose. See the

Re: .lyx files as (sym)links

2011-01-22 Thread Stephan Witt
Am 22.01.2011 um 15:33 schrieb Enrico Forestieri: > On Sat, Jan 22, 2011 at 01:53:40AM +0100, Pavel Sanda wrote: > >> this patch should help at least for symlinks. > > Why not restricting the workaround to the case where the file actually > is stored on an ext4 file system? It's copied for

Re: cmake LYX_

2011-01-22 Thread Peter Kümmel
On 22.01.2011 14:36, Abdelrazak Younes wrote: On 22/01/2011 12:04, Peter Kümmel wrote: Before we set LyX 2.0 in stone by releasing it I've cleaned up a bit the LYX_ option naming, to make it more consistent: - only positive names (replace NO_ and DISBALE_ names) - short names when it is clear

Re: cmake LYX_

2011-01-22 Thread Peter Kümmel
On 22.01.2011 14:39, Abdelrazak Younes wrote: On 22/01/2011 12:04, Peter Kümmel wrote: Before we set LyX 2.0 in stone by releasing it I've cleaned up a bit the LYX_ option naming, to make it more consistent: - only positive names (replace NO_ and DISBALE_ names) - short names when it is clear

Re: cmake LYX_

2011-01-22 Thread Abdelrazak Younes
On 22/01/2011 16:13, Peter Kümmel wrote: On 22.01.2011 14:39, Abdelrazak Younes wrote: On 22/01/2011 12:04, Peter Kümmel wrote: Before we set LyX 2.0 in stone by releasing it I've cleaned up a bit the LYX_ option naming, to make it more consistent: - only positive names (replace NO_ and

Re: cmake LYX_

2011-01-22 Thread Abdelrazak Younes
On 22/01/2011 16:10, Peter Kümmel wrote: On 22.01.2011 14:36, Abdelrazak Younes wrote: On 22/01/2011 12:04, Peter Kümmel wrote: Before we set LyX 2.0 in stone by releasing it I've cleaned up a bit the LYX_ option naming, to make it more consistent: - only positive names (replace NO_ and

about background compilation

2011-01-22 Thread Edwin Leuven
it is great that lyx is no longer frozen when compiling a document, but i am missing some visual feedback that something is indeed happening i thought that it may be nice to hace a little spinning icon like http://dl.dropbox.com/u/359550/busy.gif in the status bar when something is happening

Re: cmake LYX_

2011-01-22 Thread Stephan Witt
Am 22.01.2011 um 16:10 schrieb Peter Kümmel: > On 22.01.2011 14:36, Abdelrazak Younes wrote: >> On 22/01/2011 12:04, Peter Kümmel wrote: >>> Before we set LyX 2.0 in stone by releasing it >>> I've cleaned up a bit the LYX_ option naming, >>> to make it more consistent: >>> >>> - only positive

Re: about background compilation

2011-01-22 Thread Peter Kümmel
On 22.01.2011 16:36, Edwin Leuven wrote: it is great that lyx is no longer frozen when compiling a document, but i am missing some visual feedback that something is indeed happening i thought that it may be nice to hace a little spinning icon like http://dl.dropbox.com/u/359550/busy.gif Link

Re: cmake LYX_

2011-01-22 Thread Peter Kümmel
On 22.01.2011 16:46, Stephan Witt wrote: Peter, is it possible to add extra library/include file search paths? If I want to debug the aspell/hunspell I have to use my private builds on Mac. I want to pass it as options from command line, otherwise I have to change the e. g. FindASPELL.cmake

Re: cmake LYX_

2011-01-22 Thread Peter Kümmel
On 22.01.2011 16:17, Abdelrazak Younes wrote: I don't know, this looks like a good idea from the outside and Joost and Uwe said they won't have time to do anything in the short term. Oh, then we should try it. But without reading the doc it will not work ;)

Re: cmake LYX_

2011-01-22 Thread Abdelrazak Younes
On 22/01/2011 16:57, Peter Kümmel wrote: On 22.01.2011 16:17, Abdelrazak Younes wrote: I don't know, this looks like a good idea from the outside and Joost and Uwe said they won't have time to do anything in the short term. Oh, then we should try it. But without reading the doc it will

Re: cmake LYX_

2011-01-22 Thread Stephan Witt
Am 22.01.2011 um 16:54 schrieb Peter Kümmel: > On 22.01.2011 16:46, Stephan Witt wrote: >> Peter, >> >> is it possible to add extra library/include file search paths? >> >> If I want to debug the aspell/hunspell I have to use my private builds on >> Mac. >> >> I want to pass it as options

Re: about background compilation

2011-01-22 Thread Edwin Leuven
Peter Kümmel wrote: > We use a finished signal already in GuiView: > >        connect(_thread_watcher_, SIGNAL(finished()), this, >                SLOT(processingThreadFinished())); > > assume there is also a started(). thanks, the attached patch includes the icon comments

Re: about background compilation

2011-01-22 Thread Peter Kümmel
On 22.01.2011 18:28, Edwin Leuven wrote: the attached patch includes the icon No, it doesn't ;)

Re: cmake LYX_

2011-01-22 Thread Peter Kümmel
On 22.01.2011 17:50, Stephan Witt wrote: Am 22.01.2011 um 16:54 schrieb Peter Kümmel: On 22.01.2011 16:46, Stephan Witt wrote: Peter, is it possible to add extra library/include file search paths? If I want to debug the aspell/hunspell I have to use my private builds on Mac. I want to pass

Re: cmake LYX_

2011-01-22 Thread Peter Kümmel
On 22.01.2011 14:36, Abdelrazak Younes wrote: All cmake files should be globed in the CMakeList (so that they are accessible from QtCreator and MSVC). I think lyxrc and ui/ files for menubar and toolbars defintion should also be globed. Added all files from lib/ui. But I could not find lyxrc.

Re: about background compilation

2011-01-22 Thread Enrico Forestieri
On Sat, Jan 22, 2011 at 07:42:00PM +0100, Peter Kümmel wrote: > On 22.01.2011 18:28, Edwin Leuven wrote: > >the attached patch includes the icon > > No, it doesn't ;) wget http://dl.dropbox.com/u/359550/busy.gif mv busy.gif lib/images/wait.gif -- Enrico

Re: cmake LYX_

2011-01-22 Thread Peter Kümmel
On 22.01.2011 16:17, Abdelrazak Younes wrote: I don't know, this looks like a good idea from the outside and Joost and Uwe said they won't have time to do anything in the short term. Does this mean we have no Windows installer. Had a look at development/Win32/packaging with lots of .nsh

Re: cmake LYX_

2011-01-22 Thread Peter Kümmel
On 22.01.2011 17:06, Abdelrazak Younes wrote: On 22/01/2011 16:57, Peter Kümmel wrote: On 22.01.2011 16:17, Abdelrazak Younes wrote: I don't know, this looks like a good idea from the outside and Joost and Uwe said they won't have time to do anything in the short term. Oh, then we

Re: .lyx files as (sym)links

2011-01-22 Thread Enrico Forestieri
On Sat, Jan 22, 2011 at 03:48:06PM +0100, Stephan Witt wrote: > Am 22.01.2011 um 15:33 schrieb Enrico Forestieri: > > > On Sat, Jan 22, 2011 at 01:53:40AM +0100, Pavel Sanda wrote: > > > >> this patch should help at least for symlinks. > > > > Why not restricting the workaround to the case

Re: about background compilation

2011-01-22 Thread Peter Kümmel
On 22.01.2011 20:08, Enrico Forestieri wrote: On Sat, Jan 22, 2011 at 07:42:00PM +0100, Peter Kümmel wrote: On 22.01.2011 18:28, Edwin Leuven wrote: the attached patch includes the icon No, it doesn't ;) wget http://dl.dropbox.com/u/359550/busy.gif Thanks, tried it only with Firefox.

Re: about background compilation

2011-01-22 Thread Peter Kümmel
comments welcome as usual + QString fname = toqstr(libFileSearch("images", "wait.gif").absFileName()); lyx::libFileSearch or lyx::support::libFileSearch Merged build knows both at this place. Peter

Re: about background compilation

2011-01-22 Thread Peter Kümmel
On 22.01.2011 18:28, Edwin Leuven wrote: Peter Kümmel wrote: We use a finished signal already in GuiView: connect(_thread_watcher_, SIGNAL(finished()), this, SLOT(processingThreadFinished())); assume there is also a started(). thanks, the

Re: Printer fonts in 2.0 HEAD

2011-01-22 Thread Guenter Milde
On 2011-01-22, Raymond Lillard wrote: > This may be (probably is) my fault but anyhow this is a > problem for me. > From a recent thread with subject line: >"Italic textual Greek with Palatino (mathpazo)" > Liviu Andronic wrote: >Interesting workaround, but I keep getting this error

Re: r37300 - lyx-devel/trunk

2011-01-22 Thread Pavel Sanda
kuem...@lyx.org wrote: > Author: kuemmel > Date: Sat Jan 22 13:40:13 2011 > New Revision: 37300 > URL: http://www.lyx.org/trac/changeset/37300 > > Log: > cmake: make package_source work. > > 12M lyx-2.0.tar.bz2 note that we currently ship .xz instead of bz2 (9M). > 15M lyx-2.0.tar.gz > 18M

Re: .lyx files as (sym)links

2011-01-22 Thread Pavel Sanda
Enrico Forestieri wrote: > On Sat, Jan 22, 2011 at 01:53:40AM +0100, Pavel Sanda wrote: > > > this patch should help at least for symlinks. > > Why not restricting the workaround to the case where the file actually > is stored on an ext4 file system? in principle i'm all for it. i would just

Re: .lyx files as (sym)links

2011-01-22 Thread Pavel Sanda
Pavel Sanda wrote: > in principle i'm all for it. i would just rename the method to > isOnTheDamnedExt4(). actually if we are going to code something specific for ext4 we could try straight forward solution - really use fsync. most trivial patch would be something like #ifdef linux void

Re: cmake LYX_

2011-01-22 Thread Pavel Sanda
Peter Kümmel wrote: > Does this mean we have no Windows installer. about official one the situation is even worse since no clear message was written - either yes or no ;) the currently alternative one can be done at march according to Uwe. > What was the reason to have two installers?

Re: .lyx files as (sym)links

2011-01-22 Thread Ben Goodrich
Pavel Sanda lyx.org> writes: > most trivial patch would be something like > #ifdef linux > void fixdamnedext4(){fopen(f);fsync(f);fclose(f);} > #endif > and call it somewhere after saving file. > it would need some brave ext4 soul to test that this actually works. I have ext4 and a 2.6.37 kernel

Re: .lyx files as (sym)links

2011-01-22 Thread Richard Heck
On 01/22/2011 07:07 PM, Ben Goodrich wrote: Pavel Sanda writes: most trivial patch would be something like #ifdef linux void fixdamnedext4(){fopen(f);fsync(f);fclose(f);} #endif and call it somewhere after saving file. it would need some brave ext4 soul to test that this