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