mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-14 12:25:11 +00:00
ws cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3806 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
76d81111af
commit
f7ba7c8e9f
@ -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>
|
||||||
|
@ -59,7 +59,3 @@ namespace Liason {
|
|||||||
|
|
||||||
} // namespace Liason
|
} // namespace Liason
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -48,4 +48,3 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif // CONTROLABOUTLYX_H
|
#endif // CONTROLABOUTLYX_H
|
||||||
|
|
||||||
|
@ -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());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -38,4 +38,3 @@ string const ControlError::getParams(InsetError const & inset)
|
|||||||
{
|
{
|
||||||
return inset.getContents();
|
return inset.getContents();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -93,4 +93,3 @@ void ControlForks::clearParams()
|
|||||||
pids_.clear();
|
pids_.clear();
|
||||||
childrenChanged_.disconnect();
|
childrenChanged_.disconnect();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -54,4 +54,3 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif // CONTROLGRAPHICS_H
|
#endif // CONTROLGRAPHICS_H
|
||||||
|
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -138,4 +138,3 @@ void ControlSendto::apply()
|
|||||||
Systemcall call;
|
Systemcall call;
|
||||||
call.startscript(Systemcall::DontWait, command);
|
call.startscript(Systemcall::DontWait, command);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -127,4 +127,3 @@ void ControlTexinfo::viewFile(string const filename) const
|
|||||||
{
|
{
|
||||||
lv_.getDialogs()->showFile(filename);
|
lv_.getDialogs()->showFile(filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
@ -199,4 +199,3 @@ void FormIndex::apply()
|
|||||||
// hide the dialog
|
// hide the dialog
|
||||||
hide();
|
hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -96,4 +96,3 @@ Gtk::SpinButton * FormTabularCreate::cols() const
|
|||||||
{
|
{
|
||||||
return getWidget<Gtk::SpinButton>("r_cols");
|
return getWidget<Gtk::SpinButton>("r_cols");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -264,4 +264,3 @@ void FormToc::free()
|
|||||||
ih_.disconnect();
|
ih_.disconnect();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -141,5 +141,3 @@ Gtk::CheckButton * FormUrl::html_cb() const
|
|||||||
{
|
{
|
||||||
return getWidget<Gtk::CheckButton>("r_html_cb");
|
return getWidget<Gtk::CheckButton>("r_html_cb");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -55,4 +55,3 @@ namespace Gnome
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -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);
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
@ -38,7 +38,3 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif // QFLOAT_H
|
#endif // QFLOAT_H
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -43,4 +43,3 @@ void QFloatDialog::closeEvent(QCloseEvent * e)
|
|||||||
form_->slotWMHide();
|
form_->slotWMHide();
|
||||||
e->accept();
|
e->accept();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -32,6 +32,3 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif // QFLOATDIALOG_H
|
#endif // QFLOATDIALOG_H
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -295,5 +295,3 @@ bool QGraphics::isValid()
|
|||||||
{
|
{
|
||||||
return !string(dialog_->filename->text().latin1()).empty();
|
return !string(dialog_->filename->text().latin1()).empty();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -48,9 +48,3 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif // QGRAPHICS_H
|
#endif // QGRAPHICS_H
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -58,4 +58,3 @@ void QGraphicsDialog::get_clicked()
|
|||||||
{
|
{
|
||||||
form_->get();
|
form_->get();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -44,5 +44,3 @@ void QShowFile::update_contents()
|
|||||||
|
|
||||||
dialog_->text->setText(contents.c_str());
|
dialog_->text->setText(contents.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
**
|
**
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
@ -116,4 +116,3 @@ int RadioButtonGroup::getButton()
|
|||||||
// Else return 0.
|
// Else return 0.
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -97,4 +97,3 @@ void fl_free_bmtable_pixmap(FL_OBJECT *ob);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* BMTABLE_H */
|
#endif /* BMTABLE_H */
|
||||||
|
|
||||||
|
@ -126,4 +126,3 @@ FD_form_tab_license * FormAboutlyx::build_tab_license()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -56,4 +56,3 @@ FD_form_bibitem * FormBibitem::build_bibitem()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -74,4 +74,3 @@ FD_form_bibtex * FormBibtex::build_bibtex()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -50,4 +50,3 @@ FD_form_browser * FormBrowser::build_browser()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -135,4 +135,3 @@ FD_form_character * FormCharacter::build_character()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -197,4 +197,3 @@ FD_form_citation * FormCitation::build_citation()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -685,4 +685,3 @@ FD_form_doc_bullet * FormDocument::build_doc_bullet()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -42,4 +42,3 @@ FD_form_error * FormError::build_error()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -79,4 +79,3 @@ FD_form_ert * FormERT::build_ert()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -113,4 +113,3 @@ FD_form_external * FormExternal::build_external()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -105,4 +105,3 @@ FD_form_filedialog * FileDialog::Private::build_filedialog()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -95,4 +95,3 @@ FD_form_float * FormFloat::build_float()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -77,4 +77,3 @@ FD_form_forks * FormForks::build_forks()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -523,4 +523,3 @@ FD_form_lyxview * FormGraphics::build_lyxview()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -104,4 +104,3 @@ FD_form_include * FormInclude::build_include()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -67,4 +67,3 @@ FD_form_index * FormIndex::build_index()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -42,4 +42,3 @@ FD_form_maths_deco * FormMathsDeco::build_maths_deco()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -80,4 +80,3 @@ FD_form_maths_delim * FormMathsDelim::build_maths_delim()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -80,4 +80,3 @@ FD_form_maths_matrix * FormMathsMatrix::build_maths_matrix()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -123,4 +123,3 @@ FD_form_maths_panel * FormMathsPanel::build_maths_panel()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -80,4 +80,3 @@ FD_form_maths_space * FormMathsSpace::build_maths_space()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -53,4 +53,3 @@ FD_form_maths_style * FormMathsStyle::build_maths_style()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -97,4 +97,3 @@ FD_form_minipage * FormMinipage::build_minipage()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -214,4 +214,3 @@ FD_form_paragraph * FormParagraph::build_paragraph()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -60,4 +60,3 @@ FD_form_preamble * FormPreamble::build_preamble()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -1166,4 +1166,3 @@ FD_form_outputs_misc * FormPreferences::build_outputs_misc()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -156,4 +156,3 @@ FD_form_print * FormPrint::build_print()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -107,4 +107,3 @@ FD_form_ref * FormRef::build_ref()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -106,4 +106,3 @@ FD_form_search * FormSearch::build_search()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -70,4 +70,3 @@ FD_form_sendto * FormSendto::build_sendto()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -113,4 +113,3 @@ FD_form_spellchecker * FormSpellchecker::build_spellchecker()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -540,4 +540,3 @@ FD_form_longtable_options * FormTabular::build_longtable_options()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -57,4 +57,3 @@ FD_form_tabular_create * FormTabularCreate::build_tabular_create()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -118,4 +118,3 @@ FD_form_texinfo * FormTexinfo::build_texinfo()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -61,4 +61,3 @@ FD_form_thesaurus * FormThesaurus::build_thesaurus()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -59,4 +59,3 @@ FD_form_toc * FormToc::build_toc()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
@ -87,4 +87,3 @@ FD_form_url * FormUrl::build_url()
|
|||||||
return fdui;
|
return fdui;
|
||||||
}
|
}
|
||||||
/*---------------------------------------*/
|
/*---------------------------------------*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user