]> git.lyx.org Git - features.git/blob - src/frontends/controllers/ChangeLog
The big change tracking patch. Changes from posted version :
[features.git] / src / frontends / controllers / ChangeLog
1 2003-02-08  John Levon  <levon@movementarian.org>
2
3         * Makefile.am:
4         * ControlChanges.h:
5         * ControlChanges.C: add merge changes dialog
6
7         * ControlPrefs.h:
8         * ControlPrefs.C: add setCurrentAuthor()
9
10 2003-01-31  Angus Leeming  <leeming@lyx.org>
11
12         * ViewBase.h: add an isVisible() pure virtual method.
13
14         * ControlTabular.C (updateInset): don't build the dialog here.
15         Instead, do nothing if the dialog is invisible.
16
17 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
18
19         * ControlSpellchecker.[Ch]: Remove XForms RTL hacks.
20
21 2003-01-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
22
23         * helper_funcs.[Ch]: implement browseDir (browse directory) [bug 824]
24         
25         * ControlPrefs.[Ch]: implement browsedir for the use of use browseDir.
26
27 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
28
29         * ControlDocument.C: use BoostFormat.h instead of boost/format.hpp
30
31 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
32
33         * several files: ws changes
34
35 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
36
37         * ControlDocument.C (classApply): use boost.format
38
39 2002-11-29  Angus Leeming  <leeming@lyx.org>
40
41         * ControlButtons.h (isClosing): make it public, so that the view can
42         see it too.
43         (OKButton): no longer virtual. ControlPrefs should use isClosing() from
44         within apply.
45
46         * ControlPrefs.[Ch] (OKButton): removed.
47
48         * ControlPrefs.C (apply): dispatch a LFUN_SAVEPREFERENCES if the
49         dialog isClosing(). (Ie, if the "save" button has been pressed.)
50
51 2002-11-28  John Levon  <levon@movementarian.org>
52
53         * ControlSpellchecker.C: fix Lars' broken cleanup
54
55 2002-11-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
56
57         * ControlTabular.[Ch]: Add isMulticolumnCell
58
59 2002-11-27  Angus Leeming  <leeming@lyx.org>
60
61         * ControlMath.C (ControlMath): initialise active_.
62
63 2002-11-25  Angus Leeming  <leeming@lyx.org>
64
65         * ControlDialog.h (hide, update): move from protected to public.
66
67         * ControlMath.[Ch]: add controllers for the main math panel dialog and
68         for any daughter dialogs stored by the main panel.
69
70 2002-11-21  Angus Leeming  <leeming@lyx.org>
71
72         * ControlDocument.[Ch] (classApply): no longer returns bool.
73         (loadTextclass): new method. Wrapper for textclasslist[tc].load().
74
75 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
76
77         * biblio.C (getAbbreviatedAuthor): use boost::format
78
79         * ControlSpellchecker.C (clearParams): use boost::format
80
81 2002-11-20  John Levon  <levon@movementarian.org>
82
83         * ControlMath.C: couple more manglings
84
85 2002-11-20  John Levon  <levon@movementarian.org>
86
87         * ControlMath.h:
88         * ControlMath.C: add find_xpm mangler
89
90 2002-11-17  John Levon  <levon@movementarian.org>
91
92         * helper_funcs.C and users: specify save/open in file dialog
93
94 2002-11-15  John Levon  <levon@movementarian.org>
95
96         * ControlPrefs.h:
97         * ControlPrefs.C: use setParams()
98
99 2002-11-15  John Levon  <levon@movementarian.org>
100
101         * ControlButtons.h: make OKButton() virtual for prefs
102
103         * ControlPrefs.h:
104         * ControlPrefs.C: updates for xforms port to MVC
105
106         * Makefile.am:
107         * ControlTabular.h:
108         * ControlTabular.C: add simple MVC port
109
110 2002-11-14  Juergen Spitzmueller <j.spitzmueller@gmx.de>
111
112         * ControlInclude.C: fix file format masks for qt's use
113
114 2002-11-13  John Levon  <levon@movementarian.org>
115
116         * Makefile.am:
117         * ControlPrefs.h:
118         * ControlPrefs.C: add skeleton controller
119
120 2002-11-12  John Levon  <levon@movementarian.org>
121
122         * biblio.C: fix warnings
123
124 2002-11-12  Angus Leeming  <leeming@lyx.org>
125
126         * ControlSpellchecker.C (check): fix crash
127         * biblio.C (escape_special_chars): simplify BRE.
128
129 2002-11-07  Edwin Leuven  <leuven@fee.uva.nl>
130
131         * ControlDocument.[Ch]: Remove unused method
132
133 2002-11-07  Angus Leeming  <leeming@lyx.org>
134
135         * ChangeLog, biblio.C: * Add RegEx to the compiled boost files.
136         * clean-up the search code in biblio.C.
137
138 2002-11-07  John Levon  <levon@movementarian.org>
139
140         * ControlGraphics.C: QGraphics fixes
141
142 2002-11-07  Juergen Spitzmueller <j.spitzmueller@gmx.de>
143
144         * ControlDocument.C: (SaveAsDefault) make it work.
145         fix buffer update on class change
146
147 2002-11-06  Angus Leeming  <leeming@lyx.org>
148
149         * biblio.C (searchKeys and helper functions): rewritten entirely
150         using the STL. Boost::regex searching now works as the old 1.2 code
151         did.
152
153 2002-11-06  Angus Leeming  <leeming@lyx.org>
154
155         * biblio.C: clean-up of the code. No change in functionality.
156
157 2002-11-04  Angus Leeming  <leeming@lyx.org>
158
159         * ControlGraphics.[Ch] (getUnits): moved out of class and into
160         frnt::getBBUnits(). Code cleaned also.
161
162 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
163
164         * biblio.C (regexSearch): STRCONV
165         (getInfo): ditto
166
167         * ControlAboutlyx.C (getVersion): STRCONV
168
169         * ControlMath.C: include config.h
170
171 2002-10-31  John Levon  <levon@movementarian.org>
172
173         * ControlGraphics.h:
174         * ControlGraphics.C: bb units from Herbert
175
176 2002-10-29  Rob Lahaye  <lahaye@snu.ac.kr>
177
178         * ControlParagraph.[Ch] (alignDefault): new method, returning the
179         default alignment (block, left, right, center) of this paragraph.
180
181 2002-10-25  John Levon  <levon@movementarian.org>
182
183         * ControlPrint.C: using endl
184
185 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
186
187         * ControlPrint.[Ch]: move code here from Liason.[Ch].
188
189         * ControlSpellchecker.h (getCount): new method.
190         * ControlSpellchecker.[Ch]: constify some accessor methods.
191
192 2002-10-22  Angus Leeming  <leeming@lyx.org>
193
194         * Makefile.am (libcontrollers_la_SOURCES): arrange list into
195         alphabetical order once again.
196
197         * ButtonControllerBase.[Ch]: define an abstract base class CheckedWidget
198         Add a list of CheckedWidget ptrs to ButtonControllerBase
199         together with methods addCheckedWidget and checkWidgets to use it.
200
201         * ButtonController.tmpl (refresh): use the return value of
202         checkWidgets to control the activation state of the Ok, Apply, Restore
203         buttons.
204
205         * ControlDialog.tmpl (show, update):
206         * ControlInset.tmpl (showInset, update):
207         invoke ButtonController::refresh to ensure that the activation state of
208         the Ok, Apply buttons reflects the valid-state of the widgets.
209
210 2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
211
212         * tex_helpers.C (rescanTexStyles): don't pop p
213         (texhash): ditto
214
215         * ControlWrap.C (WrapParms): remove initialization of placement,
216         and move empty c-tor to .h class def.
217
218         * ControlVCLog.C (getVCLogFile): operator on std::ostream instead
219         of on stringsteam, return void. Get the file into the stream as
220         fast as possible.
221
222         * ControlPreamble.[Ch] (params): getter and setter for params_, make
223         params_ into a string, not just a pointer to string.
224
225         * ControlExternal.C (getTemplateNumber): put i into the for scope,
226         and use the sequence operator on the last for "parameter"
227         (getTemplate): use std::advance to advance the iterator.
228
229         * ControlAboutlyx.C (getCredits): Operate on s std::ostream
230         instead of on a stringstream, return void. Get the file into the
231         stream as fast as possible.
232         (getVersion): use ostringstream
233
234         * lots of files: ws changes, formatting fixes
235
236 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
237
238         * ControlCharacter.C (apply): setMinibuffer change
239         * ControlDocument.C (apply): ditto
240         (classApply): ditto
241         * ControlThesaurus.C (replace): ditto
242         * ControlSearch.C (find): ditto
243         (replace): ditto
244         * ControlPreamble.C (apply): ditto
245         * ControlParagraph.C (apply): ditto
246
247 2002-10-14  André Pönitz <poenitz@gmx.net>
248
249         * ControlDocument.C: somebody else's fix for a hard lockup
250
251 2002-10-09  Edwin Leuven <leuven@fee.uva.nl>
252
253         * ControlDocument.h:
254         * ControlDocument.C:
255         * Makefile.am: New document parameters controller
256
257 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
258
259         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
260
261 2002-09-24  Angus Leeming  <leeming@lyx.org>
262
263         * ControlConnections.h: remove trailing whitespace.
264
265         * biblio.h: #include "LString.h".
266
267 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
268
269         * ControlGraphics.C: Change GUI origin strings into proper English.
270
271 2002-09-09  John Levon  <levon@movementarian.org>
272
273         * ControlInclude.C: fix file masks. Get rid of noload,
274         remove stupid warning
275
276 2002-09-09  John Levon  <levon@movementarian.org>
277
278         * ControlMath.h:
279         * ControlMath.C: add latex_deco
280
281 2002-09-06  John Levon  <levon@movementarian.org>
282
283         * ControlMath.C: terminate dots
284
285 2002-09-05  Angus Leeming  <leeming@lyx.org>
286
287         * all files: modify the headers as discussed on the list.
288
289 2002-08-30  John Levon  <levon@movementarian.org>
290
291         * ControlMath.h:
292         * ControlMath.C: moved from MathsSymbols.C
293
294 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
295
296         * ControlFloat.C (applyParamsToInset): wide() now has two arguments
297
298 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
299
300         * ControlGraphics.C: make rotationOrigin's default ("leftBaseline") the
301         first item in the list
302
303 2002-08-15  Angus Leeming  <leeming@lyx.org>
304
305         * ControlConnections.C: Dialogs::redrawGUI is now a method not a signal.
306
307         * ControlParagraph.C: no longer bind to Dailogs::updateParagraph.
308
309 2002-08-15  Angus Leeming  <leeming@lyx.org>
310
311         * lots: changed my email address to leeming@lyx.org.
312
313         * GUI.h: return it to private derivation from boost::noncopyable.
314
315 2002-08-14  Angus Leeming  <leeming@lyx.org>
316
317         * GUI.h: public derivation from boost::noncopyable.
318
319 2002-08-14  Angus Leeming  <leeming@lyx.org>
320
321         * GUI.h: class GUI deries from boost::noncopyable
322
323         * ControlButtons.h: no longer derives from DialogBase, but instead
324         derives directly from boost::noncopyable.
325
326         * ViewBase.h: derives from boost::noncopyable.
327
328         * ControlCharacter.C:
329         * ControlCommand.C:
330         * ControlConnections.C:
331         * ControlGraphics.C:
332         * ControlInclude.C:
333         * ControlParagraph.C:
334         * ControlPreamble.C:
335         * ControlPrint.C:
336         * ControlSearch.C:
337         * ControlSpellchecker.C:
338         * ControlTexinfo.C:
339         * ControlThesaurus.C:
340         rearrange #includes. Remove unnecessary ones.
341
342         * ControlError.h: add "insets/inseterror.h".
343
344         * helper_funcs.h: add necessary #includes.
345
346         * tex_helpers.[Ch]: add #pragma directives for g++.
347
348         * Makefile.am: remove src/frontends from -I list to compiler.
349
350 2002-08-13  Angus Leeming  <leeming@lyx.org>
351
352         * ControlConnections.C:
353         * ControlTexinfo.C:
354         changes due to the changed LyXView interface that now returns references
355         to member variables not pointers.
356
357 2002-08-12  Angus Leeming  <leeming@lyx.org>
358
359         * ControlConnections.[Ch]: (isReadonly): renamed as bufferIsReadonly.
360         (bufferIsAvailable, bufferview, buffer, lyxfunc): new methods. Wrappers
361         for the most commonly accessed core methods, to minimise code
362         dependiencies.
363
364         * many files: use these wrappers and remove associated #includes.
365
366 2002-08-12  Angus Leeming  <leeming@lyx.org>
367
368         * ControlButtons.[Ch] (bc, view): no longer virtual.
369         (setView, setButtonController): new methods, invoked by GUI.
370
371         * ControlDialog.h (show):
372         * ControlInset.h (createInset, showInset): make public, so that GUI can
373         invoke them.
374
375         * GUI.h: GUI now contains a controller, rather than deriving from it.
376         remove all those friend functions since we can now access the show,
377         createInset, showInset controller methods.
378
379         * ViewBase.h: simplifiy, enabling ControlButtons to be forward-declared.
380         (ViewBC): scrapped.
381
382         * character.h: #include a couple of STL files.
383
384 2002-08-08  John Levon  <levon@movementarian.org>
385
386         * ControlCommandBuffer.C: LyXAction cleanup
387
388 2002-08-07  John Levon  <levon@movementarian.org>
389
390         * ControlSpellchecker.C: fix crash when spellchecker doesn't
391           initialise
392
393 2002-08-06  John Levon  <levon@movementarian.org>
394
395         * ControlSpellchecker.C:
396         * ControlSpellchecker.h: use WordLangTuple
397
398 2002-08-06  John Levon  <levon@movementarian.org>
399
400         * ControlSpellchecker.C: show an alert with the
401           error message on initialisation failure
402
403 2002-08-04  John Levon  <levon@movementarian.org>
404
405         * ControlSpellchecker.h:
406         * ControlSpellchecker.C: some cleanups
407
408         * ControlTabularCreate.C: s/LFUN_INSET_TABULAR/LFUN_TABULAR_INSERT/
409  <
410 2002-08-02  Edwin Leuven <leuven@fee.uva.nl>
411
412         * ControlParagraph.[Ch] (changedParagraph): new method invoked when
413         the Dialogs::updateParagraph signal is emitted.
414
415 2002-08-02  Angus Leeming  <leeming@lyx.org>
416
417         * ControlCharacter.C (apply):
418         * ControlERT.C (applyParamsToInset):
419         * ControlParagraph.C (apply):
420         * ControlSearch.C (find, replace):
421         * ControlThesaurus.C (replace): changes due to LyXView::view() now
422         returning a boost::shared_ptr.
423
424 2002-08-01  John Levon  <levon@movementarian.org>
425
426         * ControlSendto.C: writeFile() change
427
428 2002-08-01  John Levon  <levon@movementarian.org>
429
430         * ControlSpellchecker.h:
431         * ControlSpellchecker.C: remove options
432
433 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
434
435         * several files: strip,frontStrip -> trim,ltrim,rtrim
436
437 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
438
439         * biblio.C (parseBibTeX): modify because of strip changes
440
441 2002-07-24  Juergen Spitzmueller <j.spitzmueller@gmx.de>
442
443         * ControlFloat.[Ch]: Implement Wide Float toggle
444         Replace "allow_here_definitely" by "wide"
445
446 2002-07-22  Herbert Voss  <voss@lyx.org>
447
448         * ControlGraphics.C: small changes
449
450 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
451
452         * ControlToc.C: remove getType
453
454 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
455
456         * ControlCommandBuffer.C: don't add "" to history
457
458 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
459
460         * ControlRef.C: fix dispatch call nicely
461
462 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
463
464         * Makefile.am:
465         * ControlCommandBuffer.h:
466         * ControlCommandBuffer.C: add controller for command (mini) buffer
467           handling
468
469 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
470
471         * ControlRef.C: fix dispatch call
472
473 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
474
475         * ControlCharacter.C: use view_state_changed not setState
476
477 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
478
479         * biblio.C (parseBibTeX): use ascii_lowercase instead of lowercase
480
481 2002-07-15  Mike Fabian  <mfabian@suse.de>
482
483         * biblio.C (compareNoCase): use the compare_ascii_no_case instead
484         of compare_no_case, because in turkish, 'i' is not the lowercase
485         version of 'I', and thus turkish locale breaks parsing of tags.
486
487 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
488
489         * ControlBibtex.C (applyParamsToInset): ws change
490
491 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
492
493         * ControlInclude.C: Add warning if absolute path name and
494         check_typeset is used together
495
496 2002-06-28  Angus Leeming  <leeming@lyx.org>
497
498         * ControlGraphics.C: changes associated with the name changes
499         grfx::GCache -> grfx::Cache and grfx::GImage -> grfx::Image.
500
501 2002-06-25  Angus Leeming  <leeming@lyx.org>
502
503         * ControlGraphics.C (readBB): Channges associated with the changed
504         interface to the graphics cache.
505
506 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
507
508         * ControlParagraph.C: layout as layout
509
510 2002-06-21  Angus Leeming  <leeming@lyx.org>
511
512         * tex_helpers.C: Use <vector> not <vector.h>. Reorder header files.
513         * tex_helpers.h: #include "LString.h".
514
515 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
516
517         * ControlBibtex.C:
518         * ControlBibitem.C: use repaint()
519
520 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
521
522         * ControlTexinfo.C: do the same for Texinfo
523
524         * tex_helpers.C: don't try to read a file that isn't there
525
526 2002-06-21  Herbert Voss  <voss@perce.de>
527
528         * ControlBibtex.C: do an automatic update, when no bst-list
529         exists
530
531 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
532
533         * GUI.h: createIndex() changed
534
535 2002-06-18  Herbert Voss  <voss@perce.de>
536
537         * tex_helpers.[Ch]: move functions from ControlTexinfo into this
538         helperstuff. Now the bibtex gui can use some of these functions
539
540 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
541
542         * ControlGraphics.C: just make the mask *.*
543
544 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
545
546         * changes to simplify function setup, removal of a lot of includes.
547
548 2002-06-12  Angus Leeming  <leeming@lyx.org>
549
550         * ControlParagraph.[Ch]: forward declare ParagraphParameters.
551
552 2002-06-12  Angus Leeming  <leeming@lyx.org>
553
554         * ControlInset.tmpl: add missing header file, ButtonControllerBase.h.
555
556 2002-06-11  Edwin Leuven  <leuven@fee.uva.nl>
557
558         * ControlParagraph.[Ch]: new paragraph controller
559         * GUI.h: add new controller
560         * Makefile.am: ditto
561
562 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
563
564         * GUI.h: do not include ButtonController.tmpl
565
566         * ControlInset.h: include ControlInset.tmpl
567
568         * ControlCitation.C: do not include ControlInset.tmpl
569         * ControlCommand.C: ditto
570         * ControlERT.C: ditto
571         * ControlError.C: ditto
572         * ControlExternal.C: ditto
573         * ControlFloat.C: ditto
574         * ControlGraphics.C: ditto
575         * ControlInclude.C: ditto
576         * ControlMinipage.C: ditto
577
578         * ControlDialog.tmpl: remove the Base:: prefix
579
580 2002-06-07  Angus Leeming  <leeming@lyx.org>
581
582         Fixes needed to compile with Compaq cxx 6.5.
583         * ControlDialog.tmpl: I have had to prefix base class methods with
584         Base:: Wierd!
585
586         * ControlInset.tmpl: #include a couple of headers.
587
588 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
589
590         * switch from SigC signals to boost::signals
591
592 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
593
594         * biblio.h: include vector
595
596         * biblio.C: change include order
597         (regexSearch): use boost regex and get rid of LRegex
598
599 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
600
601         * ControlAboutlyx.C:
602         * ControlBibitem.C:
603         * ControlBibtex.C:
604         * ControlCharacter.C:
605         * ControlCitation.C:
606         * ControlCommand.C:
607         * ControlConnections.C:
608         * ControlERT.C:
609         * ControlError.C:
610         * ControlExternal.C:
611         * ControlFloat.C:
612         * ControlForks.C:
613         * ControlGraphics.C:
614         * ControlInclude.C:
615         * ControlIndex.C:
616         * ControlLog.C:
617         * ControlMinipage.C:
618         * ControlPreamble.C:
619         * ControlPrint.C:
620         * ControlRef.C:
621         * ControlSearch.C:
622         * ControlSendto.C:
623         * ControlShowFile.C:
624         * ControlSpellchecker.C:
625         * ControlTabularCreate.C:
626         * ControlTexinfo.C:
627         * ControlThesaurus.C:
628         * ControlToc.C:
629         * ControlUrl.C:
630         * ControlVCLog.C: LyXView moved into frontends
631
632 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
633
634         * ControlExternal.C: add scoped_ptr.hpp
635
636         * ControlCharacter.h: use more specific smart_ptr header.
637
638 2002-05-21  Angus Leeming  <a.leeming@ic.ac.uk>
639
640         * frnt_lang.C (getLanguageData): change a couple of N_() to _().
641
642 2002-05-13  Herbert Voss  <voss@perce.de>
643
644         * biblio.C (getAbbreviatedAuthor): fix bug with "and" for Authors
645         like "Odland, G. and ... "
646         (parseBibTeX): fix bug with title and booktitle
647         and replace a \n with a space when one entry has more than
648         one line
649
650 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
651
652         * ControlCharacter.C: use "ignore" and "reset" as the identifiers, not
653         "No change" and "Reset".
654
655         * frnt_lang.C: ditto. Further, do not sort thes two entries. Ie, leave
656         them at the front of the list.
657
658 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
659
660         * ControlGraphics.C: add some comments to the char * arrays.
661         Make rorigin_size const.
662
663 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
664
665         * ControlGraphics.[Ch] (getRotationOriginData): new helper function.
666         Enables the gui's to internationalise these strings.
667
668 2002-04-30  John Levon  <moz@compsoc.man.ac.uk>
669
670         * frnt_lang.C: fix build
671
672 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
673
674         * frnt_lang.[Ch] (getLanguageData): passed a bool character_dlg.
675         If the the caller is the character dialog, add "No change" and "Reset"
676         to the vector, else don't.
677         Internationalise the GUI strings here rather than in the different
678         calling dialogs.
679         Sort the translated strings, albeit simply.
680
681 2002-04-29  Angus Leeming  <a.leeming@ic.ac.uk>
682
683         * character.[Ch]: rename namespace character as namespace frnt.
684
685         * frnt_lang.[Ch]: new file. Move getLanguageData from character.[Ch]
686         as several dialogs will use this info. The function now returns a
687         vector<LanguagePair> where LanguagePair is a display string and an
688         identifying string. The display string is internationalised.
689
690         * ControlCharacter.C (getLanguage, setLanguage): Do not internationalise
691         the identifying strings, "No change" and "Reset".
692
693         * Makefile.am: add frnt_lang.[Ch].
694
695 2002-04-25  Herbert Voss  <voss@lyx.org>
696
697         * ControlSendto.C (allFormats): don't add the graphics extensions to the
698         export menu
699
700 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
701
702         * biblio.C (getAbbreviatedAuthor, getYear): Deal with sub-standard
703         BibTeX databases in a WYSIWYM way.
704
705 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
706
707         * biblio.C (getAbbreviatedAuthor, getYear): Cæsar is dead. RIP; he was
708         way past his use-by date.
709         Make use of the improved info from Buffer::getBibkeyList when using
710         \bibliography. Enables us to provide natbib support in this case too.
711
712 2002-04-19  Marco Morandini <morandini@aero.polimi.it>
713
714         * ControlGraphics.C: pass the browseFile dialog a string of only those
715         formats that can currently be loaded by LyX.
716
717 2002-04-15  Herbert Voss  <voss@perce.de>
718
719         * biblio.[Ch] (parseBibTeX): fix bug while scanning bibtexentries
720         with something like ,,...blah...`` (two commas)
721
722 2002-04-14  Herbert Voss  <voss@perce.de>
723
724         * helper_funcs.[Ch]: move the getVectorFromString and the vice versa
725         into the support/lstrings for better use in other programs.
726
727         * biblio.[Ch] (getYear, getAbbreviatedAuthor, familyName): move out of
728         namespace anon and make globally accessible.
729         (familyName): test for the presence of a LaTeX Space at the front of
730         of a name; strip it if it exists.
731
732 2002-04-11  Herbert Voss  <voss@perce.de>
733
734         * ControlGraphics.C: expand "browse-string" to all available formats
735
736 2002-04-11  Herbert Voss  <voss@perce.de>
737
738         * ControlGraphics.C: read BoundingBox also from non (e)ps files.
739
740 2002-04-08  Adrien Rebollo  <adrien.rebollo@gmx.fr>
741
742         * ControlAboutlyx.C (getVersion): two _() forgotten
743
744 2002-04-08  John Levon  <moz@compsoc.man.ac.uk>
745
746         * ControlGraphics.C:
747         * ControlPrint.C:
748         * ControlBibtex.C: make N_() be _()
749
750 2002-04-07  Herbert Voss  <voss@perce.de>
751
752         * ControlGraphics.[C]: move readBB as readBB_from_PSFile into filetools
753
754 2002-04-05  Angus Leeming  <a.leeming@ic.ac.uk>
755
756         * ControlGraphics.C (readBB): sigh. Make sure that the correct path is
757         used when reading the BB.
758
759 2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
760
761         * ControlGraphics.C (readBB): Don't open the ifstrem and then
762         check the format from the contents (and open a second ifstream in the
763         process. One at a time please.
764
765 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
766
767         * ControlRef.C (getBufferNum): squash warning message.
768
769 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
770
771         * ControlBibtex.C (Browse):
772         * ControlGraphics.C (Browse):
773         * ControlPrint.C (Browse):  use Jean-Marc's browseRelFile.
774
775         * ControlGraphics.[Ch]: replace checkFilename with isFilenameValid.
776
777         * ControlGraphics.C (applyParamsToInset): pass filepath to
778         InsetGraphics::updateInset.
779
780 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
781
782         * most files: ws cleanup
783
784 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
785
786         * biblio.C (getInfo): string::c_str() never returns NULL. Don't test
787         for it.
788
789 2002-03-18  John Levon  <moz@compsoc.man.ac.uk>
790
791         * ControlGraphics.C:
792         * ControlInclude.C: better error messages
793
794 2002-03-11  Herbert Voss  <voss@lyx.org>
795
796         * biblio.C (parseBibTeX): fix another minibug with an
797         ending comma
798
799 2002-03-10  Herbert Voss  <voss@lyx.org>
800
801         * biblio.C (parseBibTeX): fix bug
802         (familyName): improve parsing
803
804 2002-03-09  Herbert Voss  <voss@lyx.org>
805
806         * ControlGraphics.[Ch]: adding checkFilename() for testing
807         of non-existing files
808
809 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
810
811         * ControlSendto.C (allFormats): fix a iterators are not pointers
812         problem.
813
814 2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>
815
816         * ControlShowFile.h: add a #include "LString.h"
817
818 2002-03-05  Herbert Voss  <voss@lyx.org>
819
820         * biblio.C (getInfo): simplify if using paragraph layout
821         "bibliography".
822
823 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
824
825         * biblio.C (getInfo): return the info field correctly if the key
826         is not a BibTeX one.
827         (parseBibTeX): fix crash when data.find('=') returns string::npos.
828
829 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
830
831         * ControlForks.[Ch]: new files. A controller for the Forked Child
832         processes dialog, enabling the user to see what forked processes
833         are running, and, if he so desires, to kill them.
834
835         * GUI.h: add class GUIForks.
836
837         * Makefile.am: add ControlForks.[Ch].
838
839         * ControlGraphics.C (getParams): small change due to change in
840         insetgraphics.
841
842 2002-02-21  Herbert Voss  <voss@lyx.org>
843
844         * biblio.C: fix bug with commentlines in a bibentry
845
846 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
847
848         * Makefile.am: simpler obj. file compile
849
850 2002-02-18  Herbert Voss  <voss@lyx.org>
851
852         * ControlGraphics.[Ch]: remove help-file call
853
854 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
855
856         * helper_funcs.h: wrap the structs firster and seconder up in a
857         namespace to avoid clashes with those in lyxalgo,h.
858
859         * ControlTexinfo.C Changes due to the renaming of support/syscall.[Ch]
860         as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
861
862 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
863
864         * ControlGraphics.C: remove #include "support/syscall.h" as it's not
865         used.
866         * ControlTexinfo.C:
867         change Systemcalls::System to Systemcalls::Wait and
868         No change of functionality, just reflects the stripped down Systemcalls
869         class.
870
871 2002-02-06  Herbert Voss  <voss@lyx.org>
872
873         * ControlGraphics.[C] (readBB): search also in
874         g'zipped files. If it is useful than PK and compress
875         should also be supported. use unzipFile() from
876         support/filetools
877
878 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
879
880         * ControlRef.C (getBufferName): new method to get a real buffer
881         name from an index.
882
883 2002-02-05  Juergen Spitzmueller <j.spitzmueller@gmx.de>
884
885         * ControlTexInfo.[Ch]: Removed Help functions.
886
887 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
888
889         * ControlSpellchecker.C: clear any selection left
890         (bug #211)
891
892 2002-02-01  Herbert Voss  <voss@lyx.org>
893
894         * ControlGraphics.[C] (readBB): search only, if it is a
895         ".?ps" file and look for bb's at end of file
896
897 2002-01-30  Herbert Voss  <voss@lyx.org>
898
899         * ControlGraphic.[C]: do not search the whole file, when
900         getting the bb
901
902 2002-01-29  Herbert Voss  <voss@lyx.org>
903
904         * ControlGraphic.[C]: added a button for document path
905         when browsing -> bug 222
906
907 2002-01-27  Herbert Voss  <voss@lyx.org>
908
909         * ControlGraphic.[Ch]: added support for Bounding Box, other
910         small changes
911
912 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
913
914         * ControlAboutlyx.h:
915         * ControlTexinfo.h: added #include "LString.h" where they belong.
916
917 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
918
919         * ControlCitation.C:
920         * ControlDialog_impl.C: remove redundant // -*- C++ -*-
921
922 2002-01-24  Angus Leeming  <a.leeming@ic.ac.uk>
923
924         * ControlInclude.[Ch] (fileExists): remove const type qualifier from
925         bool return type.
926
927 2002-01-20  Herbert Voss  <voss@perce.de>
928
929         * ControlInclude.[Ch]: better control of unexistings files
930         when entered without the browser
931
932         * ControlGraphic.C (Browse): add extension "ps" when browsing for
933         a filename
934
935 2002-01-19  Herbert Voss  <voss@perce.de>
936
937         * biblio.C (getInfo): fix bug when no author is given
938
939         * biblio.C (parseBibTeX): change the parsing, so that
940         '#'-characters in a bibtex entry are no more a problem.
941
942 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
943
944         * ControlDialog_impl.h (ControlConnectBI>): make ControlDialogBI
945         derive from ControlDialog<ControlConnectBI> (fixes bug #196)
946
947         * helper_funcs.C (browseRelFile): forgot to pass dir2 to browseFile
948
949 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
950
951         * ControlMinipage.h: change MinipageParams::pageWidth to LyXLength
952
953         * ControlExternal.C (Browse): add a std:: qualifier
954
955 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
956
957         * ControlExternal.C (Browse): simplify to use browseRelFile
958
959 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
960
961         * ButtonController.tmpl: added // -*- C++ -*-
962
963         * ControlCitation.C: #include "ControlInset.tmpl" to instantiate
964         ControlInset<InsetCommand, InsetCommandParams>::showInset, createInset.
965         Needed in _one_ of the ControlCommand-derived classes only.
966
967 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
968
969         * ControlInset.h:
970         * ControlSearch.h: #include LString.h
971
972 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
973
974         * ButtonController.h: split into two. The definition remains in
975         ButtonController.h, the declaration is now in ButtonController.tmpl.
976         These template methods should be #included when the derived class is
977         instantiated, in this case in xforms/xformsBC.C and xforms/Dialogs.C
978         and in the qt2 and gnome equivalents.
979
980         * ControlDialogs.h: removed. The definition of class ControlDialog is
981         now to be found in ControlDialog.h and the declaration of the methods
982         is in ControlDialog.tmpl. The two template instantiations are performed
983         in ControlDialog_impl.[Ch], new files also.
984
985         * ControlInset.h: split into two. The definition remains in
986         ControlInset.h, the declaration is now in ControlInset.tmpl.
987         These template methods should be #included derived class is
988         instantiated, in this case in 8 other .C files in this directory.
989
990         * ControlAboutlyx.[Ch]:
991         * ControlCharacter.[Ch]:
992         * ControlCommand.C:
993         * ControlERT.C:
994         * ControlError.C:
995         * ControlExternal.C:
996         * ControlFloat.C:
997         * ControlGraphics.C:
998         * ControlInclude.C:
999         * ControlLog.[Ch]:
1000         * ControlMinipage.C:
1001         * ControlPreamble.[Ch]:
1002         * ControlPrint.[Ch]:
1003         * ControlSearch.[Ch]:
1004         * ControlShowFile.[Ch]:
1005         * ControlSpellchecker.[Ch]:
1006         * ControlTabularCreate.[Ch]:
1007         * ControlTexinfo.[Ch]:
1008         * ControlThesaurus.[Ch]:
1009         * ControlVCLog.[Ch]: small changes associated with the above ones.
1010
1011         * GUI.h: #include the ButtonController and dialog controller files
1012         here, rather than forward declare them. This is the correct place
1013         for these #includes.
1014
1015         * Makefile.am: add ControlDialog_impl.[Ch] to libcontrollers_la_SOURCES.
1016         Rename ControlDialogs.h as ControlDialog.h.
1017         Add ButtonController.tmpl ControlDialog.tmpl ControlInset.tmpl to
1018         EXTRA_DIST.
1019
1020 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
1021
1022         * ControlInset.h (apply): fix bug unearthed by Michael Koziarski.
1023
1024 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1025
1026         * ControlExternal.C (Browse): use Buffer::filePath; simplify (more
1027         can be done)
1028
1029         * ControlGraphics.C (Browse): remove overzealous shortcut
1030
1031 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1032
1033         * FormMinipage.C (apply, update): MinipageParams::width renamed
1034         as MinipageParams::pageWidth. InsetMinipage::width  renamed
1035         as InsetMinipage::pageWidth.
1036
1037 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1038
1039         * ButtonController.h (refreshReadOnly): use explicit typename
1040
1041 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1042
1043         * helper_funcs.h (browseFile): add default empty button descriptions.
1044
1045         * ControlGraphics.C (Browse):
1046         * ControlBibtex.C (Browse):
1047         * ControlInclude.C (Browse): add shortcuts to directory buttons
1048
1049 2002-01-12  John Levon  <moz@compsoc.man.ac.uk>
1050
1051         * ControlThesaurus.h:
1052         * ControlThesaurus.C: update to Aiksaurus 0.14
1053
1054 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
1055
1056         * ControlSpellchecker.C (clearParams): show the closing message
1057         only if some words have been checked, thereby fixing
1058         bugzilla bug #52.
1059
1060 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
1061
1062         * ControlFloat.[Ch]: changes to prevent here definitely being used
1063         with wide figures.
1064
1065 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1066
1067         * ControlThesaurus.h: do not include <config.h> in header files
1068
1069 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
1070
1071         * ControlToc.C: changes for floatlist
1072
1073 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
1074
1075         * ControlVCLog.C: use _()
1076
1077 2001-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1078
1079         * ControlSpellchecker.C: include <sys/types.h> since FreeBSD needs
1080         that for select.
1081
1082 2001-10-22  Juergen Vigna  <jug@sad.it>
1083
1084         * ControlSpellchecker.C (clearParams): use the error_ message of the
1085         speller_ if available when the spellchecker died.
1086         (setParams): remove double error message display.
1087
1088 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
1089
1090         * ControlMinipage.[Ch] (getUnits): moved to helper_funcs.
1091
1092         * helper_funcs.[Ch] (getLatexUnits): see above.
1093
1094 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1095
1096         * ControlTexinfo.C (getContents): use the right file for .sty files
1097
1098 2001-10-10  Herbert Voss  <voss@perce.de>
1099
1100         * ControlTexinfo.C: new path for the shellscript TeXFiles.sh
1101         and some more stuff from FormTexinfo.C
1102
1103         * ControlShowFile.C: hiding the update-button
1104
1105 2001-10-09  Herbert Voss  <voss@perce.de>
1106
1107         * ControlTexinfo.[Ch]: new files. Display information about the
1108         installed texfiles (cls,sty,bst).
1109
1110         * ControlShowFile.[Ch]: new files. Display the contents of a file.
1111
1112         * GUI.h: added classes GUIShowFile and GUITexinfo.
1113
1114         * Makefile.am: modified appropriately.
1115
1116 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1117
1118         * ControlAboutlyx.C (getVersion): use lyx_version and
1119         lyx_release_date instead of old macros
1120
1121 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
1122
1123         * ControlSpellchecker.C (check): Behaves well now when the spell
1124         library doesn't know a replacement to an incorrect word.
1125
1126 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
1127
1128         * ControlSpellchecker.C (clearParams): place emergency_exit_ in
1129         the correct place. Can now check spelling more than once!
1130
1131 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
1132
1133         * ControlSplash.[Ch]: removed.
1134
1135         * GUI.h: remove GUISplash class.
1136
1137         * ViewBase.h: remove ViewSplash class.
1138
1139         * Makefile.am: remove ControlSplash.[Ch].
1140
1141 2001-09-25  Angus Leeming  <a.leeming@ic.ac.uk>
1142
1143         * ControlButtons.h: add variable emergency_exit_. If set to true, the
1144         view will be shut down.
1145
1146         * ControlDialogs.h:
1147         * ControlInset.h: act on emergency_exit_.
1148
1149         * ControlSpellchecker.C (clearParams): set emergency_exit_ if the
1150         speller fails to launch.
1151
1152 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
1153
1154         * ControlRef.C (getBufferList): use MakeDisplayPath on the list.
1155         * (getLabelList): use MakeAbsPath on the buffer name passed to it.
1156
1157 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
1158
1159         * ControlRef.h (disconnectOnApply): new method. Set to true.
1160         Perhaps make this user-modifiable?
1161
1162 2001-09-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1163
1164         * ControlGraphics.C (Browse): add "jpg" to list of recognized file
1165         extensions.
1166
1167 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
1168
1169         * ControlRef.C (getBufferList, getBufferNum): New methods
1170
1171 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
1172
1173         * ControlInset.h (disconnectOnApply): new method. Defines the behaviour
1174         of the dialog when the Apply button is pressed. Defaults to false,
1175         but can be overridden in the daughter classes.
1176
1177         * ControlCitation.h (disconnectOnApply): new method. Set to true.
1178         Perhaps make this user-modifiable?
1179
1180 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
1181
1182         * ControlDialogs.h (show): connect() the dialog on show. All of a sudden
1183         we have dialogs that update their contents when the buffer changes.
1184         Rather embarassing, really!
1185
1186 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
1187
1188         * ControlSearch (replace): change semantics of replace to NOT move on
1189         to the next instance of a word once the present instance has been
1190         replaced unless we are replacing ALL instances of the word.
1191
1192 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
1193
1194         * ControlButtons.[Ch]: added publicly accessible IconifyWithMain method.
1195
1196 2001-09-04  Angus Leeming  <a.leeming@ic.ac.uk>
1197
1198         * ControlCharacter.C: fix Michael's bug: In the "Character layout"
1199         dialog, set all options to "reset", close the dialog, re-open it ->
1200         the options are set incorrectly.
1201
1202         * ControlButtons.[Ch]: add an is_closing_ variable and isClosing method.
1203         When Applying it's useful to know whether the dialog is about to close
1204         or not (no point refreshing the display for example).
1205
1206         * ControlInset.C (apply): use isClosing.
1207
1208 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
1209
1210         * ControlInset.h:
1211         * ControlDialogs.h: remove bc() hack, now fixed in
1212           Qt2 frontend. use member dialog_built_ instead of shared
1213           static.
1214
1215         * ButtonController.h:
1216         * ButtonPolicies.C: more debug info
1217
1218         * ButtonControllerBase.C: call refresh() when setting readOnly !
1219
1220         * GUI.h: External form has apply, use the right policy
1221
1222         * character.C: fix two off-by-one errors when latex font was removed
1223
1224 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
1225
1226         * ControlInset.h (apply): tentative fix for the press Apply multiple
1227         times and get multiple new Insets problem.
1228
1229 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
1230
1231         * ControlCharacter.C: fix typo
1232
1233         * ViewBase.h:
1234         * ControlDialogs.C:
1235         * ControlInsets.C: make sure dialog is built before it is shown, so
1236           it works properly the very first time it is shown
1237
1238 2001-08-20  Herbert Voss  <voss@perce.de>
1239
1240         * ControlBibtex.[Ch]: enhanced bibtex-data gui to browse for databases
1241         and styles. Added an option for "bibliography into toc"
1242
1243 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
1244
1245         * character.[Ch]: remove LATEX_TOGGLE from the FONT_STATE enum as
1246         LaTeX is no longer a font property.
1247
1248 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
1249
1250         * GUI.h: Button controller for Reference dialog changed to
1251         NoRepeatedApplyReadOnlyPolicy.
1252
1253         * biblio.C (getInfo): output volume and number info. Move year to end
1254         of string.
1255
1256 2001-08-09  Allan Rae  <rae@lyx.org>
1257
1258         * Makefile.am (SUBDIRS, dist-hook): remove bogus entries.
1259
1260 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
1261
1262         * helper_funcs.C (getVectorFromString): fixed small bug.
1263
1264         * helper_funcs.h (getFirst, getSecond): cleaned up and removed cruft.
1265
1266 2001-08-07  Edwin Leuven  <leuven@fee.uva.nl>
1267
1268         * ControlSpellchecker.C: check next word after insert in personal dict
1269
1270 2001-08-06  Juergen Vigna  <jug@sad.it>
1271
1272         * ControlERT.[Ch]: new file
1273
1274 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
1275
1276         * ControlInset.h: const and non-const forms of params().
1277
1278         * helper_funcs.C (getStringFromVector,getVectorFromString): remove
1279         whitespace from either side of each item.
1280
1281 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
1282
1283         * ControlFloat.h: add a != operator for FloatParams.
1284         Lars, how did you get this to compile!!!
1285
1286         * ControlMinipage.[Ch]: uncommented someone's commenting out of
1287         operator != for MinipageParams. Who's changing stuff and not compiling?
1288
1289 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1290
1291         * Makefile.am (libcontrollers_la_SOURCES): add ControlFloat.h and
1292         ControlFloat.C
1293
1294         * GUI.h: add class GUIFloat
1295
1296         * ControlFloat.[Ch]: new files
1297
1298 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1299
1300         * ControlPrint.C: #include Lassert.h here.
1301
1302 2001-07-26  Baruch Even  <baruch@lyx.org>
1303
1304         * ControlGraphics.C: changed file search string to cover eps, jpeg, gif
1305         and png.
1306
1307 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
1308
1309         * ControlThesaurus.h:
1310         * ControlThesaurus.C:
1311         * GUI.h:
1312         * Makefile.am: thesaurus support
1313
1314 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
1315
1316         * ControlInclude.h:
1317         * ControlInclude.C: implement ability to load file
1318
1319 2001-07-18  Juergen Vigna  <jug@sad.it>
1320
1321         * ControlSearch.C (replace): changes to lyxfind.h function calls.
1322
1323 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1324
1325         * biblio.C (getInfo): add a .c_str() to handle the usual
1326         stringstream pain.
1327
1328 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
1329
1330         * ControlCitation.[Ch]: changes associated with adding natbib support.
1331         New public methods, usingNatbib, getCiteStrings and getCiteStyles.
1332         New static variable citeStyles_.
1333
1334         * biblio.[Ch]: large internal rearrangement.
1335         New public enum CiteStyle.
1336         New public struct CitationStyle.
1337         New public functions getCitationStyle, getCiteCommand, getCiteStyles,
1338         getNumericalStrings, getAuthorYearStrings
1339         (simpleSearch, regexSearch): no longer publicly accessible.
1340
1341         * helper_funcs.C (getStringFromVector): bug fix.
1342
1343 2001-07-16  Baruch Even  <baruch@lyx.org>
1344
1345         * ControlVCLog.h: Added Lsstream.h to includes.
1346
1347 2001-07-17  Angus Leeming  <a.leeming@ic.ac.uk>
1348
1349         * ControlSpellchecker.[Ch]: remove d-tor.
1350
1351 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
1352
1353         * ControlSpellchecker.[Ch]: remove member quit() and some cleaning
1354
1355 2001-07-16  Juergen Vigna  <jug@sad.it>
1356
1357         * ControlSpellchecker.C (show): use the lyxrc.use_pspell flag (if
1358         compiled with USE_PSPELL) to be able to switch between ISpell and
1359         PSpell classes.
1360
1361 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1362
1363         Consistent use of Lsstream.h:
1364         * ControlAboutlyx.[Ch] (getCredits):
1365         * ControlVCLog.[Ch] (getVCLogFile): std::stringstream -> stringstream.
1366
1367 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1368
1369         * ControlCredits.[Ch]: removed
1370         * ControlCopyright.[Ch]: removed
1371         * ControlAboutlyx.[Ch]: added (replaces previous)
1372         * GUI.h: removed credits and copyright added about lyx stuff
1373
1374 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1375
1376         * ControlSpellchecker.C (getSuggestion):
1377         (getWord): add std:: qualifier
1378
1379 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1380
1381         * ControlSpellchecker.[Ch]: added
1382         * ViewBase.h: added partialUpdate(int) member
1383         * GUI.h: added spell stuff
1384
1385 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1386
1387         * ControlExternal.C: (*it). -> it->
1388
1389 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
1390
1391         * ButtonController.h: move some included header files out of the
1392         frontends and into here.
1393
1394 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
1395
1396         * ControlCharacter.C (c-tor): cosmetic name change of signal.
1397
1398 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
1399
1400         * *.[h]: added // -*- C++ -*-
1401         * *.[C]: removed // -*- C++ -*-
1402
1403         * ControlCharacter.[Ch]: (setParams): Check contents of font_ to
1404         activate Apply button.
1405         (clearParams): removed.
1406         font_ is now stored as a boost::scoped_ptr.
1407         font_ is no longer deleted on hide(), so it's contents can now be used
1408         by the Font button on the toolbar.
1409         Lots of new methods so that the GUI can easily get the contents of
1410         font_ when it update()s.
1411
1412 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
1413
1414         * ControlCharacter.C (apply): test that font_ exists, thereby preventing
1415         crash when the Font button on the Toolbar is pressed.
1416
1417         * GUI.h: change policy of Character button controller to
1418         OkApplyCancelReadOnlyPolicy.
1419
1420 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1421
1422         * ControlToc.C (getContents): don't add anything to the list if it
1423         is supposed to be empty.
1424
1425 2001-06-01  Angus Leeming  <a.leeming@ic.ac.uk>
1426
1427         * helper_funcs.C (getVectorFromString): bug fix.
1428
1429 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
1430
1431         * ButtonController.h
1432         * ButtonControllerBase.[Ch] (refreshReadOnly): new method, called direct
1433         from ButtonControllerBase::readOnly. Updates the state of the widgets
1434         in the read-only list only when the read-only status of the document
1435         changes.
1436         (refresh): moved this stuff into refreshReadOnly.
1437
1438 2001-05-18  Angus Leeming  <a.leeming@ic.ac.uk>
1439
1440         * ControlPrint.C (c-tor):
1441         * ControlPreamble.C (c-tor): initialise params_ and thereby cure crash.
1442
1443 2001-05-14  Angus Leeming  <a.leeming@ic.ac.uk>
1444
1445         * biblio.C:
1446         * character.h: small clean-ups.
1447
1448 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1449
1450         * ControlToc.C (getType): remove support for old float list.
1451
1452 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
1453
1454         * ControlButtons.h: no longer include ButtonControllerBase.h, ViewBase.h
1455         * ControlGraphics.h: no longer include insetgraphicsParams.h
1456         * ControlInset.h: no longer include LyXView.h
1457
1458         * ControlBibitem.C:
1459         * ControlBibtex.C:
1460         * ControlButtons.C:
1461         * ControlCharacter.C:
1462         * ControlCitation.C:
1463         * ControlCommand.C:
1464         * ControlConnections.C:
1465         * ControlCopyright.C:
1466         * ControlCredits.C:
1467         * ControlError.C:
1468         * ControlExternal.C:
1469         * ControlGraphics.C:
1470         * ControlInclude.C:
1471         * ControlLog.C:
1472         * ControlMinipage.C:
1473         * ControlPreamble.C:
1474         * ControlPrint.C:
1475         * ControlRef.C:
1476         * ControlSearch.C:
1477         * ControlTabularCreate.C:
1478         * ControlToc.C:
1479         * ControlVCLog.C: they're now in here!
1480
1481 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1482
1483         * ButtonControllerBase.h: C++ mode, inherit privately from
1484         noncopyable
1485         * ButtonPolicies.h: ditto
1486
1487         * ButtonController.h: C++ mode, swap init order of restore_ and
1488         cancel_
1489
1490 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
1491
1492         * ControlTabularCreate.h:
1493         * ControlTabularCreate.C: make dialogs use a pair of uints
1494           instead of a string
1495
1496         * ControlVCLog.h:
1497         * ControlVCLog.C: fill a stringstream with the log contents
1498         and then delete it
1499
1500         * ControlExternal.C: from Angus, clone the new InsetExternal
1501           before acting on it
1502
1503 2001-04-09  Angus Leeming  <a.leeming@ic.ac.uk>
1504
1505         * helper_funcs.C (getStringFromVector, getVectorFromString): fixed bugs
1506         and made more robust.
1507
1508 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1509
1510         * ControlToc.C:
1511         * ControlSearch.C:
1512         * ControlPrint.C:
1513         * ControlPreamble.C:
1514         * ControlInclude.C:
1515         * ControlGraphics.C:
1516         * ControlExternal.C:
1517         * ControlCopyright.C: include gettext.h
1518
1519         * ControlCharacter.C:
1520         * character.C: include gettext.h and language.h
1521
1522 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
1523
1524         * ButtonController.h:
1525         * ButtonControllerBase.h:
1526         * ButtonControllerBase.C:
1527         * ButtonPolicies.h:
1528         * ButtonPolicies.C:
1529         * ControlButton.h:
1530         * ControlButton.C:
1531         * ControlButtons.h:
1532         * ControlButtons.C:
1533         * ControlConnections.h:
1534         * ControlDialogs.h:
1535         * ControlInset.h:
1536         * ControlExternal.C:
1537         * Makefile.am:
1538         * README:
1539         * ViewBase.h: s/ControlButton/ControlButtons/
1540         s/popup/dialog/
1541         s/UndoAll/Restore/ + associated
1542
1543 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1544
1545         * ControlToc.[Ch]: new files; a controller for the TOC popup.
1546
1547         * GUI.h:
1548         * Makefile.am: associated changes with all of the above.
1549
1550 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1551
1552         * ControlExternal.C: bug fixes. Can now apply changes to the inset
1553         and edit, view, update the External Material correctly. I hope!
1554
1555 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1556
1557         * ButtonController.[Ch]: renamed as ButtonControllerBase.[Ch]
1558
1559         * BCTemplates.h: renamed as ButtonController.h
1560
1561         * ControlBase.[Ch]: renamed as ControlButton.[Ch]. Class named to match.
1562
1563         * ViewBase.h:
1564         * ControlConnections.h: associated change in #include and class names.
1565
1566         * ControlExternal.[Ch]: new files; a controller for the External
1567         Material popup.
1568
1569         * GUI.h:
1570         * Makefile.am: associated changes with all of the above.
1571
1572         * ControlGraphics.[Ch]:
1573         * ControlInclude.[Ch]:
1574         * ControlPrint.[Ch]:
1575         (lv): removed.
1576         (Browse): new method. Returns the results of a FileDialog browse.
1577
1578         * helper_funcs.[Ch] (browseFile): moved from xforms_helpers.[Ch].
1579         (getVectorFromString): fixed bug.
1580
1581         * biblio.C (simpleSearch): cleaned up.
1582
1583 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
1584
1585         * A slight reworking of Baruch Even's ButtonController patch.
1586
1587         * BCTemplates.h: new file; all the templates for the ButtonController.
1588         Including Baruch's new GuiBC class, with setCancelCloseButton() changed
1589         to the more generic setButtonLabel().
1590
1591         * ButtonController.[Ch]: renamed cancel_label and close_label as
1592         cancel_label_ and close_label_.
1593
1594         * Makefile.am: added BCTemplates.h
1595
1596 2001-03-29  Juergen Vigna  <jug@sad.it>
1597
1598         * ControlMinipage.C: removed widthp_ and all it's functions and changed
1599         to use new %-lengths of LyXLength.
1600
1601 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
1602
1603         * ControlCitation.C (bibkeysInfo): removed Assert.
1604
1605         * ControlCopyright.h: moved GUICopyright into GUI.h
1606
1607         * GUI.h: see above.
1608
1609 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
1610
1611         * ControlInset.h (clearDaughterParams): is empty by default, not pure.
1612         (setDaughterParams): a (by default empty) new method called in show().
1613
1614         * ControlBibitem.h:
1615         * ControlBibtex.h:
1616         * ControlError.h:
1617         * ControlInclude.h:
1618         * ControlMinipage.h:
1619         * ControlRef.h:
1620         * ControlSearch.h:
1621         * ControlUrl.h (clearDaughterParams): removed
1622
1623         * ControlMinipage.C (applyParamsToInset): update the view.
1624         Added namespace minipage containing a helper function getUnits.
1625
1626         * GUI.h: changed Minipage policy to NoRepeatedApplyReadOnlyPolicy.
1627
1628         * ControlCharacter.[Ch]: moved out all the helper functions and the
1629         enum into their own file.
1630         * character.[Ch]: new files; contain the character helper functions,
1631         now inside namespace character.
1632
1633         * ControlCitation.[Ch]: moved out all the helper functions and the
1634         enums into their own file. Simplified interface.
1635         * biblio.[Ch]: new files; contain the citation helper functions,
1636         now inside namespace biblio. Will be of use also to an improved
1637         BibTeX popup.
1638
1639         * ControlGraphics.[Ch]:
1640         * ControlIndex.[Ch]: new files; controllers for the Graphics and Index
1641         popups, respectively.
1642
1643         * GUI.h:
1644         * Makefile.am: associated changes.
1645
1646 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1647
1648         * ControlMinipage.[Ch]:
1649         * ControlPreamble.[Ch]:
1650         * ControlPrint.[Ch]:
1651         * ControlSplash.[Ch]: new files; controllers for the Minipage, Preamble
1652         and Print popups and Splash screen, respectively.
1653
1654         * ViewBase.h (ViewSplash): new base class for GUI-specific Splash
1655         screens.
1656
1657         * GUI.h:
1658         * Makefile.am: associated changes.
1659
1660 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1661
1662         * ControlConnections.[Ch]: (docType): new method; returns the type
1663         of the buffer, LaTeX, Literate, LinuxDoc or DocBook.
1664
1665         * ControlRef.[Ch]:
1666         * ControlSearch.[Ch]:
1667         * ControlTabularCreate.[Ch]: new files; controller for the Ref,
1668         Search and TabularCreate popups, respectively.
1669
1670         * GUI.h:
1671         * Makefile.am: associated changes.
1672
1673 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1674
1675         * ControlCitation.C (getBibkeyInfo): get nasty and assert the info map
1676         contains data.
1677
1678         * ControlInset.h (apply): fix bug. Can now create new insets again.
1679
1680         * README: describe program flow.
1681
1682 2001-03-24  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1683
1684         * Makefile.am (libcontrollers_la_SOURCES): add ControlDialogs.h
1685
1686 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1687
1688         * ControlDialogs.h: moved class ControlInset into its own file.
1689
1690         * ControlInset.h: new file. class ControlInset has been expanded to take
1691         two template parameters, Inset and Params. Believe that all inset
1692         controllers can be derived from this with the minimum of effort.
1693
1694         * ControlBibitem.[Ch]:
1695         * ControlBibtex.[Ch]:
1696         * ControlCitation.[Ch]:
1697         * ControlCommand.[Ch]: moved most code into ControlInset.
1698
1699         * lots of files. Moved protected stuff into private where possible.
1700
1701         * ControlError.[Ch]:
1702         * ControlInclude.[Ch]:
1703         * ControlUrl.[Ch]: new files; controllers for the LaTeX error,
1704         Include and Url popups, respectively.
1705
1706         * GUI.h:
1707         * Makefile.am: associated changes.
1708
1709 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1710
1711         * ControlCredits.[Ch] (getCredits): returns a stringstream not a
1712         vector<string>.
1713
1714 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1715
1716         * ControlCredits.C (getCredits): remove std:: qualifier for
1717         getline().
1718
1719 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1720
1721         * ControlCredits.C (getCredits): add std:: on vector
1722
1723 2001-03-22  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1724
1725         * ControlCredits.C: remove using that is only used once, use
1726         std::ios instead of std::iosbase, add some annoying comments.
1727
1728 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1729
1730         * lots of header files: improved explanatory notes.
1731
1732         * ControlBase.[Ch]: removed LyXView & lv_ and methods using it.
1733         ControlBase is now a class that only controls the interaction of the
1734         View with the ButtonController.
1735
1736         * ControlConnections.[Ch]: added LyXView & lv_ and associated methods
1737         to ControlConnectBase. The class controls the connection/disconnection
1738         of signals from the LyX kernel and makes available the kernel (through
1739         lv_) to daughter controller classes.
1740         Moved out class ControlConnectInset to a new file ControlDialogs.h.
1741
1742         * ControlDialogs.h: new file. Contains the definition of two template
1743         controller classes, ControlDialog and ControlInset (was
1744         ControlConnectInset). ControlInset is a parent class for controllers
1745         of inset-popups. ControlDialogs is the rather uninspired name for
1746         the base class of all non-inset popups. (Eg, Document and Paragraph.)
1747         ControlDialogs is reaching a state of maturity as several popups now use
1748         it and its functionality becomes clear. ControlInset is still in a state
1749         of flux. It is likely that functionality will be moved out of
1750         ControlCommands and into it.
1751
1752         * GUI.h: new file. Moved all the template GUIXXX classes out of the
1753         individual Controller header files and into one place. These classes
1754         serve only as convenient wrappers to simplify code in the respective
1755         frontends' Dialogs::c-tor. Now all derived from a templatised parent.
1756
1757         * ControlCharacter.[Ch] (show, update, hide):
1758         * ControlLog.[Ch] (show, update, hide):
1759         * ControlVCLog.[Ch] (show, update, hide): moved back into
1760         the ControlDialogs base class.
1761         (setParams, clearParams): new methods containing controller-specific
1762         code to set/reset the parameters manipulated by the view.
1763
1764         * ControlCommand.[Ch] (clearParams): a new virtual method, by default
1765         empty.
1766         (hide): calls clearParams.
1767
1768         * ControlCitation.[Ch] (hide): renamed as clearParams, a method called
1769         by ControlCommand::hide().
1770
1771         * ControlCopyright.[Ch]:
1772         * ControlCredits.[Ch]: new files; controllers for the copyright and
1773         credits popups, respectively.
1774
1775 2001-03-21  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1776
1777         * ControlCharacter.C: fix typo
1778
1779 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
1780
1781         * ControlCharacter.[Ch]: new files; controller for the character popup.
1782
1783         * ControlCitation.[Ch] (getStringFromVector, getVectorFromString):
1784         moved to new files helper_funcs.[Ch].
1785
1786         * helper_funcs.[Ch]: new files. Some useful helper functions and
1787         functors.
1788
1789         * Makefile.am: added new files.
1790
1791 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1792
1793         * ControlCitation.C (getBibkeyInfo): parse non-BibTeX entries correctly.
1794
1795 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1796
1797         * ControlLog.[Ch]:
1798         * ControlVCLog.[Ch]: new files; controllers for LaTeX and Version
1799         Control log files, respectively.
1800
1801         * Makefile.am: added new files.
1802
1803 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
1804
1805         * ControlBibtex.[Ch]: new files; controller for an InsetBibtex popup.
1806
1807         * Makefile.am: added ControlBibtex.[Ch].
1808
1809 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
1810
1811         * ControlBibitem.C:
1812         * ControlCitation.C: added "using SigC::slot" declaration.
1813
1814         * ControlCitation.C (getStringFromVector): re-apply Dekel's recent fix
1815         to FormCitation.C prior to the merger: "Do not put space between
1816         multiple keys".
1817
1818 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1819
1820         * several files: remove CXX_WORKING_NAMESPACES
1821
1822         * ButtonController.h: noncopyable is in namespace boost
1823         * ButtonPolicies.h: ditto
1824
1825 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1826
1827         * Merging changes from BRANCH_MVC back into HEAD.
1828
1829 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
1830
1831         * Makefile.am: add ControlBibitem.[Ch].
1832
1833         * ControlBibitem.[Ch]: new files that together define the Controller
1834         for a Bibitem popup.
1835
1836         * ControlCommand.h (c-tor): give  kb_action a default value of
1837         LFUN_NOACTION.
1838
1839         * ControlCommand.C (apply): do nothing if kb_action is LFUN_NOACTION.
1840
1841         * ControlCitation.[Ch]: moved search functions out of class.
1842         (bibkeysInfo): new method. Returns const reference to private data.
1843         (searchKeys): added case-sensitive switch. Used only by simpleSearch
1844         for now.
1845
1846 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
1847
1848         * ControlCitation.[Ch]: added Search functions to the class,
1849         (shamelessly lifted from Marco's gnome code). I think that these would
1850         be better as helper functions outside the class, but this is a first
1851         stab at it.
1852
1853 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
1854
1855         * ControlCitation.[Ch]: (getBibkeyList): removed from class
1856         ControlCitation.
1857         (getBibkeys, getBibkeyInfo): added to class ControlCitation.
1858         (getStringFromVector, getVectorFromString, parseBibTeX): new helper
1859         funcs. parseBibTeX() is lifted staraight out of Marco's gnome
1860         implementation of FormCitation.
1861
1862 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
1863
1864         * ButtonPolicies.h: add SMI_NOOP to enum.
1865
1866         * ButtonPolicies.C (nextState): add if-statement for SMI_NOOP.
1867
1868         * ButtonController.C (input): add "optimising" if-statement. Actually,
1869         things don't work correctly without it...
1870
1871 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
1872
1873         * ViewBase.h: remove #pragma directive
1874
1875         * ControlConnection.[Ch] (ControlConnectBI c-tor): add explicit c-tor
1876         to make g++ happy.
1877
1878 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
1879
1880         * ButtonPolicies.[Ch]: moved from ../ButtonPolicies.[Ch]
1881
1882         * Makefile.am: added ButtonPolicies.[Ch]
1883
1884         * ButtonController.[Ch]: ButtonController is split into
1885         ButtonControllerBase and a template ButtonController class. The base
1886         class no longer stores a pointer to a ButtonPolicy, but instead
1887         accesses the actual instantiation of the policy through a pure virtual
1888         method bp(). This method and the ButtonPolicy itself are instantiated
1889         in the templatised ButtonController class. This class is derived from
1890         the GUI-specific GUIBC class, meaning that the frontends know
1891         nothing about the actual policy decided upon by the controllers.
1892
1893         * ControlBase.[Ch]: No longer store the View or the ButtonController.
1894         Instead the actual instantiations are accessed through pure virtual
1895         methods view() and bc(). The daughter classes are responsible for the
1896         actual View and ButtonController.
1897
1898         * ControlCitation.h: the templatised class GUICitation instantiates
1899         the methods view() and bc(). It also stores the instances of the
1900         View and ButtonController.
1901
1902 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
1903
1904         * ButtonControllerBase.[Ch]: renamed as ButtonController.[Ch]. Class
1905         also changed to ButtonController.
1906
1907         * ControlBase.[Ch]:
1908         * ControlConnections.[Ch]:
1909         * ControlCommand.[Ch]:
1910         * ControlCitation.[Ch]:
1911         * ViewBase.h: Changes associated with this.
1912
1913 2001-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
1914
1915         * ButtonControllerBase.[Ch]: new files. Split Allan's original
1916         xforms/ButtonController class into a GUI-I class (here) and an
1917         xforms-specific derived class, to be found in xforms/xformsBC.[Ch].
1918
1919         * ControlBase.[Ch]: new files. ControlBase is an abstract base class
1920         from which all Dialog Controllers should be derived. the Controllers
1921         are GUI-independent, but are designed to control the behaviour of
1922         GUI-specific implementaions of each dialog.
1923
1924         * ControlConnections.[Ch]: new files. Classes controlling the
1925         connections of buffer-independent, buffer-dependent and Inset dialogs
1926         with the LyX kernel.
1927
1928         * ControlCommand.[Ch]: new files. A controller for all dialogs for the
1929         InsetCommand subset of insets.
1930
1931         * ControlCitation.[Ch]: new files. The test specialisation! A
1932         controller for the Citation dialog.
1933
1934         * ViewBase.h: new file. ViewBase is an abstract base class from which
1935         GUI-specific dialogs should be derived. The functionality that the GUIs
1936         must now implement is much reduced.