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