Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Jürgen Spitzmüller
rgheck wrote: This patch adds two LFUNs to zoom in and zoom-out. Ok ? Also looks good and useful. +1. Jürgen

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Vincent van Ravesteijn
rgheck schreef: Vincent van Ravesteijn wrote: This patch adds two LFUNs to zoom in and zoom-out. Ok ? Also looks good and useful. Can we bind to Ctrl-plus and Ctrl-minus? rh Yes, if we can agree upon breaking the Ctrl-minus binding to command-alternatives

Re: r29066 - in lyx-devel/trunk/src: . frontends/qt4

2009-04-04 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: Together with Fixed in trunk: http://www.lyx.org/trac/changeset/28946, this will solve the very annoying bug 4733 (cursor hidden by toggling of math toolbar). To branch ? OK, put it in. Jürgen

Re: r28947 - in lyx-devel/trunk/src: . frontends/qt4 frontends/qt4/ui

2009-04-04 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: To branch ? I'm a bit reluctant. I'd restrict this to trunk for now. Jürgen

Re: r29065 - lyx-devel/trunk/src

2009-04-04 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: To Branch ? OK. Jürgen

Re: r29057 - in lyx-devel/trunk/src: frontends/qt4 insets

2009-04-04 Thread Jürgen Spitzmüller
Pavel Sanda wrote: Patch from Martin Engbers. branch? Yes, but without this part: Modified: lyx-devel/trunk/src/insets/InsetBranch.cpp == --- lyx-devel/trunk/src/insets/InsetBranch.cpp Fri Apr 3 18:04:45 2009

Re: r29065 - lyx-devel/trunk/src

2009-04-04 Thread Vincent van Ravesteijn
Jürgen Spitzmüller schreef: Vincent van Ravesteijn wrote: To Branch ? OK. Jürgen More work is being done in this area.. Pavel wanted to use the backup-directory, Richard found some duplicated code I neglected, and then there is bug 5879, which already has a patch from

Re: r29065 - lyx-devel/trunk/src

2009-04-04 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: More work is being done in this area.. Pavel wanted to use the backup-directory, Richard found some duplicated code I neglected, and then there is bug 5879, which already has a patch from Richard.. I think I'll ask you again later on.. OK. In any case, I like

Re: r29057 - in lyx-devel/trunk/src: frontends/qt4 insets

2009-04-04 Thread Pavel Sanda
Jürgen Spitzmüller wrote: Pavel Sanda wrote: Patch from Martin Engbers. branch? Yes, but without this part: argrhrmpf ...

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Pavel Sanda
Vincent van Ravesteijn wrote: rgheck schreef: Vincent van Ravesteijn wrote: This patch adds two LFUNs to zoom in and zoom-out. Ok ? Also looks good and useful. Can we bind to Ctrl-plus and Ctrl-minus? rh Yes, if we can agree upon breaking the Ctrl-minus binding to command-alternatives

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Jürgen Spitzmüller
Pavel Sanda wrote: Yes, if we can agree upon breaking the Ctrl-minus binding to command-alternatives math-macro-fold;specialchar-insert hyphenation. but we have already bound it to ctrl+mouse wheel, no? i thought these lfuns were only for people wanting their custom bindings. I think we

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Pavel Sanda
Jürgen Spitzmüller wrote: Pavel Sanda wrote: Yes, if we can agree upon breaking the Ctrl-minus binding to command-alternatives math-macro-fold;specialchar-insert hyphenation. but we have already bound it to ctrl+mouse wheel, no? i thought these lfuns were only for people wanting their

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Jürgen Spitzmüller
Pavel Sanda wrote: I think we need some keyboard-only binding. This is a crucial function for visually impaired users, and we cannot assume that everyone has (or can use) a wheel mouse. ctrl+shift +/- ? Or M-+/-, if it's not taken yet. Jürgen

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Vincent van Ravesteijn
Juergen, This is a crucial function ..., ... for visually impaired users,... Jürgen To branch ? Vincent

Trunk asserts when copying a label

