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