]> git.lyx.org Git - lyx.git/history - src/frontends/controllers/ControlBibtex.C
Rename .C => .cpp for files in src/frontends/controllers, step 1
[lyx.git] / src / frontends / controllers / ControlBibtex.C
2007-04-25 Bo PengRename .C => .cpp for files in src/frontends/controller...
2007-04-25 Bo Pengmerge src/frontends/controllers/biblio, character,...
2007-03-25 Abdelrazak Younes* BufferParams:
2007-03-22 Martin VermeerGet ProvidesNatbib working correctly, esp. for egs...
2006-12-22 Enrico ForestieriFix display of the style name in the BibTeX Bibliograph...
2006-10-20 Georg BaumUse the new InsetCommandParams interface (frontend...
2006-10-17 Georg BaumRework InsetCommandParams interface and file storage
2006-10-09 Abdelrazak YounesThis commit is converting everything related to browsin...
2006-09-09 Lars Gullik BjønnesChange _() to return a docstring. Fixup callers with...
2006-04-08 Lars Gullik Bjønnes * filetools.[Ch]: Make functions that start with a...
2006-03-20 Jürgen Spitzmüllerfrontends/controllers/ControlBibtex.[Ch]: new members...
2005-07-27 Jürgen SpitzmüllerSort the files in the TeXInfo and BibTeX dialogs correc...
2004-11-25 Angus LeemingGive FileFilterList its own .[Ch] files.
2004-08-08 Jean-Marc Lasgouttesdo not use QFileDialog directly
2004-05-19 Angus LeemingWrap most of the frontend code up inside namespace...
2004-03-29 Jürgen Spitzmülleradd bibtopic support (bug 870).
2004-01-08 Angus LeemingHandle Qt-style file filters like
2003-10-08 Angus LeemingFix a bunch of doxygen warnings.
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-07 Angus LeemingRemove all unnecessary #includes from header files.
2003-09-05 Angus LeemingAnother 49 #includes bite the dust.
2003-09-03 Angus LeemingRevert, revert, revert. Sorry about that, y'all.
2003-09-03 Angus Leemingsrc/support/ChangeLog
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-07-23 Angus LeemingAdd Kernel::bufferFilepath() as a wrapper for Buffer...
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-20 Angus LeemingFix the texinfo dialog and associated cleanup.
2003-02-27 Angus LeemingCollapse all those LFUN_XYZ_APPLY to a single LFUN_INSE...
2003-02-25 Angus LeemingHold on to your hats.
2003-02-21 Angus LeemingThe file dialog browser doesn't need a LyXView...
2003-02-14 Jean-Marc Lasgouttesmore bib stuff from Juergen
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-11-17 John Levonqt filedialog fix
2002-10-21 Lars Gullik Bjønnesws fixes, formatting and some other small changes
2002-09-05 Angus LeemingThis file is part of LyX, the document processor.
2002-09-05 Angus LeemingReally dull and boring header shit
2002-08-15 Angus LeemingNothing but a changed email address (trying to factor...
2002-08-12 Angus Leeming* Constify Buffer::getLabelList.
2002-07-04 Lars Gullik BjønnesChanges to make RH-7.3 be able to run lyx.
2002-06-21 John Levonredraw() cleanup
2002-06-20 John LevonAuto-scan for texinfo and bibtex dialogs
2002-06-20 John LevonMerge Herbert's bibtex patch; it doesn't introduce...
2002-06-18 Lars Gullik Bjønnes*duck*
2002-05-29 Lars Gullik BjønnesSwitch from SigC signals to boost::signals
2002-05-23 John Levonguii2
2002-04-08 Angus Leeming(John): translate dialog titles.
2002-03-22 Angus Leeming* Use JMarc's browseRelFiles rather than browseFiles.
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-01-13 Jean-Marc Lasgouttesadd shortcuts to filedialogs directory buttons; small...
2001-08-20 Angus LeemingHerbert's patch, part 1
2001-08-02 Jürgen VignaUpdate/cursor and drawing fixes.
2001-06-25 Lars Gullik BjønnesLyX Drinkers Union: patch 1
2001-06-13 Angus LeemingRemoved // -*- C++ -*- from all .C files!
2001-04-26 Angus LeemingMove included files out of .h files and into .C files...
2001-03-23 Angus LeemingImplemented controller-view split for FormError and...
2001-03-20 Angus Leemingcontroller-view split of FormLog and FormVCLog.
2001-03-19 Angus LeemingImplemented controller-view split for FormBibtex.