Bug: unable to insert symbols via the Math Panels toolbar in LyX 2.1.4 on OS X 10.11

2015-10-01 Thread Sean Wood
Hi all, Just came across this bug after installing LyX 2.1.4 on OS X 10.11, to reproduce: 1) File > New 2) Ensure that Math Panels toolbar is visible: View > Toolbars > Math Panels (auto) 3) Insert > Math > Inline Formula 4) In the Math Panels toolbar, click the \alpha button 5)

Re: [LyX/master] Math Panels: add "Fonts" icons.

2015-04-11 Thread Richard Heck
On 04/11/2015 05:06 PM, Enrico Forestieri wrote: On Sat, Apr 11, 2015 at 11:03:27PM +0200, Enrico Forestieri wrote: commit d9971802c2ee76171c9d862b6858d4c2e1ac1072 Author: Enrico Forestieri Date: Sat Apr 11 23:02:25 2015 +0200 Math Panels: add "Fonts" icons. Richard, the pn

Re: [LyX/master] Math Panels: add "Fonts" icons.

2015-04-11 Thread Enrico Forestieri
On Sat, Apr 11, 2015 at 11:03:27PM +0200, Enrico Forestieri wrote: > commit d9971802c2ee76171c9d862b6858d4c2e1ac1072 > Author: Enrico Forestieri > Date: Sat Apr 11 23:02:25 2015 +0200 > > Math Panels: add "Fonts" icons. Richard, the png versions are also good for stable. -- Enrico

Re: to branch: correct icon size in math panels

2010-09-27 Thread Jürgen Spitzmüller
Edwin Leuven wrote: > http://dl.dropbox.com/u/359550/lyxicons.png > > without the commit i see the panel on the left. now i get the panel on the > right... I see. Feel free to commit. Jürgen

RE: to branch: correct icon size in math panels

2010-09-27 Thread Edwin Leuven
> Hm, I can't see a difference when doing this in branch and trunk (that > contains your commit). http://dl.dropbox.com/u/359550/lyxicons.png without the commit i see the panel on the left. now i get the panel on the right... ed.

Re: to branch: correct icon size in math panels

2010-09-27 Thread Jürgen Spitzmüller
Edwin Leuven wrote: > initially if you click on one of the math panels the icons are too small > > to see this resize your icons to big-sized icons and then back to > normal-size icons > > if you compare before and after you'll see the difference > > apparently

RE: to branch: correct icon size in math panels

2010-09-27 Thread Edwin Leuven
> Edwin Leuven wrote: > > jurgen, perhaps you can put this into branch? > > > > http://www.lyx.org/trac/changeset/35492 > > Could you say a bit more about the problem (I do not see icon size > problems) and the fix? initially if you click on one of the math panels t

Re: to branch: correct icon size in math panels

2010-09-25 Thread Jürgen Spitzmüller
Edwin Leuven wrote: > jurgen, perhaps you can put this into branch? > > http://www.lyx.org/trac/changeset/35492 Could you say a bit more about the problem (I do not see icon size problems) and the fix? And while I have you online, there's also a pending question for you here: http://www.lyx.org

to branch: correct icon size in math panels

2010-09-24 Thread Edwin Leuven
jurgen, perhaps you can put this into branch? http://www.lyx.org/trac/changeset/35492

math panels

2007-06-21 Thread Edwin Leuven
"latex_ams_nrel" "math,bottom" "latex_ams_ops" "math,bottom" do we want to do something with this? Index: lib/ui/stdtoolbars.inc === --- lib/ui/stdtoolbars.inc (revision 18841) +

Re: tear-off math panels

2007-06-18 Thread Enrico Forestieri
On Mon, Jun 18, 2007 at 08:03:21AM +0200, Andre Poenitz wrote: > On Mon, Jun 18, 2007 at 04:20:13AM +0200, Enrico Forestieri wrote: > > On Tue, Jun 12, 2007 at 11:28:37PM +0200, Edwin Leuven wrote: > > > > > >> +// FIXME: this can go when we move to Qt 4.3 > > > >> +#define QT_VERSION_CHECK(major

Re: tear-off math panels

2007-06-17 Thread Andre Poenitz
On Mon, Jun 18, 2007 at 04:20:13AM +0200, Enrico Forestieri wrote: > On Tue, Jun 12, 2007 at 11:28:37PM +0200, Edwin Leuven wrote: > > > >> +// FIXME: this can go when we move to Qt 4.3 > > >> +#define QT_VERSION_CHECK(major, minor, patch) > > >> ((major<<16)|(minor<<8)|(patch)) > > >> + > > >> +

