mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Fix crash in Document dialog + small sundries.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4980 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ca26056e2a
commit
4ecb8d1f56
@ -1,3 +1,7 @@
|
|||||||
|
2002-08-14 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
|
* GUI.h: public derivation from boost::noncopyable.
|
||||||
|
|
||||||
2002-08-14 Angus Leeming <leeming@lyx.org>
|
2002-08-14 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
* GUI.h: class GUI deries from boost::noncopyable
|
* GUI.h: class GUI deries from boost::noncopyable
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
template <typename Controller, typename GUIview,
|
template <typename Controller, typename GUIview,
|
||||||
typename Policy, typename GUIbc>
|
typename Policy, typename GUIbc>
|
||||||
class GUI : boost::noncopyable {
|
class GUI : public boost::noncopyable {
|
||||||
public:
|
public:
|
||||||
///
|
///
|
||||||
GUI(LyXView & lv, Dialogs & d);
|
GUI(LyXView & lv, Dialogs & d);
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2002-08-14 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
|
* FormBaseDeprecated.h: public derivation from boost::noncopyable.
|
||||||
|
|
||||||
|
* forms/form_document.fd: remove declaration of file 'psnfss2.xpm'
|
||||||
|
|
||||||
2002-08-14 Angus Leeming <leeming@lyx.org>
|
2002-08-14 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
* FormBaseDeprecated.h: no longer derives from DialogBase, but instead
|
* FormBaseDeprecated.h: no longer derives from DialogBase, but instead
|
||||||
|
@ -1521,10 +1521,10 @@ callback:
|
|||||||
argument:
|
argument:
|
||||||
|
|
||||||
--------------------
|
--------------------
|
||||||
class: FL_PIXMAPBUTTON
|
class: FL_BUTTON
|
||||||
type: NORMAL_BUTTON
|
type: NORMAL_BUTTON
|
||||||
box: 135 105 260 180
|
box: 135 105 260 180
|
||||||
boxtype: FL_NO_BOX
|
boxtype: FL_UP_BOX
|
||||||
colors: FL_COL1 FL_YELLOW
|
colors: FL_COL1 FL_YELLOW
|
||||||
alignment: FL_ALIGN_BOTTOM
|
alignment: FL_ALIGN_BOTTOM
|
||||||
style: FL_NORMAL_STYLE
|
style: FL_NORMAL_STYLE
|
||||||
@ -1535,10 +1535,8 @@ shortcut:
|
|||||||
resize: FL_RESIZE_ALL
|
resize: FL_RESIZE_ALL
|
||||||
gravity: FL_NoGravity FL_NoGravity
|
gravity: FL_NoGravity FL_NoGravity
|
||||||
name: bmtable_bullet_panel
|
name: bmtable_bullet_panel
|
||||||
callback:
|
callback: C_FormBaseDeprecatedInputCB
|
||||||
argument:
|
argument: 0
|
||||||
file: psnfss2.xpm
|
|
||||||
fullpath: 1
|
|
||||||
|
|
||||||
--------------------
|
--------------------
|
||||||
class: FL_FRAME
|
class: FL_FRAME
|
||||||
|
Loading…
Reference in New Issue
Block a user