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