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

2020-03-19 Thread Scott Kostyshak
> > Fix Qt deprecation warns for setTextColor() > > > > This commit fixes the following warning from Qt 5.14: > > Thanks for this initiative, Scott. > > It's a pleasure to see these annoying warnings disappear by and by. Thanks, Jürgen. There's not many l

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 f

Re: warns

2010-12-21 Thread Abdelrazak Younes
On 12/20/2010 02:00 PM, Pavel Sanda wrote: Abdelrazak Younes wrote: I don't think this could happen but yes, better safe than sorry :-) dunno how much is this related to the last changes but is see new assert in bugzilla with lyx::RandomAccessListlyx::Paragraph::operator[]

Re: warns

2010-12-21 Thread Abdelrazak Younes
On 12/20/2010 02:00 PM, Pavel Sanda wrote: Abdelrazak Younes wrote: I don't think this could happen but yes, better safe than sorry :-) dunno how much is this related to the last changes but is see new assert in bugzilla with lyx::RandomAccessList::operator[] keyword... #7188

Re: warns

2010-12-20 Thread Pavel Sanda
Abdelrazak Younes wrote: I don't think this could happen but yes, better safe than sorry :-) dunno how much is this related to the last changes but is see new assert in bugzilla with lyx::RandomAccessListlyx::Paragraph::operator[] keyword... #7188 pavel

Re: warns

2010-12-20 Thread Pavel Sanda
Abdelrazak Younes wrote: > I don't think this could happen but yes, better safe than sorry :-) dunno how much is this related to the last changes but is see new assert in bugzilla with lyx::RandomAccessList::operator[] keyword... #7188 pavel

warns

2010-12-19 Thread Pavel Sanda
CXXoutput_xhtml.o output_latex.cpp: In function 'void lyx::TeXOnePar(const lyx::Buffer, const lyx::Text, lyx::pit_type, lyx::odocstream, lyx::TexRow, const lyx::OutputParams, const std::string, int, int)': output_latex.cpp:408: warning: comparison between signed and unsigned integer

Re: warns

2010-12-19 Thread Richard Heck
On 12/19/2010 05:00 PM, Pavel Sanda wrote: CXXoutput_xhtml.o output_latex.cpp: In function 'void lyx::TeXOnePar(const lyx::Buffer, const lyx::Text, lyx::pit_type, lyx::odocstream, lyx::TexRow, const lyx::OutputParams, const std::string, int, int)': output_latex.cpp:408: warning:

Re: warns

2010-12-19 Thread Abdelrazak Younes
On 12/20/2010 02:37 AM, Richard Heck wrote: On 12/19/2010 05:00 PM, Pavel Sanda wrote: CXXoutput_xhtml.o output_latex.cpp: In function 'void lyx::TeXOnePar(const lyx::Buffer, const lyx::Text, lyx::pit_type, lyx::odocstream, lyx::TexRow, const lyx::OutputParams, const std::string,

warns

2010-12-19 Thread Pavel Sanda
CXXoutput_xhtml.o output_latex.cpp: In function 'void lyx::TeXOnePar(const lyx::Buffer&, const lyx::Text&, lyx::pit_type, lyx::odocstream&, lyx::TexRow&, const lyx::OutputParams&, const std::string&, int, int)': output_latex.cpp:408: warning: comparison between signed and unsigned

Re: warns

2010-12-19 Thread Richard Heck
On 12/19/2010 05:00 PM, Pavel Sanda wrote: CXXoutput_xhtml.o output_latex.cpp: In function 'void lyx::TeXOnePar(const lyx::Buffer&, const lyx::Text&, lyx::pit_type, lyx::odocstream&, lyx::TexRow&, const lyx::OutputParams&, const std::string&, int, int)': output_latex.cpp:408:

Re: warns

2010-12-19 Thread Abdelrazak Younes
On 12/20/2010 02:37 AM, Richard Heck wrote: On 12/19/2010 05:00 PM, Pavel Sanda wrote: CXXoutput_xhtml.o output_latex.cpp: In function 'void lyx::TeXOnePar(const lyx::Buffer&, const lyx::Text&, lyx::pit_type, lyx::odocstream&, lyx::TexRow&, const lyx::OutputParams&, const

[Patch] #6550: LyX warns that Any Changes will be lost even when there are no changes.

2010-10-25 Thread John McCabe-Dansted
When my file is modified externally and I select File-Revert to Saved I get the following warning. Any changes will be lost. Are you sure you want to revert to the saved version of the document ... I get this warning even when the buffer is clean so there are no changes to be lost. I would

Re: [Patch] #6550: LyX warns that Any Changes will be lost even when there are no changes.

2010-10-25 Thread Vincent van Ravesteijn
Committed. Vincent

[Patch] #6550: LyX warns that "Any Changes will be lost" even when there are no changes.

2010-10-25 Thread John McCabe-Dansted
When my file is modified externally and I select File->Revert to Saved I get the following warning. "Any changes will be lost. Are you sure you want to revert to the saved version of the document ..." I get this warning even when the buffer is clean so there are no changes to be lost. I

Re: [Patch] #6550: LyX warns that "Any Changes will be lost" even when there are no changes.

2010-10-25 Thread Vincent van Ravesteijn
Committed. Vincent