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