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