]> git.lyx.org Git - lyx.git/blob - src/frontends/ChangeLog
Various fixes to Tabular, InsetTabular and InsetText. Fixed left border for
[lyx.git] / src / frontends / ChangeLog
1 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * Makefile.am: make controllers subdir before xforms.
4
5         * Dialogs.h: (add, destroySplash): moved out of line and into Dialogs.C.
6
7         * Dialogs.C: new file, instantiating the add, destroySplash methods.
8
9 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10
11         * Liason.[Ch] (setMinibuffer): change second arg to string
12
13         * Dialogs.h: inherit privately from noncopyable
14
15 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
16
17         * Dialogs.h: s/popup/dialog/
18
19 2001-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
20
21         * Liason.C (printBuffer): do not forget file name
22         when printing with empty print_spool_command.
23
24 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
25
26         * ButtonPolicies.[Ch]: removed (thought I did this before?). The files
27         are now stored in the controllers dir.
28
29 2001-03-16  Juergen Vigna  <jug@sad.it>
30
31         * Dialogs.h (noncopyable): added minipage signals.
32
33 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
34
35         * several files: remove CXX_WORKING_NAMESPACES
36
37         * ButtonPolicies.h: noncopyable is in namespace boost
38         * Dialogs.h (noncopyable): ditto
39         * DialogBase.h (noncopyable): ditto
40
41 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
42
43         * Merging changes from BRANCH_MVC back into HEAD.
44
45         * Makefile.am: added controllers to SUBDIRS.
46         removed ButtonPolicies.[Ch]. Now in controllers.
47
48         * DialogBase.h: commented out abstract method show().
49
50         * Dialogs.h: The dialogs are now stored as a 
51         std::vector<boost::shared_ptr<DialogBase> >.
52         Removed using directives.
53         (d-tor) removed.
54         (add): new helper method. Makes code in c-tor a little tidier.
55         (destroySplash): Moved out of xforms implementation.
56
57         * ButtonPolicies.[Ch]: moved to controllers/ButtonPolicies.[Ch]
58
59 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
60
61         * Dialogs.h: add showMathPanel signal
62
63 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
64
65         * Dialogs.h: add showExternal signal
66
67 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
68
69         * Dialogs.h: add pointer to splash form
70
71         * GUIRunTime.h: minor cleanup
72
73 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
74
75         * Dialogs.h: remove createInclude
76
77 2001-02-26  John Levon  <moz@compsoc.man.ac.uk>
78
79         * Makefile.am
80         * FileDialog.h: new GUII FileDialog
81
82 2001-02-23  Edwin Leuven <leuven@fee.uva.nl)
83
84         * Dialogs.h: setUserFreeFont, showLayoutCharacter
85
86 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
87
88         * DialogBase.h: derived from noncopyable, rather than deriving
89         xforms/FormBase from it.
90
91 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
92
93         * DialogBase.C: add close(), non-pure. This is
94           useful for logdlg.C in the KDE frontend.
95
96         * Dialogs.h: splash, include, and bib forms
97
98 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
99
100         * ButtonPolicies.C:
101         * ButtonPolicies.h: and remove OkViewPolicy,
102           it's a duplicate of IgnorantPolicy
103
104         * Makefile.am:
105         * Timeout.C:
106         * Timeout.h: add GUI-I Timeout class
107
108 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
109
110         * ButtonPolicies.C:
111         * ButtonPolicies.h: add OkViewPolicy
112
113         * src/frontends/Dialogs.h: add showVCLogFile signal
114
115 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
116
117         * Makefile.am: add qt2 frontend