2009-04-04 Thread Vincent van Ravesteijn
Another unitialized buffer of an inset. Vincent LyX.exe!lyx::doAssert(const char * expr=0x01f2bf70, const char * file=0x01f2bf50, long line=138) Line 23 + 0x1c bytesC++ LyX.exe!lyx::Inset::buffer() Line 138 + 0x1a bytesC++ LyX.exe!lyx::InsetLabel::updateCommand(const

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Christian Ridderström
On Sat, 4 Apr 2009, Vincent van Ravesteijn wrote: This patch adds two LFUNs to zoom in and zoom-out. Also looks good and useful. Can we bind to Ctrl-plus and Ctrl-minus? Yes, if we can agree upon breaking the Ctrl-minus binding to command-alternatives math-macro-fold;specialchar-insert

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: This is a crucial function ..., ... for visually impaired users,... Jürgen To branch ? Yes. Jürgen

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Abdelrazak Younes
On 04/04/2009 15:27, Christian Ridderström wrote: On Sat, 4 Apr 2009, Vincent van Ravesteijn wrote: This patch adds two LFUNs to zoom in and zoom-out. Also looks good and useful. Can we bind to Ctrl-plus and Ctrl-minus? Yes, if we can agree upon breaking the Ctrl-minus binding to

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Pavel Sanda
Abdelrazak Younes wrote: On 04/04/2009 15:27, Christian Ridderström wrote: On Sat, 4 Apr 2009, Vincent van Ravesteijn wrote: This patch adds two LFUNs to zoom in and zoom-out. Also looks good and useful. Can we bind to Ctrl-plus and Ctrl-minus? Yes, if we can agree upon breaking the

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Abdelrazak Younes
On 04/04/2009 16:05, Pavel Sanda wrote: Abdelrazak Younes wrote: On 04/04/2009 15:27, Christian Ridderström wrote: On Sat, 4 Apr 2009, Vincent van Ravesteijn wrote: This patch adds two LFUNs to zoom in and zoom-out. Also looks good and useful. Can we

Re: Web site, wiki site and file uploads now working

2009-04-04 Thread Pavel Sanda
Christian Ridderström wrote: As for the web and the wiki, they should be fully operational so please report anything that isn't working. many pages in doxygen are unreachible, eg http://wiki.lyx.org/sourcedoc/svn/namespacelyx.html pavel

Re: r29086 - lyx-devel/branches/BRANCH_1_6_X/src/insets

2009-04-04 Thread Jürgen Spitzmüller
rgheck wrote: Author: rgheck Date: Sat Apr 4 16:06:08 2009 New Revision: 29086 URL: http://www.lyx.org/trac/changeset/29086 Log: Backport r28544, fixing 5751. status entry, please. Jürgen

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Christian Ridderström
On Sat, 4 Apr 2009, Abdelrazak Younes wrote: I use 'Ctrl-minus' to insert hypenation, so breaking that seems bad to me. OTHO, Ctrl-+/- for zooming in/out is pretty standard nowadaws; Firefox, Internet Explorer, Konqueror... Open office use Ctlr-- for some kind of hyphen. Does anyone know

Re: Trunk asserts when copying a label

2009-04-04 Thread rgheck
Vincent van Ravesteijn wrote: Another unitialized buffer of an inset. Now I know why that line was there. rh Vincent LyX.exe!lyx::doAssert(const char * expr=0x01f2bf70, const char * file=0x01f2bf50, long line=138) Line 23 + 0x1c bytesC++ LyX.exe!lyx::Inset::buffer() Line

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread rgheck
Jürgen Spitzmüller wrote: Pavel Sanda wrote: Yes, if we can agree upon breaking the Ctrl-minus binding to command-alternatives math-macro-fold;specialchar-insert hyphenation. but we have already bound it to ctrl+mouse wheel, no? i thought these lfuns were only for people wanting

Re: Web site, wiki site and file uploads now working

2009-04-04 Thread Christian Ridderström
On Sat, 4 Apr 2009, Pavel Sanda wrote: Christian Ridderström wrote: As for the web and the wiki, they should be fully operational so please report anything that isn't working. many pages in doxygen are unreachible, eg http://wiki.lyx.org/sourcedoc/svn/namespacelyx.html Apparantly

RE: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Vincent van Ravesteijn - TNW
Open office use Ctlr-- for some kind of hyphen. Does anyone know what MS Word does for that key combination? Hyphenation. Vincent

Re: Web site, wiki site and file uploads now working

2009-04-04 Thread Pavel Sanda
Christian Ridderström wrote: On Sat, 4 Apr 2009, Pavel Sanda wrote: Christian Ridderström wrote: As for the web and the wiki, they should be fully operational so please report anything that isn't working. many pages in doxygen are unreachible, eg

Some remaining Trac problems

2009-04-04 Thread Uwe Stöhr
I tested out Trac today and see that - every character that is not plain ASCII is displayed as some garbage character, it seems that Trac needs to be explicitly configured to output Unicode - How can normal users create an account? - We allow now that people can report bugs anonymously. Can

Re: Some remaining Trac problems

2009-04-04 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: - Every markup change is now listed in the bug report making reports hard to read. When I add a milestone or change a keyword I get every time a new change in the report. This way we only spam the bug report timeline list without having useful informations. The bug header says

Re: tex2lyx regression bug in branch

2009-04-04 Thread Uwe Stöhr
This stuff is in the lib/syntax.default file (more precisely, enclosed in \begin{mathenvironments}...\end{mathenvironments}). Interesting, I missed a comment in the code about this and gave up after 15 minutes of searching the code. It may be that tex2lyx does not manage to read the file.

sk translations

2009-04-04 Thread Kornel Benko
Hi, I would like to reenable sk in po/LINGUAS. I started to edit the sk.po file in trunk, until Pavel directed me to work on the branch version. Now, I have some questions: 1.) Am I expected to provide full translation, or is it possible to commit in chunks? 2.) May I do it for branch, or does

