Re: GuiProgess

2009-06-06 Thread Pavel Sanda
Peter Kuemmel wrote: > > > > what is your vision howto proceed with those 'other calls'? > > > > I've found some errors in my code, but have also the impression > QProcess in buggy on Linux (Kubuntu Qt 4.5.1) > > 1. QProcess::waitForFinished() sometimes crashes > 2. QProcess::waitForFinished(

Re: Configuring trunk on Mac: doesn't find aspell

2009-06-06 Thread BH
On Sat, Jun 6, 2009 at 4:35 PM, Jean-Marc Lasgouttes wrote: > Le 6 juin 09 à 16:56, BH a écrit : >> >> So it looks like either spelling is disabled on Mac (for compatibility >> with those who don't have aspell installed), or we bundle aspell libs >> into LyX.app. Is there a way to do the latter, at

Re: GuiProgess

2009-06-06 Thread Pavel Sanda
Peter Kuemmel wrote: > > > I've found some errors in my code, but have also the impression > > > QProcess in buggy on Linux (Kubuntu Qt 4.5.1) > > > > > > 1. QProcess::waitForFinished() sometimes crashes > > > 2. QProcess::waitForFinished() sometimes does not return (splash does > > not disappea

Re: GuiProgess

2009-06-06 Thread Peter Kuemmel
Original-Nachricht > Datum: Sat, 6 Jun 2009 22:20:10 +0200 > Von: Pavel Sanda > An: lyx-devel@lists.lyx.org > Betreff: Re: GuiProgess > Peter Kuemmel wrote: > > > > > > what is your vision howto proceed with those 'other calls'? > > > > > > > I've found some errors in my code

Re: Configuring trunk on Mac: doesn't find aspell

2009-06-06 Thread Jean-Marc Lasgouttes
Le 6 juin 09 à 16:56, BH a écrit : So it looks like either spelling is disabled on Mac (for compatibility with those who don't have aspell installed), or we bundle aspell libs into LyX.app. Is there a way to do the latter, at least on Mac? (Or am I missing some third option?) How did you build

Re: GuiProgess

2009-06-06 Thread Pavel Sanda
Peter Kuemmel wrote: > > > > what is your vision howto proceed with those 'other calls'? > > > > I've found some errors in my code, but have also the impression > QProcess in buggy on Linux (Kubuntu Qt 4.5.1) > > 1. QProcess::waitForFinished() sometimes crashes > 2. QProcess::waitForFinished(

Re: GuiProgess

2009-06-06 Thread Peter Kuemmel
> > what is your vision howto proceed with those 'other calls'? > I've found some errors in my code, but have also the impression QProcess in buggy on Linux (Kubuntu Qt 4.5.1) 1. QProcess::waitForFinished() sometimes crashes 2. QProcess::waitForFinished() sometimes does not return (splash doe

Re: Broken reverse search

2009-06-06 Thread Uwe Stöhr
rgheck schrieb: This would make it impossible for me to keep the docs up to date. Imagine Georg adds something about label translation, 3 hours later Jürgen adds something about thesaurus. Result: When Jürgen would accept the changes, I will loose Georg's changes. No, you don't, because the

Re: Broken reverse search

2009-06-06 Thread Enrico Forestieri
On Sat, Jun 06, 2009 at 02:00:03PM -0400, rgheck wrote: > Uwe Stöhr wrote: > > rgheck schrieb: > > > Here's another suggestion: ct should always be used when editing docs, > > > > Yes, this is already the policy. > > > but then anyone who edits the file again should accept all changes >

Re: Broken reverse search

2009-06-06 Thread rgheck
Uwe Stöhr wrote: rgheck schrieb: Here's another suggestion: ct should always be used when editing docs, Yes, this is already the policy. but then anyone who edits the file again should accept all changes before doing anything else. This would make it impossible for me to keep the docs up

Re: Broken reverse search

2009-06-06 Thread Enrico Forestieri
On Sat, Jun 06, 2009 at 04:39:40PM +0200, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > I was just waiting to know whether I should use change tracking or > > not. It seems that I should not? I vote for not to use it, because > > after a few changes to the same place things start becomi

Re: DocBook in LyX 2.0 ?

2009-06-06 Thread rgheck
Pavel Sanda wrote: rgh...@lyx.org wrote: Author: rgheck Date: Sat Jun 6 16:29:24 2009 New Revision: 29997 URL: http://www.lyx.org/trac/changeset/29997 Log: Add a note about docbook() problems. while we are it - i just quickly browsed through the few links about hacking docbook outpu

Re: Broken reverse search

2009-06-06 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > > And who is going to accept the changes? You? And when? And you wouldn't > > do > > > that for Extended.lyx, right? > > I will accept all changes for Intro, Tutorial, UserGuide, Math, and > EmbeddedObjects. And then? Do you tell the translators what has changed? Or do you assu

Re: Broken reverse search

2009-06-06 Thread Uwe Stöhr
> And who is going to accept the changes? You? And when? And you wouldn't do > that for Extended.lyx, right? I will accept all changes for Intro, Tutorial, UserGuide, Math, and EmbeddedObjects. regards Uwe

Re: GuiProgess

2009-06-06 Thread Peter Kümmel
Pavel Sanda wrote: > Peter Kuemmel wrote: >>> back to the patch - i didn't get what you intend with this splash? >> For long operations lyx is simply death, and the idea was to show at >> least a bit of information what's going on. > > aha. so at least it should be automatically closed after proce

Re: Feature Suggestion: Specifying Exact LaTeX Preamble in LyX

2009-06-06 Thread Vincent van Ravesteijn
Pavel Sanda schreef: Richard Heck wrote: I have a very hard time seeing how this might be implemented reliably. What would be easy, however, would be a kind of "expert" mode, where LyX does not output ANY preamble other than the one specified by the user. This could be toggled on and off, a

Re: Broken reverse search

2009-06-06 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > This would make it impossible for me to keep the docs up to date. Imagine > Georg adds something about label translation, 3 hours later Jürgen adds > something about thesaurus. Reusult: When Jürgen would accept the changes, I > will loose Georg's changes. And who is going to acc

Re: Broken reverse search

2009-06-06 Thread Uwe Stöhr
rgheck schrieb: Here's another suggestion: ct should always be used when editing docs, Yes, this is already the policy. but then anyone who edits the file again should accept all changes before doing anything else. This would make it impossible for me to keep the docs up to date. Imagine G

DocBook in LyX 2.0 ? (was: Re: r29997 - lyx-devel/trunk/src)

2009-06-06 Thread Pavel Sanda
rgh...@lyx.org wrote: > Author: rgheck > Date: Sat Jun 6 16:29:24 2009 > New Revision: 29997 > URL: http://www.lyx.org/trac/changeset/29997 > > Log: > Add a note about docbook() problems. while we are it - i just quickly browsed through the few links about hacking docbook output of lyx listed i

Re: Approaching LyX 1.6.3 [status update #2]

2009-06-06 Thread Pavel Sanda
Georg Baum wrote: > > i just grep -i thread of our sources and havent seen a single occurence of > > thread related code. can't this introduce some performance penalties? > > In theory yes. In practice I don't think so, qt is not available without > thread support since version 4, and the single t

Re: Broken reverse search

2009-06-06 Thread rgheck
Jürgen Spitzmüller wrote: rgheck wrote: Here's another suggestion: ct should always be used when editing docs, but then anyone who edits the file again should accept all changes before doing anything else. This leaves an intelligible trail for translators and maintainers, who can update from

Re: Configuring trunk on Mac: doesn't find aspell

2009-06-06 Thread BH
On Sat, Jun 6, 2009 at 6:36 AM, Jean-Marc Lasgouttes wrote: > > Le 6 juin 09 à 01:23, BH a écrit : > >> On Fri, Jun 5, 2009 at 5:41 PM, Jean-Marc Lasgouttes >> wrote: And how can I tell that? (I'm using the libraries provided by cocoAspell, which I'd guess most people would do. ... (

Re: Broken reverse search

2009-06-06 Thread Jürgen Spitzmüller
rgheck wrote: > Here's another suggestion: ct should always be used when editing docs, > but then anyone who edits the file again should accept all changes > before doing anything else. This leaves an intelligible trail for > translators and maintainers, who can update from svn one revision at a >

Re: Broken reverse search

2009-06-06 Thread rgheck
Jürgen Spitzmüller wrote: Enrico Forestieri wrote: I was just waiting to know whether I should use change tracking or not. It seems that I should not? I vote for not to use it, because after a few changes to the same place things start becoming hardly readable (and prone to formatting errors)

Re: Broken reverse search

2009-06-06 Thread rgheck
Jürgen Spitzmüller wrote: Pavel Sanda wrote: I thought Uwe is the principal documentation maintainer? http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg144789.html Well, I completely missed that. Do we have maintainers for the other docs? I really think we need a clear, c

Re: Feature Suggestion: Specifying Exact LaTeX Preamble in LyX

2009-06-06 Thread Pavel Sanda
Richard Heck wrote: > I have a very hard time seeing how this might be implemented reliably. What > would be easy, however, would be a kind of "expert" mode, where LyX does > not output ANY preamble other than the one specified by the user. This > could be toggled on and off, and people could cu

Re: Feature Suggestion: Specifying Exact LaTeX Preamble in LyX

2009-06-06 Thread rgheck
Pavel Sanda wrote: John McCabe-Dansted wrote: However I was wondering if this sounds like a good feature for LyX itself? http://www.lyx.org/trac/ticket/5031 http://www.lyx.org/trac/ticket/5366 I have a very hard time seeing how this might be implemented reliably. What would be eas

Re: Broken reverse search

2009-06-06 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > Jürgen, may I also add it to branch? Yes. Jürgen

Re: Broken reverse search

2009-06-06 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > I was just waiting to know whether I should use change tracking or > not. It seems that I should not? I vote for not to use it, because > after a few changes to the same place things start becoming hardly > readable (and prone to formatting errors). As said, I think it's

Re: Broken reverse search

2009-06-06 Thread Enrico Forestieri
On Sat, Jun 06, 2009 at 10:19:41AM -0400, BH wrote: > On Sat, Jun 6, 2009 at 6:38 AM, Enrico Forestieri wrote: > > On Fri, Jun 05, 2009 at 07:52:58PM -0400, BH wrote: > > > >> It works when renamed to lyxeditor from lyxeditor.sh. (Skim.app -- > >> which I'm guessing is the most widely used .pdf vi

Re: Broken reverse search

2009-06-06 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > > I thought Uwe is the principal documentation maintainer? > > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg144789.html Well, I completely missed that. Do we have maintainers for the other docs? I really think we need a clear, coherent policy. I also think our trans

Re: Approaching LyX 1.6.3 [status update #2]

2009-06-06 Thread Georg Baum
Pavel Sanda wrote: > Georg Baum wrote: >> That depends. If the subset of boost that LyX uses is inherently >> threadsafe, or if LyX does not use boost in two threads at the same time, >> it could work > > i just grep -i thread of our sources and havent seen a single occurence of > thread related

Re: Broken reverse search

2009-06-06 Thread Enrico Forestieri
On Sat, Jun 06, 2009 at 04:24:40PM +0200, Jürgen Spitzmüller wrote: > Pavel Sanda wrote: > >thats the convetion for the manuals Uwe maintains. but it doesn't cover > >customization and additional features manual. for the rest it is kind of > > chaos now. > > I thought Uwe is the principal documen

Re: Broken reverse search

2009-06-06 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > I thought Uwe is the principal documentation maintainer? http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg144789.html

Re: Broken reverse search

2009-06-06 Thread Jürgen Spitzmüller
Pavel Sanda wrote: >thats the convetion for the manuals Uwe maintains. but it doesn't cover >customization and additional features manual. for the rest it is kind of > chaos now. I thought Uwe is the principal documentation maintainer? > secondly it does inform that trunk has not been updated (wh

Re: Broken reverse search

2009-06-06 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > Hmm... there's a risk of shipping the document in that state if you > > forgot to accept the changes. I find that ldiff does a good job in > > showing differences between two versions of the same document, if > > you are interested in what wa

Re: Broken reverse search

2009-06-06 Thread BH
On Sat, Jun 6, 2009 at 6:38 AM, Enrico Forestieri wrote: > On Fri, Jun 05, 2009 at 07:52:58PM -0400, BH wrote: > >> It works when renamed to lyxeditor from lyxeditor.sh. (Skim.app -- >> which I'm guessing is the most widely used .pdf viewer that can do >> reverse search on Mac -- has a LyX setting

Re: Broken reverse search

2009-06-06 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > Hmm... there's a risk of shipping the document in that state if you > forgot to accept the changes. I find that ldiff does a good job in > showing differences between two versions of the same document, if > you are interested in what was changed. I got the impression tha

Re: Broken reverse search

2009-06-06 Thread Enrico Forestieri
On Sat, Jun 06, 2009 at 02:45:59PM +0200, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > BTW, you seem to have forgotten to accept the changes before > > committing. > > This was intended, so others can more easily see what I've changed. Hmm... there's a risk of shipping the document i

Re: Broken reverse search

2009-06-06 Thread Enrico Forestieri
On Sat, Jun 06, 2009 at 01:42:32PM +0200, Pavel Sanda wrote: > Jürgen Spitzmüller wrote: > > The advantage of synctex is that it is part of the pdftex core. You do not > > need to have to call a package for each and every document, not care about > > PDF > > vs. DVI output, but just change the

Re: translate float names (bug 5798)

2009-06-06 Thread Uwe Stöhr
> The attached patch changes that along the same lines as the AMS theorem > translations: > > \providecommand{\algorithmname}{Algorithm} > \floatname{algorithm}{\protect\Algorithm} > > where \algorithmname is redefined by babel if needed. OK to go in? Looks good and should also go to branch if Jü

Re: Impossible to report new bugs in Trac

2009-06-06 Thread Uwe Stöhr
> you have to create an account by Register link. maybe this link > could be put more visible in login page (or even tracker home?) The bug is that http://www.lyx.org/trac/newticket only states a meaningless error message "TICKET_CREATE privileges are required to perform this operation" If possib

Re: GuiProgess

2009-06-06 Thread Pavel Sanda
Peter Kuemmel wrote: > > back to the patch - i didn't get what you intend with this splash? > > For long operations lyx is simply death, and the idea was to show at > least a bit of information what's going on. aha. so at least it should be automatically closed after process finished? dont we use

translate float names (bug 5798)

2009-06-06 Thread Georg Baum
Currently, LyX does not translate the names of automatically generated floats. It creates code like \floatname{algorithm}{Algorithm} The attached patch changes that along the same lines as the AMS theorem translations: \providecommand{\algorithmname}{Algorithm} \floatname{algorithm}{\protect\Alg

Re: Approaching LyX 1.6.3 [status update #2]

2009-06-06 Thread Pavel Sanda
Georg Baum wrote: > That depends. If the subset of boost that LyX uses is inherently threadsafe, > or if LyX does not use boost in two threads at the same time, it could work i just grep -i thread of our sources and havent seen a single occurence of thread related code. can't this introduce some

Re: Approaching LyX 1.6.3 [status update #2]

2009-06-06 Thread Jürgen Spitzmüller
Georg Baum wrote: > > So let's wait. If we put the patch in early in the 1.6.4 cycle, we have > > at least the chance to test it. > > I put it in now. OK, thanks. So external-boost people, please give it a try. Jürgen

Re: Approaching LyX 1.6.3 [status update #2]

2009-06-06 Thread Georg Baum
Pavel Sanda wrote: > Georg Baum wrote: >> I don't know what happens if you >> link against a true single threaded boost, you might be lucky, or get >> spurious problems at runtime). > > btw are we supposed to link against the multithreaded version? i just > checked that i have 1.6 linked against

Re: GuiProgess

2009-06-06 Thread Peter Kuemmel
Original-Nachricht > Datum: Sat, 6 Jun 2009 14:33:46 +0200 > Von: Pavel Sanda > An: lyx-devel@lists.lyx.org > Betreff: Re: GuiProgess > Peter Kuemmel wrote: > > > > fixed, it was a QtGui header. > > > > > > don't beat me, i'm innocent :) > > > > Have you removed the new files

Re: Broken reverse search

2009-06-06 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > Fine, but until LyX cannot take advantage of the extended precision granted > by synctex, using it or pdfsync is a matter of personal taste, IMHO. > Unless you incur in the above problems, of course :) Granted, but that's why we should document both and outline the pros

Re: Broken reverse search

2009-06-06 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > You did an excellent job, but there are some formatting glitches to > be corrected. If you like, I could try to correct them. Yes. > BTW, you seem to have forgotten to accept the changes before > committing. This was intended, so others can more easily see what I've ch

Re: resoooooolve bugs

2009-06-06 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > I added it. Thanks (I also asked Lars in the meantime) > Do you want to be trac_admin? There is no way to grant > specifically > the right to add versions. Yes, why not. Jürgen

Re: GuiProgess

2009-06-06 Thread Pavel Sanda
Peter Kuemmel wrote: > > > fixed, it was a QtGui header. > > > > don't beat me, i'm innocent :) > > Have you removed the new files (git -f clean) before patching again? removing the new files and adding them back helped indeed. so you can beat me :D back to the patch - i didn't get what you i

Re: GuiProgess

2009-06-06 Thread Peter Kuemmel
Original-Nachricht > Datum: Sat, 6 Jun 2009 13:10:06 +0200 > Von: Pavel Sanda > An: lyx-devel@lists.lyx.org > Betreff: Re: GuiProgess > Peter Kümmel wrote: > > Pavel Sanda wrote: > > > Peter Kuemmel wrote: > > >> Attached a patch which makes use of the new QProgress support in

Re: [The LyX Project] #5307: rc3, pop up completion not appears

2009-06-06 Thread Pavel Sanda
Vincent van Ravesteijn - TNW wrote: > I regularly check out the latest modified bugs, and now I'm too often > disappointed (after waiting minutes for trac) that the only change has we can make compromise that i'll do this only once at late night so you are not annoyed to often during the day ;) >

Re: Broken reverse search

2009-06-06 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > The advantage of synctex is that it is part of the pdftex core. You do not > need to have to call a package for each and every document, not care about > PDF > vs. DVI output, but just change the converter to > > pdflatex -synctex=1 $$i anyway would it be worth to a

Re: GuiProgess

2009-06-06 Thread Peter Kümmel
Pavel Sanda wrote: > Peter Kümmel wrote: >> Pavel Sanda wrote: >>> Peter Kuemmel wrote: Attached a patch which makes use of the new QProgress support in Systemcall. >>> Systemcall.cpp:28:24: error: QApplication: No such file or directory >>> Systemcall.cpp: In member function 'int >>> l

Re: Feature Suggestion: Specifying Exact LaTeX Preamble in LyX

2009-06-06 Thread Pavel Sanda
John McCabe-Dansted wrote: > However I was wondering if this sounds like a good feature for LyX itself? http://www.lyx.org/trac/ticket/5031 http://www.lyx.org/trac/ticket/5366

Re: [The LyX Project] #5307: rc3, pop up completion not appears

2009-06-06 Thread Jean-Marc Lasgouttes
Le 6 juin 09 à 13:24, Jean-Marc Lasgouttes a écrit : I did not find a way to do it (yet), but any link is welcome (I do not know much more than anyone else, actually...) This might be useful for french-speaking people. On what do we want to color BTW? http://www.lefinnois.net/wp/index.php

Re: [The LyX Project] #5307: rc3, pop up completion not appears

2009-06-06 Thread Jean-Marc Lasgouttes
Le 5 juin 09 à 17:35, Vincent van Ravesteijn - TNW a écrit : Isn't it a better idea to color the tables based on severity ? Jean-Marc, is there a default for this in the settings ? I did not find a way to do it (yet), but any link is welcome (I do not know much more than anyone else, actual

Re: Broken reverse search

2009-06-06 Thread Enrico Forestieri
On Sat, Jun 06, 2009 at 09:32:14AM +0200, Jürgen Spitzmüller wrote: > Jürgen Spitzmüller wrote: > > > > Shall I update the docs? > > > > > > Yes, please. > > > > done (in branch). > > I've done some further revisions, because I found the current description > rather technical and slightly unstru

Re: Broken reverse search

2009-06-06 Thread Enrico Forestieri
On Sat, Jun 06, 2009 at 07:33:50AM +0200, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > > Shall I update the docs? > > > > Yes, please. > > done (in branch). > > > > BTW2 we should also mention synctex in the docs, since it is about to > > > supersede pdfsync (I don't know if any of t

Re: GuiProgess

2009-06-06 Thread Pavel Sanda
Peter Kümmel wrote: > Pavel Sanda wrote: > > Peter Kuemmel wrote: > >> Attached a patch which makes use of the new QProgress support in > >> Systemcall. > > > > Systemcall.cpp:28:24: error: QApplication: No such file or directory > > Systemcall.cpp: In member function 'int > > lyx::support::Syst

Re: resoooooolve bugs

2009-06-06 Thread Jean-Marc Lasgouttes
Le 5 juin 09 à 17:21, Jürgen Spitzmüller a écrit : Jean-Marc Lasgouttes wrote: I used that in the past to mark bugs that must be fixed before a release (since "blocker" on bugzilla had a different meaning). So, do you want it? It is up to you. Yes, please add it. done. BTW. do you know

Re: Broken reverse search

2009-06-06 Thread Enrico Forestieri
On Fri, Jun 05, 2009 at 07:52:58PM -0400, BH wrote: > It works when renamed to lyxeditor from lyxeditor.sh. (Skim.app -- > which I'm guessing is the most widely used .pdf viewer that can do > reverse search on Mac -- has a LyX setting predefined for the former, > and it would be better to avoid ch

Re: Configuring trunk on Mac: doesn't find aspell

2009-06-06 Thread Jean-Marc Lasgouttes
Le 6 juin 09 à 01:23, BH a écrit : On Fri, Jun 5, 2009 at 5:41 PM, Jean-Marc Lasgouttes> wrote: And how can I tell that? (I'm using the libraries provided by cocoAspell, which I'd guess most people would do. ... (Would there be a way of bundling this into LyX.app?) What do you find in /usr

Re: Feature Suggestion: Specifying Exact LaTeX Preamble in LyX

2009-06-06 Thread Steve Litt
On Saturday 06 June 2009 02:02:25 am John McCabe-Dansted wrote: > Often proceedings give authors sample .tex files to demonstrate how a > paper should be formatted. I generally want to make my preamble as > close as possible the sample. Usually I can trick LyX into generating > something pretty clo

Re: ams starred environments

2009-06-06 Thread Jürgen Spitzmüller
Russ Woodroofe wrote: > In any case, it looks closer to the output. I committed it. Jürgen

Re: Broken reverse search

2009-06-06 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > > > Shall I update the docs? > > > > Yes, please. > > done (in branch). I've done some further revisions, because I found the current description rather technical and slightly unstructured. The revision is the attempt to structure it a bit. It adds some more explanati

Re: GuiProgess

2009-06-06 Thread Peter Kümmel
Pavel Sanda wrote: > Peter Kuemmel wrote: >> Attached a patch which makes use of the new QProgress support in Systemcall. > > Systemcall.cpp:28:24: error: QApplication: No such file or directory > Systemcall.cpp: In member function 'int > lyx::support::Systemcall::startscript(lyx::support::System