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