Re: tear-off math panels

2007-06-17 Thread Enrico Forestieri
On Tue, Jun 12, 2007 at 11:28:37PM +0200, Edwin Leuven wrote: > >> +// FIXME: this can go when we move to Qt 4.3 > >> +#define QT_VERSION_CHECK(major, minor, patch) > >> ((major<<16)|(minor<<8)|(patch)) > >> + > >> +#if QT_VERSION >= QT_VERSION_CHECK(4, 2, 0) > > > > Wouldn't that give a 'redefi

Re: RC2 coming soon - math panels patch

2007-06-17 Thread Roger Mc Murtrie
> Besides this I miss than the tooltips aren't shown for the math panels. Tooltips work e.g. for roots, styles, fonts and its > subentries are shown in the status bar but e.g. not for the subentries of the Greek, Arrows panels. With respect to the tool tips comments. I've

Re: RC2 coming soon - math panels patch

2007-06-17 Thread Roger Mc Murtrie
Oops, disregard my last comment regarding tooltips, I just checked bug 3883 and now comprehend! Roger

Re: RC2 coming soon - math panels patch

2007-06-17 Thread Roger Mc Murtrie
On 18/06/2007, at 4:53 AM, [EMAIL PROTECTED] wrote: Re: RC2 coming soon - math panels patch > I tested the patch and there are some issues left: > - It is still not possible to insert two consecutive symbols because the panel is closed after every selection, see also

Re: RC2 coming soon - math panels patch

2007-06-17 Thread Uwe Stöhr
Edwin Leuven schrieb: I also have often the case that I want to insert some symbols from the same panel and it is annoying that I always have to reopen the panel. but that's why you can tear 'em off now OK, I understand. So what is only missing is the documentation how to detach a panel in

Re: RC2 coming soon - math panels patch

2007-06-17 Thread Edwin Leuven
Uwe Stöhr wrote: Edwin Leuven schrieb: - It is still not possible to insert two consecutive symbols because the panel is closed after every selection, see also http://bugzilla.lyx.org/show_bug.cgi?id=3839#c1 this is intentional. But this is no excuse ;-) it isn't?! I also have often the

Re: RC2 coming soon - math panels patch

2007-06-17 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > > this is intentional. > > But this is no excuse ;-). I also have often the case that I want to insert > some symbols from the same panel and it is annoying that I always have to > reopen the panel. IMHO Edwin's proposal is just perfect: whenever you want to insert multiple syb

Re: RC2 coming soon - math panels patch

2007-06-17 Thread Uwe Stöhr
r the math panels. Tooltips work e.g. for roots, styles, fonts and its subentries are shown in the status bar but e.g. not for the subentries of the Greek, Arrows panels. i know. perhaps you could file a bug... This is now bug 3883: http://bugzilla.lyx.org/show_bug.cgi?id=3883 Do you have an

Re: RC2 coming soon - math panels patch

2007-06-17 Thread Edwin Leuven
the patch does not change behavior wrt the current situation but it *does* allow you to tear off the menu's (a so-called pareto improvement: someone benefits without making others worse off...) Besides this I miss than the tooltips aren't shown for the math panels. Tooltips work e

Re: RC2 coming soon - math panels patch

2007-06-17 Thread Uwe Stöhr
not fixed for me. Detaching a panel should be intuitive and the current implementation is not. I takes me 5 minutes until I get it. Besides this I miss than the tooltips aren't shown for the math panels. Tooltips work e.g. for roots, styles, fonts and its subentries are shown in the st

Re: Fwd: tear-off math panels

2007-06-16 Thread Edwin Leuven
Roger Mc Murtrie wrote: Re Intel Mac OSX 10.4 Previous testing for both Mac and Linux done after "make" using src/lyx. Now, after doing a "make install" on the Mac and starting the resulting LyX.app, the correct characters are displayed for all palettes with the exception of the Big Operators

Fwd: tear-off math panels

2007-06-16 Thread Roger Mc Murtrie
sage: From: Roger Mc Murtrie <[EMAIL PROTECTED]> Date: 15 June 2007 1:36:31 PM To: lyx-devel@lists.lyx.org Cc: "E. Leuven" <[EMAIL PROTECTED]> Subject: Re: tear-off math panels I have tested the tear off panels on both Linux and Mac. Panels "tear off" when sin

Re: tear-off math panels

