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