Re: activate another split view window by shortcut

2021-02-22 Thread V K








On Monday, February 22, 2021, 8:00:21 PM GMT+2, Pavel Sanda  
wrote: 





On Mon, Feb 22, 2021 at 05:43:35PM +, V K wrote:
> After git stash and git checkout 2.3.x ./autogen.sh worked fine, but 
> ./configure failed: 

Yes, 2.3 needs explicit qt5 flag, please try
./configure --enable-qt5


After that flag configure and make were successful.

Valdemaras
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: activate another split view window by shortcut

2021-02-22 Thread V K







On Monday, February 22, 2021, 11:35:29 AM GMT+2, Jürgen Spitzmüller 
 wrote: 





Am Montag, dem 22.02.2021 um 09:09 +0100 schrieb Pavel Sanda:

> > I checked new find ??? it's much more comfortable than previous!
> > One thing ??? after reaching end and continuing search from
> > beginning by Enter active is not search area but text area, so
> > hitting Enter deletes matched word and creates new paragraph in
> > that place.
> 
> Juergen will know whether this was intended or no... 


Not intended but I found no way to refocus the widget. But you can
check "Wrap" in the search widget to automatically start from
beginning. This avoids focus of work area.

Jürgen




That is working. I'll check wrap constantly.
Thank you!

Valdemaras
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: activate another split view window by shortcut

2021-02-22 Thread V K
 On Monday, February 22, 2021, 12:19:44 PM GMT+2, Pavel Sanda  
wrote: 





On Sun, Feb 21, 2021 at 10:22:05PM +, V K wrote:
> Yes, I just builded master successfully with these changes.

Thanks, I committed fix for the master to allow build with 2.71.
Would you mind checking the same for our 2.3.x branch so I can include
that for the next stable 2.3 release?




After git stash and git checkout 2.3.x ./autogen.sh worked fine, but 
./configure failed: 

checking for Qt library name... failed 
configure: error: cannot compile a simple Qt executable. Check you have the 
right $QTDIR. 

Master compiles fine. I'm very inexperienced with git and compiling so maybe 
I'm doing something wrong. And I have ordinary Lyx 2.3 installed from 
repository, maybe that counts.

Valdemaras
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: activate another split view window by shortcut

2021-02-22 Thread Pavel Sanda
On Mon, Feb 22, 2021 at 07:00:11PM +, V K wrote:
> On Mon, Feb 22, 2021 at 05:43:35PM +, V K wrote:
> > After git stash and git checkout 2.3.x ./autogen.sh worked fine, but 
> > ./configure failed: 
> 
> Yes, 2.3 needs explicit qt5 flag, please try
> ./configure --enable-qt5
> 
> 
> After that flag configure and make were successful.

Thanks, fix committed. Pavel
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: activate another split view window by shortcut

2021-02-22 Thread Pavel Sanda
On Mon, Feb 22, 2021 at 05:43:35PM +, V K wrote:
> After git stash and git checkout 2.3.x ./autogen.sh worked fine, but 
> ./configure failed: 

Yes, 2.3 needs explicit qt5 flag, please try
./configure --enable-qt5

Pavel
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: activate another split view window by shortcut

2021-02-22 Thread Pavel Sanda
On Sun, Feb 21, 2021 at 10:22:05PM +, V K wrote:
> Yes, I just builded master successfully with these changes.

Thanks, I committed fix for the master to allow build with 2.71.
Would you mind checking the same for our 2.3.x branch so I can include
that for the next stable 2.3 release?

Pavel
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: activate another split view window by shortcut

2021-02-22 Thread Jürgen Spitzmüller
Am Montag, dem 22.02.2021 um 09:09 +0100 schrieb Pavel Sanda:
> > I checked new find ??? it's much more comfortable than previous!
> > One thing ??? after reaching end and continuing search from
> > beginning by Enter active is not search area but text area, so
> > hitting Enter deletes matched word and creates new paragraph in
> > that place.
> 
> Juergen will know whether this was intended or no... 

Not intended but I found no way to refocus the widget. But you can
check "Wrap" in the search widget to automatically start from
beginning. This avoids focus of work area.

Jürgen



signature.asc
Description: This is a digitally signed message part
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: activate another split view window by shortcut

2021-02-22 Thread Pavel Sanda
On Sun, Feb 21, 2021 at 10:22:05PM +, V K wrote:
> I checked new find ??? it's much more comfortable than previous! One thing 
> ??? after reaching end and continuing search from beginning by Enter active 
> is not search area but text area, so hitting Enter deletes matched word and 
> creates new paragraph in that place.

Juergen will know whether this was intended or no... Pavel
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: activate another split view window by shortcut

2021-02-21 Thread V K







On Sunday, February 21, 2021, 10:39:39 PM GMT+2, Pavel Sanda  
wrote: 





On Sat, Feb 20, 2021 at 03:35:04AM +, V K wrote:

> P. S. I can't compile lyx master in Manjaro (Arch derivative) anymore because 
> of autoconf versions:
> 
> Using autoconf (GNU Autoconf) 2.71 
> This autoconf version is not supported by LyX. 
> LyX only supports autoconf 2.65-2.69.


Can you report whether you can build master sucesfully with Autoconf 2.71?
You can use the attached patch (or change manually those lines in autogen.sh).

We will bump the version once we have some report that it works.




Yes, I just builded master successfully with these changes.

I checked new find – it's much more comfortable than previous! One thing – 
after reaching end and continuing search from beginning by Enter active is not 
search area but text area, so hitting Enter deletes matched word and creates 
new paragraph in that place.

Thank you for your work!
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: activate another split view window by shortcut

2021-02-21 Thread Pavel Sanda
On Sat, Feb 20, 2021 at 03:35:04AM +, V K wrote:
> P. S. I can't compile lyx master in Manjaro (Arch derivative) anymore because 
> of autoconf versions:
> 
> Using autoconf (GNU Autoconf) 2.71 
> This autoconf version is not supported by LyX. 
> LyX only supports autoconf 2.65-2.69.

Can you report whether you can build master sucesfully with Autoconf 2.71?
You can use the attached patch (or change manually those lines in autogen.sh).

We will bump the version once we have some report that it works.

Pavel
diff --git a/autogen.sh b/autogen.sh
index 54f57ae3d2..2a0cd0a800 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -38,6 +38,8 @@ test "$autoversion" != "" && {
 case $autoversion in
 *' '2.6[5-9])
 	;;
+*' '2.7[0-1])
+	;;
 *)
 	echo "This autoconf version is not supported by LyX."
 	echo "LyX only supports autoconf 2.65-2.69."
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users