Re: sk translations

2009-04-04 Thread Jürgen Spitzmüller
Kornel Benko wrote: 1.) Am I expected to provide full translation, or is it possible to commit in chunks? You can do it step-by-step. A ratio of 50% is needed to get it shipped with a release (i.e, enable it in LINGUAS), quite a bit more is probably needed for it to be really useful. However,

Re: sk translations

2009-04-04 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: 3.)I have great difficulities to find the correct slovak expressions since my whole IT-live happened to be in germany. And so, surelly, I made many orthographic errors. I need e reviewer. Where can I find one? No idea. Ask on lyx-users for Slovak users? BTW I

Re: sk translations

2009-04-04 Thread Kornel Benko
Am Samstag 04 April 2009 schrieb Jürgen Spitzmüller: Kornel Benko wrote: 1.) Am I expected to provide full translation, or is it possible to commit in chunks? You can do it step-by-step. A ratio of 50% is needed to get it shipped with a release (i.e, enable it in LINGUAS), quite a bit more

Buffer::Dispatch Patch

2009-04-04 Thread rgheck
This is an old one held over from pre-1.6. I've updated it and plan to commit now. Any comments? JMarc and Abdel, the new version takes account of some comments of yours from way back. rh Index: src/Buffer.h === ---

Re: Buffer::Dispatch Patch

2009-04-04 Thread rgheck
rgheck wrote: This is an old one held over from pre-1.6. I've updated it and plan to commit now. Any comments? JMarc and Abdel, the new version takes account of some comments of yours from way back. Ignore the weirdness with the release notes. That's a leftover. rh

Re: r28981 - in lyx-devel/trunk: lib src src/mathed

2009-04-04 Thread Enrico Forestieri
On Fri, Apr 03, 2009 at 08:27:23AM +, Guenter Milde wrote: On 2009-04-02, Enrico Forestieri wrote: On Thu, Apr 02, 2009 at 01:49:21PM +, Guenter Milde wrote: it would add the auto-switch to text-in-math feature, saving some keystrokes. Keystrokes are already saved, I think.

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

2009-04-04 Thread Enrico Forestieri
On Sun, Apr 05, 2009 at 03:14:12AM +0200, for...@lyx.org wrote: Author: forenr Date: Sun Apr 5 03:14:10 2009 New Revision: 29096 URL: http://www.lyx.org/trac/changeset/29096 Log: Unicode symbols entered or pasted in math are wrapped in \text{} by default. Unwrapped symbols can be

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

