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