]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiCitation.cpp
Replay r36745
[lyx.git] / src / frontends / qt4 / GuiCitation.cpp
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