ws cleanup

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3806 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-03-21 21:21:28 +00:00
parent 76d81111af
commit f7ba7c8e9f
374 changed files with 2477 additions and 2538 deletions

View File

@ -1,5 +1,7 @@
2002-03-21 Lars Gullik Bjønnes <larsbj@birdstep.com> 2002-03-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
* most files: ws cleanup
* Makefile.am: remove ld -r stuff * Makefile.am: remove ld -r stuff
2002-03-20 Lars Gullik Bjønnes <larsbj@birdstep.com> 2002-03-20 Lars Gullik Bjønnes <larsbj@birdstep.com>

View File

@ -59,7 +59,3 @@ namespace Liason {
} // namespace Liason } // namespace Liason
#endif #endif

View File

@ -1,3 +1,7 @@
2002-03-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
* most files: ws cleanup
2002-03-18 Angus Leeming <a.leeming@ic.ac.uk> 2002-03-18 Angus Leeming <a.leeming@ic.ac.uk>
* biblio.C (getInfo): string::c_str() never returns NULL. Don't test * biblio.C (getInfo): string::c_str() never returns NULL. Don't test

View File

@ -48,4 +48,3 @@ private:
}; };
#endif // CONTROLABOUTLYX_H #endif // CONTROLABOUTLYX_H

View File

@ -59,4 +59,3 @@ void ControlCommand::applyParamsNoInset()
if (action_ == LFUN_NOACTION) return; if (action_ == LFUN_NOACTION) return;
lv_.getLyXFunc()->dispatch(action_, params().getAsString()); lv_.getLyXFunc()->dispatch(action_, params().getAsString());
} }

View File

@ -38,4 +38,3 @@ string const ControlError::getParams(InsetError const & inset)
{ {
return inset.getContents(); return inset.getContents();
} }

View File

@ -93,4 +93,3 @@ void ControlForks::clearParams()
pids_.clear(); pids_.clear();
childrenChanged_.disconnect(); childrenChanged_.disconnect();
} }

View File

@ -54,4 +54,3 @@ private:
}; };
#endif // CONTROLGRAPHICS_H #endif // CONTROLGRAPHICS_H

View File

@ -92,4 +92,3 @@ bool ControlInclude::fileExists(string const & file)
Alert::alert(_("Specified file doesn't exist !")); Alert::alert(_("Specified file doesn't exist !"));
return false; return false;
} }

View File

@ -138,4 +138,3 @@ void ControlSendto::apply()
Systemcall call; Systemcall call;
call.startscript(Systemcall::DontWait, command); call.startscript(Systemcall::DontWait, command);
} }

View File

@ -127,4 +127,3 @@ void ControlTexinfo::viewFile(string const filename) const
{ {
lv_.getDialogs()->showFile(filename); lv_.getDialogs()->showFile(filename);
} }

View File

@ -1,3 +1,7 @@
2002-03-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
* most files: ws cleanup
2002-03-16 Michael A. Koziarski <michael@koziarski.com> 2002-03-16 Michael A. Koziarski <michael@koziarski.com>
* Makefile.am: Cleanup and linking fix. * Makefile.am: Cleanup and linking fix.

View File

@ -199,4 +199,3 @@ void FormIndex::apply()
// hide the dialog // hide the dialog
hide(); hide();
} }

View File

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

View File

@ -264,4 +264,3 @@ void FormToc::free()
ih_.disconnect(); ih_.disconnect();
} }
} }

View File

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

View File

@ -1,4 +1,3 @@
/* This file is part of /* This file is part of
* ====================================================== * ======================================================
* *

View File

@ -55,4 +55,3 @@ namespace Gnome
} }
#endif #endif

View File

@ -31,4 +31,3 @@ GtkWidget* create_pixmap (GtkWidget *widget,
gboolean gnome_pixmap); gboolean gnome_pixmap);
GdkImlibImage* create_image (const gchar *filename); GdkImlibImage* create_image (const gchar *filename);

View File

@ -1,3 +1,7 @@
2002-03-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
* most files: ws cleanup
2002-03-11 Lars Gullik Bjønnes <larsbj@birdstep.com> 2002-03-11 Lars Gullik Bjønnes <larsbj@birdstep.com>
* docygen fixes. * docygen fixes.

View File

@ -38,7 +38,3 @@ private:
}; };
#endif // QFLOAT_H #endif // QFLOAT_H

View File

@ -43,4 +43,3 @@ void QFloatDialog::closeEvent(QCloseEvent * e)
form_->slotWMHide(); form_->slotWMHide();
e->accept(); e->accept();
} }

View File

@ -32,6 +32,3 @@ private:
}; };
#endif // QFLOATDIALOG_H #endif // QFLOATDIALOG_H

View File

@ -295,5 +295,3 @@ bool QGraphics::isValid()
{ {
return !string(dialog_->filename->text().latin1()).empty(); return !string(dialog_->filename->text().latin1()).empty();
} }

View File

@ -48,9 +48,3 @@ private:
}; };
#endif // QGRAPHICS_H #endif // QGRAPHICS_H

View File

@ -58,4 +58,3 @@ void QGraphicsDialog::get_clicked()
{ {
form_->get(); form_->get();
} }

View File

@ -44,5 +44,3 @@ void QShowFile::update_contents()
dialog_->text->setText(contents.c_str()); dialog_->text->setText(contents.c_str());
} }

View File

@ -1,5 +1,5 @@
/********************************************************************** /**********************************************************************
** $Id: qttableview.C,v 1.2 2001/12/05 08:04:18 larsbj Exp $ ** $Id: qttableview.C,v 1.3 2002/03/21 21:19:37 larsbj Exp $
** **
** Implementation of QtTableView class ** Implementation of QtTableView class
** **

View File

@ -1,3 +1,7 @@
2002-03-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
* several files: ws cleanup
2002-03-20 Angus Leeming <a.leeming@ic.ac.uk> 2002-03-20 Angus Leeming <a.leeming@ic.ac.uk>
* lots: whitespace changes. * lots: whitespace changes.
@ -2742,4 +2746,3 @@
2001-01-17 Dekel Tsur <dekelts@tau.ac.il> 2001-01-17 Dekel Tsur <dekelts@tau.ac.il>
* FormRef.C (input): Fix the behavior of goto reference button. * FormRef.C (input): Fix the behavior of goto reference button.

View File

@ -116,4 +116,3 @@ int RadioButtonGroup::getButton()
// Else return 0. // Else return 0.
return 0; return 0;
} }

View File

@ -97,4 +97,3 @@ void fl_free_bmtable_pixmap(FL_OBJECT *ob);
#endif #endif
#endif /* BMTABLE_H */ #endif /* BMTABLE_H */

