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