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