View File

@ -126,4 +126,3 @@ FD_form_tab_license * FormAboutlyx::build_tab_license()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -56,4 +56,3 @@ FD_form_bibitem * FormBibitem::build_bibitem()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -74,4 +74,3 @@ FD_form_bibtex * FormBibtex::build_bibtex()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -50,4 +50,3 @@ FD_form_browser * FormBrowser::build_browser()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -135,4 +135,3 @@ FD_form_character * FormCharacter::build_character()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -197,4 +197,3 @@ FD_form_citation * FormCitation::build_citation()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -685,4 +685,3 @@ FD_form_doc_bullet * FormDocument::build_doc_bullet()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -42,4 +42,3 @@ FD_form_error * FormError::build_error()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -79,4 +79,3 @@ FD_form_ert * FormERT::build_ert()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -113,4 +113,3 @@ FD_form_external * FormExternal::build_external()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -105,4 +105,3 @@ FD_form_filedialog * FileDialog::Private::build_filedialog()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -95,4 +95,3 @@ FD_form_float * FormFloat::build_float()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -77,4 +77,3 @@ FD_form_forks * FormForks::build_forks()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -523,4 +523,3 @@ FD_form_lyxview * FormGraphics::build_lyxview()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -104,4 +104,3 @@ FD_form_include * FormInclude::build_include()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -67,4 +67,3 @@ FD_form_index * FormIndex::build_index()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -42,4 +42,3 @@ FD_form_maths_deco * FormMathsDeco::build_maths_deco()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -80,4 +80,3 @@ FD_form_maths_delim * FormMathsDelim::build_maths_delim()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -80,4 +80,3 @@ FD_form_maths_matrix * FormMathsMatrix::build_maths_matrix()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -123,4 +123,3 @@ FD_form_maths_panel * FormMathsPanel::build_maths_panel()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -80,4 +80,3 @@ FD_form_maths_space * FormMathsSpace::build_maths_space()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -53,4 +53,3 @@ FD_form_maths_style * FormMathsStyle::build_maths_style()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -97,4 +97,3 @@ FD_form_minipage * FormMinipage::build_minipage()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -214,4 +214,3 @@ FD_form_paragraph * FormParagraph::build_paragraph()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -60,4 +60,3 @@ FD_form_preamble * FormPreamble::build_preamble()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -1166,4 +1166,3 @@ FD_form_outputs_misc * FormPreferences::build_outputs_misc()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -156,4 +156,3 @@ FD_form_print * FormPrint::build_print()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -107,4 +107,3 @@ FD_form_ref * FormRef::build_ref()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -106,4 +106,3 @@ FD_form_search * FormSearch::build_search()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -70,4 +70,3 @@ FD_form_sendto * FormSendto::build_sendto()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -113,4 +113,3 @@ FD_form_spellchecker * FormSpellchecker::build_spellchecker()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -540,4 +540,3 @@ FD_form_longtable_options * FormTabular::build_longtable_options()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -57,4 +57,3 @@ FD_form_tabular_create * FormTabularCreate::build_tabular_create()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -118,4 +118,3 @@ FD_form_texinfo * FormTexinfo::build_texinfo()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -61,4 +61,3 @@ FD_form_thesaurus * FormThesaurus::build_thesaurus()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -59,4 +59,3 @@ FD_form_toc * FormToc::build_toc()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/

View File

@ -87,4 +87,3 @@ FD_form_url * FormUrl::build_url()
return fdui; return fdui;
} }
/*---------------------------------------*/ /*---------------------------------------*/