2009-04-04 Thread Enrico Forestieri
On Sun, Apr 05, 2009 at 04:11:08AM +0200, for...@lyx.org wrote: Author: forenr Date: Sun Apr 5 04:11:07 2009 New Revision: 29098 URL: http://www.lyx.org/trac/changeset/29098 Log: The \text macro does not require the full AMS package. Also load amstext when a text-in-math environment is

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Jürgen Spitzmüller
rgheck wrote: > > This patch adds two LFUNs to zoom in and zoom-out. > > > > Ok ? > > Also looks good and useful. +1. Jürgen

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Vincent van Ravesteijn
rgheck schreef: Vincent van Ravesteijn wrote: This patch adds two LFUNs to zoom in and zoom-out. Ok ? Also looks good and useful. Can we bind to Ctrl-plus and Ctrl-minus? rh Yes, if we can agree upon breaking the Ctrl-minus binding to "command-alternatives

Re: r29066 - in lyx-devel/trunk/src: . frontends/qt4

2009-04-04 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > Together with Fixed in trunk: http://www.lyx.org/trac/changeset/28946, > this will solve the very annoying bug 4733 (cursor hidden by toggling of > math toolbar). > > To branch ? OK, put it in. Jürgen

Re: r28947 - in lyx-devel/trunk/src: . frontends/qt4 frontends/qt4/ui

2009-04-04 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > To branch ? I'm a bit reluctant. I'd restrict this to trunk for now. Jürgen

Re: r29065 - lyx-devel/trunk/src

2009-04-04 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > To Branch ? OK. Jürgen

Re: r29057 - in lyx-devel/trunk/src: frontends/qt4 insets

2009-04-04 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > > Patch from Martin Engbers. > > branch? Yes, but without this part: >Modified: lyx-devel/trunk/src/insets/InsetBranch.cpp > >== --- lyx-devel/trunk/src/insets/InsetBranch.cpp Fri Apr 3 18:04:45

Re: r29065 - lyx-devel/trunk/src

2009-04-04 Thread Vincent van Ravesteijn
Jürgen Spitzmüller schreef: Vincent van Ravesteijn wrote: To Branch ? OK. Jürgen More work is being done in this area.. Pavel wanted to use the backup-directory, Richard found some duplicated code I neglected, and then there is bug 5879, which already has a patch from

Re: r29065 - lyx-devel/trunk/src

2009-04-04 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > More work is being done in this area.. > > Pavel wanted to use the backup-directory, Richard found some duplicated > code I neglected, and then there is bug 5879, which already has a patch > from Richard.. > > I think I'll ask you again later on.. OK. In any case,

Re: r29057 - in lyx-devel/trunk/src: frontends/qt4 insets

2009-04-04 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > Pavel Sanda wrote: > > > Patch from Martin Engbers. > > > > branch? > > Yes, but without this part: argrhrmpf ...

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > rgheck schreef: >> Vincent van Ravesteijn wrote: >>> This patch adds two LFUNs to zoom in and zoom-out. >>> >>> Ok ? >>> >> Also looks good and useful. Can we bind to Ctrl-plus and Ctrl-minus? >> >> rh >> > Yes, if we can agree upon breaking the Ctrl-minus binding

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > > Yes, if we can agree upon breaking the Ctrl-minus binding to > > "command-alternatives math-macro-fold;specialchar-insert hyphenation". > > but we have already bound it to ctrl+mouse wheel, no? i thought these lfuns > were only for people wanting their custom bindings. I

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > Pavel Sanda wrote: > > > Yes, if we can agree upon breaking the Ctrl-minus binding to > > > "command-alternatives math-macro-fold;specialchar-insert hyphenation". > > > > but we have already bound it to ctrl+mouse wheel, no? i thought these lfuns > > were only for

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > > I think we need some keyboard-only binding. This is a crucial function > > for visually impaired users, and we cannot assume that everyone has (or > > can use) a wheel mouse. > > ctrl+shift +/- ? Or M-+/-, if it's not taken yet. Jürgen

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Vincent van Ravesteijn
Juergen, "This is a crucial function ...", " ... for visually impaired users,..." Jürgen To branch ? Vincent

Trunk asserts when copying a label

