Re: [LyX/master] Give textstyle-apply a history

2018-12-26 Thread Jürgen Spitzmüller
Am Mittwoch, den 26.12.2018, 17:49 +0100 schrieb Kornel Benko: > > OK, done. Thanks (also for the math lesson) Jürgen > > Kornel > signature.asc Description: This is a digitally signed message part

Re: [LyX/master] Make "paste recent" accessible from toolbar

2018-12-26 Thread Jürgen Spitzmüller
Am Mittwoch, den 26.12.2018, 22:30 -0500 schrieb Scott Kostyshak: > src/frontends/qt4/GuiToolbar.cpp: In member function ‘virtual void > lyx::frontend::DynamicMenuButton::updateTriggered()’: > src/frontends/qt4/GuiToolbar.cpp:398:12: error: variable > ‘default_act’ set but not used [-Werror=unused-

Re: [LyX/master] Make "paste recent" accessible from toolbar

2018-12-26 Thread Scott Kostyshak
On Wed, Dec 26, 2018 at 05:09:35PM +0100, Juergen Spitzmueller wrote: > commit 9495ff665dff01a838304671232be40a3d5dca89 > Author: Juergen Spitzmueller > Date: Wed Dec 26 17:11:24 2018 +0100 > > Make "paste recent" accessible from toolbar > > via button menu > --- > lib/ui/stdtoolb

Re: [LyX/master] Give textstyle-apply a history

2018-12-26 Thread Kornel Benko
Am Mittwoch, 26. Dezember 2018 17:16:55 CET schrieb Jürgen Spitzmüller : > Am Mittwoch, den 26.12.2018, 17:14 +0100 schrieb Kornel Benko: > > Again: do you mean > > 1.) positive : > 0 > > 2.) non negative: >= 0 > > I mean >= 0. But it strikes me odd to respond "it must be a non- > negative number

Re: [LyX/master] Give textstyle-apply a history

2018-12-26 Thread Jürgen Spitzmüller
Am Mittwoch, den 26.12.2018, 17:14 +0100 schrieb Kornel Benko: > Again: do you mean > 1.) positive : > 0 > 2.) non negative: >= 0 I mean >= 0. But it strikes me odd to respond "it must be a non- negative number" if the user didn't pass a number at all. Anyway, feel free to change it to whatever y

Re: [LyX/master] Give textstyle-apply a history

2018-12-26 Thread Kornel Benko
Am Mittwoch, 26. Dezember 2018 17:05:30 CET schrieb Jürgen Spitzmüller : > Am Mittwoch, den 26.12.2018, 16:44 +0100 schrieb Kornel Benko: > > The error message > > "Invalid argument (must be a positive number)!" > > looks wrong. Do you mean "must not be a negative number"? > > No, I mean

Re: [LyX/master] Give textstyle-apply a history

2018-12-26 Thread Jürgen Spitzmüller
Am Mittwoch, den 26.12.2018, 16:44 +0100 schrieb Kornel Benko: > The error message > "Invalid argument (must be a positive number)!" > looks wrong. Do you mean "must not be a negative number"? No, I mean it must be a number (not some text) and the number must be positive (not negative). J

Windows build documentation

2018-12-26 Thread Jürgen Womser-Schütz
Hi altogether :-) I am a newbi and I am trying to setup the LyX-build for my Win10/VS2017 machine using "https://wiki.lyx.org/Windows/Compilation";. It seems to me that the referred batch-file "http://ftp.lyx.de/Images/MSVC2015-LyX22.bat"; in chapter "Compilation" is missing. Best wishes and a ni

Re: [LyX/master] Give textstyle-apply a history

2018-12-26 Thread Kornel Benko
Am Mittwoch, 26. Dezember 2018 15:46:47 CET schrieb Juergen Spitzmueller : > commit 154b4fdecec9ba8e5f5c1d1210b07992e68e7d15 > Author: Juergen Spitzmueller > Date: Wed Dec 26 15:46:14 2018 +0100 > > Give textstyle-apply a history > > The last 20 applications are saved now and acce