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