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