]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiInclude.cpp
Skip paint event when in the middle of a buffer operation
[lyx.git] / src / frontends / qt4 / GuiInclude.cpp
2018-02-23 Juergen SpitzmuellerAdd literal param to InsetInclude
2018-01-06 Jean-Marc LasgouttesFix compilation in monolithic mode
2017-12-20 Juergen SpitzmuellerGet rid of idiosyncratic accelerator syntax
2017-12-16 Richard HeckFix #10874 compiler warnings.
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-06-08 Enrico ForestieriExtend minted support to listings as child documents
2016-08-01 Guillaume MunchReplace static with thread_local when used for caching
2015-09-20 Georg BaumRemove unused variables found by cppcheck
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2011-09-13 Julien RiouxFix the file filters for InsetInclude.
2011-06-01 Richard HeckFix bug #7540. Patch based upon one added to bug report...
2010-10-29 Vincent van RavesteijnRemove the name parameter from string2params and params...
2009-05-23 Pavel SandaCamelize another slot
2009-04-06 Vincent van RavesteijnFix bug #4510: GuiInclude->Edit marks master as changed.
2008-11-14 André Pönitzthrid attempt at changing the naming pattern of the...
2008-09-30 Jürgen Spitzmüller* GuiInclude.cpp:
2008-08-08 Richard HeckPatch from Vincent van Ravesteijn.
2008-04-27 Jürgen Spitzmüller* implement "inset-edit" in InsetInclude.
2008-04-21 André Pönitzcompile fix
2008-04-20 André Pönitzmove the filefilter stuff closer to the only place...
2008-04-20 André Pönitzmerge GuiCommand into its users.
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
2008-04-17 Bo PengEmbedding: disinfect GuiInclude.cpp, GuiExternal.cpp...
2008-03-29 Richard HeckEmbeddedFile::enable() should take a reference instead...
2008-03-13 Bo PengEmbedding: prepare params()[embed] in GuiInclude rather...
2008-03-06 André Pönitzmore of that
2008-03-05 André Pönitza few more docstring<->QString conversions
2008-02-17 Abdelrazak Younesheader cleanup
2008-02-17 Abdelrazak YounesFactorize closeEvent() for GuiDialog based dialogs.
2008-02-05 Abdelrazak YounesFactorize out the way window titles are handled.
2008-01-10 Bo PengEmbedding: saving inzip name to .lyx file so that embed...
2008-01-08 Bo PengEmbedding: add embedding support for InsetInclude....
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-23 Abdelrazak YounesTransfer some more dialog related code from core to...
2007-11-05 André Pönitzmerge helper files;
2007-10-29 Richard HeckMake GuiRef and GuiInclude subclasses of GuiCommand.
2007-10-28 André Pönitzstart some work on file dialogs
2007-10-25 Richard HeckFix compilation problem due to same static variable...
2007-10-23 Richard HeckRemove methods marked for removal from InsetCommandPara...
2007-10-23 Richard HeckInsetInclude becomes an InsetCommand.
2007-10-20 André Pönitzmainly cosmetics
2007-10-19 Richard HeckInsetCommandParams() now takes an InsetCode rather...
2007-10-18 André Pönitzisome more FileName shuffling
2007-10-09 André Pönitzmove Controller inheritance further up the tree
2007-10-06 André Pönitznext one
2007-09-11 André Pönitzcosmetics
2007-09-11 André Pönitzless functions
2007-09-10 André Pönitzshuffle some frontend stuff around. merge controller...
2007-09-09 Edwin Leuvenmore frontend cleanup
2007-09-05 André Pönitzthe fun begins....
2007-09-03 André Pönitzrename a few view functions from foo() to fooView()
2007-09-03 André Pönitzmerge ButtonController and its view (Qt2BC in this...
2007-09-02 André Pönitzall CheckedWidgets are line edits...
2007-08-31 André PönitzMerge QController into individual dialogs. Also various...
2007-08-31 André Pönitzmove our stuff off the Q* namespace