Re: Mac menubar patch

2013-06-04 Thread BH
On Tue, Jun 4, 2013 at 9:29 AM, Jean-Marc Lasgouttes wrote: > 30/05/2013 16:51, BH: > > As I said, it's cludgy: I've stolen code >> from GuiWorkArea::**updateWindowTitle() to get that info back in the >> title, but (not in any real sense knowing C++) I don't understand the >> relationship betwee

Re: Mac menubar patch

2013-06-04 Thread Jean-Marc Lasgouttes
30/05/2013 16:51, BH: As I said, it's cludgy: I've stolen code from GuiWorkArea::updateWindowTitle() to get that info back in the title, but (not in any real sense knowing C++) I don't understand the relationship between GuiWorkArea::updateWindowTitle() and GuiView::updateWindowTitle(GuiWorkArea

Re: Mac menubar patch

2013-05-30 Thread Richard Heck
On 05/30/2013 10:51 AM, BH wrote: So even though IANAL[yX developer], This may once have been true, but it does not seem to be true anymore. there are some things that are easy enough a non-developer can do. Here's another -- mostly stolen but cludgier. This kind of patch is more than welco

Mac menubar patch

2013-05-30 Thread BH
So even though IANAL[yX developer], there are some things that are easy enough a non-developer can do. Here's another -- mostly stolen but cludgier. Jean-Marc proposed a patch to create a "Cleaner windows title" on Mac here: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg170106.html The