]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiApplication.h
do what the FIXME suggested
[lyx.git] / src / frontends / qt4 / GuiApplication.h
2008-02-06 Abdelrazak YounesTransfer some GUI oriented code from core to frontend.
2008-02-05 Abdelrazak YounesTransfer forked process checking from GuiWorkArea to...
2007-12-26 Abdelrazak YounesSimplify MenuBackend and menubar interactions.
2007-12-25 Abdelrazak YounesDon't pretend we have multiple menu backends: transfer...
2007-11-26 Abdelrazak YounesCleanup LyXFunc::dispatch() following JMarc advice.
2007-11-25 Abdelrazak YounesRemove unused pure virtual method.
2007-11-24 Abdelrazak YounesGetting rid of Application::createView()
2007-11-24 Abdelrazak YounesIntroducing Application::getStatus() and Application...
2007-11-23 Abdelrazak Younessimplify window creation.
2007-11-21 Abdelrazak YounesIntroducing Application::resetGui() that will reset...
2007-11-19 Abdelrazak YounesTransfer some LFUNs from LyXFunc to GuiView.
2007-11-18 Abdelrazak YounesSpoiling some fun from Andre': put Application on a...
2007-11-17 André Pönitzmove view_ids from Application to GuiApplication
2007-11-17 André Pönitzmake frontend::Application a bit slimmer
2007-11-17 André Pönitzmerge frontend::Gui and frontend::Application
2007-11-15 André Pönitzshuffle some code around
2007-11-15 Abdelrazak Younescosmetics and comments.
2007-11-14 Abdelrazak YounesTransfer geometry related session code from LyX::newLyX...
2007-11-13 Abdelrazak YounesTransfer createView() from Application to GuiApplicatio...
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-09-15 André Pönitzconsmetics
2007-09-15 André Pönitzsome remnaming
2007-09-15 André PönitzRename class socket_callback into SocketCallback; adjus...
2007-09-05 André Pönitzthe fun begins....
2007-08-31 André PönitzMerge QController into individual dialogs. Also various...
2007-08-27 Abdelrazak YounesNew 'Save all on shutdown or cancel' feature from Steph...
2007-08-07 Jean-Marc Lasgouttes[the "translation" patch series] Part 4: translating...
2007-04-26 André Pönitzrename LColor into Color
2007-04-25 André Pönitzcode cosmetics whitespace, unneeded lyx:: qualification...
2007-04-01 Abdelrazak YounesFix bug 3288:
2007-01-04 Jean-Marc Lasgouttes * GuiApplication.C (GuiApplication): make sure that...
2006-12-15 Jean-Marc Lasgouttesremove some old cruft (unused OS X specific code)
2006-12-02 Peter KümmelClean up quit code.
2006-11-29 Peter KümmelFix crash on Mac, now the strange part
2006-11-29 Jean-Marc Lasgouttes * qt4/GuiApplication.C: remove ad-hoc Mac OSX Carbon...
2006-11-26 Abdelrazak Younes* lyx_main.[Ch]
2006-11-25 Peter Kümmelsimplify exit code, old code doesn't work on the Mac
2006-10-23 Abdelrazak Younesnew LFUN_WINDOW_CLOSE
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-13 Abdelrazak Younes* GuiApplication: explicitly clear out socket_callbacks...
2006-10-12 Abdelrazak YounesThis commit is purely mechanical and get rid of lyx_gui...
2006-10-03 Abdelrazak YounesThis commit introduces the FontLoader interface class...
2006-10-03 Abdelrazak YounesThis commit creates a new "frontends/lyx_gui.C" that...
2006-09-29 Abdelrazak Younes* Application: new createView() method
2006-09-26 Abdelrazak Younesreplace colorcache global variable with GuiApplication...
2006-09-22 Abdelrazak YounesThis commit replaces BufferView->LyXView->Gui->[selecti...
2006-09-22 Abdelrazak YounesThis commit introduces frontends/Application.[Ch] and...