layout combo box height

2014-07-17 Thread Scott Kostyshak
If you start a new document and do alt + p and type "address", the combo box is not tall enough to display all of the results (so a scrollbox is displayed). Similarly if you type "paragraph". I can provide screenshots if others are unable to reproduce. The attached patch fixes the above problem bu

Re: [PATCH] LyX HiDPI support in OS X with Qt 5

2014-07-17 Thread Marcelo Galvão Póvoa
On Wed, Jul 16, 2014 at 4:32 PM, Jean-Marc Lasgouttes wrote: > Le 16/07/14 20:41, Marcelo Galvão Póvoa a écrit : > >>> * adding a fake variable to lyxrc is bad :) >> >> >> Is there a better alternative? The variable can be made customizable >> like the others but I don't know if it makes sense. >

Re: showing a "not built with spellchecker enabled" message?

2014-07-17 Thread Kornel Benko
Am Donnerstag, 17. Juli 2014 um 12:08:21, schrieb Scott Kostyshak > On Thu, Jul 17, 2014 at 12:02 PM, Jean-Marc Lasgouttes > wrote: > > 17/07/2014 17:55, Scott Kostyshak: > > > >> Yes I like "none compiled in" but have mixed feelings. If it is > >> someone who compiled LyX themselves, then it is

Re: showing a "not built with spellchecker enabled" message?

2014-07-17 Thread Scott Kostyshak
On Thu, Jul 17, 2014 at 12:02 PM, Jean-Marc Lasgouttes wrote: > 17/07/2014 17:55, Scott Kostyshak: > >> Yes I like "none compiled in" but have mixed feelings. If it is >> someone who compiled LyX themselves, then it is good because it is a >> strong signal of how to fix the problem. But if it is s

Re: showing a "not built with spellchecker enabled" message?

2014-07-17 Thread Jean-Marc Lasgouttes
17/07/2014 17:55, Scott Kostyshak: Yes I like "none compiled in" but have mixed feelings. If it is someone who compiled LyX themselves, then it is good because it is a strong signal of how to fix the problem. But if it is someone using a package on their distro compiled by the packager then maybe

Re: showing a "not built with spellchecker enabled" message?

2014-07-17 Thread Scott Kostyshak
On Thu, Jul 17, 2014 at 11:42 AM, Jean-Marc Lasgouttes wrote: > 17/07/2014 17:35, Scott Kostyshak: > >>> Maybe the list that allows to choose the spellchecker could read "none >>> available"? >> >> >> I wanted to come up with something that would signal to the user that >> it is a build issue and

Re: Problem with spell checker

2014-07-17 Thread Jean-Marc Lasgouttes
17/07/2014 17:51, Scott Kostyshak: Do you mean that cmake does not enable them by default? This is bad, IMO. The configure script configure whatever spellcheckers it finds, and it is possible to disable them individually. I did mean that but I was mistaken (I saw the - LYX_HUNSPELL = OFF report

Re: Problem with spell checker

2014-07-17 Thread Scott Kostyshak
On Thu, Jul 17, 2014 at 11:41 AM, Jean-Marc Lasgouttes wrote: > 17/07/2014 16:57, Scott Kostyshak: > >> On Thu, Jul 17, 2014 at 5:00 AM, Fabio Fiorelli wrote: >>> >>> Hello everyone >>> I'm having a problem with the spell-checker. I'm running a computer with >>> CentOS 6.5 installed, and I instal

Re: showing a "not built with spellchecker enabled" message?

2014-07-17 Thread Scott Kostyshak
On Thu, Jul 17, 2014 at 11:13 AM, Stephan Witt wrote: > Am 17.07.2014 um 17:10 schrieb Jean-Marc Lasgouttes : > >> 17/07/2014 17:01, Scott Kostyshak: >>> If LyX is not built explicitly enabling a spellchecker, some fields >>> are greyed out. This comes up from time to time on the list. Would it >>

Re: showing a "not built with spellchecker enabled" message?

2014-07-17 Thread Jean-Marc Lasgouttes
17/07/2014 17:35, Scott Kostyshak: Maybe the list that allows to choose the spellchecker could read "none available"? I wanted to come up with something that would signal to the user that it is a build issue and not a "can't find hunspell" issue (i.e. it's a "didn't tell me to look for hunspell

Re: Problem with spell checker

2014-07-17 Thread Jean-Marc Lasgouttes
17/07/2014 16:57, Scott Kostyshak: On Thu, Jul 17, 2014 at 5:00 AM, Fabio Fiorelli wrote: Hello everyone I'm having a problem with the spell-checker. I'm running a computer with CentOS 6.5 installed, and I installed Lyx 2.1. However when I go in the settings, the spell-checker option is greyed

Re: showing a "not built with spellchecker enabled" message?

2014-07-17 Thread Scott Kostyshak
On Thu, Jul 17, 2014 at 11:10 AM, Jean-Marc Lasgouttes wrote: > 17/07/2014 17:01, Scott Kostyshak: > >> If LyX is not built explicitly enabling a spellchecker, some fields >> are greyed out. This comes up from time to time on the list. Would it >> be more or less confusing to have a message explai

Re: showing a "not built with spellchecker enabled" message?

2014-07-17 Thread Stephan Witt
Am 17.07.2014 um 17:10 schrieb Jean-Marc Lasgouttes : > 17/07/2014 17:01, Scott Kostyshak: >> If LyX is not built explicitly enabling a spellchecker, some fields >> are greyed out. This comes up from time to time on the list. Would it >> be more or less confusing to have a message explaining that

Re: showing a "not built with spellchecker enabled" message?

2014-07-17 Thread Jean-Marc Lasgouttes
17/07/2014 17:01, Scott Kostyshak: If LyX is not built explicitly enabling a spellchecker, some fields are greyed out. This comes up from time to time on the list. Would it be more or less confusing to have a message explaining that LyX needs to have the option set at compile time? What kind of

showing a "not built with spellchecker enabled" message?

2014-07-17 Thread Scott Kostyshak
If LyX is not built explicitly enabling a spellchecker, some fields are greyed out. This comes up from time to time on the list. Would it be more or less confusing to have a message explaining that LyX needs to have the option set at compile time? Scott