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