ws changes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5758 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-12-01 22:59:25 +00:00
parent 271b807e8b
commit 13349032cb
250 changed files with 879 additions and 870 deletions

View File

@ -1,3 +1,7 @@
2002-12-01 Lars Gullik Bjønnes <larsbj@gullik.net>
* several files: ws changes
2002-12-01 Lars Gullik Bjønnes <larsbj@gullik.net>
* text2.C (setCounter): clean up a bit, use boost.format.

View File

@ -19,4 +19,3 @@ class FuncRequest;
Inset * createInset(FuncRequest const & cmd);
#endif

View File

@ -1,3 +1,7 @@
2002-12-01 Lars Gullik Bjønnes <larsbj@gullik.net>
* several files: ws changes
2002-11-17 John Levon <levon@movementarian.org>
* FileDialog.h: split Select() into open()/save() for

View File

@ -125,4 +125,3 @@ bool ButtonControllerBase::checkWidgets()
// return valid status after checking ALL widgets
return valid;
}

View File

@ -1,3 +1,7 @@
2002-12-01 Lars Gullik Bjønnes <larsbj@gullik.net>
* several files: ws changes
2002-12-01 Lars Gullik Bjønnes <larsbj@gullik.net>
* ControlDocument.C (classApply): use boost.format

View File

@ -1,3 +1,7 @@
2002-12-01 Lars Gullik Bjønnes <larsbj@gullik.net>
* several files: ws changes
2002-09-25 Angus Leeming <leeming@lyx.org>
* Dialogs.C:

View File

@ -1,4 +1,3 @@
// -*- C++ -*-
/**
* \file GAbout.h

View File

@ -1,4 +1,3 @@
// -*- C++ -*-
/**
* \file GFloat.h

View File

@ -1,4 +1,3 @@
// -*- C++ -*-
/**
* \file GLog.h

View File

@ -90,4 +90,3 @@ Gtk::SpinButton * GTabularCreate::cols() const
{
return getWidget<Gtk::SpinButton>("r_cols");
}

View File

@ -133,5 +133,3 @@ Gtk::CheckButton * GUrl::html_cb() const
{
return getWidget<Gtk::CheckButton>("r_html_cb");
}

View File

@ -12,4 +12,3 @@
#include "gnome_helpers.h"

View File

@ -170,4 +170,3 @@ void BulletsModule::setlevel4()
{
le_ = bullet4LE;
}

View File

@ -1,3 +1,7 @@
2002-12-01 Lars Gullik Bjønnes <larsbj@gullik.net>
* several files: ws changes
2002-11-30 John Levon <levon@movementarian.org>
* QParagraph.C: another fix from Otto Tronarp

View File

@ -1,5 +1,3 @@
#include "bulletstrings.h"
char const * bullets_standard[36] = {

View File

@ -57,4 +57,3 @@ void LengthCombo::setEnabled(bool b)
{
QComboBox::setEnabled(b);
}

View File

@ -1,5 +1,5 @@
/**********************************************************************
** $Id: qgridview.h,v 1.1 2002/10/09 08:59:02 leuven Exp $
** $Id: qgridview.h,v 1.2 2002/12/01 22:59:19 larsbj Exp $
**
** Definition of QGridView class
**

View File

@ -1,3 +1,7 @@
2002-12-01 Lars Gullik Bjønnes <larsbj@gullik.net>
* sevral files: ws changes
2002-12-01 Lars Gullik Bjønnes <larsbj@gullik.net>
* checkedwidgets.C (setWidget): make sure that FL_LCOL and FL_COL1

View File

@ -1,3 +1,7 @@
2002-12-01 Lars Gullik Bjønnes <larsbj@gullik.net>
* several files: ws changes
2002-11-21 Angus Leeming <leeming@lyx.org>
* GraphicsConverter.C (build_script, move_file):

View File

@ -58,4 +58,3 @@ Image::getScaledDimensions(Params const & params) const
}
} // namespace grfx

View File

@ -1,3 +1,7 @@
2002-12-01 Lars Gullik Bjønnes <larsbj@gullik.net>
* several files: ws changes
2002-12-01 Lars Gullik Bjønnes <larsbj@gullik.net>
* insetquotes.C (dispString): use string::insert for prepending a

View File

@ -1,3 +1,7 @@
2002-12-01 Lars Gullik Bjønnes <larsbj@gullik.net>
* several files: ws changes
2002-11-27 Lars Gullik Bjønnes <larsbj@gullik.net>
* math_inferinset.C: remove unused "using std::max"

View File

@ -1,4 +1,3 @@
#ifdef __GNUG__
#pragma implementation
#endif
@ -46,4 +45,3 @@ void MathErtInset::infoize(std::ostream & os) const
{
os << "Box: Ert";
}

View File

@ -1,4 +1,3 @@
#ifdef __GNUG__
#pragma implementation
#endif

View File

@ -1,5 +1,3 @@
#ifdef __GNUG__
#pragma implementation
#endif

View File

@ -45,5 +45,3 @@ void MathLefteqnInset::infoize(std::ostream & os) const
{
os << "Lefteqn ";
}

View File

@ -1,4 +1,3 @@
#ifdef __GNUG__
#pragma implementation
#endif

View File

@ -1,4 +1,3 @@
#ifdef __GNUG__
#pragma implementation
#endif
@ -367,4 +366,3 @@ NormalStream & operator<<(NormalStream & ns, int i)
//////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,3 @@
#ifdef __GNUG__
#pragma implementation
#endif
@ -152,4 +151,3 @@ MathWidthChanger::~MathWidthChanger()
{
orig_ = save_;
}

View File

@ -1,4 +1,3 @@
#ifdef __GNUG__
#pragma implementation
#endif
@ -67,4 +66,3 @@ void MathParboxInset::infoize(std::ostream & os) const
{
os << "Box: Parbox " << tex_width_;
}

View File

@ -1,4 +1,3 @@
#ifdef __GNUG__
#pragma implementation
#endif

View File

@ -1,4 +1,3 @@
#ifdef __GNUG__
#pragma implementation
#endif

View File

@ -1,4 +1,3 @@
#ifdef __GNUG__
#pragma implementation
#endif

View File

@ -1,3 +1,7 @@
2002-12-01 Lars Gullik Bjønnes <larsbj@gullik.net>
* several files: ws changes
2002-11-27 Lars Gullik Bjønnes <larsbj@birdstep.com>
* filetools.C (DirList): remove all ugly hacks and do it nice