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