> - you use std::string in many places. The current way of doing things > in LyX is to use '#include "LString.h"' and later 'string' without > std:: qualifier. This is because we provide a lighter std::string > replacement. ok, I will replace them. > - it seems that your code for menus and toolbars (I looked at that > because it is what I know best) is based on 1.3.x code. In 1.4.0cvs, > many common functions have been recoded in the frontend-independent > source. Examples include: > xpmNameOfAction (use ToolbarBackend::getIcon) > Menubar::Pimpl::submenuDisabled (the information is given by > MenuItem::status()) > in Menubar::Pimpl::onSubMenuActivate, the code can somewhat be > simplified by the use of MenuItem::status(). In particular you do > not have to worry about optional() and unknown(), since this is > automatically taken care of. ok, I will check them. Huang Ying
- Re: gtk patch against 1.4.0cvs on July 1st. Huang Ying
- Re: gtk patch against 1.4.0cvs on July 1st. Jean-Marc Lasgouttes
- Re: gtk patch against 1.4.0cvs on July 1st. Lars Gullik Bjønnes
- Re: gtk patch against 1.4.0cvs on July 1... Huang Ying
- Re: gtk patch against 1.4.0cvs on Ju... Lars Gullik Bjønnes
- Re: gtk patch against 1.4.0cvs ... Huang Ying
- Re: gtk patch against 1.4.0cvs on July 1st. Juergen Spitzmueller
- Re: gtk patch against 1.4.0cvs on July 1st. Lars Gullik Bjønnes
- Re: gtk patch against 1.4.0cvs on July 1st. Huang Ying
- Re: gtk patch against 1.4.0cvs on July 1st. Jean-Marc Lasgouttes
- Re: gtk patch against 1.4.0cvs on July 1st. Huang Ying
- Re: gtk patch against 1.4.0cvs on July 1st. Andre Poenitz
- Re: gtk patch against 1.4.0cvs on July 1st. Lars Gullik Bjønnes
- Re: gtk patch against 1.4.0cvs on July 1st. Andre Poenitz
- Re: gtk patch against 1.4.0cvs on July 1... Lars Gullik Bjønnes
- Re: gtk patch against 1.4.0cvs on Ju... Andre Poenitz
- Re: gtk patch against 1.4.0cvs on July 1... Jean-Marc Lasgouttes
- Re: gtk patch against 1.4.0cvs on Ju... Lars Gullik Bjønnes
- Re: gtk patch against 1.4.0cvs ... Jean-Marc Lasgouttes
- Re: gtk patch against 1.4.0... Lars Gullik Bjønnes
- Re: gtk patch against 1.4.0... Jean-Marc Lasgouttes