Test export in autotests?

2011-07-02 Thread John McCabe-Dansted
Hi, I was thinking that we could test that export is still working in autotests. I was thinking something like the test below. We could add other formats, though e.g. adding ps or pdf would cause "BAD" to be emitted when we do not have the installed cls files, which may not be what we want (we coul

Re: r39231 - in lyx-devel/trunk: lib/doc src

2011-07-02 Thread Richard Heck
On 07/02/2011 09:09 AM, Pavel Sanda wrote: sa...@lyx.org wrote: Author: sanda Date: Sat Jul 2 15:08:36 2011 New Revision: 39231 URL: http://www.lyx.org/trac/changeset/39231 Log: VCS: RCS implementation for date and author insetinfo was missing. Richard, sooner or later, this should be added t

Re: Koma book glitches

2011-07-02 Thread Richard Heck
On 07/01/2011 02:39 PM, Pavel Sanda wrote: hi, certain koma book environments do not group inside environment combobox well. eg. minisec should be part of sections, dictum near citations, captions not just below Standard. this patch changes only grouping in the combo, no changes in classes so g

Re: \textvisiblespace

2011-07-02 Thread Guenter Milde
On 2011-07-01, Jean-Marc Lasgouttes wrote: > Le 01/07/2011 12:45, Pavel Sanda a écrit : >> Jean-Marc Lasgouttes wrote: ... >> with discoverability i'm not sure. when i was looking whether lyx knows >> visible space i was going to insert->special character, not formatting. > Frankly, inserting spe

Re: r39226 - lyx-devel/trunk/po

2011-07-02 Thread Pavel Sanda
Kornel wrote: > Yes, seams to work. Please try. works like a charm. time to ask Richard to push it into branch. pavel

Re: r39226 - lyx-devel/trunk/po

2011-07-02 Thread Kornel
Am Samstag, 2. Juli 2011 schrieb Pavel Sanda: > Kornel wrote: > > Nothing, I only don't know, how to call git :( > > would this help? > > the simplest version in bash would be something like > object="$2" #eg HEAD~100 or any other... > file="$3" > tmpfile=/tmp/blabla > > git show "$object":po/"$

Re: r39226 - lyx-devel/trunk/po

2011-07-02 Thread Pavel Sanda
Kornel wrote: > Nothing, I only don't know, how to call git :( would this help? the simplest version in bash would be something like object="$2" #eg HEAD~100 or any other... file="$3" tmpfile=/tmp/blabla git show "$object":po/"$file" > $tmpfile #now we have the revision wanted in $tmpfile plus

Re: r39226 - lyx-devel/trunk/po

2011-07-02 Thread Kornel
Am Samstag, 2. Juli 2011 schrieb Pavel Sanda: > Kornel wrote: > > > The script seems to work also with git > > > > > > #git difftool --extcmd=./diff_po.pl sk.po > > > > > > at least for the HEAD. > > > > > > Kornel > > > > Sorry, has to be full path to diff_po.pl here. > > i see. but whats

Re: r39226 - lyx-devel/trunk/po

2011-07-02 Thread Pavel Sanda
Kornel wrote: > > The script seems to work also with git > > #git difftool --extcmd=./diff_po.pl sk.po > > at least for the HEAD. > > > > Kornel > > Sorry, has to be full path to diff_po.pl here. i see. but whats so wrong with having the possibility of writing ./diff_po.pl -r HEAD~100 cs

Re: r39226 - lyx-devel/trunk/po

2011-07-02 Thread Kornel
Am Samstag, 2. Juli 2011 schrieb Kornel: > Am Samstag, 2. Juli 2011 schrieb Pavel Sanda: > > Kornel wrote: > > > > for me this is unusable, since if i need remember "svn diff -r38367 > > > > --diff-cmd" then the point of easy switch in diff_po is lost. the git > > > > command would be exactly like

Re: r39226 - lyx-devel/trunk/po

2011-07-02 Thread Kornel
Am Samstag, 2. Juli 2011 schrieb Pavel Sanda: > Kornel wrote: > > > for me this is unusable, since if i need remember "svn diff -r38367 > > > --diff-cmd" then the point of easy switch in diff_po is lost. the git > > > command would be exactly like in the previous message. we could have > > > even t

Re: LyX daily build and 2.0.x ppa

2011-07-02 Thread Liviu Andronic
On Fri, Jul 1, 2011 at 10:13 PM, Pavel Sanda wrote: > yes this was the idea. otherwise i dont believe we can't do much about the > whole thing except extremistic "solutions" like doing ppas and ask ubuntu > devs to stop producing lyx binaries. > Something that they would probably deny. In any cas

Re: r39231 - in lyx-devel/trunk: lib/doc src

2011-07-02 Thread Pavel Sanda
sa...@lyx.org wrote: > Author: sanda > Date: Sat Jul 2 15:08:36 2011 > New Revision: 39231 > URL: http://www.lyx.org/trac/changeset/39231 > > Log: > VCS: RCS implementation for date and author insetinfo was missing. Richard, sooner or later, this should be added to branch as well. pavel

Re: r39226 - lyx-devel/trunk/po

2011-07-02 Thread Pavel Sanda
Kornel wrote: > > for me this is unusable, since if i need remember "svn diff -r38367 > > --diff-cmd" then the point of easy switch in diff_po is lost. the git > > command would be exactly like in the previous message. we could have even > > two switches -svn and -git. > > > > pavel > > You could

Re: r39226 - lyx-devel/trunk/po

2011-07-02 Thread Kornel
Am Samstag, 2. Juli 2011 schrieb Pavel Sanda: > Kornel wrote: > > 3.) I modified it a bit to be aceppted by svn. So it is now possible to > > use > > > > #cd lyx-trunk/po > > #svn diff -r38367 --diff-cmd ./diff_po.pl cs.po > > > > Don't know how to handle it in git. > > > > Should I comm

Re: r39226 - lyx-devel/trunk/po

2011-07-02 Thread Pavel Sanda
Kornel wrote: > 3.) I modified it a bit to be aceppted by svn. So it is now possible to use > > #cd lyx-trunk/po > #svn diff -r38367 --diff-cmd ./diff_po.pl cs.po > Don't know how to handle it in git. > > Should I commit, or do you want to try first? if you like it :) for me this is

Re: r39228 - lyx-devel/trunk/src

2011-07-02 Thread Pavel Sanda
sa...@lyx.org wrote: > Author: sanda > Date: Sat Jul 2 13:43:51 2011 > New Revision: 39228 > URL: http://www.lyx.org/trac/changeset/39228 > > Log: > VCS: copy-paste error, these functions return bool. for branch as well pavel

Re: r39226 - lyx-devel/trunk/po

2011-07-02 Thread Kornel
Am Samstag, 2. Juli 2011 schrieb Pavel Sanda: > kor...@lyx.org wrote: > > Author: kornel > > Date: Sat Jul 2 11:31:12 2011 > > New Revision: 39226 > > URL: http://www.lyx.org/trac/changeset/39226 > > > > Log: > > Tool for comparing po-files. Interesting only for translators. > > can we get few a

Re: r39226 - lyx-devel/trunk/po

2011-07-02 Thread Pavel Sanda
kor...@lyx.org wrote: > Author: kornel > Date: Sat Jul 2 11:31:12 2011 > New Revision: 39226 > URL: http://www.lyx.org/trac/changeset/39226 > > Log: > Tool for comparing po-files. Interesting only for translators. can we get few additions? 1. colorize diff output like http://blog.bauffman.be/wp