]> git.lyx.org Git - features.git/blob - src/frontends/xforms/ChangeLog
J�rgen S's changes to the citation dialog + a few tweaks of my own.
[features.git] / src / frontends / xforms / ChangeLog
1 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * forms/form_citation: a few tweaks of my own.
4
5 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
6
7         * forms/form_citation: De-Monsterization (make it smaller).
8
9 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
10
11         * forms/form_graphics.fd:
12         * FormGraphics.C: a few tweaks of my own.
13
14 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
15
16         * forms/form_graphics.fd: Very small tweaks.
17
18 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
19
20         * forms/form_graphics.fd: Change the dialog to look similar as
21         the nice QT2-Version (added tabfolder "Bounding Box", rearrangements);
22         added text_warning field..
23
24         * FormGraphics.[Ch]: Handle the Rearrangements.
25         Add input filters and warnings concerning invalid inputs.
26         Recognize the lyxrc-settings of display_graphics.
27
28 2002-01-29  Angus Leeming  <a.leeming@ic.ac.uk>
29
30         * FormMathsSpace.h (space_):
31         * FormMathsStyle.h (style_): change from a short to an int to fix
32         type conversion warnings.
33
34 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
35
36         * FormMathsSpace.[Ch]:
37         * forms/form_maths_space.fd:
38         Changed the "Space" subpanel of the math panel into one of
39         ordinary buttons rather than radio buttons. They are now
40         self-applying so OK and Apply could go.
41
42 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
43
44         * FormMathsStyle.[Ch]:
45         * forms/form_maths_style.fd:
46         Patched to use button arrays. Buttons are self-applying, saving
47         one keystroke and the OK and Apply buttons.
48
49 2002-01-27  Herbert Voss  <voss@lyx.org>
50
51         * FormGraphic.[Ch]: 
52         * form_graphic.[Ch]: 
53         * forms/form_graphic.fd: rewritten to support graphicx with
54         all options and to be sure that the old figinsets are correct
55         converted.
56         * xforms-helpers.h: added two choice const for the LyXLength
57         one with all and one only with length which have a unit.
58
59 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
60
61         * forms/form_minipage.fd: add text_warning field.
62
63         * FormMinipage.[Ch]: added input filters and warnings
64         (ButtonPolicy::SMInput FormMinipage::input)
65
66 2002-01-28  Angus Leeming  <a.leeming@ic.ac.uk>
67
68         * FormAboutlyx.[Ch]: Removed redundant form() method and
69         dialog_ variable. They replicate that in the parent FormDB.
70
71 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
72
73         * FormMathsDeco[hC]:
74         * forms/form_maths_deco.fd: added math accents as a separate bitmap to
75         the Decorations sub-panel of mathed. See Lamport Table 3.11.
76
77         * FormMathsPanel.C:
78         * MathsSymbols.C: reorganization of the two AMS panels "relations" and
79         "negated relations". Lower and broader.
80
81 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
82
83         * FormTabular.C (update): Remove redundant code.
84
85 2002-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
86
87         * forms/form_tabular.fd: checkbox2radiobutton changes.
88
89 2002-01-20  Herbert Voss  <voss@perce.de>
90
91         * FormInclude.[C]: better control of unexistings files
92         when entered without the browser
93
94 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
95
96         * Toolbar_pimpl.C (update): disable layout combox when LFUN_LAYOUT
97         is disabled
98
99         * combox.C (activate): 
100         (deactivate): change color of labels to reflect the state of the
101         combox
102
103 2002-01-16  Herbert Voss  <voss@lyx.org>
104
105         * FormExternal.C (build): activate  apply/ok-button when something
106         is entered in the filename-field
107
108 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
109
110         * FormMathsBitmap.C (apply): fix bug caused by using 'unsigned int'
111         rather than 'string::size_type'
112
113 2002-01-17 Martin Vermeer <martin.vermeer@hut.fi>
114
115         * FormMathPanel.[hC]:
116         * MathsSymbols.[hC]:
117         * form_math_panel.[hC]:
118         * form_math_panel.fd: Modified. Added five symbol sub-panels
119         to the math panel containing AMS math symbols: arrows, relations,
120         negated relation, operators and miscellaneous (also containing some
121         hebrew and corner symbols).
122
123 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
124
125         * FormMinipage.C (apply): change because MinipageParams::pageWidth
126         is now a real LyXLength
127
128 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
129
130         * FormDocument.C: enable line spacing input properly
131  
132 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
133
134         * forms/form_preferences.fd:
135         * form_preferences.h:
136         * form_preferences.C:
137         * FormPreferences.h:
138         * FormPreferences.C: use better variable name
139  
140 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
141
142         * forms/form_preferences.fd: change "Use Scalable Fonts"
143           to "Rescale bitmap fonts"
144  
145 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
146
147         * FormMathsPanel.C:
148         * FormPreferences.C: #include "ButtonController.tmpl" to instantiate
149         the button controller for IgnorantPolicy and PreferencesPolicy.
150
151 2002-01-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
152
153         * forms/form_tabular.fd: text_info field was too small. Enlarge it.
154
155 2002-01-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
156
157         * xforms_helpers.C: modify getLengthFromWidgets to ignore the unit
158         choice if the input field contains a LyXGlueLength.
159
160         * FormParagraph.C: Allow to insert and display gluelengths in VSpace
161
162         * FormParagraph.C
163         * FormDocument.C
164         * FormTabular.C: Change input filter to allow inserting
165         gluelengths/lyxlength or numbers with unit choices.
166
167         * FormMinipage.C: Use getLengthFromWidgets instead of the code there,
168         which was more or less duplicated.
169
170         * FormGraphics.C: set default units, dependent on US/other paper.
171
172 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
173
174         * Dialogs.C: no longer need to #include the Controller classes, as this
175         is how done in GUI.h.
176
177         * xformsBC.C: #include ButtonController.tmpl, containing the
178         instatiation of the button controller.
179         
180 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
181
182         * FormThesaurus.C: fix a crash
183
184 2002-1-15  Martin Vermeer <martin.vermeer@hut.fi>
185
186         * FormMathsDelim.C:
187         * form_maths_delim_C:
188         * form_maths_delim.h:
189         * form_maths_delin.fd:
190         Put three radio buttons on the delimiters pop-up. It works as follows:
191         
192                                 left mouse     middle mouse        right mouse
193         ----------------------------------------------------------------------
194         Left radio button   |       (               ()                   )
195         Middle radio button |       ()              ()                   )
196         Right radio button  |        )               )                   )
197         ----------------------------------------------------------------------
198
199         Where 
200
201         (       left-side delimiter selected
202         )       right-side delimiter selected
203         ()      "symmnetric pair" selected, of which the clicked delimiter is
204                 the left one. 
205                 So, if the middle radio button is activated ("()\nBoth")
206                 and you click on "[" with the default (left) mouse button, you
207                 get the delimiter pair "[]".
208                 A shortcut for this (if the leftmost radio button is on) is
209                 simply clicking the middle mouse button.
210
211         To create equal pairs, either have the middle radio button on and use
212         Mouse-left, or have the left radio button on and use Mouse-middle.
213
214         To create unequal pairs, you should have either the left or middle radio
215         button on, and do: "Mouse-left ( Mouse-right >" to create "(>".
216
217 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
218
219         * FormSpellchecker.[Ch]: a bit of a clean up, leaving the functionality
220         unchanged:
221         Remove the clickline_ member variable and hide() method;
222         Use fl_set_browser_dblclick_callback;
223         Constify a few temporary variables;
224         Use xforms_helpers' wrappers functions returning string rather than
225         the raw xforms functions returning char const *.
226
227 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
228
229         * DropDown.C: include <cctype> for isprint()
230
231 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
232
233         * FormMinipage.C (apply, update): MinipageParams::width renamed
234         as MinipageParams::pageWidth.
235
236 2002-01-14      Martin Vermeer <martin.vermeer@hut.fi>
237
238         * FormMathsBitmap.C:
239           FormMathsPanel.C:
240           MathsSymbols.C: Blackboard Bold and Calligraphic std symbols
241         added to math panel's 'misc' sub-panel.
242
243 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
244
245         * FormMathsMatrix.C (input): use lyx::count rather than std::count.
246
247 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
248
249         * FormPreferences.h: add a std:: to make_pair.
250
251 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
252
253         * DropDown.[Ch] (keypress, key_pressed): new signal and method,
254         respectively.
255
256         * DropDown.C: place xforms callback functions in namespace anon.
257         Set browser callback on single not double click.
258         (select): return immediately of the vector is empty. Highlight the top
259         line. Position the browser above the minibuffer, not below it.
260         (peek): call key_pressed when a key press is detected.
261         (key_pressed): clean-up and emit the keypress signal.
262
263         * xforms_helpers.[Ch} (getSelectedStringFromBrowser): new function.
264         If nothing is selected, return string().
265
266 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
267
268         * FormSpellchecker.C: disable resizing due to xforms bug
269  
270 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
271
272         * FormFiledialog.C (Reread): skip broken symlinks
273
274 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
275
276         * FormMathsMatrix.C (AlignFilter): use std::count and add some
277         comments.
278
279 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
280
281         * MathsSymbols.C (get_pixmap_from_symbol): add a default statement
282         in the switch.
283
284         * FormPreferences.C (Interface::input): 
285         (Language::input): 
286         (Paths::input): add shortcuts to file dialogs directory buttons
287         
288         * FormPreference.h (browse): add default empty parameters for
289         buttons descriptions.
290
291         * FormFiledialog.C (SetButton): allow for a shortcut in the name
292         of the button.
293
294 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
295
296         * FormThesaurus.C:
297         * FormThesaurus.h:
298         * form_thesaurus.h:
299         * form_thesaurus.C:
300         * forms/form_thesaurus.fd: update to Aiksaurus 0.14
301  
302 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
303
304         * Toolbar_pimpl.C (setPixmap): simplify a bit
305
306 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
307
308         * Toolbar_pimpl.C (ToolbarCB): 
309         * Menubar_pimpl.C (MenuCallback): use verboseDispatch instead of
310         dispatch.
311
312 2002-01-12  Allan Rae  <rae@lyx.org>
313
314         * FormTabular.C (FormTabular): Fix Purify UMR.
315
316         * FormPreferences.C (build): "Conversion" is a better name. 
317
318 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
319
320         * FormMathsPanel.[Ch] (dispatchFunc): new method. Invokes
321         LyXFunc::dispatch.
322
323         * FormMathsStyle.C (apply): use LFUNs to apply, not insertSymbol.
324
325 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
326
327         * FormPreferences.C:
328         * forms/form_preferences.fd: change names and descriptions of popup
329         font variables to reflect their actual use.
330
331         * Menubar_pimpl.C: return MENU_LABEL_STYLE to FL_NORMAL_STYLE.
332
333 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
334
335         * FormPreferences.C (input): allow empty values for document_path
336         and template_path.
337
338         * FormFiledialog.C (SetButton):
339         (FileDlgCB): do not disable directory buttons if they have an
340         empty path.
341         (SetDirectory): if the argument is an empty string, change to
342         cwd().
343
344 2002-01-09  Martin Vermeer <martin.vermeer@hut.fi>
345
346         * forms/form_maths_style.fd:
347         * FormMathsStyle.[Ch]: New files, Implementing a mathed pop-up for math 
348         size "styles" and font types.
349         * FormMathsPanel.[Ch]:
350         * MathsSymbols.C:
351         * forms/form_maths_panel.fd: Modified too.
352
353 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
354
355         * Menubar_pimpl.C (create_submenu): 
356         * Toolbar_pimpl.C (update): use FuncStatus.
357
358 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
359
360         * xform_helpers.[Ch] (getStringFromBrowser): a littel wrapper function
361         for fl_get_browser_line that is guaranteed to return a valid string.
362
363 2002-01-08  John Levon  <moz@compsoc.man.ac.uk>
364
365         * FormSpellchecker.C: fix possible crash on clicking a suggestion
366
367 2002-01-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
368
369         * forms/form_document.fd (bullets): fix small cosmetic problem after
370         John's radio2button change.
371
372 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
373
374         * FormDocument.C:
375         * forms/form_document.fd: change the labels and variable names of
376         left_margin, right_margin to inner_margin, outer_margin, in line
377         with bugzilla bug #157.
378
379         * FormFiledialog.C (Reread): used locally stored modtime variable
380         rather than make repeated calls to fileInfo.getModificationTime().
381
382         * xforms_helpers.C (ReadableFile, WriteableFile): added a couple of
383         isOK() checks to the use of the FileInfo instance and removed those
384         FIXMEs.
385
386         * Menubar_pimpl.C: added a variable MENU_LABEL_STYLE and use it.
387         Set it to FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
388
389 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
390
391         * form_*:
392         * forms/form_*: change radio buttons to round3dbutton
393  
394 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
395
396         * FormFiledialog.C: add FIXME
397  
398         * xforms_helpers.C: fix use of FileInfo
399  
400 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
401
402         * FormTabular.h:
403         * FormTabular.C:
404         * form_tabular.h:
405         * form_tabular.C:
406         * forms/form_tabular.fd: ugly fix to get around
407           some of the UI problems (bug #110).
408  
409 2002-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
410
411         * FormDocument.C: Recognize the default paper settings too
412         when setting the default length values (cm or inch).
413         * FormParagraph.C: do the same.
414
415 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
416
417         * FormFloat.C: changes to prevent here definitely being used
418         with wide figures.
419
420 2001-12-29  Dekel Tsur  <dekelts@tau.ac.il>
421
422         * FormMathsMatrix.C (AlignFilter): Allow entering the '|' char.
423
424 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
425
426         * DropDown.C: always include <config.h> in sources.
427
428         * xforms_helpers.h: 
429         * FormFiledialog.h: 
430         * Timeout_pimpl.h: 
431         * DropDown.h: do not include <config.h> in headers
432
433 2001-12-20  Juergen Vigna  <jug@sad.it>
434
435         * FormTabular.C (update): final LT-h/f support modifications.
436
437 2001-12-19  Juergen Vigna  <jug@sad.it>
438
439         * FormTabular.C (update): change a bit the tabular layout and added
440         better longtable options handling.
441
442 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
443
444         * FormToc.C: using std::endl
445
446 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
447
448         * FormToc.C: fix crash when no entries, and
449           update types properly
450  
451 2001-12-11  Ben Stanley <bds02@uow.edu.au>
452
453         * Menubar_pimpl.C: Fixed a crashing bug when document has more
454         than 80 floats and using xforms 0.88
455
456 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
457
458         * xforms_helpers.C: include lyxlength.h here
459         * xforms_helpers.h: ... but not here
460
461         * FormTabular.C: use LyXLength instead of string wherever
462         necessary; whitespace changes.
463
464 2001-12-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
465
466         * forms/form_preferences.fd: use the same name for font sizes
467         than the character dialog.
468
469 2001-11-26  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
470
471         * forms/form_search.fd: Added label text to search buttons
472         (to make the shortcuts visible).
473
474 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
475
476         * FormParagraph.C: set combo box correctly for VSpace::LENGTH
477
478 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
479
480         * FormFiledialog.C:
481         * xforms_helpers.C: change "while(" to "while ("
482
483 2001-12-05  Allan Rae  <rae@lyx.org>
484
485         * FormParagraph.C (apply): One other LyXText fix.
486
487 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
488
489        * FormParagraph.C (getCurrentParagraph): 
490         (apply):  get the right LyXText !
491  
492 2001-11-29  John Levon  <moz@compsoc.man.ac.uk>
493
494         * FormParagraph.C: disallow page breaks in insets
495  
496 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
497
498         * FormParagraph.C: allow signed space above/below, actually
499           use space below units
500
501 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
502
503         * FormToc.C: fixes to make floatlists work
504  
505 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
506
507         * Makefile.am:
508         * Alert_pimpl.C: Alert etc.
509
510         * xforms_helpers.h:
511         * xforms_helpers.C:
512         * forms/fdfix.sh: move idex etc. to here
513
514         * GUIRunTime.C: move getScreenDPI() to here
515  
516 2001-11-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
517
518        * forms/form_ref.fd, form_preferences.fd, form_citation.fd,
519        form_graphics.fd, form_paragraph.fd: Enlarged the Restore button
520        to 100p (now German translation fits in).
521        * forms/form_external.fd, form_bibtex.fd, form_print.fd,
522        form_preferences.fd, form_graphics.fd, form.include.fd,
523        form-external.fd:
524        Unified label "Browse..." and unified its width to 100p.
525
526 2001-11-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
527
528        * forms/form_graphics.fd: fixed shortcut clash
529        * forms/form-external.fd: added shortcut for "Apply"
530
531 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
532
533         * FormFiledialog.C: don't reset path if new dir
534           doesn't exist.
535  
536 2001-11-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
537
538        * forms/form_document.fd: Renamed "Save as Class Defaults"
539        to "Save as Document Defaults"
540        * FormDocument.C:
541        Removed the setEnabled-Definitions for the
542        "save_default"-Button since it causes nothing but trouble.
543        Changed the text of AskQuestion on saveParamsAsDefault.
544
545 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
546
547         * DropDown.C: fix crash, improve behaviour a bit
548  
549 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
550
551         * FormDocument.C (class_apply): 
552         (paper_apply): 
553         (language_apply): 
554         (options_apply): 
555         (bullets_apply): add a version of these methods taking a
556         BufferParams& parameters. The original versions are now wrappers
557         around these. 
558         (saveParamsAsDefault): new function, moved from old
559         LFUN_LAYOUT_SAVE_DEFAULT code.
560
561 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
562
563         * Makefile.am:
564         * DropDown.h:
565         * DropDown.C: drop-down completion
566  
567 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
568
569         * forms/form_graphics.fd: change clashing shortcut
570  
571 2001-10-24  Juergen Vigna  <jug@sad.it>
572
573         * FormTabular.C: changed calls for footer/headers of longtabulars.
574
575 2001-10-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
576
577         * forms/form_tabular.fd: Add value choices
578         * FormTabular.C: Handle that choices
579
580         * FormDocument.C: fix small bug.
581
582 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
583
584         * FormGraphics.[Ch]: move some parameters out of the heaader file and
585         into namespace anon.
586
587         * FormPreferences.C:
588         * forms/form_preferences.fd: replaced button_colorspace with two
589         radio buttons, button_hsv and button_rgb.
590
591 2001-10-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
592
593        * forms/form_document.fd:
594          Class: add a value choice for Default Skip.
595          Some rearrangements (minor tweaks).
596        * FormDocument.C: Handle that choice, minor tweaks.
597        * forms/form_paragraph.fd: Add value choices
598        * FormParagraph.C: Handle that choices.
599        * FormMinipage.C/FormGraphics.C: Small tweaks.
600
601 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
602
603         * FormDocument.C: fixed some bugs in the Paper tab.
604
605         * xforms_helpers.[Ch] (updateWidgetsFromLengthString): add argument
606         specifying default unit for choice if input string is empty.
607
608 2001-10-12  Angus Leeming  <a.leeming@ic.ac.uk>
609
610         * FormDocument.C (input): one more tweak...
611
612 2001-10-10  Herbert Voss  <voss@perce.de>
613
614         * FormTexinfo.[Ch]: some changes to the code
615
616 2001-10-10  André Pönitz  <poenitz@htwm.de>
617         
618         * FormsMathMatrix.C: add missing space between v- and h-alignment
619         parameters
620
621 2001-10-09  Herbert Voss  <voss@perce.de>
622
623         * FormTexinfo.[Ch]:
624         * forms/form_texinfo.fd: new files. Display information about the
625         installed texfiles (cls,sty,bst).
626
627         * FormShowFile.[Ch]: new files. Display the contents of a file.
628
629         * Dialog.C:
630         * Makefile.am: modified appropriately.
631
632 2001-10-09  Angus Leeming  <a.leeming@ic.ac.uk>
633
634         * xforms_helpers.[Ch] (getLengthFromWidgets): new function.
635         Given input and choice widgets, create a string such as "1cm".
636         (updateWidgetsFromLengthString): new function.
637         Given a string such as "1cm", set the input and choice widgets.
638
639         * FormDocument.C:
640         * forms/form_document.fd: improve the GUI of the paper tab using these
641         new helper functions.
642
643 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
644
645         * FormDocument.C (build): support latin4
646
647 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
648
649         * FormDocument.C (build): support latin3
650
651 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
652
653         * forms/form_aboutlyx.fd: use flat boxes for tabs.
654
655 2001-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
656
657         * forms/form_document.fd: rearrangement of the paper tab;
658         rename "use geometry" to "custom margins/sizes".
659
660         * FormDocument.C: add code to avoid the input of senseless data
661         in document -> paper.
662
663 2001-10-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
664
665         * FormDocument.C: Disable choice "Special" if landscape
666         is chosen to prevent senseless values.
667
668 2001-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
669
670         * forms/form_preferences.fd: small tweaks.
671
672 2001-09-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
673
674         * forms/form_document.fd: Removed "Auto Reset", renamed the "Reset"
675         button to "Use Class Defaults" and moved it outside the tab.
676         Some more minor tweaking.
677
678         * FormDocument.C: handled this changes.
679
680 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
681
682         * Dialogs.C: remove splash dialog code.
683
684         * FormSplash.[Ch]:
685         * form_splash.[Ch]:
686         * forms/form_splash.fd: removed.
687
688         * Makefile.am:
689         * forms/makefile: remove splash dialog files.
690
691         * Menubar_pimpl.C (MenuCallback): no longer call
692         Dialogs::destroySplash.
693
694 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
695
696         * forms/form_preferences.fd: fix typo
697
698 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
699
700         * FormRef.C:
701         * forms/form_ref.fd: renamed the widgets in the standard style.
702
703         * xforms_helpers.[Ch] (getVectorFromChoice, getVectorFromBrowser): new
704         helper functions. Build a vector<string> from the contents of
705         an fl_choice and fl_browser respectively.
706
707         * FormCitation.C (fillChoice, updateBrowser):
708         * FormRef.C: use these new functions to only update the choices and
709         browsers when absolutely necessary.
710
711 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
712
713         * FormBase.C (InputCB):
714         * FormBaseDeprecated.C (InputCB): generalised Dekel's fix to the
715         "select choice < 1" problem.
716
717         * FormRef.C (input): undid Dekel's change in light of the above
718         generalisation.
719
720 2001-09-21  Dekel Tsur  <dekelts@tau.ac.il>
721
722         * FormRef.C (input): Fix crash when using dialog with keyboard.
723
724 2001-09-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
725
726         * forms/form_document.fd: small tweaks.
727
728 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
729
730         * forms/form_document.fd: Added checkbox "auto_reset", button
731         "reset_defaults" and button "save_defaults".
732
733         * Form_Document.[Ch]: Removed AskQuestion when changing class.
734         Implement the 2 buttons and the checkbox described above.
735
736         * forms/form_preferences.fd: Added checkbox "auto_reset" (to
737         save the default value of that lyxrc)
738
739         * FormPreferences.C: Handle that button
740
741 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
742
743         * form_ref.fd: a little tweaking.
744
745         * FormSpellchecker.C (build): set the bounds to the slider, so it
746         updates during a spellchecking session.
747
748 2001-09-14  Angus Leeming  <a.leeming@ic.ac.uk>
749
750         * forms/form_preferences.fd: rearrangement and addition of new
751         Display Graphics radio buttons to Look & Feel->Misc
752         (By Jürgen Spitzmüller).
753
754         * FormPreferences.C: modify new lyxrc variable "display_graphics"
755         depending on the values of the Display Graphics radio buttons.
756
757         * FormGraphics.C: use this variable.
758
759 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
760
761         * FormMathsBitmap.[Ch]: add d-tor to finally fix a memory leak.
762         Hoorah! Happy Birthday to me!
763
764 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
765
766         * forms/form_ref.fd: Add buffer button.
767
768         * FormRef.C (update): Handle the buffer button.
769         (input): Ditto
770
771 2001-09-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
772
773         * forms/form_graphics.fd: complete rewrite of the dialog
774         (Most work was done by Angus, though).
775
776 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
777
778         * combox.C (hide): execute the callback _after_ closing the
779         combox.
780
781 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
782
783         * FormDocument.C (c-tor): initialise some variables.
784
785         * forms/form_citation.fd: remove spurious shortcut to a labelframe!
786         (Thereby removing a warning message when the dialog is built.)
787
788         * FormFloat.C (input): return SMI_VALID.
789
790 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
791
792         * FormDocument.C (input, options_update): add code to enable the
793         Author-Year/Numerical citation choice only if the natbib checkbox is
794         active.
795
796         * FormFloat.[Ch]: added new method input() to control the behaviour of
797         the buttons better.
798         * forms/form_float.fd: renamed Here as button_here_definitely.
799
800         * FormGraphics.C:
801         * forms/form_graphics.fd: add callbacks to a few widgets that didn't
802         have them, so enabling the Ok, Apply buttons appropriately.
803
804 2001-09-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
805
806         * forms/form_paragraph.fd: cosmetics (renamed "Label Width" to "Longest
807         Label", added a labelframe).
808
809 2001-09-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
810
811         * Toolbar_pimpl.C (C_Toolbar_BubblePost): fix linking
812         (C_Toolbar_BubbleTimerCB): fix linking
813
814         * FormMathsBitmap.C (form): use get() to get the raw pointer.
815
816         * FormMathsBitmap.h: use shared_c_ptr for form_ as well.
817
818 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
819
820         * combox.C (C_Combox_input_cb): make it static
821         (C_Combox_combo_cb): make it static
822         (C_Combox_peek_event): make it static
823
824         * Toolbar_pimpl.C (C_Toolbar_BubbleTimerCB): make it static
825         (C_Toolbar_BubblePost): make it static
826         (C_Toolbar_ToolbarCB): make it static
827
828         * Timeout_pimpl.C (C_intern_timeout_cb): make it static
829
830         * Menubar_pimpl.C (C_Menubar_Pimpl_MenuCallback): make it static
831
832         * Makefile.am (libxforms_la_LIBADD): add this and depend on the
833         gui libs
834
835 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
836
837         * FormBaseDeprecated.[Ch]: use the same allow_resize methodology as has
838         been used successfully in FormBase.
839         (show): call bc().refresh() after building the dialog to activate the
840         button controller.
841
842         * FormPreferences.C (build): remove hack to fix butoon controller as
843         the correct fix is in FormBaseDeprecated.
844
845         * FormPreferences.[Ch] (connect, disconnect): removed (redundant).
846
847         * FormMaths*.C (c-tor): prohibit resizing of the dialog.
848         
849 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
850
851         * Toolbar_pimpl.C (setLayout): 
852         (layoutSelected): make them work even when gettext has been
853         translating the interface.
854
855 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
856
857         * FormMathsSpace.C: Fix bug: the "Maths spacing" dialog is broken
858         ("Apply" does not work without former user change in the dialog).
859
860         * FormPreferences.C (build): Fix bug: if you start LyX and open the
861         Preferences dialog, "Apply" is activated even though no change has been
862         made so far.
863
864 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
865
866         * FormBase.C (show): use controller_.IconifyWithMain() to control
867         the dialog's show policy
868
869         * FormBaseDeprecated.C (show): ditto, but use lyxrc variable directly.
870
871         * FormPreferences.C:
872         * forms/form_preferences.fd: add a check_dialogs_iconify_with_main
873         check button to the Look & Feel->Misc tab and code to modify the lyxrc
874         variable dialogs_iconify_with_main appropriately.
875
876 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
877
878         * FormBase.h: clean-up comments. Remove mutable status of minw_, minh_.
879
880 2001-09-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
881
882         * forms/form_character.fd: small cosmetics (aligned "Language:" right
883         as suggested in Michael's Buglist).
884
885 2001-09-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
886
887         * Toolbar_pimpl.C (updateLayoutList): do not display obsolete
888         layouts
889         (layoutSelected): remove the numeric argument and use the text of
890         the combox entry instead.
891
892         * combox.C: lowercase a few remaining methods, rename select_text
893         to select
894         * several files: propagate these changes
895
896 2001-09-03  Angus Leeming  <a.leeming@ic.ac.uk>
897
898         * FormPreferences.C: add fl_set_input_return to input_paperoption.
899
900 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
901
902         * FormParagraph.C: fix default line spacing case
903  
904 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
905
906         * FormParagraph.C: disable space inputs when != Length
907
908 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
909
910         * FormPreferences.C:
911         * form_preferences.h:
912         * form_preferences.C:
913         * forms/form_preferences.fd: add view_dvi_paper_option
914  
915 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
916
917         * FormMathsPanel.h: sub dialogs must be Ignorant.
918  
919 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
920
921         * FormParagraph.C: fix to not allow 0 linespacing
922  
923 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
924
925         * FormCitation.C (c-tor): prevent re-sizing of the dialog.
926
927         * FormParagraph.C (input): set fl_get_choice check for the linespacing
928         to 5 not 4. xforms arrays start at 1.
929
930 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
931
932         * FormParagraph.[Ch]:
933         * forms/form_paragraph.fd: clean up of dialog and of controlling
934         code.
935
936 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
937
938         * FormBase.C (C_CutandPastePH): new function that can be used as a
939         pre-handler to any xforms text input widget. Will trigger an event on
940         pasting into the widget using the middle mouse button.
941
942         * FormPreamble.C (build): use this pre-handler for the input widget.
943
944 2001-08-26  Angus Leeming  <a.leeming@ic.ac.uk>
945
946         * FormCitation.C:
947         * forms/form_citation.fd: a little tweaking to ensure that the
948         style choice remains centred within the frame if its contents change.
949
950         * FormBase.h: added an allow_resize_ member variable. If false
951         resizing the dialog is prohibitted.
952
953         * FormBase.[Ch]:
954         * FormBrowser.[Ch]: modify c-tors to pass this new variable to FormBase.
955
956         * FormAboutlyx.C:
957         * FormCharacter.C:
958         * FormThesaurus.C:
959         make use of this functionality to ensure that the dialog cannot be
960         resized.
961
962 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
963
964         * GUIRunTime.C: initApplication() should take a int & argc
965  
966 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
967
968         * FormCitation.h:
969         * FormCitation.C: tidy code a little
970  
971         * GUIRunTime.C: more informative error
972  
973 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
974
975         * forms/form_preferences.fd: order the items "logically" so that
976         tabbing through the dialog makes sense. Close bug #404569.
977
978 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
979
980         * FormPreferences.C: Tentative fix of John's "no point in spell
981         command "None"" bug, #223255.
982
983 2001-08-23  Herbert Voss  <voss@perce.de>
984
985         * FormBibtex.C (input): normalize database list
986
987 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
988
989         * FormBibtex.C: make sure that any database is stored only once.
990
991 2001-08-22  Herbert Voss  <voss@perce.de>
992
993         * FormBibtex.C (input): fix for multiple databases
994
995 2001-08-21  Herbert Voss  <voss@perce.de>
996
997         * FormBibtex.C (input): extension handling for ".bst"
998
999 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
1000
1001         * forms/form_bibtex.fd: activate "Ok" when the "Add bibliography to TOC"
1002         check button is pressed.
1003
1004 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
1005
1006         * FormParagraph.C (general_apply): Handle default spacing.
1007         (general_update): Ditto.
1008
1009 2001-08-20  Angus Leeming  <a.leeming@ic.ac.uk>
1010
1011         * FormBibtex.C:
1012         * forms/form_bibtex.fd: get the browse buttons working as they should.
1013
1014 2001-08-20  Herbert Voss  <voss@perce.de>
1015
1016         * FormBibtex.C:
1017         * forms/form_bibtex.fd: enhanced bibtex-data gui to browse for
1018         databases and styles. Added an option for "bibliography into toc"
1019
1020 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1021
1022         * FormMathsBitmap.h: use the lyx::shared_c_ptr that uses free() to
1023         cleanup.
1024
1025 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
1026
1027         * combox.h: fix source doc
1028
1029         * form_math_matrix.C: 
1030         * forms/form_math_matrix.fd: new layout
1031  
1032 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
1033
1034         * form_paragraph.h:
1035         * form_paragraph.C:
1036         * forms/form_paragraph.fd:
1037         * FormParagraph.C: support per-para linespacing
1038  
1039         * forms/form_float.fd:
1040         * form_float.C: fix shortcut typo
1041  
1042 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
1043
1044         * forms/form_character.fd: small adjustment to the position of John's
1045         extra Language label.
1046
1047 2001-08-09  André Pönitz  <poenitz@htwm.de>
1048
1049         * FormMathsDelim.C: renamed some delimiter parameters.
1050
1051 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
1052
1053         * FormCitation.C (build):
1054         * FormDocument.C (build):
1055         * FormMinipage.C (build):
1056         * FormParagraph.C (build):
1057         * FormRef.C (build): added stuff to read-only list in the
1058         button controller.
1059
1060         * FormCitation.C (update): disable citation style stuff when not using
1061         Natbib.
1062
1063 2001-08-06  Juergen Vigna  <jug@sad.it>
1064
1065         * forms/form_ert.fd: new file.
1066
1067         * form_ert.[Ch]: new files.
1068
1069         * FormERT.[Ch]: new files. Implementation of ERT dialog.
1070
1071 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
1072
1073         * FormPreferences.C (Color c-tor): initialise modifiedXformsPrefs.
1074
1075 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
1076
1077         * GUIRunTime.C (processEvents, runTime): small code rearrangement.
1078
1079 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
1080
1081         * FormMathsPanel.C:
1082         * FormMathsPanel.h:
1083         * form_maths_panel.C:
1084         * form_maths_panel.h:
1085         * forms/form_maths_panel.fd: re-add dots bitmaps
1086          
1087         * FormRef.C: "Goto" -> "Go to"
1088
1089 2001-07-29  John Levon  <moz@compsoc.man.ac.uk>
1090
1091         * FormMathsBitmap.C: initialise form_
1092
1093 2001-07-29  Baruch Even  <baruch@lyx.org>
1094
1095         * src/forms/form_graphics.fd:
1096         * src/FormGraphics.C: Added support for the new horizontal scale factor.
1097
1098 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1099
1100         * forms/makefile (SRCS): add form_float.fd
1101
1102         * forms/form_float.fd: new file
1103
1104         * form_float.[Ch]: new files
1105
1106         * Makefile.am (libxforms_la_SOURCES): add FormFloat.C,
1107         FormFloat.h, form_float.C and form_float.h
1108
1109         * FormFloat.[Ch]: new files
1110
1111         * Dialogs.C: init GUIFloat is well
1112
1113 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
1114
1115         * FormToc.C (updateType): Fix problem with TOC that couldn't be
1116         updated because the type list was not updated.
1117
1118 2001-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
1119
1120         * forms/form_aboutlyx.fd: made a bit bigger to get the Copyright &
1121         Version stuff in.
1122
1123         * input_validators.[Ch] (fl_int_filter, fl_float_filter): new methods.
1124
1125         * FormGraphics.C (build): uncommented the fl_set_input_return call for
1126         input_rotate_angle. Set input filter on rotate_angle to make it accept
1127         only floating point numbers.
1128         (input): Browse now activates the Ok button approriately.
1129
1130 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
1131
1132         * Dialogs.C:
1133         * Makefile.am:
1134         * FormThesaurus.h:
1135         * FormThesaurus.C:
1136         * form_thesaurus.h:
1137         * form_thesaurus.C:
1138         * forms/makefile:
1139         * forms/form_thesaurus.fd: add thesaurus
1140
1141 2001-07-26  Baruch Even  <baruch@lyx.org>
1142
1143         * FormGraphics.h:
1144         * FormGraphics.C: Removed hide method since it was interfering with the
1145         needed work, it cleared several vectors that were needed for proper
1146         functioning. Also changed rotateAngle to float.
1147
1148         * FormGraphics.C:
1149         * forms/form_graphics.fd: Removed inline option, all InsetGraphics figures
1150         are inlined.
1151         
1152 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
1153
1154         * FormInclude.C: add load file facility back
1155  
1156 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
1157
1158         * FormCharacter.C: disable resizing as it doesn't work
1159
1160         * FormPreamble.C: allow to copy-paste from RO preamble by
1161           enabling editing.
1162
1163 2001-07-20  Jürgen Spitzmüller  <juergen.sp@t-online.de>
1164
1165         * forms/form_citation.fd: resized form to fit on a 800x600 screen.
1166
1167 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
1168
1169         * FormCitation.[Ch]: changes associated with adding natbib support.
1170         New helper functions, string_width, fillChoice, updateStyle.
1171         (apply): set the citation command appropriately.
1172         (input): deal with the citation command choices.
1173         (update): parse the citation command and deal with it. Nuke the
1174         setSize stuff.
1175         (setSize): nuked!
1176
1177         * FormDocument.C (build): add options to use natbib.
1178
1179         * forms/form_citation.fd: add natbib support. Rearrange dialog to
1180         fit onto shorter screens.
1181
1182         * forms/form_document.fd: add natbib support.
1183
1184 2001-07-16  Juergen Vigna  <jug@sad.it>
1185
1186         * form_aboutlyx.C: set default for "Close" button to "ESC"-key.
1187
1188 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1189
1190         Consistent use of Lsstream.h:
1191         * FormAboutlyx.C (build):
1192         * FormVCLog.C (update): std::ostringstream -> ostringstream.
1193
1194         * FormMathsDelim.C (apply):
1195         * FormMathsMatrix.C (apply): std::stringstream -> stringstream.
1196
1197 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1198
1199         * implement 1 about lyx dialog instead of 3 separate ones
1200
1201         * FormCredits.[Ch]: removed
1202         * FormCopyright.[Ch]: removed
1203         * form_credits.[Ch]: removed
1204         * forms/form_credits.fd: removed
1205         * form_copyright.[Ch]: removed
1206         * forms/form_copyright.fd: removed
1207         * FormAboutlyx.[Ch]: added
1208         * form_aboutlyx.[Ch]: added
1209         * forms/form_aboutlyx.fd: added
1210         * Dialogs.C: add about lyx stuff
1211
1212 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1213
1214         * add spellchecker
1215
1216         * FormPreferences.[Ch]: rename spellchecker to spelloptions
1217         * form_preferences.[Ch]: idem
1218         * forms/form_preferences.fd: idem
1219         * FormSpellchecker.[Ch]: added
1220         * form_spellchecker.[Ch]: added
1221         * forms/form_spellchecker.fd: added
1222         * Dialogs.C: add spellchecker
1223
1224 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1225
1226         * FormFiledialog.C: (*it). -> it->
1227         * Toolbar_pimpl.C: ditto
1228         * RadioButtonGroup.C: ditto
1229         * FormPreferences.C: ditto
1230
1231 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1232
1233         * GUIRunTime.C (x11Display): 
1234         (x11Screen): 
1235         (x11Colormap): 
1236         (x11VisualDepth): new methods
1237
1238 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1239
1240         * FormDocument.C (class_apply): call CutAndPaste::'s staitc method
1241         directly. 
1242
1243         * Toolbar_pimpl.h: make owner be a XFormsView, small changes
1244         because of this.
1245
1246         * GUIRunTime.C (createMainView): implement
1247
1248 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1249
1250         * FormCharacter.C:
1251         * form_character.C:
1252         * forms/form_character.fd: hide the widget underneath language
1253           combox hack.
1254
1255 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
1256
1257         * FormPreferences.h:
1258         * FormPreferences.C: connect and operator
1259           showSpellcheckerPreferences signal
1260
1261         * FormPrint.C (input): modify to select radio_file
1262           when the user uses the filename input
1263  
1264 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
1265
1266         * combox.C (remove): send debug output to Debug::GUI.
1267
1268 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
1269
1270         * Menubar_pimpl.C (create_submenu): 
1271         * Toolbar_pimpl.C (update): update to use func_status
1272
1273 2001-06-25  The LyX Project  <lyx@tulip.home.sad.it>
1274
1275         * FormPreferences.C (Path::feedback): remove bogus description of
1276         lyxpipe.
1277
1278 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
1279
1280         * xformsBC.h: clean-up of included files.
1281
1282 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
1283
1284         * FormDocument.C:
1285         * FormParagraph.C (c-tor): cosmetic name change of signal.
1286
1287         * FormParagraph.[Ch]: added machinery to act on an updateParagraph
1288         signal. It's pretty crude at the moment! Mental note: would be more
1289         elegant if we passed a LyXParagraph & with both the signals rather than
1290         search through the Buffer.
1291
1292 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
1293
1294         * *.[h]: added // -*- C++ -*-
1295         * *.[C]: removed // -*- C++ -*-
1296
1297         * FormCharacter.C (update): now uses contents of font_, stored
1298         permanently by the controller to update() the dialog.
1299
1300 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
1301
1302         * FormInclude.C:
1303         * form_include.fd: (various places): Ok button is now activated when
1304         the filename is input from the keyboard.
1305
1306         * FormPreferences.C white-space change in various places.
1307         (Converters::GetTo): get the contents of "to" not "from"! Thus fix bug
1308         that disabled addition of new converters.
1309
1310         * FormCharacter.C (input, update): new methods. Activate the Apply
1311         button when any of the input fileds are not IGNORE.
1312
1313 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1314
1315         * FormToc.C (input): change test slightly.
1316         (updateContents): clear list if empty and add no list msg.
1317
1318 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
1319
1320         * FormParagraph.C (update, general_update): enabling the align buttons
1321         is now dependent on the AlignPossible entry in the Layout.
1322
1323 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1324
1325         * MathsSymbols.C: 
1326         * FormMathsMatrix.C: bring C functions into global namespace if
1327         necessary. 
1328
1329 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1330
1331         * MathsSymbols.C (pixmapFromBitmapData): add std::
1332
1333         * FormMathsMatrix.C (AlignFilter): add std::
1334
1335 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
1336
1337         * FormDocument.C (build): add iso8859-15 support.
1338
1339 2001-05-08  Baruch Even  <baruch@lyx.org>
1340
1341         * Menubar_pimpl.C: Fixed compilation problem.
1342
1343 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1344
1345         * Menubar_pimpl.C (add_toc): use name and not type with float.
1346         (create_submenu): correct call of new object
1347         (create_submenu): add FloatListInsert and FloatInsert to dummy clause.
1348
1349 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1350
1351         * FormParagraph.[Ch]: remove !NO_PEXTRA and !NEW_INSETS cruft
1352
1353 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
1354
1355         * Dialogs.C: included insetgraphicsParams.h
1356
1357         * FormMathsMatrix.C:
1358         * FormMathsBitmap.C: included LAssert.h
1359
1360 2001-04-24  Allan Rae  <rae@lyx.org>
1361
1362         * xforms_helpers.C (formatted): two consecutive spaces would kill it.
1363
1364 2001-04-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1365
1366         * xforms_helpers.C (formatted): do not use string::substr(1) on a
1367         string of length 1 !
1368
1369 2001-04-16  Allan Rae  <rae@lyx.org>
1370
1371         * xforms_helpers.C (formatted): 
1372         * Menubar_pimpl.C (add_toc): #warning triggers an error on Sun CC 6.0
1373         as an unrecognised preprocessor directive.  So ensure they're wrapped. 
1374
1375 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
1376
1377         * FormTabularCreate.C: pass a pair of uints to the controller
1378
1379         * FormVCLog.C: the log appears as a stringstream now
1380
1381         * forms/form_external.fd: make params update state (from Angus)
1382
1383 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1384
1385         * Menubar_pimpl.C: include gettext.h
1386
1387 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1388
1389         * xforms_helpers.C (formatted): constify length
1390
1391         * FormTabular.C (update): small restructure, adjust for scoped_ptr
1392         (input): adjust for scoped_ptr
1393         (input): constify str
1394
1395 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
1396
1397         * Dialogs.C: s/popup/dialog/
1398
1399         * Form*.C:
1400         * FormBase.h:
1401         * FormBase.C: s/ControlButton/ControlButtons/
1402         move bc().refresh() into base show() method
1403
1404         * Form*.C:
1405         * FormBaseDeprecated.C:
1406         s/UndoAll/restore/
1407
1408 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1409
1410         * FormMathsPanel.C (c-tor): set button controller cancel label to close.
1411
1412         * FormToc.[Ch]:
1413         * forms/form_toc.fd: implemented controller-view split.
1414
1415         * Dialogs.C: associated changes.
1416
1417 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1418
1419         * FormCitation.C:
1420         * forms/form_citation.fd: Don't change the name of the button when
1421         toggling between regular expression and simple searches.
1422         Squashed bug when creating a new inset, the keys field contained
1423         one (empty) key. No more; thanks, Dekel.
1424
1425         * FormExternal.C: 
1426         * forms/form_external.fd: added Apply button.
1427
1428 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1429
1430         * FormBase.[Ch]:
1431         * FormBrowser.[Ch]: changes associated with renaming ControlBase as
1432         ControlButton.
1433
1434         * FormExternal.[Ch]:
1435         * forms/form_external.fd: implemented controller-view split.
1436
1437         * Dialogs.C: associated changes.
1438
1439         * FormGraphics.[Ch]:
1440         * FormInclude.[Ch]:
1441         * FormPrint.[Ch]:
1442         moved the browsing functionality into the controller.
1443
1444         * xforms_helpers.[Ch]: moved browseFile to
1445         ../controllers/helper_funcs.[Ch]
1446
1447         * FormCitation.C
1448         * forms/form_citation.fd: added case sensitive search button.
1449
1450 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
1451
1452         * xformsBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
1453         Code moved into the generic template base class. Replaced
1454         setCancelCloseButton() with setButtonLabel().
1455
1456 2001-03-29  Juergen Vigna  <jug@sad.it>
1457
1458         * FormMinipage.C: removed widthp_ and all it's functions and changed
1459         to use new %-lengths of LyXLength.
1460
1461 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
1462
1463         * FormGraphics.[Ch]:
1464         * forms/form_graphics.fd:
1465         * FormIndex.[Ch]:
1466         * forms/form_index.fd: implemented controller-view split.
1467
1468         * Dialogs.C: associated changes.
1469
1470         * FormCharacter.[Ch]: changes associated with ControlCharacter cleanup.
1471
1472         * FormCitation.C: changes associated with ControlCitation cleanup.
1473
1474         * FormMinipage.h: cleaned-up forward declarations.
1475
1476 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1477
1478         * FormMinipage.[Ch]:
1479         * forms/form_minipage.fd:
1480         * FormPrint.[Ch]:
1481         * forms/form_print.fd:
1482         * FormSplash.[Ch]: implemented controller-view split.
1483
1484         * Dialogs.C: associated changes.
1485
1486 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1487
1488         * FormPreamble.[Ch]:
1489         * forms/form_preamble.fd:
1490         * FormRef.[Ch]:
1491         * forms/form_ref.fd:
1492         * FormSearch.[Ch]:
1493         * forms/form_search.fd:
1494         * FormTabularCreate.[Ch]:
1495         * forms/form_tabular_create.fd: implemented controller-view split.
1496
1497         * Dialogs.C: associated changes.
1498
1499 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1500
1501         * FormError.[Ch]:
1502         * form_error.fd:
1503         * FormInclude.[Ch]:
1504         * form_include.fd:
1505         * FormUrl.[Ch]:
1506         * form_url.fd: implemented controller-view split.
1507
1508         * Dialogs.C: associated changes.
1509
1510         * FormBibitem.h:
1511         * FormBibtex.h:
1512         * FormCitation.h: moved methods from protected to private.
1513
1514 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1515
1516         * FormCredits.C (build): changes associated with
1517         ControlCredits::getCredits returning a stringstream not a vector<string>
1518
1519 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1520
1521         * FormCopyright.[Ch]:
1522         * forms/form_copyright.fd: implemented controller-view split.
1523
1524         * FormCredits.[Ch]:
1525         * forms/form_credits.fd: implemented controller-view split.
1526
1527         * Dialogs.C: associated changes.
1528
1529         * xforms_helpers.C (formatted): improved the function so that it now
1530         repects '\n' characters in the input string. Ie, the user can now
1531         specify line breaks explicitly.
1532
1533 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
1534
1535         * FormCharacter.[Ch]:
1536         * forms/form_character.fd: implemented controller-view split.
1537
1538         * Dialogs.C: associated changes.
1539
1540         * FormBase.C (input): changed return to SMI_VALID.
1541
1542         * FormCitation.C (updateBrowser): ensure that the keys are stripped of
1543         any surrounding whitespace.
1544
1545 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1546
1547         * FormBase.[Ch] (input): no longer pure virtual. Has defualt state of
1548         SMI_NOOP.
1549         (FormBase2): split into two template classes, FormDB (DialogBase) and
1550         FormCB (ControllerBase) for greater flexibility.
1551
1552         * FormBibitem.[Ch]:
1553         * FormBibtex.[Ch]:
1554         * FormCitation.[Ch]: associated changes.
1555
1556         * FormBrowser.[Ch]:
1557         * FormLog.[Ch]:
1558         * FormVCLog.[Ch]:
1559         * forms/form_browser.fd: implemented controller-view split.
1560
1561         * Dialogs.C: associated changes.
1562
1563 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
1564
1565         * FormBibtex.[Ch]:
1566         * forms/form_bibtex.fd: implemented controller-view split.
1567
1568         * Dialogs.C: associated changes.
1569
1570 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
1571
1572         * FormBaseDeprecated.[Ch]: rename title as title_.
1573         
1574         * FormBaseDeprecated.C: restore John's trick to give the dialog a border
1575         with limited functionality. It got lost in the MVC merge.
1576
1577         * FormBaseDeprecated.C:
1578         * FormBase.C (show): moved initialisation of minw_, minh_ here.
1579
1580         * FormBibitem.C (build):
1581         * FormBibtex.C (build):
1582         * FormBrowser.C (build):
1583         * FormCharacter.C (build):
1584         * FormCitation.C (build):
1585         * FormCopyright.C (build):
1586         * FormCredits.C (build):
1587         * FormDocument.C (build):
1588         * FormError.C (build):
1589         * FormExternal.C (build):
1590         * FormGraphics.C (build):
1591         * FormInclude.C (build):
1592         * FormIndex.C (build):
1593         * FormMinipage.C (build):
1594         * FormParagraph.C (build):
1595         * FormPreamble.C (build):
1596         * FormPreferences.C (build):
1597         * FormPrint.C (build):
1598         * FormRef.C (build):
1599         * FormSearch.C (build):
1600         * FormTabular.C (build):
1601         * FormTabularCreate.C (build):
1602         * FormToc.C (build):
1603         * FormUrl.C (build): removed initialisation of minw_, minh_.
1604         
1605         * The Maths Panel stuff no longer causes a crash on exit from LyX.
1606
1607         * FormMaths.[Ch]:
1608         * forms/form_maths.fd: removed.
1609
1610         * forms/form_maths_delim.fd:
1611         * forms/form_maths_deco.fd:
1612         * forms/form_maths_matrix.fd:
1613         * forms/form_maths_space.fd:
1614         * forms/form_maths_panel.fd: new files.
1615         Split contents of form_maths.fd into 5 new files, one for each form.
1616
1617         * MathsSymbols.[Ch]: remove class BitmapMenu, renamed and reworked as
1618         class FormMathsBitmap in FormMathsBitmap.[Ch].
1619
1620         * FormMathsPanel.[Ch]:
1621         * FormMathsBitmap.[Ch]:
1622         * FormMathsDeco.[Ch]:
1623         * FormMathsDelim.[Ch]:
1624         * FormMathsMatrix.[Ch]:
1625         * FormMathsSpace.[Ch]: Split contents of FormMaths into new files,
1626         one for each popup. Rewrite so that all the new classes are derived from
1627         FormBaseBD. Clean up the logic in the process (I hope!).
1628
1629         * Makefile.am: added new fils, removed redundant ones.
1630
1631 2001-03-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1632
1633         * FormMinipage.C (FormMinipage): add SigC:: namespace specifier.
1634         (showInset): ditto
1635         (updateInset): ditto
1636
1637 2001-03-16  Juergen Vigna  <jug@sad.it>
1638
1639         * Dialogs.C (Dialogs): create minipage options dialog.
1640
1641         * forms/form_minipage.fd: 
1642         * form_minipage.C: 
1643         * form_minipage.h: 
1644         * FormMinipage.C: 
1645         * FormMinipage.h: new files for the minipage options dialog.
1646
1647 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
1648
1649         * FormMaths.[Ch]: make the FD_ structs private. Create appropriate
1650         callback methods.
1651
1652         * forms/form_maths.fd: change C_FormBaseCancelCB to
1653         FormBaseDeprecatedCancelCB and so fix crash on closing the panel.
1654
1655 2001-03-16  John Levon  <moz@compsoc.man.ac.uk>
1656
1657         * FormMaths.C: quash warnings
1658
1659 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1660
1661         * FormMaths.C (C_FormMathsDelimCB): add usual .c_str() for lyxstring
1662         compatibility. 
1663
1664 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
1665
1666         * Form_various.h: cleaned up #includes and forward declarations.
1667
1668         * Form_various.C: added "using SigC::slot" declaration.
1669
1670         * FormMaths.[Ch]: moved to boost::scoped_ptrs.
1671
1672         * FormDocument.C (CheckChoiceClass): removed string tct as the
1673         compiler warned that it was defined but never used.
1674         removed USE_CLASS_COMBO.
1675
1676 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
1677
1678         * Dialogs.C:
1679         * FormMaths.h:
1680         * FormMaths.C:
1681         * MathsSymbols.h:
1682         * MathsSymbols.C:
1683         * Makefile.am:
1684         * Toolbar_pimpl.C:
1685         * form_*.C:
1686         * forms/makefile:
1687         * forms/form_maths.fd:
1688         * forms/fdfixc.sed:
1689         * forms/fdfix.sh: add maths panel
1690
1691         * bmtable.h:
1692         * bmtable.c: moved from src/
1693
1694 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1695
1696         * FormParagraph.h: NO_PEXTRA
1697         * FormParagraph.C (input): NO_PEXTRA
1698
1699 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1700
1701         * several files: remove CXX_WORKING_NAMESPACES
1702
1703 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1704
1705         * Merging changes from BRANCH_MVC back into HEAD.
1706
1707 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
1708
1709         * Dialogs.C (c-tor): Changes associated with storing a vector of
1710         boost::shared_ptrs.
1711         Use MVC Bibitem popup.
1712
1713         * FormBase.h: add a new template class FormBase2, derived from FormBase
1714         to make life creating MVC popups even easier ;-)
1715
1716         * FormBibitem.[Ch]:
1717         * forms/form_bibitem.fd: moved over to the MVC way of doing things.
1718         Proof that a simple popup should be easy to implement!
1719
1720         * FormCitation.[Ch]: now derived from FormBase2.
1721
1722         * FormToc.C: added using std::vector directive.
1723
1724 2001-03-09  Dekel Tsur  <dekelts@tau.ac.il>
1725
1726         * FormSearch.C: Add missing #pragma
1727
1728 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
1729
1730         * FormCitation.C:
1731         * forms/form_citation.fd: added the ability to Search, both Simply and
1732         for Regular Expressions. Use the Search code in the controller() to do
1733         the actual searching.
1734
1735 2001-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
1736
1737         * Makefile.am: added FormCredits.[Ch] and form_credits.[Ch]
1738         * forms/makefile: added form_credits.fd
1739         
1740         * Dialogs.C: added FormCredits and removed ShowCredits.
1741         
1742         * FormCredits.[Ch]:
1743         * forms/form_credits.fd:
1744         * forms/form_search.fd: ported to the MVC way.
1745         
1746 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
1747
1748         * xforms_helpers.h (formatted): now has default arguments for size and
1749         style.
1750
1751         * FormCitation.[Ch]: moved code out of this class and into
1752         ControlCitation and associated helper funcs.
1753         
1754 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
1755
1756         * FormBase.[Ch]: (InputCB): use ButtonController::input() rather than
1757         ButtonController::valid() to check state of input. The buttons are
1758         now controlled correctly.
1759
1760         * Form*.[Ch]: use boost::scoped_ptr for the remaining few classes.
1761
1762 2001-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
1763
1764         * Form*.[Ch]: use boost::scoped_ptr for dialog_ et al.
1765
1766         * FormBase.[Ch]: rename title as title_.
1767
1768 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
1769
1770         * FormBase.C (c-tor): initialise variables in correct order.
1771
1772         * FormCitation.C: add #include <algorithm>
1773
1774 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
1775
1776         * xformsBC.[Ch]: Changes associated with the changes to
1777         controllers/ButtonController.[Ch]. Ie, the class is now derived from
1778         ButtonControllerBase and the ButtonPolicy is accessed through a method
1779         bp() rather than the instance bp_.
1780
1781         * FormBaseDeprecated.[Ch]: no longer store a ButtonController, but
1782         rather use a pure virtual method bc() to access the controller
1783         instantiated by the daughter classes.
1784
1785         * F*.[Ch]: changes associated with the above.
1786
1787 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
1788
1789         * FormBase.[Ch]: renamed as FormBaseDeprecated.[Ch]
1790
1791         * ViewXforms.[Ch]: renamed as FormBase.[Ch]
1792
1793 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
1794
1795         * ButtonController.[Ch]: deleted. The class is split into two
1796         (with identical functionality), the code being found in
1797         ../controllers/ButtonController.[Ch] and xformsBC.[Ch]
1798
1799         * xformsBC.[Ch]: new files. Xforms specific part of Allan's original
1800         ButtonController class.
1801
1802         * FormBase.[Ch]: changes associated with the above split.
1803
1804         * ViewXforms.[Ch]: Base class for xforms dialogs derived from ViewBase
1805         (../controllers/ViewBase.h). Ie, for Dialogs with GUI-I controllers
1806         controlling all interaction to/from the LyX kernel.
1807
1808         * FormCitation.[Ch]:
1809         * forms/form_citation.fd: An xforms-specific implementation of the
1810         Citation dialog, controlled by the GUI-I ControlCitation.
1811
1812         * Dialogs.C: Use the controlled Citation dialog.
1813
1814 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
1815
1816         * Makefile.am:
1817         * combox.h:
1818         * combox.C: moved from src/
1819
1820 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
1821
1822         * forms/fdfix.sh:
1823         * forms/form_filedialog.C.patch: I hate having to make these patches,
1824         but on reflection I think it's probably better than hacking fdfix.sh.
1825
1826 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1827
1828         * forms/fdfix.sh: test whether bmtable.h is needed before #including it.
1829
1830 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
1831
1832         * FormGraphics.C: remove unnecessary hack
1833
1834 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
1835
1836         * FormCitation.C (apply): Do not put space between multiple keys.
1837
1838 2001-03-12  Dekel Tsur  <dekelts@tau.ac.il>
1839
1840         * Menubar_pimpl.C (add_toc): Remove debug message.
1841
1842 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
1843
1844         * Makefile.am:
1845         * Dialogs.C:
1846         * FormExternal.C:
1847         * FormExternal.h:
1848         * form_external.C:
1849         * form_external.h:
1850         * xforms/forms/makefile:
1851         * forms/form_external.fd: add FormExternal
1852
1853 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1854
1855         * Dialogs.C: add destroySplash()
1856
1857         * form_splash.h:
1858         * form_splash.C:
1859         * forms/form_splash.fd:
1860         * FormSplash.h:
1861         * FormSplash.C: make independent of FormBase, tidy
1862         
1863         * Menubar_pimpl.C: destroy splash on interaction
1864
1865 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1866
1867         * FormInclude.h:
1868         * FormInclude.C:
1869         * form_include.h:
1870         * form_include.C:
1871         * forms/form_include.fd: rework, clean up
1872
1873 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1874
1875         * FormToc.h: use Buffer::typedef
1876
1877         * Menubar_pimpl.C (add_toc): use the Buffer::typedefs
1878         * FormToc.C (build): ditto
1879         (updateToc): ditto
1880
1881 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1882
1883         * FormToc.C (build): implement for dynamic number of lists
1884         (updateToc): ditto
1885         * Menubar_pimpl.C (add_toc): ditto
1886
1887 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
1888
1889         * added credits:
1890         * Dialogs.C:
1891         * Makefile.am:
1892         * FormCredits.[Ch]:
1893         * form_credits.[Ch]:
1894         * forms/form_credits.fd:
1895
1896 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1897
1898         * Menubar_pimpl.h: make Pipl::ItemInfo::item_ a boost::shared_ptr,
1899         make ButtonList contain boost::shared_ptr<ItemInfo>
1900
1901         * Menubar_pimpl.C (~Pimpl): remove destructor 
1902
1903 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
1904
1905         * Makefile.am:
1906         * FileDialog.C:
1907         * FormFiledialog.C:
1908         * FormFiledialog.h:
1909         * form_filedialog.C:
1910         * form_filedialog.h:
1911         * FormGraphics.C:
1912         * FormInclude.C:
1913         * FormPreferences.C:
1914         * FormPrint.C:
1915         * xforms_helpers.C:
1916         * xforms_helpers.h:
1917         * forms/fdfix.sh:
1918         * forms/makefile:
1919         * form/form_filedialog.fd: add File Dialog
1920         * Toolbar_pimpl.h:
1921         * Toolbar_pimpl.C: move LayoutsCB to here
1922
1923 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1924
1925         * FormParagraph.C: changes because of ParagraphParameters.
1926
1927 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1928
1929         * FormSearch.C (Replace): remove default argument
1930         (Find): ditto
1931
1932 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
1933
1934         * added find/replace dialog:
1935         * FormSearch.*: added
1936         * form_search.*: added
1937         * forms/form_search.fd: added
1938
1939 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
1940
1941         * xform_helpers.[Ch]: renamed as xforms_helpers.[Ch].
1942
1943         * various: in a rush of delayed guilt, I've renamed all instances of
1944         xform as xforms. Jean-Marc sowed this seed a long, long time ago and it
1945         finally sprouted.
1946
1947         * xforms_helpers.[Ch] (setEnabled): a little wrapper function to
1948         activate/deactivate an FL_OBJECT.
1949
1950         * FormCitation.C:
1951         * FormDocument.C:
1952         * FormInclude.C:
1953         * FormParagraph.C:
1954         * FormPreamble.C:
1955         * FormPreferences.C:
1956         * FormRef.C:
1957         * FormTabular.C: used it.
1958
1959 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
1960
1961         * FormPreferences.C: removed three unused using directives.
1962
1963 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
1964
1965         * added find/replace dialog:
1966         * FormSearch.*: added
1967         * form_search.*: added
1968         * forms/form_search.fd: added
1969
1970 2001-02-27  Dekel Tsur  <dekelts@tau.ac.il>
1971
1972         * FormRef.C: Fixed the behaviour of Goto-Ref.
1973
1974 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
1975
1976         * forms/makefile: added character and preamble dialogs
1977
1978 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1979
1980         * FormCharacter.C (FormCharacter): change order of deletion,
1981         change combo_language2 to combo_language2_
1982
1983 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
1984
1985         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
1986
1987 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
1988
1989         * Dialogs.C: added layoutcharacter
1990         * FormCharacter.C: added
1991         * FormCharacter.h: added
1992         * form_character.C: added
1993         * form_character.h: added
1994         * forms/form_character.fd: added
1995                
1996 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
1997  
1998         * FormPreferences.C: Handle lyxrc.language_use_babel and
1999         lyxrc.language_global_options.
2000
2001 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
2002
2003         * FormPreferences(GetFrom, GetTo): use size_type rather than int.
2004
2005 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
2006
2007         * FormBase.C: no longer transient dialogs, XMapWindow()
2008           in attempt to de-iconify
2009
2010         * FormDocument.C: remove DO_USE_DEFAULT_LANGUAGE
2011
2012 2001-02-21  Dekel Tsur  <dekelts@tau.ac.il>
2013
2014         * FormDocument.C (checkMarginValues): Activate "use geometry" button 
2015         if using custom paper size/margin.
2016
2017 2001-02-21  Allan Rae  <rae@lyx.org>
2018
2019         * forms/form_preferences.fd: larger, bold font for outer tabfolder
2020
2021 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
2022
2023         * src/frontends/xforms/Dialogs.C: added preamble
2024         * src/frontends/xforms/FormPreamble.C: added
2025         * src/frontends/xforms/FormPreamble.h: added
2026         * src/frontends/xforms/Makefile.am: added
2027         * src/frontends/xforms/form_preamble.C: added
2028         * src/frontends/xforms/form_preamble.h: added
2029         * src/frontends/xforms/form_preamble.fd: added
2030
2031 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2032
2033         * FormBase.h: moved noncopyable derivation to DialogBase.
2034
2035 2001-02-19  Juergen Vigna  <jug@sad.it>
2036
2037         * FormTabular.C (build): make all input field accepted only after
2038         a "RETURN".
2039
2040         * forms/form_tabular.fd: removed default "Return" on Close-Button.
2041
2042 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2043
2044         * FormError.C:
2045         * FormGraphics.C:
2046         * FormInset.C (showInset): change associated with name change
2047         inset::hide to inset::hideDialog.
2048
2049 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2050
2051         * FormCitation.C (build): altering "Text after" now activates the Ok,
2052         Apply buttons.
2053
2054 2001-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
2055
2056         * FormCitation.C: lots of white-space changes to make file consistent
2057         with LyX style.
2058         (input): use the FL_OBJECT * parameter to decide what to do, not the
2059         long parameter.
2060
2061         * FormCitation.h: removed most entries in enum.
2062
2063         * forms/form_citation.fd: change names of variables, consistent with
2064         Allan's naming scheme.
2065         Don't pass any particular arguments to the InputCB function.
2066         choice_style now triggers a callback and looks like other choices.
2067
2068 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2069
2070         * other: use compare instead of strcmp/strncmp
2071
2072 2001-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
2073
2074         * ButtonController.[Ch]: changed trigger_change_ vector and associated
2075         methods to dont_trigger_change_ because FL_OBJECTs that trigger a
2076         callback to InputCB() but don't trigger a change in the state of the
2077         Ok, Apply buttons are much rarer than those that do.
2078
2079         * FormCitation.C (build): associated change.
2080
2081 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2082
2083         * ButtonController.C: include algorithm
2084
2085 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
2086
2087         * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):
2088         new methods.
2089         (valid): method can now be passed an optional FL_OBJECT *. If it is, and
2090         the vector of FL_OBJECT *s that can trigger a change in the button state
2091         is not empty, then a change of state will occur only if the FL_OBJECT *
2092         is present in this vector.
2093
2094         * FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows
2095         the user to deactivate specific fields within restore().
2096         (InputCB): pass the FL_OBJECT * to bc_.valid().
2097
2098         * FormCitation.C (build): create a vector of FL_OBJECT *s that can
2099         trigger a change of state in the Ok,Apply buttons.
2100         (update): bc_.readOnly() to the start of the method. Similar reasoning
2101         to that for FormBase::RestoreCB, above.
2102
2103 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
2104
2105         * FormBrowser.C: used OkCancelPolicy for ButtonController rather than
2106         IgnorantPolicy.
2107
2108         * forms/form_browser.fd:
2109         * forms/form_copyright.fd:
2110         * forms/form_error.fd:
2111         * forms/form_tabular.fd:
2112         * forms/form_toc.fd:
2113         Consistent shortcuts for Close button: Esc and Return only.
2114
2115         * forms/form_citation.fd:
2116         * forms/form_document.fd:
2117         * forms/form_index.fd:
2118         * forms/form_paragraph.fd:
2119         * forms/form_preferences.fd:
2120         * forms/form_print.fd:
2121         * forms/form_ref.fd:
2122         * forms/form_tabular_create.fd:
2123         * forms/form_url.fd:
2124         Consistent shortcut for Cancel button: Esc only.
2125
2126 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
2127
2128         * Dialogs.C: new Splash. Include, Bibitem/tex
2129
2130         * FormBase.h: make show() virtual for Splash's benefit
2131
2132         * Makefile.am:
2133         * forms/makefile:
2134         * FormBibitem.C:
2135         * FormBibitem.h:
2136         * FormBibtex.C:
2137         * FormBibtex.h:
2138         * form_bibitem.C:
2139         * form_bibitem.h:
2140         * form_bibtex.C:
2141         * form_bibtex.h:
2142         * forms/form_bibitem.fd:
2143         * forms/form_bibtex.fd:
2144         * FormInclude.C:
2145         * FormInclude.h:
2146         * form_include.C:
2147         * form_include.h:
2148         * forms/form_include.fd:
2149         * FormSplash.C:
2150         * FormSplash.h:
2151         * form_splash.C:
2152         * form_splash.h:
2153         * forms/form_splash.fd: new forms
2154
2155 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
2156
2157         * FormLog.C: handle Literate build log nicely
2158
2159 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2160
2161         * Menubar_pimpl.C: remove support for reference menuitem type.
2162
2163 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
2164
2165         * Makefile.am:
2166         * Timeout_pimpl.h:
2167         * Timeout_pimpl.C: add Timeout implementation
2168
2169 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
2170
2171         * form_browser.h:
2172         * form_browser.C:
2173         * forms/form_browser.fd:
2174         * forms/makefile:
2175         * FormBrowser.C:
2176         * FormBrowser.h: readonly browser form
2177
2178         * FormLog.C:
2179         * FormLog.h:
2180         * FormVCLog.C:
2181         * FormVCLog.h:
2182         * Dialogs.C: add Log and VCLog
2183
2184         * Makefile.am: add Log and VCLog, add updatesrc target
2185
2186 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
2187
2188         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
2189
2190 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2191
2192         * FormPreferences.C (GetFrom): fix crash when there is no format
2193         defined. 
2194         (GetTo): ditto.
2195
2196 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
2197
2198         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
2199         unsigned char correctly and so fix 2 bugs loading/changing colors.
2200
2201 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
2202
2203         * FormRef.C (update): Do not update dialog_->{ref,name,type}
2204         if inset_ == 0.
2205         Deactivate the type button when buffer is LinuxDoc/Docbook
2206         (build): Uncomment calls to addReadOnly().
2207         (updateBrowser) Do not disable the update button when there are no 
2208         keys.
2209         (build, getType, getName): Use InsetRef::types.
2210
2211 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
2212
2213         * FormPrint.[Ch] (browse): new method to browse for file to print to.
2214
2215         * forms/form_print.fd: give the form a Browse button.
2216
2217 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
2218
2219         * FormRef.C (input): Fix the behavior of goto reference button.
2220