]> git.lyx.org Git - lyx.git/history - src/frontends/qt2/QLPopupMenu.C
some tabular fixes for the problems reported by Helge
[lyx.git] / src / frontends / qt2 / QLPopupMenu.C
2004-11-16 Jean-Marc Lasgouttescorrectly disable buffer-related menu entries when...
2004-10-26 Angus LeemingWhitespace, nothing but whitespace.
2004-10-07 Jean-Marc Lasgouttesfix dialogs in LyX/Mac
2004-10-05 Angus LeemingWhitespace, only whitespace.
2004-08-14 Jean-Marc Lasgouttesthe Qt/Mac merge menu patch; this is actually different...
2004-08-13 Jean-Marc Lasgouttestry to repaint window correctly when dispatching loooon...
2004-07-07 Jean-Marc Lasgouttesmake bindings appear in LyX/Mac menus
2004-05-20 Angus LeemingSane ordering of the files #included in the Qt frontend.
2004-05-19 Angus LeemingWrap most of the frontend code up inside namespace...
2004-03-18 André Pönitzsplit LyXFunc::getStatus() into inset specific chunks
2004-01-28 Lars Gullik Bjønnesstd:: changes, stupid stuff
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-21 Lars Gullik Bjønnesmore action work
2003-09-21 Lars Gullik BjønnesGet rid of Pseudo Actions
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-05 Angus LeemingStrip out another 350 redundant #includes.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-07-25 Jean-Marc Lasgouttestowards saner frontends (?). Part II: the menubar ...
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-28 Lars Gullik Bjønnesthe doxygen patch
2003-03-27 John LevonRemove some more debug
2003-02-25 Angus LeemingStrip trailing whitespace.
2003-02-15 Jean-Marc Lasgouttesmore code in the menu backend == less code in the menu...
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-12-18 Jean-Marc Lasgouttesremove preamble and tooltips menu entries on qt2; small...
2002-12-17 John LevonThe big Qt toqstr/fromqstr patch.
2002-12-17 John Levonmissing using std::endl
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-11-20 John Levonmenu disable fix
2002-11-20 John Levonjmarc's shortcut patch
2002-10-20 Lars Gullik Bjønnesthe qtclean-2 patch with some very small changes
2002-09-24 Angus LeemingLots and lots of little trivial bits.
2002-09-14 John Levoncompile fix
2002-09-13 John LevonYou break it, you pay for it. Fix submenus again. Lars...
2002-09-10 John Levonfix navigate
2002-08-25 John LevonFile dialog fixes. Implement optional menu items
2002-08-25 John LevonPopulate menus on popup - good news JMarc, it seems...