mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Really dull and boring header shit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5210 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0959028211
commit
6fac1dc980
@ -1,9 +1,10 @@
|
||||
/**
|
||||
* \file Alert.C
|
||||
* Copyright 2001 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author John Levon <moz@compsoc.man.ac.uk>
|
||||
* \author John Levon
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file Alert.h
|
||||
* Copyright 2001 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author John Levon <moz@compsoc.man.ac.uk>
|
||||
* \author John Levon
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef LYX_ALERT_H
|
||||
|
@ -1,9 +1,10 @@
|
||||
/**
|
||||
* \file Alert_pimpl.h
|
||||
* Copyright 2001 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author John Levon <moz@compsoc.man.ac.uk>
|
||||
* \author John Levon
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include "debug.h"
|
||||
|
@ -1,3 +1,6 @@
|
||||
2002-09-05 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* all files: modify the headers as discussed on the list.
|
||||
|
||||
2002-08-28 André Pönitz <poenitz@gmx.net>
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
/**
|
||||
* \file Dialogs.C
|
||||
* Copyright 1995-2002 The LyX Team.
|
||||
* See the file COPYING.
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*
|
||||
* Common to all frontends' Dialogs
|
||||
*/
|
||||
|
@ -1,9 +1,10 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file Dialogs.h
|
||||
* Copyright 1995-2002 The LyX Team.
|
||||
* See the file COPYING.
|
||||
* \author Allan Rae, rae@lyx.org
|
||||
* \author Allan Rae
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef DIALOGS_H
|
||||
|
@ -1,11 +1,12 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file FileDialog.h
|
||||
* Copyright 2001 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author unknown
|
||||
* \author John Levon
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef FILEDIALOG_H
|
||||
|
@ -1,12 +1,11 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
/**
|
||||
* \file Liason.C
|
||||
* See the file COPYING.
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
* \author Allan Rae
|
||||
*
|
||||
* Copyright 1995 Matthias Ettrich
|
||||
* Copyright 1995-2001 The LyX Team.
|
||||
*
|
||||
* ====================================================== */
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// -*- C++ -*-
|
||||
/* Liason.h
|
||||
/** Liason.h
|
||||
* Temporary namespace to hold the various frontend functions until XTL and
|
||||
* the compilers of the world are ready for something more elaborate.
|
||||
* This is basically the Communicator class from the lyx cvs module all
|
||||
@ -16,7 +16,6 @@
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 1995 Matthias Ettrich
|
||||
* Copyright 1995-2001 The LyX Team.
|
||||
*
|
||||
* This file Copyright 2000
|
||||
* Allan Rae
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file LyXKeySym.h
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Asger and Juergen
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef LYXKEYSYM_H
|
||||
|
@ -1,9 +1,10 @@
|
||||
/**
|
||||
* \file LyXKeySymFactory.h
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Asger & Juergen
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef LYXKEYSYMFACTORY_H
|
||||
|
@ -1,9 +1,10 @@
|
||||
/**
|
||||
* \file LyXScreenFactory.h
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author John Levon <moz@compsoc.man.ac.uk>
|
||||
* \author John Levon
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef LYXSCREENFACTORY_H
|
||||
|
@ -1,10 +1,11 @@
|
||||
/**
|
||||
* \file LyXView.C
|
||||
* Copyright 1995-2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Lars Gullik Bjornes
|
||||
* \author John Levon <moz@compsoc.man.ac.uk>
|
||||
* \author Lars Gullik Bjønnes
|
||||
* \author John Levon
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,11 +1,12 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file LyXView.h
|
||||
* Copyright 1995-2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||
* \author John Levon <moz@compsoc.man.ac.uk>
|
||||
* \author Lars Gullik Bjønnes
|
||||
* \author John Levon
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef LYXVIEW_H
|
||||
|
@ -1,15 +1,11 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
/**
|
||||
* \file Menubar.C
|
||||
* Read the file COPYING
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
* \author Jean-Marc Lasgouttes
|
||||
*
|
||||
* Copyright 1995 Matthias Ettrich
|
||||
* Copyright 1995-2001 The LyX Team.
|
||||
*
|
||||
* This file is Copyright 2000 Jean-Marc Lasgouttes
|
||||
*
|
||||
* ====================================================== */
|
||||
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file Menubar.h
|
||||
* Copyright 1995-2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Lars Gullik Bjønnes
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef MENUBAR_H
|
||||
|
@ -1,10 +1,11 @@
|
||||
/**
|
||||
* \file Painter.C
|
||||
* Copyright 1998-2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author unknown
|
||||
* \author John Levon <moz@compsoc.man.ac.uk>
|
||||
* \author John Levon
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,11 +1,12 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file Painter.h
|
||||
* Copyright 1998-2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author unknown
|
||||
* \author John Levon <moz@compsoc.man.ac.uk>
|
||||
* \author John Levon
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef PAINTER_H
|
||||
|
@ -5,6 +5,8 @@
|
||||
*
|
||||
* \author Lars Gullik Bjønnes
|
||||
* \author John Levon
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation
|
||||
|
@ -6,6 +6,8 @@
|
||||
*
|
||||
* \author Lars Gullik Bjønnes
|
||||
* \author John Levon
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef TIMEOUT_H
|
||||
|
@ -1,9 +1,10 @@
|
||||
/**
|
||||
* \file Toolbar.C
|
||||
* Copyright 1995-2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||
* \author Lars Gullik Bjønnes
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,15 +1,12 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
/**
|
||||
* \file Toolbar.h
|
||||
* Read the file COPYING
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
* Copyright 1995 Matthias Ettrich
|
||||
* Copyright 1995-2001 The LyX Team.
|
||||
* \author Lars Gullik Bjønnes
|
||||
*
|
||||
* This file is Copyright 1996-2001
|
||||
* Lars Gullik Bjønnes
|
||||
*
|
||||
* ====================================================== */
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef TOOLBAR_H
|
||||
#define TOOLBAR_H
|
||||
|
@ -1,9 +1,10 @@
|
||||
/**
|
||||
* \file WorkArea.C
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Asger and Juergen
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,11 +1,12 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file WorkArea.h
|
||||
* Copyright 1995-2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author unknown
|
||||
* \author John Levon <moz@compsoc.man.ac.uk>
|
||||
* \author John Levon
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef WORKAREA_H
|
||||
|
@ -1,9 +1,10 @@
|
||||
/**
|
||||
* \file WorkAreaFactory.h
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author John Levon <moz@compsoc.man.ac.uk>
|
||||
* \author John Levon
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef WORKAREAFACTORY_H
|
||||
|
@ -1,12 +1,13 @@
|
||||
// -*- C++ -*-
|
||||
/*
|
||||
/**
|
||||
* \file ButtonController.h
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Allan Rae, rae@lyx.org
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Baruch Even, baruch.even@writeme.com
|
||||
* \author Allan Rae
|
||||
* \author Angus Leeming
|
||||
* \author Baruch Even
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef BUTTONCONTROLLER_H
|
||||
|
@ -1,12 +1,13 @@
|
||||
// -*- C++ -*-
|
||||
/*
|
||||
/**
|
||||
* \file ButtonController.tmpl
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Allan Rae, rae@lyx.org
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Baruch Even, baruch.even@writeme.com
|
||||
* \author Allan Rae
|
||||
* \author Angus Leeming
|
||||
* \author Baruch Even
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*
|
||||
* GuiBC is a base class and so these templatised methods will be
|
||||
* instantiated if this file is #included in the derived classes' .C file.
|
||||
|
@ -1,14 +1,10 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2000-2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ButtonControllerBase.C
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Allan Rae
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifdef __GNUG__
|
||||
|
@ -1,15 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2000-2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ButtonControllerBase.h
|
||||
* \author Allan Rae, rae@lyx.org
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Allan Rae
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef BUTTONCONTROLLERBASE_H
|
||||
|
@ -1,18 +1,10 @@
|
||||
/* ButtonPolicies.C
|
||||
* Provides a state machine implementation of the various button policies
|
||||
* used by the dialogs.
|
||||
* Author: Allan Rae <rae@lyx.org>
|
||||
* This file is part of
|
||||
* ======================================================
|
||||
/**
|
||||
* \file ButtonPolicies.C
|
||||
* Read the file COPYING
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
* \author Allan Rae
|
||||
*
|
||||
* Copyright 1995 Matthias Ettrich
|
||||
* Copyright 1995-2001 The LyX Team.
|
||||
*
|
||||
* This file Copyright 2000
|
||||
* Allan Rae
|
||||
* ======================================================
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,22 +1,14 @@
|
||||
// -*- C++ -*-
|
||||
/*
|
||||
/**
|
||||
* \file ButtonPolicies.h
|
||||
* \author Allan Rae, rae@lyx.org
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Allan Rae
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*
|
||||
* Provides a state machine implementation of the various button policies
|
||||
* used by the dialogs.
|
||||
*
|
||||
* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 1995 Matthias Ettrich
|
||||
* Copyright 1995-2001 The LyX Team.
|
||||
*
|
||||
* This file Copyright 2000
|
||||
* Allan Rae
|
||||
* ======================================================
|
||||
*/
|
||||
|
||||
#ifndef BUTTONPOLICIES_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-09-05 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* all files: modify the headers as discussed on the list.
|
||||
|
||||
2002-08-30 John Levon <levon@movementarian.org>
|
||||
|
||||
* ControlMath.h:
|
||||
|
@ -1,10 +1,11 @@
|
||||
/**
|
||||
* \file ControlAboutlyx.C
|
||||
* Copyright 2001 The LyX Team.
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author Edwin Leuven, leuven@fee.uva.nl
|
||||
* \author Angus Leeming, a.leeming@.ac.uk
|
||||
* \author Edwin Leuven
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,11 +1,12 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file ControlAboutlyx.h
|
||||
* Copyright 2001 The LyX Team.
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author Edwin Leuven, leuven@fee.uva.nl
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Edwin Leuven
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLABOUTLYX_H
|
||||
|
@ -1,15 +1,11 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlBibitem.C
|
||||
* \author John Levon, moz@compsoc.man.ac.uk
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author John Levon
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,16 +1,12 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlBibitem.h
|
||||
* \author John Levon, moz@compsoc.man.ac.uk
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author John Levon
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLBIBITEM_H
|
||||
|
@ -1,16 +1,12 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlBibtex.C
|
||||
* \author John Levon, moz@compsoc.man.ac.uk
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Herbert Voss <voss@lyx.org>
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author John Levon
|
||||
* \author Angus Leeming
|
||||
* \author Herbert Voss
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,16 +1,12 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlBibtex.h
|
||||
* \author John Levon, moz@compsoc.man.ac.uk
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author John Levon
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLBIBTEX_H
|
||||
|
@ -1,14 +1,10 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlButtons.C
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,15 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlButtons.h
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*
|
||||
* ControlButtons serves only to control the activation of the Ok, Apply, Cancel
|
||||
* and Restore buttons on the View dialog.
|
||||
|
@ -1,9 +1,10 @@
|
||||
/**
|
||||
* \file ControlCharacter.C
|
||||
* Copyright 2001 The LyX Team.
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file ControlCharacter.h
|
||||
* Copyright 2001 The LyX Team.
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author Angus Leeming, a.leeming@.ac.uk
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLCHARACTER_H
|
||||
|
@ -1,14 +1,10 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlCitation.C
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,15 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlCitation.h
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLCITATION_H
|
||||
|
@ -1,14 +1,10 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlCommand.C
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,15 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlCommand.h
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*
|
||||
* ControlCommand is a controller class for dialogs that create or modify
|
||||
* an inset derived from InsetCommand.
|
||||
|
@ -1,11 +1,12 @@
|
||||
/**
|
||||
* \file ControlCommandBuffer.C
|
||||
* Copyright 1995-2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Lars
|
||||
* \author Asger and Juergen
|
||||
* \author John Levon <levon@movementarian.org>
|
||||
* \author John Levon
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,12 +1,13 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file ControlCommandBuffer.h
|
||||
* Copyright 1995-2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Lars
|
||||
* \author Asger and Juergen
|
||||
* \author John Levon <levon@movementarian.org>
|
||||
* \author John Levon
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLCOMMANDBUFFER_H
|
||||
|
@ -1,14 +1,10 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlConnections.C
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,15 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlConnections.h
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*
|
||||
* ControlConnections.h contains the definition of three controller classes,
|
||||
* ControlConnectBase, ControlConnectBI and ControlConnectBD.
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/*
|
||||
/**
|
||||
* \file ControlDialog.h
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*
|
||||
* ControlDialog is to be used as a parent class for dialogs that are not
|
||||
* views onto parameters of insets. (An ugly description I know, but I hope
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/*
|
||||
/**
|
||||
* \file ControlDialog.tmpl
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*
|
||||
* ControlDialog is a base class and so these templatised methods will be
|
||||
* instantiated if this file is #included in the derived classes' .C file.
|
||||
|
@ -1,9 +1,10 @@
|
||||
/*
|
||||
/**
|
||||
* \file ControlDialog_impl.C
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/*
|
||||
/**
|
||||
* \file ControlDialog_impl.h
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*
|
||||
* Instatiate the two possible instantiations of the ControlDialog template
|
||||
* class, thus reducing file dependencies enormously.
|
||||
|
@ -1,14 +1,11 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
/**
|
||||
* \file ControlERT.C
|
||||
* Read the file COPYING
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
* \author Jürgen Vigna
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
* \author Jürgen Vigna, jug@sad.it
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,16 +1,12 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
*======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlERT.h
|
||||
* \author Juergen Vigna, jug@sad.it
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Jürgen Vigna
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLERT_H
|
||||
|
@ -1,14 +1,10 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlError.C
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,16 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/*
|
||||
/**
|
||||
* \file ControlError.h
|
||||
* This file is part of
|
||||
* ======================================================
|
||||
* Read the file COPYING
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Copyright 2000-2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
* \author Angus Leeming, a.leeming@.ac.uk
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLERROR_H
|
||||
|
@ -1,16 +1,12 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlExternal.C
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Asger Alstrup
|
||||
* \author John Levon, moz@compsoc.man.ac.uk
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author John Levon
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,17 +1,13 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlExternal.h
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Asger Alstrup
|
||||
* \author John Levon
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLEXTERNAL_H
|
||||
|
@ -1,12 +1,10 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
/**
|
||||
* \file ControlFloat.C
|
||||
* Read the file COPYING
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
* \author unknown
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,14 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
*======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlFloat.h
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author unknown
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLFLOAT_H
|
||||
|
@ -1,9 +1,10 @@
|
||||
/**
|
||||
* \file ControlForks.C
|
||||
* Copyright 2001 The LyX Team
|
||||
* Read COPYING
|
||||
*
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file ControlForks.h
|
||||
* Copyright 2001 The LyX Team
|
||||
* Read COPYING
|
||||
*
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLFORKS_H
|
||||
|
@ -1,15 +1,11 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlGraphics.C
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Herbert Voss <voss@perce.de>
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming
|
||||
* \author Herbert Voss
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,17 +1,14 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlGraphics.h
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Herbert Voss <voss@perce.de>
|
||||
*/
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Baruch Even
|
||||
* \author Angus Leeming
|
||||
* \author Herbert Voss
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLGRAPHICS_H
|
||||
#define CONTROLGRAPHICS_H
|
||||
|
@ -1,11 +1,12 @@
|
||||
/**
|
||||
* \file ControlInclude.C
|
||||
* Copyright 2001 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Alejandro Aguilar Sierra
|
||||
* \author John Levon, moz@compsoc.man.ac.uk
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author John Levon
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,12 +1,13 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file ControlInclude.h
|
||||
* Copyright 2001 the LyX Team
|
||||
* See the file COPYING
|
||||
*
|
||||
* \author Alejandro Aguilar Sierra
|
||||
* \author John Levon, moz@compsoc.man.ac.uk
|
||||
* \author Angus Leeming, a.leeming@.ac.uk
|
||||
* \author John Levon
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLINCLUDE_H
|
||||
|
@ -1,14 +1,10 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlIndex.C
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,15 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlIndex.h
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLINDEX_H
|
||||
|
@ -1,15 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
/**
|
||||
* \file ControlInset.h
|
||||
* Read the file COPYING
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
* \file ControlInsets.h
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Full author contact details are available in file CREDITS
|
||||
*
|
||||
* ControlInset is to be used as a parent class for dialogs that display and
|
||||
* can perhaps modify the contents of an individual inset. An example being the
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/*
|
||||
/**
|
||||
* \file ControlInset.tmpl
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*
|
||||
* ControlInset is a base class and so these templatised methods will be
|
||||
* instantiated if this file is #included in the derived classes' .C file.
|
||||
|
@ -1,15 +1,11 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
/**
|
||||
* \file ControlLog.C
|
||||
* Read the file COPYING
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
* \author John Levon
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
* \file ControlLog.h
|
||||
* \author John Levon, moz@compsoc.man.ac.uk
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,16 +1,12 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlLog.h
|
||||
* \author John Levon, moz@compsoc.man.ac.uk
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author John Levon
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLLOG_H
|
||||
|
@ -1,10 +1,11 @@
|
||||
/**
|
||||
* \file ControlMath.C
|
||||
* Copyright 2001 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Alejandro Aguilar Sierra
|
||||
* \author John Levon, moz@compsoc.man.ac.uk
|
||||
* \author John Levon
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include "ControlMath.h"
|
||||
|
@ -1,11 +1,12 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file ControlMath.h
|
||||
* Copyright 2001 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Alejandro Aguilar Sierra
|
||||
* \author John Levon, moz@compsoc.man.ac.uk
|
||||
* \author John Levon
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROL_MATH_H
|
||||
|
@ -1,14 +1,11 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
/**
|
||||
* \file ControlMinipage.C
|
||||
* Read the file COPYING
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
* \author Jürgen Vigna
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
* \author Jürgen Vigna, jug@sad.it
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,16 +1,12 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
*======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlMinipage.h
|
||||
* \author Juergen Vigna, jug@sad.it
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Jürgen Vigna
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLMINIPAGE_H
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file ControlParagraph.C
|
||||
* Copyright 2002 The LyX Team.
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author Edwin Leuven <leuven@fee.uva.nl>
|
||||
* \author Edwin Leuven
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file ControlParagraph.h
|
||||
* Copyright 2002 The LyX Team.
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author Edwin Leuven <leuven@fee.uva.nl>
|
||||
* \author Edwin Leuven
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLPARAGRAPH_H
|
||||
|
@ -1,9 +1,10 @@
|
||||
/**
|
||||
* \file FormPreamble.C
|
||||
* Copyright 2001 The LyX Team.
|
||||
* \file ControlPreamble.C
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author Edwin Leuven, leuven@fee.uva.nl
|
||||
* \author Edwin Leuven
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file ControlPreamble.h
|
||||
* Copyright 2001 The LyX Team.
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author Edwin Leuven, leuven@fee.uva.nl
|
||||
* \author Edwin Leuven
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLPREAMBLE_H
|
||||
|
@ -1,14 +1,10 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
*======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlPrint.C
|
||||
* \author Angus Leeming, a.leeming@.ac.uk
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,15 +1,12 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
*======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlPrint.h
|
||||
* \author Angus Leeming, a.leeming@.ac.uk
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author Allan Rae
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLPRINT_H
|
||||
|
@ -1,14 +1,10 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlRef.C
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,15 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlRef.h
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLREF_H
|
||||
|
@ -1,14 +1,10 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlSearch.C
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,15 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlSearch.h
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLSEARCH_H
|
||||
|
@ -1,9 +1,10 @@
|
||||
/**
|
||||
* \file ControlSendto.C
|
||||
* Copyright 2002 The LyX Team.
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author Angus Leeming, a.leeming@.ac.uk
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file ControlSendto.h
|
||||
* Copyright 2002 The LyX Team.
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLSENDTO_H
|
||||
|
@ -1,9 +1,10 @@
|
||||
/**
|
||||
* \file ControlShowFile.C
|
||||
* Copyright 2001 The LyX Team.
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author Herbert Voss <voss@perce.de>
|
||||
* \author Herbert Voss
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* Copyright 2001 The LyX Team.
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \file ControlShowFile.h
|
||||
* \author Herbert Voss <voss@perce.de>
|
||||
* \author Herbert Voss
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
#ifndef CONTROLSHOWFILE_H
|
||||
#define CONTROLSHOWFILE_H
|
||||
|
@ -1,9 +1,10 @@
|
||||
/**
|
||||
* \file ControlSpellchecker.C
|
||||
* Copyright 2001 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Edwin Leuven <leuven@fee.uva.nl>
|
||||
* \author Edwin Leuven
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,15 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlSpellchecker.h
|
||||
* \author Edwin Leuven <leuven@fee.uva.nl>
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author Edwin Leuven
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLSPELLCHECKER_H
|
||||
|
@ -1,13 +1,10 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlTabularCreate.C
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author unknown
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,14 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
*======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlTabularCreate.h
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author unknown
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLTABULARCREATE_H
|
||||
|
@ -1,14 +1,10 @@
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlTexinfo.C
|
||||
* \author Herbert Voss <voss@lyx.org>
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author Herbert Voss
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,15 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
* LyX, The Document Processor
|
||||
*
|
||||
* Copyright 2001 The LyX Team.
|
||||
*
|
||||
* ======================================================
|
||||
*
|
||||
/**
|
||||
* \file ControlTexinfo.h
|
||||
* \author Herbert Voss <voss@perce.de>
|
||||
* See the file COPYING.
|
||||
*
|
||||
* \author Herbert Voss
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef CONTROLTEXINFO_H
|
||||
|
@ -1,9 +1,10 @@
|
||||
/**
|
||||
* \file ControlThesaurus.C
|
||||
* Copyright 2001 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author John Levon
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file ControlThesaurus.h
|
||||
* Copyright 2001 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author John Levon
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user