]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiApplication.h
Add missing initialization
[lyx.git] / src / frontends / qt4 / GuiApplication.h
2016-07-14 Guillaume MunchPrioritize the shortcuts from the work areas
2016-04-15 Stephan WittImproved fix for #9966
2015-08-24 Guillaume MunchFix compilation with qt5 and c++11 combined.
2015-07-15 Jean-Marc LasgouttesAuto feature for minibuffer toolbar
2015-06-30 Jean-Marc LasgouttesRevert "Auto feature for minibuffer toolbar"
2015-06-29 Jean-Marc LasgouttesAuto feature for minibuffer toolbar
2015-05-19 Stephan Witt#9130 Text in main work area isn't rendered with high...
2015-04-07 Enrico ForestieriFix external middle-mouse pasting with Qt5/X11.
2015-04-06 Juergen SpitzmuellerDo not close LyX in the commitData process (#9277)
2015-01-11 Enrico ForestieriAdjust preprocessor guards for Qt5/X11.
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-10-20 Stephan Witt#9130 Text in main work area isn't rendered with high...
2014-10-18 Stephan Witt#9130 Text in main work area isn't rendered with high...
2014-10-18 Stephan Witt#9130 Text in main work area isn't rendered with high...
2014-08-24 Stephan WittReintroduce some class definitions.
2014-08-24 Stephan WittRemove superfluous class definitions.
2014-08-24 Stephan WittRemove special GlobalMenuBar class. As Patrick De Vissc...
2012-08-18 Tommaso CucinottaAvoid that, if an error dialog pops up during a long...
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-04-13 Enrico ForestieriFix bugs #6871 and #8119.
2012-03-06 Tommaso CucinottaNow ESC cancels long Advanced Find and Replace operations.
2011-01-18 Stephan Witt#7149 fix a crash on file-open with having some view...
2011-01-16 Richard HeckFactor out the code that actually does the reading...
2011-01-06 Georg BaumFix crash in lyx -e latex lib/doc/Shortcuts.lyx: theApp...
2010-11-04 Vincent van Ravesteijntypo
2010-10-22 Vincent van RavesteijnRestructure processFuncRequest* function family:
2010-10-22 Vincent van RavesteijnGuiApplication.h cosmetics:
2010-10-22 Jürgen SpitzmüllerFix bug 6944: crash on drag and drop multiple files
2010-04-16 Vincent van RavesteijnRefactor GuiApplication::getStatus().
2010-04-07 Richard HeckOne final bit of cleanup.
2010-02-09 Abdelrazak YounesApplication: get rid of 2 virtual interface.
2010-02-09 Abdelrazak YounesToday is a sad day, LyXView has passed over... long...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
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...
next