]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiApplication.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiApplication.h
2010-01-27 Vincent van RavesteijnFix doxygen output for grouped items. Without the ...
2009-10-04 Abdelrazak YounesTransfer all keyboard related code and actions from...
2009-09-22 Abdelrazak YounesIntroduce Application::currentWindow() and get rid...
2009-04-03 Pavel SandaFix bug http://www.lyx.org/trac/ticket/5812
2008-11-16 André Pönitzremove spellchecker command and flag telling us whether...
2008-11-16 Abdelrazak YounesThe rest of Tommaso patch with some cleanups. Not very...
2008-11-15 Stefan Schimanski* proper mechanism to dispatch FuncRequests delayed...
2008-11-05 Stefan Schimanski* Fix for http://bugzilla.lyx.org/show_bug.cgi?id=5387
2008-10-13 Pavel SandaFix whitespaces so the diff between branches is not...
2008-09-21 Abdelrazak YounesReset the geometry and ui settings whenever a change...
2008-07-28 Abdelrazak YounesSome locale related cleanup. JMarc, please when you...
2008-06-19 Abdelrazak YounesPresent to Mac users: Session handling per document...
2008-06-05 Abdelrazak YounesProvide a generic way to retrieve icons from the frontend.
2008-05-25 Abdelrazak Younesa bunch of toolbar related renaming.
2008-05-24 Abdelrazak YounesIntroduce docstring_list
2008-05-24 Abdelrazak YounesCosmetics.
2008-05-24 Abdelrazak YounesGet rid of GuiApplication::readMenus().
2008-05-24 Abdelrazak YounesFirst step towards fixing bug 4588: move the ui file...
2008-05-23 André Pönitzslightly more compact code
2008-05-23 Abdelrazak YounesGet rid of GuiApplication::viewCount().
2008-05-23 Abdelrazak Younessimplify GuiApplication::unregisterView().
2008-05-23 Abdelrazak YounesGet rid of GuiApplication::view_ids_
2008-05-23 Abdelrazak Younes* Application: change the signature of getStatus()...
2008-05-23 Abdelrazak YounesGet rid of Application::initGlobalMenu().
2008-05-23 Abdelrazak YounesPimpl stuff in GuiApplication.
2008-05-23 Abdelrazak Younes- Move as much platform specific stuff as possible...
2008-05-14 Pavel SandaFix gcc compilation and warning.
2008-05-14 Abdelrazak YounesHopefully fix locale aware language sorting in document...
2008-05-08 Abdelrazak Younesgcc compil fix.
2008-05-08 Abdelrazak YounesIntroduce GuiApplication::languageModel() and use it...
2008-03-20 André Pönitzsimpliofy {Gui}FontLoader architecture a bit
2008-03-15 Stefan Schimanski* reset current_view_ when deleting a GuiView.
2008-03-14 Stefan Schimanski* QWidget::show is synchronous, hence we see the LyX...
2008-03-14 Stefan Schimanski* create global menubar on Mac without a parent. It...
2008-03-07 André Pönitzmerge MenuBackend into frontend/Menus
2008-03-06 André Pönitzstart moving MenuBackend to the frontend
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...