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