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