]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiCitation.cpp
Speed up exit time
[lyx.git] / src / frontends / qt4 / GuiCitation.cpp
2017-10-18 Enrico ForestieriSpeed up exit time
2017-02-06 Juergen SpitzmuellerCorrectly enable/disable citation dialog widgets on...
2016-10-21 Juergen SpitzmuellerCitation dialog redesign
2016-08-28 Guillaume MunchLyXToolBox: a QToolBox with minimum size management
2016-07-15 Richard HeckMerge branch '2.2.x' into 2.2.2-staging
2016-04-24 Guillaume MunchCitation dialog: Fix trouble with openbox, fluxbox
2016-04-04 Guillaume MunchFix broken layout of the citation dialog (#10019)
2015-11-24 Georg BaumFix C++11 std::regex incompatibility
2015-11-18 Guillaume MunchRewrite regexes in ECMAScript style (bug #9799)
2015-10-09 Stephan WittFix "dead store" warnings of Xcode analyze tool
2015-07-30 Juergen SpitzmuellerDecrease height of citation dialog by using a QToolBox
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-12-22 Jean-Marc LasgouttesFix the last clang warnings about overloaded virtual...
2014-05-23 Richard HeckFix bug #9131 for development branch. There are two...
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2012-09-17 Scott KostyshakConstify some catches and others
2012-03-01 Julien RiouxMove the citation engine machinery to layouts.
2012-01-09 Julien RiouxBuffer param \cite_engine_type (authoryear|numerical).
2011-12-03 Julien RiouxMinor improvements to the citation GUI: some dimensions...
2011-12-03 Julien RiouxRemove extra whitespace.
2011-05-27 Tommaso CucinottaWe use the main document's buffer() instead of the...
2011-05-26 Tommaso CucinottaUse the main document's buffer(), when scanning for...
2010-12-03 Richard HeckTowards a proper fix for bug #6846, this just disentang...
2010-11-24 Richard HeckFix bug #7066.
2010-10-29 Vincent van RavesteijnRemove the name parameter from string2params and params...
2010-06-29 Peter KümmelTR1: use std::tr1 regex with msvc10
2010-03-29 Richard HeckRead the citation formats from a file, rather than...
2010-03-27 Richard HeckAllow the use of rich text in citation formats. And...
2010-03-24 Richard HeckRevert r33852 and try something else. The problem here...
2010-03-24 Richard HeckBlock signals to the combo box when we update it. This...
2010-03-24 Richard HeckOnly restore the last applied style on initialization.
2010-03-24 Richard HeckFix bug #6486. Patch inspired by work by John McCabe...
2010-03-24 Richard HeckRefactor a bit. This will be needed a bit later.
2010-01-24 Vincent van RavesteijnGuiCitation.cpp:
2010-01-11 Richard HeckCheck the bibliography cache only when we really need...
2010-01-09 Richard HeckA little cleanup of some of the BibTeX info access.
2009-06-12 Uwe StöhrGuiCitation.cpp: fix #5987
2008-11-19 Richard HeckThe comment preceding getValueForField() reflected...
2008-11-14 André Pönitzthrid attempt at changing the naming pattern of the...
2008-11-04 Jürgen Spitzmüller* GuiCitation.cpp:
2008-08-13 Richard HeckFix citation bug: In certain circumstances, attempts...
2008-07-19 Richard HeckOptimize GuiCitation a bit by not checking the cache...
2008-07-19 Richard HeckDon't need to do this check, as getInfo() will return...
2008-06-06 Richard HeckClean up a bit.
2008-06-06 Richard HeckFix citation dialog bug.
2008-05-14 Abdelrazak YounesAdd session to citation dialog.
2008-05-06 Abdelrazak YounesSome more house cleaning.
2008-05-06 Abdelrazak YounesA bit of house cleaning.
2008-04-29 Edwin Leuvenfix leak
2008-04-26 Jürgen Spitzmüllerimprovements to the Citation UI.
2008-04-25 Richard HeckImplement a cache for BibTeX data. There was a cache...
2008-04-25 Richard HeckAdd "Search as You Type" option to citation dialog.
2008-04-24 Richard HeckFix part of bug 4775. We need to search here only when...
2008-04-20 André Pönitzmove citation enums into header of their own
2008-04-20 André Pönitzmerge GuiCommand into its users.
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-15 André Pönitzcosmetics/#include cleanup
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-17 Abdelrazak YounesFactorize closeEvent() for GuiDialog based dialogs.
2008-02-14 Richard HeckCleanup.
2008-02-14 Richard HeckDo not inherit from std::map.
2008-02-05 Abdelrazak YounesFactorize out the way window titles are handled.
2007-12-20 Richard HeckSupport for nocite, provided by Bernhard Reiter.
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younescompil fix.
2007-12-12 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=4421
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-09 Abdelrazak YounesFactorize general code out of GuiDialog and into the...
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-15 André Pönitzreduce line noise
2007-11-05 André Pönitzmerge helper files;
2007-10-07 André Pönitzsome refactoring
2007-10-06 André Pönitznext one
2007-09-27 Abdelrazak YounesAdd session support to some more dialogs.
2007-09-15 Richard HeckRepair behavior of citation dialog after all the recent...
2007-09-11 André Pönitzcosmetics
2007-09-10 André Pönitzshuffle some frontend stuff around. merge controller...
2007-09-10 André Pönitzremove Dialog::title_, direct setting the title works...
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-08-31 André Pönitzsomewhat more uniform naming
2007-08-31 André Pönitzmove our stuff off the Q* namespace