Re: r23565 - /lyx-devel/trunk/src/frontends/qt4/Menus.cpp

2008-03-09 Thread Abdelrazak Younes
Stefan Schimanski wrote: Am 09.03.2008 um 19:06 schrieb Andre Poenitz: On Sun, Mar 09, 2008 at 02:20:34PM +0100, Stefan Schimanski wrote: Am 09.03.2008 um 13:03 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Mac has lost the menu contents. They appear in the menubar, but the popup d

Re: r23565 - /lyx-devel/trunk/src/frontends/qt4/Menus.cpp

2008-03-09 Thread Stefan Schimanski
Am 09.03.2008 um 19:06 schrieb Andre Poenitz: On Sun, Mar 09, 2008 at 02:20:34PM +0100, Stefan Schimanski wrote: Am 09.03.2008 um 13:03 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Mac has lost the menu contents. They appear in the menubar, but the popup does not appear. I'll tr

Re: r23565 - /lyx-devel/trunk/src/frontends/qt4/Menus.cpp

2008-03-09 Thread Andre Poenitz
On Sun, Mar 09, 2008 at 02:20:34PM +0100, Stefan Schimanski wrote: > > Am 09.03.2008 um 13:03 schrieb Abdelrazak Younes: > >> Stefan Schimanski wrote: >>> Mac has lost the menu contents. They appear in the menubar, but the popup >>> does not appear. >> >> I'll try to investigate. '-dbg gui' should

Re: r23565 - /lyx-devel/trunk/src/frontends/qt4/Menus.cpp

2008-03-09 Thread Stefan Schimanski
Am 09.03.2008 um 15:00 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Am 09.03.2008 um 13:03 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Mac has lost the menu contents. They appear in the menubar, but the popup does not appear. I'll try to investigate. '-dbg gui' should give

Re: r23565 - /lyx-devel/trunk/src/frontends/qt4/Menus.cpp

2008-03-09 Thread Abdelrazak Younes
Stefan Schimanski wrote: Am 09.03.2008 um 13:03 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Mac has lost the menu contents. They appear in the menubar, but the popup does not appear. I'll try to investigate. '-dbg gui' should give you some hints of what's going wrong. Abdel. d

Re: r23565 - /lyx-devel/trunk/src/frontends/qt4/Menus.cpp

2008-03-09 Thread Abdelrazak Younes
Stefan Schimanski wrote: Here is the reason: QMenu objects used in the native menu bar are not able to handle "show", "hide", and "mouse move" events. Reimplementations of showEvent(), hideEvent(), andmouseMoveEvent() in QMenu subclasses will not be called for menus used in this way. from h

Re: r23565 - /lyx-devel/trunk/src/frontends/qt4/Menus.cpp

2008-03-09 Thread Stefan Schimanski
Am 09.03.2008 um 13:03 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Mac has lost the menu contents. They appear in the menubar, but the popup does not appear. I'll try to investigate. '-dbg gui' should give you some hints of what's going wrong. Abdel. diff --git a/src/frontend

Re: r23565 - /lyx-devel/trunk/src/frontends/qt4/Menus.cpp

2008-03-09 Thread Stefan Schimanski
Here is the reason: QMenu objects used in the native menu bar are not able to handle "show", "hide", and "mouse move" events. Reimplementations of showEvent(), hideEvent(), andmouseMoveEvent() in QMenu subclasses will not be called for menus used in this way. from http://doc.trolltech.com

Re: r23565 - /lyx-devel/trunk/src/frontends/qt4/Menus.cpp

2008-03-09 Thread Stefan Schimanski
Am 09.03.2008 um 13:03 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Mac has lost the menu contents. They appear in the menubar, but the popup does not appear. I'll try to investigate. '-dbg gui' should give you some hints of what's going wrong. I know. It seems that the showEven

Re: r23565 - /lyx-devel/trunk/src/frontends/qt4/Menus.cpp

2008-03-09 Thread Abdelrazak Younes
Stefan Schimanski wrote: Mac has lost the menu contents. They appear in the menubar, but the popup does not appear. I'll try to investigate. '-dbg gui' should give you some hints of what's going wrong. Abdel.

Re: r23565 - /lyx-devel/trunk/src/frontends/qt4/Menus.cpp

2008-03-09 Thread Stefan Schimanski
Mac has lost the menu contents. They appear in the menubar, but the popup does not appear. Stefan Am 08.03.2008 um 17:15 schrieb [EMAIL PROTECTED]: Author: younes Date: Sat Mar 8 17:15:34 2008 New Revision: 23565 URL: http://www.lyx.org/trac/changeset/23565 Log: various cleanup and simplif