2007-06-14 Thread Roger Mc Murtrie
I have tested the tear off panels on both Linux and Mac. Panels "tear off" when single clicked above a math palette's dashed line. There is one inconsistency between the Linux panel and the Mac panel in that the linux palette has a maximise icon whereas the Mac palette doesn't. This is a g

Re: tear-off math panels

2007-06-14 Thread Andre Poenitz
On Thu, Jun 14, 2007 at 09:45:42AM +0200, Edwin Leuven wrote: > Edwin Leuven wrote: > >some people have complained the math panels cannot be torn-off (bugs > >3839 and 3840) > > > >the attached makes this work for QT_VERSION >= QT_VERSION_CHECK(4, 2, 0) > >

Re: tear-off math panels

2007-06-14 Thread Edwin Leuven
Edwin Leuven wrote: some people have complained the math panels cannot be torn-off (bugs 3839 and 3840) the attached makes this work for QT_VERSION >= QT_VERSION_CHECK(4, 2, 0) perhaps people can give it a try? the updated attached patch works for me on windows (qt 4.2.2) and linux (deb

Fwd: tear-off math panels

2007-06-13 Thread Roger Mc Murtrie
Begin forwarded message: From: Roger Mc Murtrie <[EMAIL PROTECTED]> Date: 14 June 2007 10:02:49 AM To: "Leuven, E." <[EMAIL PROTECTED]> Subject: Re: tear-off math panels I see, OK. Select Greek menu, select a character, character entered, palette closes. But, prob

RE: tear-off math panels

2007-06-13 Thread Leuven, E.
Roger Mc Murtrie wrote: > Great! It works. Close button and all!! Wonderfull!!! could you confirm that the menu disappear after a click when they are attached, but that they stay on top when torn-off? > Just one suggestion. Can there be a little more space between the top of > the pallett

Re: tear-off math panels

2007-06-13 Thread Roger Mc Murtrie
On Jun 13, 2007, at 8:39 AM, Leuven, E. wrote: > i would like the menu to close after clicking on a symbol when it is not > torn off > > when the menu is torn off i'd like it close only when clicking on the > close button perhaps some more can try the attached? it work flawlessly for me

RE: tear-off math panels

2007-06-13 Thread Leuven, E.
Bennett Helm wrote: > On Jun 13, 2007, at 8:48 AM, Leuven, E. wrote: That fixes the > compilation. > > However, the patch doesn't seem to work. (I'm not sure exactly how it > is supposed to work, but here's what I find.) > > Clicking on icons (such as that for big operators) that are supposed > t

Re: tear-off math panels

2007-06-13 Thread Bennett Helm
On Jun 13, 2007, at 8:48 AM, Leuven, E. wrote: add #include to iconpalette.cpp ? That fixes the compilation. However, the patch doesn't seem to work. (I'm not sure exactly how it is supposed to work, but here's what I find.) Clicking on icons (such as that for big operators) that ar

RE: tear-off math panels

2007-06-13 Thread Leuven, E.
add #include to iconpalette.cpp ? -Original Message- From: Bennett Helm [mailto:[EMAIL PROTECTED] Sent: Wed 6/13/07 14:44 To: Leuven, E. Cc: Bo Peng; LyX-Devel Mechanics Subject: Re: tear-off math panels On Jun 13, 2007, at 8:39 AM, Leuven, E. wrote: > > i would like the m

Re: tear-off math panels

2007-06-13 Thread Bennett Helm
On Jun 13, 2007, at 8:39 AM, Leuven, E. wrote: > i would like the menu to close after clicking on a symbol when it is not > torn off > > when the menu is torn off i'd like it close only when clicking on the > close button perhaps some more can try the attached? it work flawlessly for me

RE: tear-off math panels

2007-06-13 Thread Leuven, E.
> i would like the menu to close after clicking on a symbol when it is not > torn off > > when the menu is torn off i'd like it close only when clicking on the > close button perhaps some more can try the attached? it work flawlessly for me Index: src/frontends/qt4/IconPalette.cpp ==

Re: tear-off math panels

2007-06-12 Thread Edwin Leuven
Bo Peng wrote: > Now, with qt 4.2.2 and your patch, I can > 1. click to open a subpanel > 2. click a symbol and the panel does not disappear > 3. click again on vacant area, the panel will disappear. strange, it disappears here 2 or 3? Both behaviors are fine, right? My understanding is that 2

Re: tear-off math panels

2007-06-12 Thread Edwin Leuven
Andre Poenitz wrote: +void MathButton::mouseReleaseEvent(QMouseEvent *event) +{ + // this one triggers the action and untoggles the button + QToolButton::mouseReleaseEvent(event); + // this one forwards the event to the parent + QWidget::mouseReleaseEvent(event); +} I'd

Re: tear-off math panels

2007-06-12 Thread Bo Peng
> Now, with qt 4.2.2 and your patch, I can > 1. click to open a subpanel > 2. click a symbol and the panel does not disappear > 3. click again on vacant area, the panel will disappear. strange, it disappears here 2 or 3? Both behaviors are fine, right? My understanding is that 2 is used to ente

Re: tear-off math panels

2007-06-12 Thread Edwin Leuven
Bo Peng wrote: perhaps people can give it a try? What is the behavior you want to achieve? Now, with qt 4.2.2 and your patch, I can 1. click to open a subpanel 2. click a symbol and the panel does not disappear 3. click again on vacant area, the panel will disappear. strange, it disappears h

Re: tear-off math panels

2007-06-12 Thread Andre Poenitz
On Tue, Jun 12, 2007 at 10:26:23PM +0200, Edwin Leuven wrote: > some people have complained the math panels cannot be torn-off (bugs > 3839 and 3840) > > the attached makes this work for QT_VERSION >= QT_VERSION_CHECK(4, 2, 0) > > perhaps people can give it a try? > &g

Re: tear-off math panels

2007-06-12 Thread Bo Peng
perhaps people can give it a try? What is the behavior you want to achieve? Now, with qt 4.2.2 and your patch, I can 1. click to open a subpanel 2. click a symbol and the panel does not disappear 3. click again on vacant area, the panel will disappear. Bo

Re: tear-off math panels

2007-06-12 Thread Juergen Spitzmueller
Edwin Leuven wrote: > some people have complained the math panels cannot be torn-off (bugs > 3839 and 3840) I don't have time to test it, but if it works, I'm all for putting this in. The non-tearable panels are a major pain for some users, and this behaviour is a regression wr

tear-off math panels

2007-06-12 Thread Edwin Leuven
some people have complained the math panels cannot be torn-off (bugs 3839 and 3840) the attached makes this work for QT_VERSION >= QT_VERSION_CHECK(4, 2, 0) perhaps people can give it a try? Index: src/frontends/qt4/IconPalette.

[PATCH] Re: Bug 2859: behavior of math panels

2007-01-25 Thread Bernhard Roider
Abdelrazak Younes wrote: http://bugzilla.lyx.org/show_bug.cgi?id=2859 Peter, Edwin, IIRC you both know about this field. Could you give a hand please? Abdel. This patch fixes the problem with the off-screen titlebar in Windows by just moving the detached panel to position (50,50) on the

Re: Bug 2859: behavior of math panels

2007-01-24 Thread Edwin Leuven
Abdelrazak Younes wrote: http://bugzilla.lyx.org/show_bug.cgi?id=2859 Peter, Edwin, IIRC you both know about this field. Could you give a hand please? i cannot reproduce this one...

Bug 2859: behavior of math panels

2007-01-24 Thread Abdelrazak Younes
http://bugzilla.lyx.org/show_bug.cgi?id=2859 Peter, Edwin, IIRC you both know about this field. Could you give a hand please? Abdel.

Re: Math Panels (Lyx 1.4.2 under MS Win)

2006-07-18 Thread Paul A. Rubin
Philip A. Viton wrote: Lyx 1.4.2 on Windows XP (Home and Pro, both sp 2). The behavior of the detached Math Panels is very un-Windows-like: I wonder if this is determined by the Qt library, or whether it can be fixed. a. On the right of the panels there are the three traditional Windows

Re: Math Panels (Lyx 1.4.2 under MS Win)

2006-07-18 Thread Enrico Forestieri
On Tue, Jul 18, 2006 at 10:19:19AM -0300, Philip A. Viton wrote: > > > Lyx 1.4.2 on Windows XP (Home and Pro, both sp 2). > > The behavior of the detached Math Panels is very un-Windows-like: I > wonder if this is determined by the Qt library, or whether it can be fixed.

Math Panels (Lyx 1.4.2 under MS Win)

2006-07-18 Thread Philip A. Viton
Lyx 1.4.2 on Windows XP (Home and Pro, both sp 2). The behavior of the detached Math Panels is very un-Windows-like: I wonder if this is determined by the Qt library, or whether it can be fixed. a. On the right of the panels there are the three traditional Windows controls for closing