Re: Currently working on a patch to address deprecations that trigger -Werror with Qt 5.14.1

2020-03-19 Thread Scott Kostyshak
On Mon, Mar 02, 2020 at 10:00:18AM -0500, Scott Kostyshak wrote: > On Sun, Mar 01, 2020 at 08:04:47PM +0100, Jean-Marc Lasgouttes wrote: > > Le 29/02/2020 à 18:27, Scott Kostyshak a écrit : > > > In Qt 5.11, horizontalAdvance() was added "to replace the confusingly > > > named width() function",

[PATCH] cat.py: fix Python deprecation warning

2020-03-19 Thread Scott Kostyshak
See attached patch regarding our development script cat.py. It fixes a Python 3 deprecation warning. However, I believe it changes behavior with Python 2. The script has a "python3" shebang line (see 3f03f0a447e), however that does not mean that it is not currently compatible with Python 2. Should

Re: Save on save

2020-03-19 Thread Guenter Milde
On 2020-03-19, Richard Kimberly Heck wrote: > On 3/19/20 9:46 AM, racoon wrote: >> On 2020-03-19 14:43, Richard Kimberly Heck wrote: >>> On 3/19/20 5:43 AM, Daniel wrote: All applications (Libre Writer, Pages, Visual Studio Code, TextEdit, etc.) I tested save my documents whenever I

Re: Save on save

2020-03-19 Thread Daniel
On 2020-03-19 17:26, Daniel wrote: On 2020-03-19 17:22, Jean-Marc Lasgouttes wrote: Le 19/03/2020 à 15:14, racoon a écrit : (For some reasons my RE posts get a "Is being held until the list moderator can review it for approval.") The reason is that you are not subscribed with this address. I

Re: Save on save

2020-03-19 Thread Daniel
On 2020-03-19 17:22, Jean-Marc Lasgouttes wrote: Le 19/03/2020 à 15:14, racoon a écrit : (For some reasons my RE posts get a "Is being held until the list moderator can review it for approval.") The reason is that you are not subscribed with this address. I added the other address to the

Re: [LyX/master] Fix Qt deprecation warns for setTextColor()

2020-03-19 Thread Scott Kostyshak
On Thu, Mar 19, 2020 at 03:44:41PM +0100, Jürgen Spitzmüller wrote: > Am Donnerstag, den 19.03.2020, 15:11 +0100 schrieb Scott Kostyshak: > > commit 8583410617c756e072ee997f918395d6f29b8246 > > Author: Scott Kostyshak > > Date: Thu Mar 19 10:16:19 2020 -0400 > > > > Fix Qt deprecation

Re: Save on save

2020-03-19 Thread Jean-Marc Lasgouttes
Le 19/03/2020 à 15:14, racoon a écrit : (For some reasons my RE posts get a "Is being held until the list moderator can review it for approval.") The reason is that you are not subscribed with this address. I added the other address to the whitelist now. JMarc -- lyx-devel mailing list

Re: Save on save

2020-03-19 Thread racoon
On 2020-03-19 15:21, Scott Kostyshak wrote: On Thu, Mar 19, 2020 at 03:14:00PM +0100, racoon wrote: On 2020-03-19 15:08, Scott Kostyshak wrote: On Thu, Mar 19, 2020 at 09:53:19AM -0400, Richard Kimberly Heck wrote: On 3/19/20 9:46 AM, racoon wrote: On 2020-03-19 14:43, Richard Kimberly Heck

Re: Save on save

2020-03-19 Thread racoon
On 2020-03-19 14:53, Richard Kimberly Heck wrote: On 3/19/20 9:46 AM, racoon wrote: On 2020-03-19 14:43, Richard Kimberly Heck wrote: On 3/19/20 5:43 AM, Daniel wrote: All applications (Libre Writer, Pages, Visual Studio Code, TextEdit, etc.) I tested save my documents whenever I press

Re: Save on save