2009-04-04 Thread Vincent van Ravesteijn
Another unitialized buffer of an inset. Vincent LyX.exe!lyx::doAssert(const char * expr=0x01f2bf70, const char * file=0x01f2bf50, long line=138) Line 23 + 0x1c bytesC++ LyX.exe!lyx::Inset::buffer() Line 138 + 0x1a bytesC++ LyX.exe!lyx::InsetLabel::updateCommand(const

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Christian Ridderström
On Sat, 4 Apr 2009, Vincent van Ravesteijn wrote: > This patch adds two LFUNs to zoom in and zoom-out. Also looks good and useful. Can we bind to Ctrl-plus and Ctrl-minus? Yes, if we can agree upon breaking the Ctrl-minus binding to "command-alternatives

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > > "This is a crucial function ...", " ... for visually impaired users,..." > > > > Jürgen > > > > To branch ? Yes. Jürgen

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Abdelrazak Younes
On 04/04/2009 15:27, Christian Ridderström wrote: On Sat, 4 Apr 2009, Vincent van Ravesteijn wrote: > This patch adds two LFUNs to zoom in and zoom-out. Also looks good and useful. Can we bind to Ctrl-plus and Ctrl-minus? Yes, if we can agree upon breaking the Ctrl-minus binding to

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Pavel Sanda
Abdelrazak Younes wrote: > On 04/04/2009 15:27, Christian Ridderström wrote: >> On Sat, 4 Apr 2009, Vincent van Ravesteijn wrote: >> >> > This patch adds two LFUNs to zoom in and zoom-out. >> Also looks good and useful. Can we bind to Ctrl-plus and Ctrl-minus? >>> Yes, if we can

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Abdelrazak Younes
On 04/04/2009 16:05, Pavel Sanda wrote: Abdelrazak Younes wrote: On 04/04/2009 15:27, Christian Ridderström wrote: On Sat, 4 Apr 2009, Vincent van Ravesteijn wrote: This patch adds two LFUNs to zoom in and zoom-out. Also looks good and useful. Can we

Re: Web site, wiki site and file uploads now working

2009-04-04 Thread Pavel Sanda
Christian Ridderström wrote: > As for the web and the wiki, they should be fully operational so please > report anything that isn't working. many pages in doxygen are unreachible, eg http://wiki.lyx.org/sourcedoc/svn/namespacelyx.html pavel

Re: r29086 - lyx-devel/branches/BRANCH_1_6_X/src/insets

2009-04-04 Thread Jürgen Spitzmüller
rgheck wrote: > Author: rgheck > Date: Sat Apr 4 16:06:08 2009 > New Revision: 29086 > URL: http://www.lyx.org/trac/changeset/29086 > > Log: > Backport r28544, fixing 5751. status entry, please. Jürgen

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Christian Ridderström
On Sat, 4 Apr 2009, Abdelrazak Younes wrote: I use 'Ctrl-minus' to insert hypenation, so breaking that seems bad to me. OTHO, Ctrl-+/- for zooming in/out is pretty standard nowadaws; Firefox, Internet Explorer, Konqueror... Open office use Ctlr-- for some kind of hyphen. Does anyone know

Re: Trunk asserts when copying a label

2009-04-04 Thread rgheck
Vincent van Ravesteijn wrote: Another unitialized buffer of an inset. Now I know why that line was there. rh Vincent LyX.exe!lyx::doAssert(const char * expr=0x01f2bf70, const char * file=0x01f2bf50, long line=138) Line 23 + 0x1c bytesC++ LyX.exe!lyx::Inset::buffer() Line

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread rgheck
Jürgen Spitzmüller wrote: Pavel Sanda wrote: Yes, if we can agree upon breaking the Ctrl-minus binding to "command-alternatives math-macro-fold;specialchar-insert hyphenation". but we have already bound it to ctrl+mouse wheel, no? i thought these lfuns were only for people wanting

Re: Web site, wiki site and file uploads now working

2009-04-04 Thread Christian Ridderström
On Sat, 4 Apr 2009, Pavel Sanda wrote: Christian Ridderström wrote: As for the web and the wiki, they should be fully operational so please report anything that isn't working. many pages in doxygen are unreachible, eg http://wiki.lyx.org/sourcedoc/svn/namespacelyx.html Apparantly

RE: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-04 Thread Vincent van Ravesteijn - TNW
>Open office use Ctlr-- for some kind of hyphen. Does anyone know what MS >Word does for that key combination? Hyphenation. Vincent

Re: Web site, wiki site and file uploads now working

2009-04-04 Thread Pavel Sanda
Christian Ridderström wrote: > On Sat, 4 Apr 2009, Pavel Sanda wrote: > >> Christian Ridderström wrote: >>> As for the web and the wiki, they should be fully operational so please >>> report anything that isn't working. >> >> many pages in doxygen are unreachible, eg >>

Some remaining Trac problems

2009-04-04 Thread Uwe Stöhr
I tested out Trac today and see that - every character that is not plain ASCII is displayed as some "garbage character", it seems that Trac needs to be explicitly configured to output Unicode - How can normal users create an account? - We allow now that people can report bugs anonymously.

Re: Some remaining Trac problems

2009-04-04 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > - Every markup change is now listed in the bug report making reports hard > to read. When I add a milestone or change a keyword I get every time a new > change in the report. This way we only spam the bug report timeline list > without having useful informations. The bug header

Re: tex2lyx regression bug in branch

2009-04-04 Thread Uwe Stöhr
> This stuff is in the lib/syntax.default file (more precisely, enclosed > in \begin{mathenvironments}...\end{mathenvironments}). Interesting, I missed a comment in the code about this and gave up after 15 minutes of searching the code. > It may be that tex2lyx does not manage to read the

sk translations

2009-04-04 Thread Kornel Benko
Hi, I would like to reenable "sk" in po/LINGUAS. I started to edit the sk.po file in trunk, until Pavel directed me to work on the branch version. Now, I have some questions: 1.) Am I expected to provide "full" translation, or is it possible to commit in chunks? 2.) May I do it for branch, or

