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