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