Re: [LyX/master] Fix bug 8880: do not try to validate custom value if it is disabled

2013-11-14 Thread Scott Kostyshak
On Thu, Nov 14, 2013 at 4:43 AM, Jürgen Spitzmüller wrote: > >> Works well here too. > > > Committed. > >> >> On a related note, what do you think of having a valueLE->setFocus() >> when custom is selected? > > > Sounds like a good idea. In at 1e365fe3. Scott

Re: Join LyX community

2013-11-14 Thread Tommaso Cucinotta
On 14/11/13 20:51, Tommaso Cucinotta wrote: > the FindAndReplace, inheriting DockView, inheriting Dialog, calls the > Dialog::dispatch(), You may also have a look at: http://wiki.lyx.org/sourcedoc/svn/classlyx_1_1frontend_1_1FindAndReplace.html It refers to a somewhat old code base, but you

Re: [LyX/master] Improve beamer frame conversion: consider explicit EndFrames between two identical frame types

2013-11-14 Thread Georg Baum
José Matos wrote: > That was on my todo list for some time but now that David has arrived (12 > October) my free time is gone for a while. :-) Congratulations :-) :-) :-) :-) :-) :-) (now my stock of smileys is exhausted for one week, except a last one :-) Georg

Re: Join LyX community

2013-11-14 Thread Tommaso Cucinotta
On 14/11/13 12:19, Ankit Shah wrote: >> ./configure --with-version-suffix=-trunk > That helped to run both version simultaneously. > > I'm currently checking how the program flow switches from > FindAndReplaceWidget::showEvent() function to > FindAndReplaceWidget::findAndReplace() and forward us

Re: [LyX/master] Improve beamer frame conversion: consider explicit EndFrames between two identical frame types

2013-11-14 Thread Scott Kostyshak
On Thu, Nov 14, 2013 at 12:15 PM, Jürgen Spitzmüller wrote: > Am Donnerstag 14 November 2013, 14:53:27 schrieb José Matos: >> That was on my todo list for some time but now that David has arrived (12 >> October) my free time is gone for a while. > > Congratulations! :-) > > Jürgen +100 ! Definite

Re: [LyX/master] Now the regexp insets entered in Advanced F&R search/replace boxes do not preview anymore independently, unless embedded/nested within other math elements. Fixing crash as described i

2013-11-14 Thread Scott Kostyshak
On Tue, Nov 12, 2013 at 9:33 PM, Tommaso Cucinotta wrote: > On 13/11/13 02:10, Tommaso Cucinotta wrote: >> On 12/11/13 22:26, Scott Kostyshak wrote: >>> On Sun, Oct 27, 2013 at 5:59 AM, Tommaso Cucinotta wrote: On 27/10/13 08:17, Scott Kostyshak wrote: > > Tommaso, > > I also

Re: [LyX/master] Improve beamer frame conversion: consider explicit EndFrames between two identical frame types

2013-11-14 Thread Jürgen Spitzmüller
Am Donnerstag 14 November 2013, 14:53:27 schrieb José Matos: > That was on my todo list for some time but now that David has arrived (12 > October) my free time is gone for a while. Congratulations! :-) Jürgen

Re: Moving LyX XMPP Chat to features/chat2

2013-11-14 Thread Vincent van Ravesteijn
Tommaso Cucinotta schreef op 14-11-2013 11:43: On 13/11/13 09:31, Vincent van Ravesteijn wrote: If you would have done a 'git fetch', you will retrieve the new commits. Then, you want to reset the features/chat2 branch to the new one tommasso pushed: $ git checkout features/chat2 $ git reset --

Re: [LyX/master] Improve beamer frame conversion: consider explicit EndFrames between two identical frame types

2013-11-14 Thread José Matos
On Monday 11 November 2013 09:16:23 Juergen Spitzmueller wrote: > > Improve beamer frame conversion: consider explicit EndFrames between two > identical frame types Thank you, thank you, thank you. :-) That was on my todo list for some time but now that David has arrived (12 October) my fr

Re: Join LyX community

2013-11-14 Thread Ankit Shah
> ./configure --with-version-suffix=-trunk That helped to run both version simultaneously. I'm currently checking how the program flow switches from FindAndReplaceWidget::showEvent() function to FindAndReplaceWidget::findAndReplace() and forward using these dispatch calls: dispatch(FuncRequest(LFU

Re: Moving LyX XMPP Chat to features/chat2

2013-11-14 Thread Tommaso Cucinotta
On 13/11/13 09:31, Vincent van Ravesteijn wrote: > If you would have done a 'git fetch', you will retrieve the new > commits. Then, you want to reset the features/chat2 branch to the new > one tommasso pushed: > > $ git checkout features/chat2 > $ git reset --hard /features/chat2 On a machine of

Re: [LyX/master] Fix bug 8880: do not try to validate custom value if it is disabled

2013-11-14 Thread Jürgen Spitzmüller
> Works well here too. > Committed. > On a related note, what do you think of having a valueLE->setFocus() > when custom is selected? > Sounds like a good idea. Jürgen > > Scott >

Re: [LyX/master] Fix bug 8880: do not try to validate custom value if it is disabled

2013-11-14 Thread Scott Kostyshak
On Thu, Nov 14, 2013 at 3:59 AM, Jürgen Spitzmüller wrote: > 2013/11/14 Scott Kostyshak >> >> Any ideas? > > > The attached works for me. > > Jürgen Works well here too. On a related note, what do you think of having a valueLE->setFocus() when custom is selected? Scott

Re: [LyX/master] Fix bug 8880: do not try to validate custom value if it is disabled

2013-11-14 Thread Jürgen Spitzmüller
2013/11/14 Scott Kostyshak > Any ideas? > The attached works for me. Jürgen > > Scott > diff --git a/src/frontends/qt4/GuiVSpace.cpp b/src/frontends/qt4/GuiVSpace.cpp index dc08bc0..cbf9029 100644 --- a/src/frontends/qt4/GuiVSpace.cpp +++ b/src/frontends/qt4/GuiVSpace.cpp @@ -57,6 +57,7 @@ Gu