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