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