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