2020-03-19 Thread racoon
On 2020-03-19 14:43, Richard Kimberly Heck wrote: On 3/19/20 5:43 AM, Daniel wrote: All applications (Libre Writer, Pages, Visual Studio Code, TextEdit, etc.) I tested save my documents whenever I press ctrl|cmd+S or choose Save from the menu. This can be seen, for example, from the modified

Re: Save on save

2020-03-19 Thread racoon
On 2020-03-19 15:08, Scott Kostyshak wrote: On Thu, Mar 19, 2020 at 09:53:19AM -0400, Richard Kimberly Heck wrote: On 3/19/20 9:46 AM, racoon wrote: On 2020-03-19 14:43, Richard Kimberly Heck wrote: On 3/19/20 5:43 AM, Daniel wrote: All applications (Libre Writer, Pages, Visual Studio Code,

Re: Save on save

2020-03-19 Thread Kornel Benko
Am Thu, 19 Mar 2020 10:21:04 -0400 schrieb Scott Kostyshak : > On Thu, Mar 19, 2020 at 03:14:00PM +0100, racoon wrote: > > On 2020-03-19 15:08, Scott Kostyshak wrote: > > > On Thu, Mar 19, 2020 at 09:53:19AM -0400, Richard Kimberly Heck wrote: > > > > On 3/19/20 9:46 AM, racoon wrote: > > >

Re: [LyX/master] Fix Qt deprecation warns for setTextColor()

2020-03-19 Thread Jürgen Spitzmüller
Am Donnerstag, den 19.03.2020, 15:11 +0100 schrieb Scott Kostyshak: > commit 8583410617c756e072ee997f918395d6f29b8246 > Author: Scott Kostyshak > Date: Thu Mar 19 10:16:19 2020 -0400 > > Fix Qt deprecation warns for setTextColor() > > This commit fixes the following warning from

Re: Save on save

2020-03-19 Thread Scott Kostyshak
On Thu, Mar 19, 2020 at 03:14:00PM +0100, racoon wrote: > On 2020-03-19 15:08, Scott Kostyshak wrote: > > On Thu, Mar 19, 2020 at 09:53:19AM -0400, Richard Kimberly Heck wrote: > > > On 3/19/20 9:46 AM, racoon wrote: > > > > On 2020-03-19 14:43, Richard Kimberly Heck wrote: > > > > > On 3/19/20

Re: Save on save

2020-03-19 Thread Scott Kostyshak
On Thu, Mar 19, 2020 at 09:53:19AM -0400, Richard Kimberly Heck wrote: > On 3/19/20 9:46 AM, racoon wrote: > > On 2020-03-19 14:43, Richard Kimberly Heck wrote: > >> On 3/19/20 5:43 AM, Daniel wrote: > >>> All applications (Libre Writer, Pages, Visual Studio Code, TextEdit, > >>> etc.) I tested

Re: Save on save

2020-03-19 Thread Richard Kimberly Heck
On 3/19/20 9:46 AM, racoon wrote: > On 2020-03-19 14:43, Richard Kimberly Heck wrote: >> On 3/19/20 5:43 AM, Daniel wrote: >>> All applications (Libre Writer, Pages, Visual Studio Code, TextEdit, >>> etc.) I tested save my documents whenever I press ctrl|cmd+S or choose >>> Save from the menu.

Re: Save on save

2020-03-19 Thread Richard Kimberly Heck
On 3/19/20 5:43 AM, Daniel wrote: > All applications (Libre Writer, Pages, Visual Studio Code, TextEdit, > etc.) I tested save my documents whenever I press ctrl|cmd+S or choose > Save from the menu. This can be seen, for example, from the modified > date being updated. > > The only exception are

Save on save

2020-03-19 Thread Daniel
All applications (Libre Writer, Pages, Visual Studio Code, TextEdit, etc.) I tested save my documents whenever I press ctrl|cmd+S or choose Save from the menu. This can be seen, for example, from the modified date being updated. The only exception are MS office (which does not save and not