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