]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ChangeLog
34341e89cd178eab39f0d0d27f61910699bdc218
[lyx.git] / src / frontends / controllers / ChangeLog
1 2001-09-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2
3         * ControlGraphics.C (Browse): add "jpg" to list of recognized file
4         extensions.
5
6 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
7
8         * ControlRef.C (getBufferList, getBufferNum): New methods
9
10 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
11
12         * ControlInset.h (disconnectOnApply): new method. Defines the behaviour
13         of the dialog when the Apply button is pressed. Defaults to false,
14         but can be overridden in the daughter classes.
15
16         * ControlCitation.h (disconnectOnApply): new method. Set to true.
17         Perhaps make this user-modifiable?
18
19 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
20
21         * ControlDialogs.h (show): connect() the dialog on show. All of a sudden
22         we have dialogs that update their contents when the buffer changes.
23         Rather embarassing, really!
24
25 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
26
27         * ControlSearch (replace): change semantics of replace to NOT move on
28         to the next instance of a word once the present instance has been
29         replaced unless we are replacing ALL instances of the word.
30
31 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
32
33         * ControlButtons.[Ch]: added publicly accessible IconifyWithMain method.
34
35 2001-09-04  Angus Leeming  <a.leeming@ic.ac.uk>
36
37         * ControlCharacter.C: fix Michael's bug: In the "Character layout"
38         dialog, set all options to "reset", close the dialog, re-open it ->
39         the options are set incorrectly.
40
41         * ControlButtons.[Ch]: add an is_closing_ variable and isClosing method.
42         When Applying it's useful to know whether the dialog is about to close
43         or not (no point refreshing the display for example).
44
45         * ControlInset.C (apply): use isClosing.
46
47 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
48
49         * ControlInset.h:
50         * ControlDialogs.h: remove bc() hack, now fixed in
51           Qt2 frontend. use member dialog_built_ instead of shared
52           static.
53  
54         * ButtonController.h: 
55         * ButtonPolicies.C: more debug info
56  
57         * ButtonControllerBase.C: call refresh() when setting readOnly !
58  
59         * GUI.h: External form has apply, use the right policy
60
61         * character.C: fix two off-by-one errors when latex font was removed
62  
63 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
64
65         * ControlInset.h (apply): tentative fix for the press Apply multiple
66         times and get multiple new Insets problem.
67
68 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
69
70         * ControlCharacter.C: fix typo
71
72         * ViewBase.h: 
73         * ControlDialogs.C:
74         * ControlInsets.C: make sure dialog is built before it is shown, so
75           it works properly the very first time it is shown
76  
77 2001-08-20  Herbert Voss  <voss@perce.de>
78
79         * ControlBibtex.[Ch]: enhanced bibtex-data gui to browse for databases
80         and styles. Added an option for "bibliography into toc"
81
82 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
83
84         * character.[Ch]: remove LATEX_TOGGLE from the FONT_STATE enum as
85         LaTeX is no longer a font property.
86
87 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
88
89         * GUI.h: Button controller for Reference dialog changed to
90         NoRepeatedApplyReadOnlyPolicy.
91
92         * biblio.C (getInfo): output volume and number info. Move year to end
93         of string.
94
95 2001-08-09  Allan Rae  <rae@lyx.org>
96
97         * Makefile.am (SUBDIRS, dist-hook): remove bogus entries. 
98
99 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
100
101         * helper_funcs.C (getVectorFromString): fixed small bug.
102
103         * helper_funcs.h (getFirst, getSecond): cleaned up and removed cruft.
104
105 2001-08-07  Edwin Leuven  <leuven@fee.uva.nl>
106
107         * ControlSpellchecker.C: check next word after insert in personal dict
108
109 2001-08-06  Juergen Vigna  <jug@sad.it>
110
111         * ControlERT.[Ch]: new file
112
113 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
114
115         * ControlInset.h: const and non-const forms of params().
116
117         * helper_funcs.C (getStringFromVector,getVectorFromString): remove
118         whitespace from either side of each item.
119
120 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
121
122         * ControlFloat.h: add a != operator for FloatParams.
123         Lars, how did you get this to compile!!!
124
125         * ControlMinipage.[Ch]: uncommented someone's commenting out of
126         operator != for MinipageParams. Who's changing stuff and not compiling?
127
128 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
129
130         * Makefile.am (libcontrollers_la_SOURCES): add ControlFloat.h and
131         ControlFloat.C
132
133         * GUI.h: add class GUIFloat
134
135         * ControlFloat.[Ch]: new files
136
137 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
138
139         * ControlPrint.C: #include Lassert.h here.
140
141 2001-07-26  Baruch Even  <baruch@lyx.org>
142
143         * ControlGraphics.C: changed file search string to cover eps, jpeg, gif
144         and png.
145
146 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
147
148         * ControlThesaurus.h:
149         * ControlThesaurus.C:
150         * GUI.h:
151         * Makefile.am: thesaurus support
152
153 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
154
155         * ControlInclude.h:
156         * ControlInclude.C: implement ability to load file
157  
158 2001-07-18  Juergen Vigna  <jug@sad.it>
159
160         * ControlSearch.C (replace): changes to lyxfind.h function calls.
161
162 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
163
164         * biblio.C (getInfo): add a .c_str() to handle the usual
165         stringstream pain.
166
167 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
168
169         * ControlCitation.[Ch]: changes associated with adding natbib support.
170         New public methods, usingNatbib, getCiteStrings and getCiteStyles.
171         New static variable citeStyles_.
172
173         * biblio.[Ch]: large internal rearrangement.
174         New public enum CiteStyle.
175         New public struct CitationStyle.
176         New public functions getCitationStyle, getCiteCommand, getCiteStyles,
177         getNumericalStrings, getAuthorYearStrings
178         (simpleSearch, regexSearch): no longer publicly accessible.
179
180         * helper_funcs.C (getStringFromVector): bug fix.
181
182 2001-07-16  Baruch Even  <baruch@lyx.org>
183
184         * ControlVCLog.h: Added Lsstream.h to includes.
185
186 2001-07-17  Angus Leeming  <a.leeming@ic.ac.uk>
187
188         * ControlSpellchecker.[Ch]: remove d-tor.
189
190 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
191
192         * ControlSpellchecker.[Ch]: remove member quit() and some cleaning
193         
194 2001-07-16  Juergen Vigna  <jug@sad.it>
195
196         * ControlSpellchecker.C (show): use the lyxrc.use_pspell flag (if
197         compiled with USE_PSPELL) to be able to switch between ISpell and
198         PSpell classes.
199
200 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
201
202         Consistent use of Lsstream.h:
203         * ControlAboutlyx.[Ch] (getCredits):
204         * ControlVCLog.[Ch] (getVCLogFile): std::stringstream -> stringstream.
205
206 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
207
208         * ControlCredits.[Ch]: removed
209         * ControlCopyright.[Ch]: removed
210         * ControlAboutlyx.[Ch]: added (replaces previous)
211         * GUI.h: removed credits and copyright added about lyx stuff
212
213 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
214
215         * ControlSpellchecker.C (getSuggestion): 
216         (getWord): add std:: qualifier
217
218 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
219
220         * ControlSpellchecker.[Ch]: added
221         * ViewBase.h: added partialUpdate(int) member
222         * GUI.h: added spell stuff
223         
224 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
225
226         * ControlExternal.C: (*it). -> it->
227
228 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
229
230         * ButtonController.h: move some included header files out of the
231         frontends and into here.
232
233 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
234
235         * ControlCharacter.C (c-tor): cosmetic name change of signal.
236
237 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
238
239         * *.[h]: added // -*- C++ -*-
240         * *.[C]: removed // -*- C++ -*-
241
242         * ControlCharacter.[Ch]: (setParams): Check contents of font_ to
243         activate Apply button.
244         (clearParams): removed.
245         font_ is now stored as a boost::scoped_ptr.
246         font_ is no longer deleted on hide(), so it's contents can now be used
247         by the Font button on the toolbar.
248         Lots of new methods so that the GUI can easily get the contents of
249         font_ when it update()s.
250
251 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
252
253         * ControlCharacter.C (apply): test that font_ exists, thereby preventing
254         crash when the Font button on the Toolbar is pressed.
255
256         * GUI.h: change policy of Character button controller to
257         OkApplyCancelReadOnlyPolicy.
258
259 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
260
261         * ControlToc.C (getContents): don't add anything to the list if it
262         is supposed to be empty.
263
264 2001-06-01  Angus Leeming  <a.leeming@ic.ac.uk>
265
266         * helper_funcs.C (getVectorFromString): bug fix.
267
268 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
269
270         * ButtonController.h
271         * ButtonControllerBase.[Ch] (refreshReadOnly): new method, called direct
272         from ButtonControllerBase::readOnly. Updates the state of the widgets
273         in the read-only list only when the read-only status of the document
274         changes.
275         (refresh): moved this stuff into refreshReadOnly.
276
277 2001-05-18  Angus Leeming  <a.leeming@ic.ac.uk>
278
279         * ControlPrint.C (c-tor):
280         * ControlPreamble.C (c-tor): initialise params_ and thereby cure crash.
281
282 2001-05-14  Angus Leeming  <a.leeming@ic.ac.uk>
283
284         * biblio.C:
285         * character.h: small clean-ups.
286
287 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
288
289         * ControlToc.C (getType): remove support for old float list.
290
291 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
292
293         * ControlButtons.h: no longer include ButtonControllerBase.h, ViewBase.h
294         * ControlGraphics.h: no longer include insetgraphicsParams.h
295         * ControlInset.h: no longer include LyXView.h
296
297         * ControlBibitem.C:
298         * ControlBibtex.C:
299         * ControlButtons.C:
300         * ControlCharacter.C:
301         * ControlCitation.C:
302         * ControlCommand.C:
303         * ControlConnections.C:
304         * ControlCopyright.C:
305         * ControlCredits.C:
306         * ControlError.C:
307         * ControlExternal.C:
308         * ControlGraphics.C:
309         * ControlInclude.C:
310         * ControlLog.C:
311         * ControlMinipage.C:
312         * ControlPreamble.C:
313         * ControlPrint.C:
314         * ControlRef.C:
315         * ControlSearch.C:
316         * ControlTabularCreate.C:
317         * ControlToc.C:
318         * ControlVCLog.C: they're now in here!
319
320 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
321
322         * ButtonControllerBase.h: C++ mode, inherit privately from
323         noncopyable 
324         * ButtonPolicies.h: ditto
325
326         * ButtonController.h: C++ mode, swap init order of restore_ and
327         cancel_ 
328
329 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
330
331         * ControlTabularCreate.h:
332         * ControlTabularCreate.C: make dialogs use a pair of uints
333           instead of a string
334
335         * ControlVCLog.h:
336         * ControlVCLog.C: fill a stringstream with the log contents
337         and then delete it
338
339         * ControlExternal.C: from Angus, clone the new InsetExternal
340           before acting on it
341
342 2001-04-09  Angus Leeming  <a.leeming@ic.ac.uk>
343
344         * helper_funcs.C (getStringFromVector, getVectorFromString): fixed bugs
345         and made more robust.
346
347 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
348
349         * ControlToc.C: 
350         * ControlSearch.C: 
351         * ControlPrint.C: 
352         * ControlPreamble.C: 
353         * ControlInclude.C: 
354         * ControlGraphics.C: 
355         * ControlExternal.C: 
356         * ControlCopyright.C: include gettext.h
357
358         * ControlCharacter.C: 
359         * character.C: include gettext.h and language.h
360
361 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
362
363         * ButtonController.h:
364         * ButtonControllerBase.h:
365         * ButtonControllerBase.C:
366         * ButtonPolicies.h:
367         * ButtonPolicies.C:
368         * ControlButton.h:
369         * ControlButton.C:
370         * ControlButtons.h:
371         * ControlButtons.C:
372         * ControlConnections.h:
373         * ControlDialogs.h:
374         * ControlInset.h:
375         * ControlExternal.C:
376         * Makefile.am:
377         * README:
378         * ViewBase.h: s/ControlButton/ControlButtons/
379         s/popup/dialog/
380         s/UndoAll/Restore/ + associated
381
382 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
383
384         * ControlToc.[Ch]: new files; a controller for the TOC popup.
385
386         * GUI.h:
387         * Makefile.am: associated changes with all of the above.
388
389 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
390
391         * ControlExternal.C: bug fixes. Can now apply changes to the inset
392         and edit, view, update the External Material correctly. I hope!
393
394 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
395
396         * ButtonController.[Ch]: renamed as ButtonControllerBase.[Ch]
397
398         * BCTemplates.h: renamed as ButtonController.h
399
400         * ControlBase.[Ch]: renamed as ControlButton.[Ch]. Class named to match.
401
402         * ViewBase.h:
403         * ControlConnections.h: associated change in #include and class names.
404         
405         * ControlExternal.[Ch]: new files; a controller for the External
406         Material popup.
407
408         * GUI.h:
409         * Makefile.am: associated changes with all of the above.
410
411         * ControlGraphics.[Ch]:
412         * ControlInclude.[Ch]:
413         * ControlPrint.[Ch]:
414         (lv): removed.
415         (Browse): new method. Returns the results of a FileDialog browse.
416
417         * helper_funcs.[Ch] (browseFile): moved from xforms_helpers.[Ch].
418         (getVectorFromString): fixed bug.
419
420         * biblio.C (simpleSearch): cleaned up.
421
422 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
423
424         * A slight reworking of Baruch Even's ButtonController patch.
425
426         * BCTemplates.h: new file; all the templates for the ButtonController.
427         Including Baruch's new GuiBC class, with setCancelCloseButton() changed
428         to the more generic setButtonLabel().
429
430         * ButtonController.[Ch]: renamed cancel_label and close_label as
431         cancel_label_ and close_label_.
432
433         * Makefile.am: added BCTemplates.h
434
435 2001-03-29  Juergen Vigna  <jug@sad.it>
436
437         * ControlMinipage.C: removed widthp_ and all it's functions and changed
438         to use new %-lengths of LyXLength.
439
440 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
441
442         * ControlCitation.C (bibkeysInfo): removed Assert.
443
444         * ControlCopyright.h: moved GUICopyright into GUI.h
445
446         * GUI.h: see above.
447
448 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
449
450         * ControlInset.h (clearDaughterParams): is empty by default, not pure.
451         (setDaughterParams): a (by default empty) new method called in show().
452
453         * ControlBibitem.h:
454         * ControlBibtex.h:
455         * ControlError.h:
456         * ControlInclude.h:
457         * ControlMinipage.h:
458         * ControlRef.h:
459         * ControlSearch.h:
460         * ControlUrl.h (clearDaughterParams): removed
461
462         * ControlMinipage.C (applyParamsToInset): update the view.
463         Added namespace minipage containing a helper function getUnits.
464
465         * GUI.h: changed Minipage policy to NoRepeatedApplyReadOnlyPolicy.
466
467         * ControlCharacter.[Ch]: moved out all the helper functions and the
468         enum into their own file.
469         * character.[Ch]: new files; contain the character helper functions,
470         now inside namespace character.
471
472         * ControlCitation.[Ch]: moved out all the helper functions and the
473         enums into their own file. Simplified interface.
474         * biblio.[Ch]: new files; contain the citation helper functions,
475         now inside namespace biblio. Will be of use also to an improved
476         BibTeX popup.
477
478         * ControlGraphics.[Ch]:
479         * ControlIndex.[Ch]: new files; controllers for the Graphics and Index
480         popups, respectively.
481
482         * GUI.h:
483         * Makefile.am: associated changes.
484
485 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
486
487         * ControlMinipage.[Ch]:
488         * ControlPreamble.[Ch]:
489         * ControlPrint.[Ch]:
490         * ControlSplash.[Ch]: new files; controllers for the Minipage, Preamble
491         and Print popups and Splash screen, respectively.
492
493         * ViewBase.h (ViewSplash): new base class for GUI-specific Splash
494         screens.
495
496         * GUI.h:
497         * Makefile.am: associated changes.
498
499 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
500
501         * ControlConnections.[Ch]: (docType): new method; returns the type
502         of the buffer, LaTeX, Literate, LinuxDoc or DocBook.
503
504         * ControlRef.[Ch]:
505         * ControlSearch.[Ch]:
506         * ControlTabularCreate.[Ch]: new files; controller for the Ref,
507         Search and TabularCreate popups, respectively.
508
509         * GUI.h:
510         * Makefile.am: associated changes.
511
512 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
513
514         * ControlCitation.C (getBibkeyInfo): get nasty and assert the info map
515         contains data.
516
517         * ControlInset.h (apply): fix bug. Can now create new insets again.
518
519         * README: describe program flow.
520
521 2001-03-24  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
522
523         * Makefile.am (libcontrollers_la_SOURCES): add ControlDialogs.h
524
525 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
526
527         * ControlDialogs.h: moved class ControlInset into its own file.
528
529         * ControlInset.h: new file. class ControlInset has been expanded to take
530         two template parameters, Inset and Params. Believe that all inset
531         controllers can be derived from this with the minimum of effort.
532
533         * ControlBibitem.[Ch]:
534         * ControlBibtex.[Ch]:
535         * ControlCitation.[Ch]:
536         * ControlCommand.[Ch]: moved most code into ControlInset.
537
538         * lots of files. Moved protected stuff into private where possible.
539
540         * ControlError.[Ch]:
541         * ControlInclude.[Ch]:
542         * ControlUrl.[Ch]: new files; controllers for the LaTeX error,
543         Include and Url popups, respectively.
544
545         * GUI.h:
546         * Makefile.am: associated changes.
547
548 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
549
550         * ControlCredits.[Ch] (getCredits): returns a stringstream not a
551         vector<string>.
552
553 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
554
555         * ControlCredits.C (getCredits): remove std:: qualifier for
556         getline(). 
557
558 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
559
560         * ControlCredits.C (getCredits): add std:: on vector
561
562 2001-03-22  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
563
564         * ControlCredits.C: remove using that is only used once, use
565         std::ios instead of std::iosbase, add some annoying comments.
566
567 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
568
569         * lots of header files: improved explanatory notes.
570
571         * ControlBase.[Ch]: removed LyXView & lv_ and methods using it.
572         ControlBase is now a class that only controls the interaction of the
573         View with the ButtonController.
574
575         * ControlConnections.[Ch]: added LyXView & lv_ and associated methods
576         to ControlConnectBase. The class controls the connection/disconnection
577         of signals from the LyX kernel and makes available the kernel (through
578         lv_) to daughter controller classes.
579         Moved out class ControlConnectInset to a new file ControlDialogs.h.
580
581         * ControlDialogs.h: new file. Contains the definition of two template
582         controller classes, ControlDialog and ControlInset (was
583         ControlConnectInset). ControlInset is a parent class for controllers
584         of inset-popups. ControlDialogs is the rather uninspired name for
585         the base class of all non-inset popups. (Eg, Document and Paragraph.)
586         ControlDialogs is reaching a state of maturity as several popups now use
587         it and its functionality becomes clear. ControlInset is still in a state
588         of flux. It is likely that functionality will be moved out of
589         ControlCommands and into it.
590
591         * GUI.h: new file. Moved all the template GUIXXX classes out of the
592         individual Controller header files and into one place. These classes
593         serve only as convenient wrappers to simplify code in the respective
594         frontends' Dialogs::c-tor. Now all derived from a templatised parent.
595
596         * ControlCharacter.[Ch] (show, update, hide):
597         * ControlLog.[Ch] (show, update, hide):
598         * ControlVCLog.[Ch] (show, update, hide): moved back into
599         the ControlDialogs base class.
600         (setParams, clearParams): new methods containing controller-specific
601         code to set/reset the parameters manipulated by the view.
602
603         * ControlCommand.[Ch] (clearParams): a new virtual method, by default
604         empty.
605         (hide): calls clearParams.
606
607         * ControlCitation.[Ch] (hide): renamed as clearParams, a method called
608         by ControlCommand::hide().
609
610         * ControlCopyright.[Ch]:
611         * ControlCredits.[Ch]: new files; controllers for the copyright and
612         credits popups, respectively.
613
614 2001-03-21  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
615
616         * ControlCharacter.C: fix typo
617
618 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
619
620         * ControlCharacter.[Ch]: new files; controller for the character popup.
621
622         * ControlCitation.[Ch] (getStringFromVector, getVectorFromString):
623         moved to new files helper_funcs.[Ch].
624
625         * helper_funcs.[Ch]: new files. Some useful helper functions and
626         functors.
627
628         * Makefile.am: added new files.
629
630 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
631
632         * ControlCitation.C (getBibkeyInfo): parse non-BibTeX entries correctly.
633
634 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
635
636         * ControlLog.[Ch]:
637         * ControlVCLog.[Ch]: new files; controllers for LaTeX and Version
638         Control log files, respectively.
639
640         * Makefile.am: added new files.
641
642 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
643
644         * ControlBibtex.[Ch]: new files; controller for an InsetBibtex popup.
645
646         * Makefile.am: added ControlBibtex.[Ch].
647
648 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
649
650         * ControlBibitem.C:
651         * ControlCitation.C: added "using SigC::slot" declaration.
652
653         * ControlCitation.C (getStringFromVector): re-apply Dekel's recent fix
654         to FormCitation.C prior to the merger: "Do not put space between
655         multiple keys".
656
657 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
658
659         * several files: remove CXX_WORKING_NAMESPACES
660
661         * ButtonController.h: noncopyable is in namespace boost
662         * ButtonPolicies.h: ditto
663
664 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
665
666         * Merging changes from BRANCH_MVC back into HEAD.
667
668 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
669
670         * Makefile.am: add ControlBibitem.[Ch].
671
672         * ControlBibitem.[Ch]: new files that together define the Controller
673         for a Bibitem popup.
674
675         * ControlCommand.h (c-tor): give  kb_action a default value of
676         LFUN_NOACTION.
677         
678         * ControlCommand.C (apply): do nothing if kb_action is LFUN_NOACTION.
679         
680         * ControlCitation.[Ch]: moved search functions out of class.
681         (bibkeysInfo): new method. Returns const reference to private data.
682         (searchKeys): added case-sensitive switch. Used only by simpleSearch
683         for now.
684
685 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
686
687         * ControlCitation.[Ch]: added Search functions to the class,
688         (shamelessly lifted from Marco's gnome code). I think that these would
689         be better as helper functions outside the class, but this is a first
690         stab at it.
691
692 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
693
694         * ControlCitation.[Ch]: (getBibkeyList): removed from class
695         ControlCitation.
696         (getBibkeys, getBibkeyInfo): added to class ControlCitation.
697         (getStringFromVector, getVectorFromString, parseBibTeX): new helper
698         funcs. parseBibTeX() is lifted staraight out of Marco's gnome
699         implementation of FormCitation.
700
701 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
702
703         * ButtonPolicies.h: add SMI_NOOP to enum.
704
705         * ButtonPolicies.C (nextState): add if-statement for SMI_NOOP.
706
707         * ButtonController.C (input): add "optimising" if-statement. Actually,
708         things don't work correctly without it...
709
710 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
711
712         * ViewBase.h: remove #pragma directive
713
714         * ControlConnection.[Ch] (ControlConnectBI c-tor): add explicit c-tor
715         to make g++ happy.
716
717 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
718
719         * ButtonPolicies.[Ch]: moved from ../ButtonPolicies.[Ch]
720
721         * Makefile.am: added ButtonPolicies.[Ch]
722
723         * ButtonController.[Ch]: ButtonController is split into
724         ButtonControllerBase and a template ButtonController class. The base
725         class no longer stores a pointer to a ButtonPolicy, but instead
726         accesses the actual instantiation of the policy through a pure virtual
727         method bp(). This method and the ButtonPolicy itself are instantiated
728         in the templatised ButtonController class. This class is derived from
729         the GUI-specific GUIBC class, meaning that the frontends know
730         nothing about the actual policy decided upon by the controllers.
731
732         * ControlBase.[Ch]: No longer store the View or the ButtonController.
733         Instead the actual instantiations are accessed through pure virtual
734         methods view() and bc(). The daughter classes are responsible for the
735         actual View and ButtonController.
736
737         * ControlCitation.h: the templatised class GUICitation instantiates
738         the methods view() and bc(). It also stores the instances of the
739         View and ButtonController.
740         
741 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
742
743         * ButtonControllerBase.[Ch]: renamed as ButtonController.[Ch]. Class
744         also changed to ButtonController.
745
746         * ControlBase.[Ch]:
747         * ControlConnections.[Ch]:
748         * ControlCommand.[Ch]:
749         * ControlCitation.[Ch]:
750         * ViewBase.h: Changes associated with this.
751
752 2001-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
753
754         * ButtonControllerBase.[Ch]: new files. Split Allan's original
755         xforms/ButtonController class into a GUI-I class (here) and an
756         xforms-specific derived class, to be found in xforms/xformsBC.[Ch].
757
758         * ControlBase.[Ch]: new files. ControlBase is an abstract base class
759         from which all Dialog Controllers should be derived. the Controllers
760         are GUI-independent, but are designed to control the behaviour of
761         GUI-specific implementaions of each dialog.
762
763         * ControlConnections.[Ch]: new files. Classes controlling the
764         connections of buffer-independent, buffer-dependent and Inset dialogs
765         with the LyX kernel.
766
767         * ControlCommand.[Ch]: new files. A controller for all dialogs for the
768         InsetCommand subset of insets.
769
770         * ControlCitation.[Ch]: new files. The test specialisation! A
771         controller for the Citation dialog.
772
773         * ViewBase.h: new file. ViewBase is an abstract base class from which
774         GUI-specific dialogs should be derived. The functionality that the GUIs
775         must now implement is much reduced.