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