]> git.lyx.org Git - lyx.git/blob - src/frontends/ChangeLog
We don't currently use fork anywhere (or if we do it's by mistake!), so
[lyx.git] / src / frontends / ChangeLog
1 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * Liason.C:
4         change Systemcalls::System to Systemcalls::Wait and
5         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
6         No change of functionality, just reflects the stripped down Systemcalls
7         class.
8
9 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10
11         * Liason.C (printBuffer): use Buffer::filePath
12
13 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14
15         * Timeout.h: 
16         * FileDialog.h: do not include <config.h> in header files.
17
18 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
19
20         * Alert.h: remove spurious semi-colon at the end of the namespace
21         scope. 
22
23 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
24
25         * Makefile.am: 
26         * Alert.h:
27         * Alert.C:
28         * Alert_pimpl.h: alerts etc.
29
30 2001-10-09  Herbert Voss  <voss@perce.de>
31
32         * Dialogs.h: added showFile and showTexinfo signals.
33
34 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
35
36         * Dialogs.h (showSplash, destroySplash, splash_): removed.
37
38         * Dialogs.C (destroySplash): removed.
39
40 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
41
42         * GUIRunTime.h: initApplication() should take a & to argc 
43  
44 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
45
46         * Liason.C: IsDirWriteable changed
47  
48 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
49
50         * Liason.C: #include LAssert.h
51
52 2001-07-24  John Levon  <moz@compsoc.man.ac.uk>
53
54         * Dialogs.h: add showThesaurus
55  
56 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
57         
58         * Dialogs.h: add showAboutlyx and remove showCredits and Copyright
59
60 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
61
62         * Dialogs.h: added showSpellchecker
63         
64 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
65
66         * GUIRunTime.h: (x11Display): 
67         (x11Screen): 
68         (x11Colormap): 
69         (x11VisualDepth): new methods
70
71 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
72
73         * GUIRunTime.h: add createMainView
74
75 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
76
77         * Dialogs.h: add showSpellcheckerPreferences
78
79 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
80
81         * Makefile.am: remove kde frontend
82  
83 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
84
85         * Dialogs.h: removed unused signal showCharacter.
86         Renamed signals showLayoutDocument -> showDocument,
87         showLayoutParagraph -> showParagraph,
88         showLayoutCharacter -> showCharacter.
89         Added signal updateParagraph.
90         Rearranged signals in some sort of alphabetical order again.
91
92 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
93
94         * FileDialog.h:
95         * Timeout.h: added // -*- C++ -*- as first line.
96
97 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
98
99         * Makefile.am: make the dependencies work for the sub libs.
100
101 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
102
103         * Makefile.am (libfrontends_la_LIBADD): new var, add all subdirs
104         libs here.
105
106 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
107
108         * Makefile.am: make controllers subdir before xforms.
109
110         * Dialogs.h: (add, destroySplash): moved out of line and into Dialogs.C.
111
112         * Dialogs.C: new file, instantiating the add, destroySplash methods.
113
114 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
115
116         * Liason.[Ch] (setMinibuffer): change second arg to string
117
118         * Dialogs.h: inherit privately from noncopyable
119
120 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
121
122         * Dialogs.h: s/popup/dialog/
123
124 2001-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
125
126         * Liason.C (printBuffer): do not forget file name
127         when printing with empty print_spool_command.
128
129 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
130
131         * ButtonPolicies.[Ch]: removed (thought I did this before?). The files
132         are now stored in the controllers dir.
133
134 2001-03-16  Juergen Vigna  <jug@sad.it>
135
136         * Dialogs.h (noncopyable): added minipage signals.
137
138 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
139
140         * several files: remove CXX_WORKING_NAMESPACES
141
142         * ButtonPolicies.h: noncopyable is in namespace boost
143         * Dialogs.h (noncopyable): ditto
144         * DialogBase.h (noncopyable): ditto
145
146 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
147
148         * Merging changes from BRANCH_MVC back into HEAD.
149
150         * Makefile.am: added controllers to SUBDIRS.
151         removed ButtonPolicies.[Ch]. Now in controllers.
152
153         * DialogBase.h: commented out abstract method show().
154
155         * Dialogs.h: The dialogs are now stored as a 
156         std::vector<boost::shared_ptr<DialogBase> >.
157         Removed using directives.
158         (d-tor) removed.
159         (add): new helper method. Makes code in c-tor a little tidier.
160         (destroySplash): Moved out of xforms implementation.
161
162         * ButtonPolicies.[Ch]: moved to controllers/ButtonPolicies.[Ch]
163
164 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
165
166         * Dialogs.h: add showMathPanel signal
167
168 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
169
170         * Dialogs.h: add showExternal signal
171
172 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
173
174         * Dialogs.h: add pointer to splash form
175
176         * GUIRunTime.h: minor cleanup
177
178 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
179
180         * Dialogs.h: remove createInclude
181
182 2001-02-26  John Levon  <moz@compsoc.man.ac.uk>
183
184         * Makefile.am
185         * FileDialog.h: new GUII FileDialog
186
187 2001-02-23  Edwin Leuven <leuven@fee.uva.nl)
188
189         * Dialogs.h: setUserFreeFont, showLayoutCharacter
190
191 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
192
193         * DialogBase.h: derived from noncopyable, rather than deriving
194         xforms/FormBase from it.
195
196 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
197
198         * DialogBase.C: add close(), non-pure. This is
199           useful for logdlg.C in the KDE frontend.
200
201         * Dialogs.h: splash, include, and bib forms
202
203 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
204
205         * ButtonPolicies.C:
206         * ButtonPolicies.h: and remove OkViewPolicy,
207           it's a duplicate of IgnorantPolicy
208
209         * Makefile.am:
210         * Timeout.C:
211         * Timeout.h: add GUI-I Timeout class
212
213 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
214
215         * ButtonPolicies.C:
216         * ButtonPolicies.h: add OkViewPolicy
217
218         * src/frontends/Dialogs.h: add showVCLogFile signal
219
220 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
221
222         * Makefile.am: add qt2 frontend