mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Enable compilation with lyxstring again.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4198 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b7a265b19e
commit
20d61473cc
@ -30,6 +30,7 @@ src/frontends/controllers/ControlThesaurus.C
|
|||||||
src/frontends/controllers/ControlVCLog.C
|
src/frontends/controllers/ControlVCLog.C
|
||||||
src/frontends/controllers/frnt_lang.C
|
src/frontends/controllers/frnt_lang.C
|
||||||
src/frontends/controllers/helper_funcs.C
|
src/frontends/controllers/helper_funcs.C
|
||||||
|
src/frontends/LyXView.C
|
||||||
src/frontends/qt2/Alert_pimpl.C
|
src/frontends/qt2/Alert_pimpl.C
|
||||||
src/frontends/qt2/FileDialog.C
|
src/frontends/qt2/FileDialog.C
|
||||||
src/frontends/qt2/lengthcombo.C
|
src/frontends/qt2/lengthcombo.C
|
||||||
@ -189,7 +190,6 @@ src/lyx_main.C
|
|||||||
src/lyxrc.C
|
src/lyxrc.C
|
||||||
src/lyxtextclasslist.C
|
src/lyxtextclasslist.C
|
||||||
src/lyxvc.C
|
src/lyxvc.C
|
||||||
src/LyXView.C
|
|
||||||
src/mathed/formulabase.C
|
src/mathed/formulabase.C
|
||||||
src/mathed/formula.C
|
src/mathed/formula.C
|
||||||
src/mathed/formulamacro.C
|
src/mathed/formulamacro.C
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
* undo_funcs.C (textHandleUndo): fix the cursor selection after
|
* undo_funcs.C (textHandleUndo): fix the cursor selection after
|
||||||
setting the undo_cursor.
|
setting the undo_cursor.
|
||||||
|
|
||||||
|
* ParagraphParameters.h: include local includes first.
|
||||||
|
|
||||||
2002-05-23 John Levon <moz@compsoc.man.ac.uk>
|
2002-05-23 John Levon <moz@compsoc.man.ac.uk>
|
||||||
|
|
||||||
* BufferView_pimpl.C:
|
* BufferView_pimpl.C:
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
#pragma interface
|
#pragma interface
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "ShareContainer.h"
|
|
||||||
#include "LString.h"
|
#include "LString.h"
|
||||||
|
#include "ShareContainer.h"
|
||||||
#include "layout.h"
|
#include "layout.h"
|
||||||
|
|
||||||
// Not yet... lyx 1.3.x or so
|
// Not yet... lyx 1.3.x or so
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-05-24 Juergen Vigna <jug@sad.it>
|
||||||
|
|
||||||
|
* FormMathsBitmap.C: include local includes first (selfcontainment)
|
||||||
|
* FormMathsBitmap.h: include LString.h first.
|
||||||
|
|
||||||
2002-05-23 John Levon <moz@compsoc.man.ac.uk>
|
2002-05-23 John Levon <moz@compsoc.man.ac.uk>
|
||||||
|
|
||||||
* XFormsView.C:
|
* XFormsView.C:
|
||||||
|
@ -9,17 +9,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <algorithm>
|
|
||||||
#include <iomanip>
|
|
||||||
|
|
||||||
#include XPM_H_LOCATION
|
|
||||||
|
|
||||||
#ifdef __GNUG__
|
#ifdef __GNUG__
|
||||||
#pragma implementation
|
#pragma implementation
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "FormMathsBitmap.h"
|
#include "FormMathsBitmap.h"
|
||||||
|
|
||||||
#include "Dialogs.h"
|
#include "Dialogs.h"
|
||||||
#include "frontends/LyXView.h"
|
#include "frontends/LyXView.h"
|
||||||
#include "bmtable.h"
|
#include "bmtable.h"
|
||||||
@ -28,6 +23,11 @@
|
|||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "support/LAssert.h"
|
#include "support/LAssert.h"
|
||||||
|
|
||||||
|
#include XPM_H_LOCATION
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
#include <iomanip>
|
||||||
|
|
||||||
using std::vector;
|
using std::vector;
|
||||||
using std::endl;
|
using std::endl;
|
||||||
using std::setw;
|
using std::setw;
|
||||||
|
@ -12,6 +12,9 @@
|
|||||||
#ifndef FORM_MATHSBITMAP_H
|
#ifndef FORM_MATHSBITMAP_H
|
||||||
#define FORM_MATHSBITMAP_H
|
#define FORM_MATHSBITMAP_H
|
||||||
|
|
||||||
|
#include "LString.h"
|
||||||
|
#include "FormMathsPanel.h"
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "support/smart_ptr.h"
|
#include "support/smart_ptr.h"
|
||||||
|
|
||||||
@ -19,9 +22,6 @@
|
|||||||
#pragma interface
|
#pragma interface
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "LString.h"
|
|
||||||
#include "FormMathsPanel.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class provides an XForms implementation of a maths bitmap form.
|
* This class provides an XForms implementation of a maths bitmap form.
|
||||||
*/
|
*/
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-05-24 Juergen Vigna <jug@sad.it>
|
||||||
|
|
||||||
|
* GraphicsCache.h:
|
||||||
|
* GraphicsImage.h: include LString.h first.
|
||||||
|
|
||||||
2002-05-22 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
2002-05-22 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||||
|
|
||||||
* GraphicsCacheItem.h: use more specific smart_ptr header.
|
* GraphicsCacheItem.h: use more specific smart_ptr header.
|
||||||
|
@ -21,10 +21,10 @@
|
|||||||
#pragma interface
|
#pragma interface
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "LString.h"
|
||||||
#include "GraphicsTypes.h"
|
#include "GraphicsTypes.h"
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "LString.h"
|
|
||||||
#include <boost/utility.hpp>
|
#include <boost/utility.hpp>
|
||||||
|
|
||||||
class InsetGraphics;
|
class InsetGraphics;
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
#ifndef GRAPHICSIMAGE_H
|
#ifndef GRAPHICSIMAGE_H
|
||||||
#define GRAPHICSIMAGE_H
|
#define GRAPHICSIMAGE_H
|
||||||
|
|
||||||
#include "GraphicsTypes.h"
|
|
||||||
#include "LString.h"
|
#include "LString.h"
|
||||||
|
#include "GraphicsTypes.h"
|
||||||
|
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2002-05-24 Juergen Vigna <jug@sad.it>
|
||||||
|
|
||||||
|
* insetgraphics.h: include inset.h first (for LString.h)
|
||||||
|
|
||||||
2002-05-23 John Levon <moz@compsoc.man.ac.uk>
|
2002-05-23 John Levon <moz@compsoc.man.ac.uk>
|
||||||
|
|
||||||
* insettext.C: screen moved
|
* insettext.C: screen moved
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
#pragma interface
|
#pragma interface
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "graphics/GraphicsTypes.h"
|
|
||||||
#include "insets/inset.h"
|
#include "insets/inset.h"
|
||||||
|
#include "graphics/GraphicsTypes.h"
|
||||||
#include "insets/insetgraphicsParams.h"
|
#include "insets/insetgraphicsParams.h"
|
||||||
// We need a signal here to hide an active dialog when we are deleted.
|
// We need a signal here to hide an active dialog when we are deleted.
|
||||||
#include "sigc++/signal_system.h"
|
#include "sigc++/signal_system.h"
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2002-05-24 Juergen Vigna <jug@sad.it>
|
||||||
|
|
||||||
|
* lyxsum.C: include local includes first (self containment)
|
||||||
|
|
||||||
2002-05-22 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
2002-05-22 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||||
|
|
||||||
* forkedcall.h: use more specific smart_ptr header.
|
* forkedcall.h: use more specific smart_ptr header.
|
||||||
|
@ -10,12 +10,12 @@
|
|||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <algorithm>
|
|
||||||
#include <boost/crc.hpp>
|
|
||||||
|
|
||||||
#include "support/lyxlib.h"
|
#include "support/lyxlib.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
#include <boost/crc.hpp>
|
||||||
|
|
||||||
using std::endl;
|
using std::endl;
|
||||||
|
|
||||||
// Various implementations of lyx::sum(), depending on what methods
|
// Various implementations of lyx::sum(), depending on what methods
|
||||||
|
Loading…
Reference in New Issue
Block a user