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