Re: sk translations

2009-04-04 Thread Jürgen Spitzmüller
Kornel Benko wrote: > 1.) Am I expected to provide "full" translation, or is it possible to > commit in chunks? You can do it step-by-step. A ratio of 50% is needed to get it shipped with a release (i.e, enable it in LINGUAS), quite a bit more is probably needed for it to be really useful.

Re: sk translations

2009-04-04 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > > 3.)I have great difficulities to find the correct slovak expressions > > since my whole IT-live happened to be in germany. And so, surelly, I made > > many orthographic errors. I need e reviewer. Where can I find one? > > No idea. Ask on lyx-users for Slovak users?

Re: sk translations

2009-04-04 Thread Kornel Benko
Am Samstag 04 April 2009 schrieb Jürgen Spitzmüller: > Kornel Benko wrote: > > 1.) Am I expected to provide "full" translation, or is it possible to > > commit in chunks? > > You can do it step-by-step. A ratio of 50% is needed to get it shipped with > a release (i.e, enable it in LINGUAS), quite

Buffer::Dispatch Patch

2009-04-04 Thread rgheck
This is an old one held over from pre-1.6. I've updated it and plan to commit now. Any comments? JMarc and Abdel, the new version takes account of some comments of yours from way back. rh Index: src/Buffer.h === ---

Re: Buffer::Dispatch Patch

2009-04-04 Thread rgheck
rgheck wrote: This is an old one held over from pre-1.6. I've updated it and plan to commit now. Any comments? JMarc and Abdel, the new version takes account of some comments of yours from way back. Ignore the weirdness with the release notes. That's a leftover. rh

Re: r28981 - in lyx-devel/trunk: lib src src/mathed

2009-04-04 Thread Enrico Forestieri
On Fri, Apr 03, 2009 at 08:27:23AM +, Guenter Milde wrote: > On 2009-04-02, Enrico Forestieri wrote: > > On Thu, Apr 02, 2009 at 01:49:21PM +, Guenter Milde wrote: > > >> it would add the auto-switch to text-in-math feature, saving some > >> keystrokes. > > > Keystrokes are already

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

2009-04-04 Thread Enrico Forestieri
On Sun, Apr 05, 2009 at 03:14:12AM +0200, for...@lyx.org wrote: > Author: forenr > Date: Sun Apr 5 03:14:10 2009 > New Revision: 29096 > URL: http://www.lyx.org/trac/changeset/29096 > > Log: > Unicode symbols entered or pasted in math are wrapped in \text{} by default. > Unwrapped symbols can

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

2009-04-04 Thread Enrico Forestieri
On Sun, Apr 05, 2009 at 04:11:08AM +0200, for...@lyx.org wrote: > Author: forenr > Date: Sun Apr 5 04:11:07 2009 > New Revision: 29098 > URL: http://www.lyx.org/trac/changeset/29098 > > Log: > The \text macro does not require the full AMS package. Also load amstext > when a text-in-math