]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/ChangeLog
remove CXX_WORKING_NAMESPACES
[lyx.git] / src / frontends / xforms / ChangeLog
1 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2
3         * several files: remove CXX_WORKING_NAMESPACES
4
5 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
6
7         * Merging changes from BRANCH_MVC back into HEAD.
8
9 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
10
11         * Dialogs.C (c-tor): Changes associated with storing a vector of
12         boost::shared_ptrs.
13         Use MVC Bibitem popup.
14
15         * FormBase.h: add a new template class FormBase2, derived from FormBase
16         to make life creating MVC popups even easier ;-)
17
18         * FormBibitem.[Ch]:
19         * forms/form_bibitem.fd: moved over to the MVC way of doing things.
20         Proof that a simple popup should be easy to implement!
21
22         * FormCitation.[Ch]: now derived from FormBase2.
23
24         * FormToc.C: added using std::vector directive.
25
26 2001-03-09  Dekel Tsur  <dekelts@tau.ac.il>
27
28         * FormSearch.C: Add missing #pragma
29
30 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
31
32         * FormCitation.C:
33         * forms/form_citation.fd: added the ability to Search, both Simply and
34         for Regular Expressions. Use the Search code in the controller() to do
35         the actual searching.
36
37 2001-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
38
39         * Makefile.am: added FormCredits.[Ch] and form_credits.[Ch]
40         * forms/makefile: added form_credits.fd
41         
42         * Dialogs.C: added FormCredits and removed ShowCredits.
43         
44         * FormCredits.[Ch]:
45         * forms/form_credits.fd:
46         * forms/form_search.fd: ported to the MVC way.
47         
48 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
49
50         * xforms_helpers.h (formatted): now has default arguments for size and
51         style.
52
53         * FormCitation.[Ch]: moved code out of this class and into
54         ControlCitation and associated helper funcs.
55         
56 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
57
58         * FormBase.[Ch]: (InputCB): use ButtonController::input() rather than
59         ButtonController::valid() to check state of input. The buttons are
60         now controlled correctly.
61
62         * Form*.[Ch]: use boost::scoped_ptr for the remaining few classes.
63
64 2001-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
65
66         * Form*.[Ch]: use boost::scoped_ptr for dialog_ et al.
67
68         * FormBase.[Ch]: rename title as title_.
69
70 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
71
72         * FormBase.C (c-tor): initialise variables in correct order.
73
74         * FormCitation.C: add #include <algorithm>
75
76 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
77
78         * xformsBC.[Ch]: Changes associated with the changes to
79         controllers/ButtonController.[Ch]. Ie, the class is now derived from
80         ButtonControllerBase and the ButtonPolicy is accessed through a method
81         bp() rather than the instance bp_.
82
83         * FormBaseDeprecated.[Ch]: no longer store a ButtonController, but
84         rather use a pure virtual method bc() to access the controller
85         instantiated by the daughter classes.
86
87         * F*.[Ch]: changes associated with the above.
88
89 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
90
91         * FormBase.[Ch]: renamed as FormBaseDeprecated.[Ch]
92
93         * ViewXforms.[Ch]: renamed as FormBase.[Ch]
94
95 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
96
97         * ButtonController.[Ch]: deleted. The class is split into two
98         (with identical functionality), the code being found in
99         ../controllers/ButtonController.[Ch] and xformsBC.[Ch]
100
101         * xformsBC.[Ch]: new files. Xforms specific part of Allan's original
102         ButtonController class.
103
104         * FormBase.[Ch]: changes associated with the above split.
105
106         * ViewXforms.[Ch]: Base class for xforms dialogs derived from ViewBase
107         (../controllers/ViewBase.h). Ie, for Dialogs with GUI-I controllers
108         controlling all interaction to/from the LyX kernel.
109
110         * FormCitation.[Ch]:
111         * forms/form_citation.fd: An xforms-specific implementation of the
112         Citation dialog, controlled by the GUI-I ControlCitation.
113
114         * Dialogs.C: Use the controlled Citation dialog.
115
116 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
117
118         * forms/fdfix.sh:
119         * forms/form_filedialog.C.patch: I hate having to make these patches,
120         but on reflection I think it's probably better than hacking fdfix.sh.
121
122 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
123
124         * FormGraphics.C: remove unnecessary hack
125
126 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
127
128         * FormCitation.C (apply): Do not put space between multiple keys.
129
130 2001-03-12  Dekel Tsur  <dekelts@tau.ac.il>
131
132         * Menubar_pimpl.C (add_toc): Remove debug message.
133
134 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
135
136         * Makefile.am:
137         * Dialogs.C:
138         * FormExternal.C:
139         * FormExternal.h:
140         * form_external.C:
141         * form_external.h:
142         * xforms/forms/makefile:
143         * forms/form_external.fd: add FormExternal
144
145 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
146
147         * Dialogs.C: add destroySplash()
148
149         * form_splash.h:
150         * form_splash.C:
151         * forms/form_splash.fd:
152         * FormSplash.h:
153         * FormSplash.C: make independent of FormBase, tidy
154         
155         * Menubar_pimpl.C: destroy splash on interaction
156
157 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
158
159         * FormInclude.h:
160         * FormInclude.C:
161         * form_include.h:
162         * form_include.C:
163         * forms/form_include.fd: rework, clean up
164
165 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
166
167         * FormToc.h: use Buffer::typedef
168
169         * Menubar_pimpl.C (add_toc): use the Buffer::typedefs
170         * FormToc.C (build): ditto
171         (updateToc): ditto
172
173 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
174
175         * FormToc.C (build): implement for dynamic number of lists
176         (updateToc): ditto
177         * Menubar_pimpl.C (add_toc): ditto
178
179 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
180
181         * added credits:
182         * Dialogs.C:
183         * Makefile.am:
184         * FormCredits.[Ch]:
185         * form_credits.[Ch]:
186         * forms/form_credits.fd:
187
188 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
189
190         * Menubar_pimpl.h: make Pipl::ItemInfo::item_ a boost::shared_ptr,
191         make ButtonList contain boost::shared_ptr<ItemInfo>
192
193         * Menubar_pimpl.C (~Pimpl): remove destructor 
194
195 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
196
197         * Makefile.am:
198         * FileDialog.C:
199         * FormFiledialog.C:
200         * FormFiledialog.h:
201         * form_filedialog.C:
202         * form_filedialog.h:
203         * FormGraphics.C:
204         * FormInclude.C:
205         * FormPreferences.C:
206         * FormPrint.C:
207         * xforms_helpers.C:
208         * xforms_helpers.h:
209         * forms/fdfix.sh:
210         * forms/makefile:
211         * form/form_filedialog.fd: add File Dialog
212         * Toolbar_pimpl.h:
213         * Toolbar_pimpl.C: move LayoutsCB to here
214
215 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
216
217         * FormParagraph.C: changes because of ParagraphParameters.
218
219 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
220
221         * FormSearch.C (Replace): remove default argument
222         (Find): ditto
223
224 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
225
226         * added find/replace dialog:
227         * FormSearch.*: added
228         * form_search.*: added
229         * forms/form_search.fd: added
230
231 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
232
233         * xform_helpers.[Ch]: renamed as xforms_helpers.[Ch].
234
235         * various: in a rush of delayed guilt, I've renamed all instances of
236         xform as xforms. Jean-Marc sowed this seed a long, long time ago and it
237         finally sprouted.
238
239         * xforms_helpers.[Ch] (setEnabled): a little wrapper function to
240         activate/deactivate an FL_OBJECT.
241
242         * FormCitation.C:
243         * FormDocument.C:
244         * FormInclude.C:
245         * FormParagraph.C:
246         * FormPreamble.C:
247         * FormPreferences.C:
248         * FormRef.C:
249         * FormTabular.C: used it.
250
251 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
252
253         * FormPreferences.C: removed three unused using directives.
254
255 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
256
257         * added find/replace dialog:
258         * FormSearch.*: added
259         * form_search.*: added
260         * forms/form_search.fd: added
261
262 2001-02-27  Dekel Tsur  <dekelts@tau.ac.il>
263
264         * FormRef.C: Fixed the behaviour of Goto-Ref.
265
266 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
267
268         * forms/makefile: added character and preamble dialogs
269
270 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
271
272         * FormCharacter.C (FormCharacter): change order of deletion,
273         change combo_language2 to combo_language2_
274
275 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
276
277         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
278
279 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
280
281         * Dialogs.C: added layoutcharacter
282         * FormCharacter.C: added
283         * FormCharacter.h: added
284         * form_character.C: added
285         * form_character.h: added
286         * forms/form_character.fd: added
287                
288 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
289  
290         * FormPreferences.C: Handle lyxrc.language_use_babel and
291         lyxrc.language_global_options.
292
293 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
294
295         * FormPreferences(GetFrom, GetTo): use size_type rather than int.
296
297 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
298
299         * FormBase.C: no longer transient dialogs, XMapWindow()
300           in attempt to de-iconify
301
302         * FormDocument.C: remove DO_USE_DEFAULT_LANGUAGE
303
304 2001-02-21  Dekel Tsur  <dekelts@tau.ac.il>
305
306         * FormDocument.C (checkMarginValues): Activate "use geometry" button 
307         if using custom paper size/margin.
308
309 2001-02-21  Allan Rae  <rae@lyx.org>
310
311         * forms/form_preferences.fd: larger, bold font for outer tabfolder
312
313 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
314
315         * src/frontends/xforms/Dialogs.C: added preamble
316         * src/frontends/xforms/FormPreamble.C: added
317         * src/frontends/xforms/FormPreamble.h: added
318         * src/frontends/xforms/Makefile.am: added
319         * src/frontends/xforms/form_preamble.C: added
320         * src/frontends/xforms/form_preamble.h: added
321         * src/frontends/xforms/form_preamble.fd: added
322
323 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
324
325         * FormBase.h: moved noncopyable derivation to DialogBase.
326
327 2001-02-19  Juergen Vigna  <jug@sad.it>
328
329         * FormTabular.C (build): make all input field accepted only after
330         a "RETURN".
331
332         * forms/form_tabular.fd: removed default "Return" on Close-Button.
333
334 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
335
336         * FormError.C:
337         * FormGraphics.C:
338         * FormInset.C (showInset): change associated with name change
339         inset::hide to inset::hideDialog.
340
341 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
342
343         * FormCitation.C (build): altering "Text after" now activates the Ok,
344         Apply buttons.
345
346 2001-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
347
348         * FormCitation.C: lots of white-space changes to make file consistent
349         with LyX style.
350         (input): use the FL_OBJECT * parameter to decide what to do, not the
351         long parameter.
352
353         * FormCitation.h: removed most entries in enum.
354
355         * forms/form_citation.fd: change names of variables, consistent with
356         Allan's naming scheme.
357         Don't pass any particular arguments to the InputCB function.
358         choice_style now triggers a callback and looks like other choices.
359
360 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
361
362         * other: use compare instead of strcmp/strncmp
363
364 2001-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
365
366         * ButtonController.[Ch]: changed trigger_change_ vector and associated
367         methods to dont_trigger_change_ because FL_OBJECTs that trigger a
368         callback to InputCB() but don't trigger a change in the state of the
369         Ok, Apply buttons are much rarer than those that do.
370
371         * FormCitation.C (build): associated change.
372
373 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
374
375         * ButtonController.C: include algorithm
376
377 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
378
379         * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):
380         new methods.
381         (valid): method can now be passed an optional FL_OBJECT *. If it is, and
382         the vector of FL_OBJECT *s that can trigger a change in the button state
383         is not empty, then a change of state will occur only if the FL_OBJECT *
384         is present in this vector.
385
386         * FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows
387         the user to deactivate specific fields within restore().
388         (InputCB): pass the FL_OBJECT * to bc_.valid().
389
390         * FormCitation.C (build): create a vector of FL_OBJECT *s that can
391         trigger a change of state in the Ok,Apply buttons.
392         (update): bc_.readOnly() to the start of the method. Similar reasoning
393         to that for FormBase::RestoreCB, above.
394
395 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
396
397         * FormBrowser.C: used OkCancelPolicy for ButtonController rather than
398         IgnorantPolicy.
399
400         * forms/form_browser.fd:
401         * forms/form_copyright.fd:
402         * forms/form_error.fd:
403         * forms/form_tabular.fd:
404         * forms/form_toc.fd:
405         Consistent shortcuts for Close button: Esc and Return only.
406
407         * forms/form_citation.fd:
408         * forms/form_document.fd:
409         * forms/form_index.fd:
410         * forms/form_paragraph.fd:
411         * forms/form_preferences.fd:
412         * forms/form_print.fd:
413         * forms/form_ref.fd:
414         * forms/form_tabular_create.fd:
415         * forms/form_url.fd:
416         Consistent shortcut for Cancel button: Esc only.
417
418 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
419
420         * Dialogs.C: new Splash. Include, Bibitem/tex
421
422         * FormBase.h: make show() virtual for Splash's benefit
423
424         * Makefile.am:
425         * forms/makefile:
426         * FormBibitem.C:
427         * FormBibitem.h:
428         * FormBibtex.C:
429         * FormBibtex.h:
430         * form_bibitem.C:
431         * form_bibitem.h:
432         * form_bibtex.C:
433         * form_bibtex.h:
434         * forms/form_bibitem.fd:
435         * forms/form_bibtex.fd:
436         * FormInclude.C:
437         * FormInclude.h:
438         * form_include.C:
439         * form_include.h:
440         * forms/form_include.fd:
441         * FormSplash.C:
442         * FormSplash.h:
443         * form_splash.C:
444         * form_splash.h:
445         * forms/form_splash.fd: new forms
446
447 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
448
449         * FormLog.C: handle Literate build log nicely
450
451 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
452
453         * Menubar_pimpl.C: remove support for reference menuitem type.
454
455 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
456
457         * Makefile.am:
458         * Timeout_pimpl.h:
459         * Timeout_pimpl.C: add Timeout implementation
460
461 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
462
463         * form_browser.h:
464         * form_browser.C:
465         * forms/form_browser.fd:
466         * forms/makefile:
467         * FormBrowser.C:
468         * FormBrowser.h: readonly browser form
469
470         * FormLog.C:
471         * FormLog.h:
472         * FormVCLog.C:
473         * FormVCLog.h:
474         * Dialogs.C: add Log and VCLog
475
476         * Makefile.am: add Log and VCLog, add updatesrc target
477
478 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
479
480         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
481
482 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
483
484         * FormPreferences.C (GetFrom): fix crash when there is no format
485         defined. 
486         (GetTo): ditto.
487
488 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
489
490         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
491         unsigned char correctly and so fix 2 bugs loading/changing colors.
492
493 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
494
495         * FormRef.C (update): Do not update dialog_->{ref,name,type}
496         if inset_ == 0.
497         Deactivate the type button when buffer is LinuxDoc/Docbook
498         (build): Uncomment calls to addReadOnly().
499         (updateBrowser) Do not disable the update button when there are no 
500         keys.
501         (build, getType, getName): Use InsetRef::types.
502
503 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
504
505         * FormPrint.[Ch] (browse): new method to browse for file to print to.
506
507         * forms/form_print.fd: give the form a Browse button.
508
509 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
510
511         * FormRef.C (input): Fix the behavior of goto reference button.
512