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