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