]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ChangeLog
52b590aac26ddd59f1672549d1a680302d2939dd
[lyx.git] / src / frontends / controllers / ChangeLog
1 2006-04-19  Bernhard Reiter <ockham@gmx.net>
2         * ControlExternal.[Ch]: Split browse(...) half, introducing
3         getTemplateFilters(...)
4
5 2006-03-10  Martin Vermeer  <martin.vermeer@hut.fi>
6
7         * ControlChanges.C: fix bug 2212: First change is skipped in
8         "Merge changes..." dialog
9
10 2006-03-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
11
12         * tests/pch.h: fix nullstream.hpp location for boost 1.33.0
13
14 2006-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
15
16         * biblio.C (escape_special_chars): Update for boost::regex v4
17         (RegexMatch): Update for bosot::regex v4
18         (searchKeys): Handle exception if it occurs.
19
20 2005-12-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
21
22         * ControlPrefs.[Ch]: new helper functions toPaperSize and
23         fromPaperSize that prevent off-by-x errors in the papersize
24         combos (bug 2148).
25
26 2005-11-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
27
28         * ControlErrorList.C (goTo): give a better error message when pid
29         is not found.
30
31 2005-11-02  Angus Leeming  <leeming@lyx.org>
32
33         * helper_funcs.C: trivial fix to a MSVS warning.
34
35 2005-10-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
36
37         * ControlSpellchecker.C (nextWord): do not return empty word
38         unless at the end of the document (bug 2062)
39
40 2005-10-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
41
42         * ControlSpellchecker.C (check): make sure that word at cursor
43         position is checked too. (bug 2063)
44
45 2005-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
46
47         * Dialog.C (checkStatus): update dialog after checkReadOnly has
48         enabled all widgets (fixes bug 1894).
49
50 2005-09-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
51
52         * ControlDocument.C (dispatchParams): update bufferview at the end
53         (fixes bug 2023).
54
55 2005-09-08  Angus Leeming  <leeming@lyx.org>
56
57         * ControlSpellchecker.C: correct grammar describing invocation of the
58         spellchecker.
59
60 2005-08-10  Angus Leeming  <leeming@lyx.org>
61
62         * tex_helpers.C (rescanTexStyles): Quote the path to TeXFiles.sh
63         to avoid problems with "paths with spaces".
64
65 2005-08-07  Angus Leeming  <leeming@lyx.org>
66
67         * ControlExternal.C (origin_gui_str): ensure that the strings
68         are translated.
69
70 2005-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
71
72         * ControlSpellchecker.C (checkAlive, initialiseParams): try to
73         give clearer error mesages.
74
75 2005-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
76
77         * ControlTexinfo.C: compilation fix.
78
79 2005-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
80
81         bug 1950.
82         
83         * Dialog.h (exitEarly): virtual function, returns false as a
84         default. 
85
86         * ControlSpellchecker.h (exitEarly): return exitEarly_
87
88         * ControlSpellchecker.C (check): set exitEarly_ to true when
89         spell-checking is finished, false otherwise.
90
91 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
92
93         * ControlBibtex.C: sort bst files (bug 1936)
94
95         * ControlTeXInfo.[Ch]: new member getFileType that returns the extension
96         of the supported files.
97         * ControlTeXInfo.[Ch] (getTeXFileList): takes bool withPath and sorts 
98         correctly when no path is requested (bug 1936)
99
100         * tex_helpers.C (getTeXFileList): remove empty items from the list 
101         (bug 1936); proper support the other file types than *cls.
102
103 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
104
105         * ControlToc.[Ch]: getGuiName takes a type argument now.
106         * ControlToc.C (getGuiName): Do all guiname translations here (bug 1870)
107
108 2005-07-16  José Matos  <jamatos@fc.up.pt>
109
110         * ControlTabular.C (set): use a single papersize variable.
111
112 2005-07-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
113
114         * ControlChanges.C (getChangeDate): use localized date (from 
115         support/lyxtime).
116
117 2005-07-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
118
119         * ControlToc.[Ch]: new method getGuiName, which is used by the frontends 
120         to set the toc combo (fixes bug 1870).
121
122 2005-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
123
124         * ControlPrint.C (browse): 
125         * ControlPrefs.C (browsebind, browseUI, browsekbmap, browsedict):
126         make FileFilterList label translatable.
127
128 2005-06-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
129
130         * ControlErrorList.C (goTo): if pos_end is 0, assume it is the end
131         of the paragraph instead.
132
133 2005-05-14  Michael Schmitt  <michael.schmitt@teststep.org>
134
135         * ControlLog.C: fix dialog title
136
137 2005-05-13  Angus Leeming  <leeming@lyx.org>
138
139         * helper_funcs.C (browseFile, browseDir): remove the loop that tested
140         whether the returned file name is valid in order to break out of the
141         loop.
142
143 2005-05-08  Angus Leeming  <leeming@lyx.org>
144
145         * Kernel.h (KernelDocType): wrapper class for the Kernel::DocTypes
146         enum.
147
148 2005-05-07  Michael Schmitt  <michael.schmitt@teststep.org>
149
150         * ControlRef.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
151
152 2005-05-03  Alfredo Braunstein  <abraunst@lyx.org>
153
154         * ControlSpellchecker.C (check): increment 'start', the beginning
155         of the next word to spell check only if cur.pos() != 0.
156         This fixes bug 1876 in which LyX will not check the very first word
157         of the document if the cursor is placed at the beginning of that
158         paragraph (just before the first letter at position 0).
159
160 2005-05-02  Angus Leeming  <leeming@lyx.org>
161
162         * ControlSpellchecker.C: clean-up the creation of the wrappers to
163         the different possible spelling engines.
164
165 2005-04-29  Martin Vermeer  <martin.vermeer@hut.fi>
166
167         * ControlCharacter.h (getLFun):Trivial bug fix
168
169 2005-04-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
170
171         * Dialog.h, ControlCharacter.h, ControlPrint.h, ControlSendto.h,
172         ControlTabular.h, ControlTabularCreate.h (getLfun): new, return the
173         lfun for applying the data
174         * Control*.C (dispatchParams): use getLfun where appropriate
175         * Dialog.[Ch], ControlChanges.h, ControlDocument.h (canApply): new,
176         check whether the dialog data may be applied
177
178 2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
179
180         * ControlDocument.C (dispatchParams): update the counters if
181         necessary.
182
183 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
184
185         * Dialog.[Ch] (checkStatus): new
186
187 2005-03-27  Martin Vermeer  <martin.vermeer@hut.fi>
188
189         * ControlDocument.C (dispatch_bufferparams): fix bug 1843
190
191 2005-03-15  Eitan Frachtenberg  <sky8an@gmail.com>
192
193         * biblio.C (getInfo): Show BibTeX annotation in citation preview
194         (parseBibTex): Treat \% as percent, not comment
195
196 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
197
198         * ControlSpellchecker.C (nextWord): size() -> depth()
199         * ControlTabular.C(initializeParams): ditto
200
201 2005-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
202
203         * ControlGraphics.C (browse): rewrite to use boost.filesystem
204
205 2005-01-20  Angus Leeming  <leeming@lyx.org>
206
207         * ControlSpellchecker.C (check): s/IGNORE/IGNORED_WORD/.
208
209 2005-01-17  Angus Leeming  <leeming@lyx.org>
210
211         * tex_helpers.C (rescanTexStyles): prepend the name of the
212         "TeXFiles" script with "sh ". Workaround for a brain-dead Windows.
213
214 2005-01-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
215
216         * ControlErrorList.C (goTo): fix the commented-out code (bug
217         1760).
218
219 2005-01-10  Angus Leeming  <leeming@lyx.org>
220
221         * ControlAboutlyx.C:
222         * ControlGraphics.C:
223         * helper_funcs.C:
224         * tex_helpers.C: use support/package.h to provide the paths to the
225         various directories used by LyX.
226
227 2005-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
228
229         * ControlTabularCreate.C (dispatchParams):
230         * ControlSpellchekcer.C (showSummary):
231         * ControlPrint.C (dispatchParams):
232         * ControlGraphics.C (readBB):
233         * ControlExternal.C (readBB): tostr -> convert
234
235 2004-12-17  Martin Vermeer  <martin.vermeer@hut.fi>
236
237         * ControlMath.C: fixed Ångström, Ørsted.
238
239 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
240
241         * ControlTabular.[Ch], ControlTabularCreate.h: use size_t-like
242         types for cell, row and column indices
243
244 2004-11-25  Angus Leeming  <leeming@lyx.org>
245
246         * ControlBibtex.C:
247         * ControlExternal.C:
248         * ControlGraphics.C:
249         * ControlInclude.C:
250         * ControlPrefs.C:
251         * ControlPrint.C: s/globbing.h/filefilterlist.h/ in #includes.
252
253         * helper_funcs.C: remove #include "globbing.h".
254
255 2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
256
257         * ControlSpellchecker.C (check): update the view when setting the
258         selection
259
260 2004-11-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
261
262         * ControlSpellchecker.C (nextWord): rewrite to skip words
263         containing digits.
264         (isLetter): honor lyxrc.isp_esc_chars
265
266 2004-11-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
267
268         * ControlTabular.C (initialiseParams): Compute the active cell
269
270 2004-11-11  Edwin Leuven
271
272         * ControlTabular.[Ch] (booktabs): new
273
274 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
275
276         * ControlInclude.C (browse): Use GetExtension() instead of
277         getFormatFromContents()
278
279 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
280
281         * ControlRef.C (gotoRef, gotoBookmark):
282         * Kernel.C (dispatch): remove verbose argument
283
284         * ControlCommandBuffer.C (dispatch): set origin of the lfun to
285         COMMANDBUFFER instead of using the old verbose argument to dispatch
286
287 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
288
289         * ControlInclude.C: s/getExtFromContents/getFormatFromContents/
290
291 2004-10-26  Angus Leeming  <leeming@lyx.org>
292
293         * ControlPrefs.[Ch]: add code to interface with the Movers.
294
295 2004-09-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
296
297         * ControlSpellchecker.C (check): do not set the selection
298         backwards, but translate it to the left instead.
299
300 2004-09-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
301
302         * ControlInclude.C (load): open nonlyx files via formats.edit()
303
304 2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
305
306         * pch.h: new file
307
308         * Makefile.am: support pch
309
310 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
311
312         * helper_funcs.C (browseLibFile): new function. Tries to do the
313         right thing to look for a file in lyxdir
314
315         * ControlPrefs.C (browsebind, browseUI, browsekbmap): use
316         browseLibFile
317
318 2004-08-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
319
320         * ControlBibtex.C (browseBst): new method, specialized to lookup
321         bibtex style files
322         (browseBib): new method, specialized to lookup bibtex database files
323         (browse): removed
324
325 2004-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
326
327         * ControlErrorList.C (goTo): shuffle code to avoid compiler warning.
328
329 2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
330
331         * biblio.C, ControlPrefs.C, ControlParagraph.C:
332         * ControlLog.C, ControlDocument.C, ControlAboutlyx.C: replace
333         "support/std_sstream.h" with <sstream>
334
335 2004-05-19  Angus Leeming  <leeming@lyx.org>
336
337         * *.[Ch]: wrap all code up inside namespace lyx::frontend.
338         Move namespace biblio to lyx::biblio.
339
340 2004-05-14  Angus Leeming  <leeming@lyx.org>
341
342         * biblio.[Ch] (asValidLatexCommand): new function which examines
343         the input string to return a latex citation command that is
344         valid for the current citation engine.
345
346 2004-05-14  Angus Leeming  <leeming@lyx.org>
347
348         * ControlCitation.[Ch]: small changes to use the CiteEngine_enum
349         wrapper class.
350
351         * biblio.[Ch]: move the CiteEngine enum into bufferparams.h to
352         minimize dependencies on this file.
353         (getCitationStyle, getCiteCommand): removed. Functionality moved
354         into the CitationStyle struct.
355
356 2004-05-12  Angus Leeming  <leeming@lyx.org>
357
358         * biblio.C (getEngine): reduced to the trivial.
359
360 2004-05-10  Angus Leeming  <leeming@lyx.org>
361
362         * biblio.[Ch]: create a new biblio::CiteEngine enum. Use it instead of
363         bools usingNatbib, usingJurabib.
364
365         * ControlCitation.[Ch]: simplified code to use the biblio::CiteEngine
366         enum rather than multiple bools, usingNatbib and using Jurabib.
367
368 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
369
370         * ControlGraphics.[Ch] (editGraphics): new method
371
372 2004-04-07  Martin Vermeer  <martin.vermeer@hut.fi>
373
374         * ControlDocument.C: 'assign' for opening/closing branch insets
375         according to selection
376
377 2004-04-05  Angus Leeming  <leeming@lyx.org>
378
379         * ButtonPolicies.C (printState, printInput): human-readable output
380         of ButtonPolicy::State, ButtonPolicy::SMInput.
381         (PreferencesPolicy::input): change the behaviour of the Preferences
382         state machine on receipt of SMI_CANCEL/SMI_HIDE if the existing
383         state is APPLIED, then let this state persist. Next time that the
384         dialog is opened, the user will be able to press 'Save'.
385
386 2004-04-05  Angus Leeming  <leeming@lyx.org>
387
388         * ControlPrefs.C (dispatchParams): ignore system_lyxrc when writing
389         the contents of rc_ to the stringstream.
390
391 2004-04-05  Angus Leeming  <leeming@lyx.org>
392
393         * ControlErrorList.C: wrap #warning calls inside #ifdef
394         WITH_WARNINGS blocks.
395
396 2004-04-01  Angus Leeming  <leeming@lyx.org>
397
398         * README: removed. It refered to the ancient and impossible to
399         understand scheme ;-)
400
401 2004-03-31  Angus Leeming  <leeming@lyx.org>
402
403         * ControlButtons.[Ch]:
404         * ControlConnections.[Ch]:
405         * ControlDialog.{h,tmpl}:
406         * ControlDialog_impl.[Ch]:
407         * GUI.h:
408         * ViewBase.[Ch]: all removed.
409
410         * Makefile.am: adjusted to suit.
411
412 2004-03-31  Angus Leeming  <leeming@lyx.org>
413
414         * ControlPreamble.[Ch]: converted to the dialog-based scheme.
415
416 2004-03-31  Angus Leeming  <leeming@lyx.org>
417
418         * ControlSpellchecker.C: converted to the dialog-based scheme.
419         Cleaned-up the program structure so that it behaves in similar manner
420         to all the other dialogs. There is still far too much of the core
421         in here though...
422
423         * Dialog.C (update): more generic error message.
424
425 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
426
427         * ControlSpellchecker.C: s/DocumentIterator/DocIterator/g
428
429 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
430
431         * ControlSpellchecker.C (isLetter, nextWord): check for inTextEd,
432         use forwardPos.
433
434 2004-03-31  Angus Leeming  <leeming@lyx.org>
435
436         * ControlPrefs.[Ch]: converted to the dialog-based scheme.
437
438         * Dialog.C (apply): bug fix. Enable the dispatch of dialogs
439         which aren't dependent on a buffer when no buffer is open.
440
441         Kernel.[Ch] (redrawGUI): new function.
442
443 2004-03-31  Angus Leeming  <leeming@lyx.org>
444
445         * ControlPrefs.C: a bit of an overhaul, moving the local Converters
446         and Formats variables out of the various frontends to here,
447         and ensuring that nothing is actually dispatched to the core except
448         from apply().
449         Also use the new LFUN_LYXRC_APPLY lfun.
450
451 2004-03-30  Angus Leeming  <leeming@lyx.org>
452
453         * ControlDocument.[Ch]: converted to the dialog-based scheme.
454
455 2004-03-30  Angus Leeming  <leeming@lyx.org>
456
457         * ControlDocument.[Ch]: move all of the 'apply' code into the core
458         and access it by dispatching the appropriate lfuns.
459
460 2004-03-30  Angus Leeming  <leeming@lyx.org>
461
462         * ControlDocument.C (apply): replace the loop over paragraphs
463         invoking insetsOpenCloseBranch with
464         LFUN_ALL_INSETS_TOGGLE, "toggle branch".
465
466 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
467
468         * ControlBibtex.[Ch]: add member usingBibtopic().
469
470 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
471
472         * ControlDocument.C:
473         * ControlErrorList.C: adjust to ParIterator change
474
475 2004-03-28  Angus Leeming  <leeming@lyx.org>
476
477         * ControlPrint.[Ch]: converted to the dialog-based scheme.
478
479 2004-03-27  Angus Leeming  <leeming@lyx.org>
480
481         * ControlSendto.[Ch]: converted to the dialog-based scheme.
482
483 2004-03-24  Angus Leeming  <leeming@lyx.org>
484
485         64-bit compile fixes.
486
487         * ControlErrorList.C (goTo): use lyx::pos_type as type of
488         temporary vars.
489
490         * ControlSpellchecker.C (nextWord): pass progress as a
491         PosIterator::difference_type, not an int.
492
493 2004-03-17  Angus Leeming  <leeming@lyx.org>
494
495         * ControlForks.[Ch]: removed.
496
497         * Makefile.am: remove mention of ControlForks.[Ch].
498
499 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
500
501         * biblio.[Ch]:
502         * ControlCitation.[Ch]: add jurabib support.
503
504 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
505
506         * ControlPrint.C, ControlSendto.C: use always a temp dir
507         * ControlSendto.C: check return value of buffer()->writeFile()
508
509 2004-02-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
510
511         * biblio.C (parseBibTeX): "=" -> '='
512
513 2004-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
514
515         * biblio.C (RegexMatch): inherit from std::unary_function, make
516         operator() const and variable regex_ mutable.
517
518         * ControlSpellchecker.C (check): use correct types for the result
519         from distance.
520
521 2004-01-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
522
523         * ControlSpellchecker.C: add using statements for std::advance and
524         std::distance
525
526         * ControlExternal.C: add using statement for std::advance
527
528 2004-01-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
529
530         * ControlSpellchecker.C (check): use std::distance and
531         std::advance
532
533 2004-01-25  Angus Leeming  <leeming@lyx.org>
534
535         * ControlSearch.[Ch]: derive from Controller rather than
536         the deprecated ControlDialogBD.
537
538 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
539
540         * Dialog.C (hide): disconnect dialog/inset on hide (partial fix
541         to bug 1251)
542
543 2004-01-08  Angus Leeming  <leeming@lyx.org>
544
545         * ControlBibtex.[Ch] (browse):
546         * ControlExternal.[Ch] (browse):
547         * ControlGraphics.[Ch] (browse):
548         * ControlInclude.[Ch] (browse):
549         * ControlPrefs.[Ch] (browsebind, browseUI, browsekbmap,
550         browsedict, browse, browsedir):
551         * ControlPrint.[Ch] (browse):
552         FileFilterList change to the browseFile, browseRelFile functions.
553
554         * helper_funcs.[Ch] (browseFile, browseRelFile):
555         FileFilterList change to the FileDialog open and save functions.
556
557 2004-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
558
559         * ControlSendto.C (allFormats): use the unique-erase idom and
560         simplify some code a bit.
561
562         * ControlMath.C: make CompareKey adaptable
563
564 2004-01-07  Angus Leeming  <leeming@lyx.org>
565
566         * ControlSearch.C:
567         * ControlThesaurus.C (replace):
568         rewrite to use LFUN_WORD_(FIND|REPLACE).
569
570 2003-12-14  Angus Leeming  <leeming@lyx.org>
571
572         * ControlBranch.[Ch] (branchlist): new member function.
573
574         * ControlDocument.C (setBranchColor): removed.
575         (apply): update Color to accommodate the new BranchList colors.
576
577 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
578
579         * ControlMinipage.[Ch]: remove.
580         * Makefile.am: remove minipage files.
581
582 2003-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
583
584         * ControlMath.C (dispatchSubscript, dispatchSuperscript): enable
585         the math panel sub/superscript buttons once again.
586
587 2003-12-11  Angus Leeming  <leeming@lyx.org>
588
589         * ControlCommand.C (initialiseParams): changes due to the changed
590         interface to InsetCommandMailer::string2params.
591
592 2003-12-10  Angus Leeming  <leeming@lyx.org>
593
594         * ControlNote.[Ch] (note_gui_tokens): removed; no longer needed.
595
596 2003-12-10  Angus Leeming  <leeming@lyx.org>
597
598         * ControlBranch.C (dispatchParams): change to invocation of
599         InsetBranchMailer::params2string.
600
601         * ControlNote.C (dispatchParams): change to invocation of
602         InsetNoteMailer::params2string.
603
604 2003-12-05  Angus Leeming  <leeming@lyx.org>
605
606         * ControlVCLog.[Ch]: removed.
607         * Makefile.am: remove ControlVCLog.[Ch]
608
609 2003-12-05  Angus Leeming  <leeming@lyx.org>
610
611         * ControlLog.[Ch]: re-worked so that it is passed the logtype and
612         filename rather than extracting them from the kernel.
613
614 2003-12-04  Angus Leeming  <leeming@lyx.org>
615
616         * ControlExternal.[Ch] (bbChanged): new accessor functions to a
617         boolean flag.
618         (readBB): attempt to read the BoundingBox from the graphics file.
619         If that fails, try the Graphics Cache.
620         (all_origins, origin_gui_str): helpers for the frontends.
621
622 2003-12-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
623
624         * ControlVSpace.C: enable the buttons for new insets.
625
626 2003-11-28  André Pönitz  <poenitz@gmx.net>
627
628         * ControlVSpace.[Ch]: new files
629         * Makefile.am: adjust
630
631 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
632
633         * ControlDocument.C: Change call to insetsOpenCloseBranch
634
635 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
636
637         * ControlSpellchecker.C (isLetter): skip ert
638
639 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
640
641         * ControlErrorList.C (goTo): allow going to inner paragraphs
642
643 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
644
645         * ControlSearch.[Ch]:
646         * ControlThesaurus.C: adjust to spellcheck code changes
647
648 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
649
650         * ControlSpellchecker.C (nextWord): do not send ligature breaks
651         and other nasty insets to the spellchecker
652
653 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
654
655         * ControlSpellchecker.[Ch] (nextWord, check): rewrite of the text
656         handling parts
657
658 2003-10-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
659
660         * ControlDocument.[Ch]: add method setBranchColor().
661
662 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
663
664         * ControlCommandBuffer.C (dispatch): adjust for dispatch change
665
666 2003-10-08  Angus Leeming  <leeming@lyx.org>
667
668         Fix doxygen warnings.
669
670         * frnt_lang.h: move comment so that doxygen is not confused.
671
672 2003-10-07  Angus Leeming  <leeming@lyx.org>
673
674         * ControlExternal.[Ch]: InsetExternal::Params -> InsetExternalParams.
675         (getTemplatePtr): removed. Use function in ExternalSupport.
676
677 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
678
679         * ControlBox.C:
680         * ControlBox.h:
681         * Makefile.am: The Box patch. Fancybox support, minipage, parbox
682
683 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
684
685         * BCView.h:
686         * ControlCommandBuffer.h:
687         * biblio.h:
688         * frnt_lang.h:
689         * tex_helpers.h: add <string> and other small fixes to make Lars'
690         std::string patch compile with STLport.
691
692 2003-10-01  Angus Leeming  <leeming@lyx.org>
693
694         * ControlExternal.[Ch]: changes due to the introduction of
695         namespace lyx::external.
696
697 2003-09-25  Angus Leeming  <leeming@lyx.org>
698
699         * ControlExternal.C (getTemplatePtr): simplify, due to change in
700         ExternalTemplateManager interface.
701
702 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
703
704         * ControlDocument.C (setParams): fix new bug
705
706 2003-09-19  Angus Leeming  <leeming@lyx.org>
707
708         * ControlInclude.[Ch]: Store and access the params as an
709         InsetCommandParams, rather than access them as a InsetInclude::Params
710         and store 'em as a boost::scoped_ptr<InsetInclude>.
711         Other clean-ups due to the changes in InsetInclude.
712
713 2003-09-18  Angus Leeming  <leeming@lyx.org>
714
715         * ControlCommand.C (clearParams): simplify.
716
717 2003-09-18  Angus Leeming  <leeming@lyx.org>
718
719         * ControlCharacter.C:
720         * ControlCharacter.h:
721         * ControlPrefs.C:
722         * ControlPrefs.h:
723         * character.h: rename EnumColor as Color_color.
724
725 2003-09-16  Angus Leeming  <leeming@lyx.org>
726
727         * ControlCharacter.C: add #include "Color.h".
728
729 2003-09-16  Angus Leeming  <leeming@lyx.org>
730
731         * character.C: add #include "Color.h".
732
733 2003-09-15  Angus Leeming  <leeming@lyx.org>
734
735         * ControlCharacter.C (setColor, getColor):
736         pass EnumColor args, rather than Color::color ones.
737
738         * ControlPrefs.C: add #include "Color.h".
739         * ControlPrefs.h:remove #include "Color.h".
740
741         * ControlPrefs.[Ch] (setColor): pass EnumColor arg, not than Color::color one.
742
743         * character.h:remove #include "Color.h".
744         typedef ColorPair as a std::pair<string, EnumColor>.
745
746 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
747
748         * ControlAboutlyx.C
749         * ControlParagraph.C
750         * biblio.C
751         * tex_helpers.C: remove usage of STRCONV
752
753 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
754
755         * several files: change Assert to BOOST_ASSERT
756
757 2003-09-08  Angus Leeming  <leeming@lyx.org>
758
759         * ControlCommandBuffer.C:
760         * ControlDocument.C:
761         * ControlPrefs.C:
762         * helper_funcs.C:
763         * tex_helpers.C: remove redundant using directives.
764
765 2003-09-07  Angus Leeming  <leeming@lyx.org>
766
767         * ButtonController.h:
768         * helper_funcs.h: remove #include "support/std_string.h".
769
770         * ControlBranch.h:
771         * ControlNote.h: remove #include "debug.h".
772
773         * ControlDocument.h: remove #include <vector>, "support/std_string.h".
774
775         * ControlErrorList.h:
776         * ControlThesaurus.h: remove #include <vector>.
777
778         * ControlPrefs.h: remove #include "funcrequest.h", <utility>.
779
780         * GUI.h: remove #include "BCView.h".
781
782         * tex_helpers.h: remove #include <utility>.
783
784 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
785
786         * biblio.C:
787         * frnt_lang.C: re-add missing system headers, needed for 2.95.2.
788
789 2003-09-05  Angus Leeming  <leeming@lyx.org>
790
791         * GUI.h: ensure that the header file can be compiled stand-alone.
792         * *.C: strip out redundant #includes. (49 in total.)
793
794 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
795
796         * most files: change to use const buffer refs.
797
798 2003-08-16  Martin Vermeer  <martin.vermeer@hut.fi>
799
800         * ControlBranch.[Ch]:
801         * ControlDocument.C:
802         * Makefile.am: implements the 'branch
803         inset' idea. This allows the output of various versions of a
804         document from a single source version, selectively outputing or
805         suppressing output of parts of the text.
806         This implementation contains a 'branch list editor' in a separate
807         tab of the document settings dialog. Branches are user definable
808         and have a "display colour" to distinguish them on-screen.
809
810         ColorHandler was somewhat cleaned up.
811         (1) make possible a dynamically growing Color list by allowing
812         the graphic context cache to grow along (vector);
813         (2) eliminate an IMHO unnecessary step in colour allocation.
814
815 2003-08-15  André Pönitz  <poenitz@gmx.net>
816
817         * ControlErrorList.C:
818         * ControlSpellchecker.C: remove toggleSelection
819
820 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
821
822         * ControlGraphics.C: rename "XXX baseline" to "Baseline XXX"
823         for consistency
824         * ControlTabular.h:
825         * ControlTabular.C: rename VALIGN_CENTER to VALIGN_MIDDLE;
826         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
827         rename VCENTER to MIDDLE
828
829 2003-08-04  André Pönitz  <poenitz@gmx.net>
830
831         * ControlErrorList.C:
832         * ControlSpellchecker.C: simpler BufferView::update() calls
833
834 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
835
836         * ControlNote.[Ch]: add i18n support.
837
838 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
839
840         * ControlToc.C (goTo): adjust for lyx::toc
841         (getTypes): ditto
842         (getContents): ditto
843
844         * ControlThesaurus.C (replace): adjust for lyx::find
845
846         * ControlSearch.C (find): adjust for lyx::find
847         (replace): ditto
848
849         * ControlChanges.C (find): adjust for lyx::find
850         (accept): ditto
851         (reject): ditto
852
853 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
854
855         * ControlTabular.C (useMetricUnits): adapt PAPER_* enums
856
857 2003-07-23  Angus Leeming  <leeming@lyx.org>
858
859         * ControlExternal.C: pass a Buffer const & rather than a Buffer const *
860         to the mailer's string2params, params2string functions.
861
862         * ControlGraphics.C pass a Buffer const & rather than a string const &
863         buffer_path to the mailer's string2params, params2string functions.
864
865 2003-07-23  Angus Leeming  <leeming@lyx.org>
866
867         * Kernel.[Ch] (bufferFilepath): new wrapper for Buffer::filePath.
868
869         * ControlBibtex.C:
870         * ControlExternal.C:
871         * ControlGraphics.C: use it.
872
873 2003-07-21  Angus Leeming  <leeming@lyx.org>
874
875         * ControlGraphics.C (initialiseParams, dispatchParams): no need
876         to modify the filename for reasons of 'good UI' anymore.
877
878 2003-07-21  Angus Leeming  <leeming@lyx.org>
879
880         * ControlGraphics.C (initialiseParams, dispatchParams): pass a
881         buffer_path parameter to InsetGraphicsMailer's string2params,
882         params2string.
883
884 2003-07-21  Angus Leeming  <leeming@lyx.org>
885
886         * ControlGraphics.C (readBB): use namespace lyx::graphics rather
887         than grfx shortcut.
888
889 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
890
891         * ControlGraphics.C (dispatchParams): avoid some variable/function
892         shadowing.
893
894         * ControlDialog.tmpl (show): follow C++ rules more closely
895         (update): ditto
896         (hide): ditto
897
898 2003-07-17  Angus Leeming  <leeming@lyx.org>
899
900         * ControlChanges.h:
901         * ControlErrorList.h:
902         * ControlLog.h:
903         * ControlMath.h:
904         * ControlShowFile.h:
905         * ControlTexinfo.h:
906         * ControlVCLog.h:
907         * Dialog.h: fix some doxygen warnings.
908
909         * Dialog.C: shuffle a couple of functions around.
910
911 2003-07-16  Angus Leeming  <leeming@lyx.org>
912
913         * ControlMath.C (find_xpm): rewrite to make Lars happy by using find_if.
914
915 2003-07-16  Angus Leeming  <leeming@lyx.org>
916
917         Dialog.[Ch]: move a few methods out of line.
918
919         Dialog.h:
920         Kernel.h: improve doxygen documentation.
921
922 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
923
924         * introduce namespace lyx::support
925
926 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
927
928         * Kernel.h: fix some \class issues
929
930         * Kernel.C: fix \file
931
932         * Dialog.h: fix some \class issues
933
934         * ControlErrorList.h: correct const type order, remove some
935         ControlErrorList:: from declarations.
936
937         * BCView.h: fix usage of \class to \c
938         * ControlAboutlyx.h: ditto
939         * ButtonController.h: ditto + remove misplaced end doxy group tag
940
941 2003-06-24  Alfredo Braunstein  <abraunst@libero.it>
942
943         * ControlDocument.C (classApply): removed the call to resetErrorList,
944         replaced setErrorList by parseErrors
945
946 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
947
948         * ControlError.[Ch]: removed
949         * Makefile.am: adjust
950
951 2003-06-20  Angus Leeming  <leeming@lyx.org>
952
953         * tex_helpers.[Ch] (getTexFileList): changed to
954         void getTexFileList(string const & file, vector<string> & contents);
955
956         * ControlBibtex.[Ch] (getBibFiles, getBibStyles): now passed a
957         vector<string> to fill rather than returning a string.
958
959         * ControlTexinfo.[Ch] (rescanStyles, runTexhash): removed. No need
960         for an extra layer of indirection.
961         (getContents): moved out of class to getTexFileList.
962
963 2003-06-19  Angus Leeming  <leeming@lyx.org>
964
965         * ControlTexinfo.[Ch]: rewritten to use the Dialog-based scheme.
966
967 2003-06-17  Angus Leeming  <leeming@lyx.org>
968
969         * ControlMath.[Ch]:
970         * ControlMath2.[Ch]: rename ControlMath2 as ControlMath.
971         Move into ControlMath.[Ch]. Remove ControlMath2.[Ch].
972
973         * Makefile.am: remove ControlMath2.[Ch].
974
975 2003-06-17  Angus Leeming  <leeming@lyx.org>
976
977         * ControlMath.[Ch] (showDialog):
978         * ControlMath2.[Ch] (showDialog, dispatchFunc): new member functions.
979
980         * ControlMath2.C: wrap all other calls to the kernel diapatcher into
981         dispatchFunc.
982
983 2003-06-12  Angus Leeming  <leeming@lyx.org>
984
985         * ControlMath2.[Ch]: new files. A work in progress towards a clean
986         implementation of the math panel.
987
988         * Makefile.am: add files.
989
990 2003-06-11  Angus Leeming  <leeming@lyx.org>
991
992         * ControlExternal.[Ch]: changes due to InsetExternal::Params no longer
993         storing the ExternalTemplate but its name.
994
995 2003-06-10  Angus Leeming  <leeming@lyx.org>
996
997         * ControlExternal.C (editExternal): invokes new LFUN_EXTERNAL_EDIT
998         rather than generate a new inset itself.
999
1000 2003-06-06  John Levon  <levon@movementarian.org>
1001
1002         * ControlDocument.C: make sure a language change
1003         always gets propogated
1004
1005 2003-06-03  Angus Leeming  <leeming@lyx.org>
1006
1007         * ControlExternal.[Ch]: remove viewExternal and updateExternal.
1008         Change the internal store from an InsetExternal to its Param struct.
1009
1010 2003-06-03  John Levon  <levon@movementarian.org>
1011
1012         * ControlGraphics.C: make file path relative for the GUI,
1013         absolute for the backend
1014
1015 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1016
1017         * ControlDocument.C (saveAsDefault): adjust
1018
1019 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
1020
1021         * ViewBase.h:
1022         * Dialog.h (setTitle): added
1023
1024 2003-05-20  Alfredo Braunstein  <abraunst@libero.it>
1025
1026         * ControlErrorList.[Ch]: small bugs fixed, use ErrorList
1027
1028 2003-05-13  André Pönitz  <poenitz@gmx.net>
1029
1030         * ControlForks.[Ch]: use vector<pid_t> instead of strings
1031
1032 2003-05-14  Rob Lahaye <lahaye@users.sourceforge.net>
1033
1034         * ControlErrorList.C (clearParams): replace string::clear by
1035         string::erase
1036
1037 2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1038
1039         * ControlErrorList.C (goTo): use lyxerr not cout.
1040
1041 2003-05-13  Alfredo Braunstein <abraunst@libero.it>
1042
1043         * ControlErrorList.[Ch]: added
1044         * Makefile.am: the above adittion
1045
1046 2003-05-13 André Pönitz <poenitz@gmx.net>
1047
1048         * ControlDocument.C:
1049         * ControlPrint.C:
1050         * ControlSpellchecker.C:
1051         * biblio.C: boost::format -> bformat  all over the place
1052
1053         * ControlForks.C:
1054         * ControlGraphics.C:
1055         * ControlPrint.C:
1056         * ControlSearch.C:
1057         * ControlSpellchecker.C:
1058         * ControlTabularCreate.C: use tostr from new header
1059
1060
1061 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1062
1063         * Makefile.am: better lib building
1064
1065 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1066
1067         * ControlDocument.C (saveAsDefault): parlist cleanup
1068
1069 2003-05-06  John Levon  <levon@movementarian.org>
1070
1071         * ControlDocument.C: fix buggy boost format
1072
1073 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1074
1075         * ControlDocument.C (classApply): adjust call to
1076         SwitchLayoutsBetweenClasses.
1077
1078 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1079
1080         * ControlDocument.C (setLanguage): call updateDocLang when not
1081         calling changeLanguage.
1082
1083 2003-04-10  John Levon  <levon@movementarian.org>
1084
1085         * ControlTabular.h:
1086         * ControlTabular.C: add longTabular() etc.
1087
1088 2003-04-10  John Levon  <levon@movementarian.org>
1089
1090         * ControlMath.C (find_xpm): handle math_delim arguments
1091
1092 2003-04-02  Angus Leeming  <leeming@lyx.org>
1093
1094         * ControlCommandBuffer.[Ch] (c-tor): passed a LyXView & rather than
1095         a LyXFunc &. Ensuing changes elsewhere.
1096         (getCurrentState): new method, returning bufferview_func's
1097         currentState (needs the currently active BufferView).
1098
1099 2003-03-31  John Levon  <levon@movementarian.org>
1100
1101         * ControlPrint.C:
1102         * ControlDocument.C: more Alert cleanups
1103
1104 2003-03-29  John Levon  <levon@movementarian.org>
1105
1106         * ControlSpellchecker.C: Alert cleanup
1107
1108 2003-03-29  John Levon  <levon@movementarian.org>
1109
1110         * helper_funcs.C: Alert cleanup
1111
1112 2003-03-29  John Levon  <levon@movementarian.org>
1113
1114         * ControlDocument.C: comment out seemingly silly question
1115
1116 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1117
1118         * ControlDialog.tmpl (show): qualify emergency_exit_ with this->
1119         (update): ditto
1120         (hide): ditto
1121
1122 2003-03-26  Angus Leeming  <leeming@lyx.org>
1123
1124         * ControlThesaurus.[Ch]: rewrite to use the Dialog-based scheme.
1125
1126 2003-03-25  John Levon  <levon@movementarian.org>
1127
1128         * ControlSpellchecker.C: support for new aspell
1129
1130 2003-03-25  Angus Leeming  <leeming@lyx.org>
1131
1132         * ControlLog.[Ch]:
1133         * ControlShowFile.[Ch]:
1134         * ControlVCLog.[Ch]: rewrite to use the Dialog-based scheme.
1135
1136 2003-03-24  John Levon  <levon@movementarian.org>
1137
1138         * ControlMath.C: include Pr function
1139
1140 2003-03-23  John Levon  <levon@movementarian.org>
1141
1142         * ControlSpellchecker.C: make "words checked" translatable,
1143         from Michael Schmitt
1144
1145 2003-03-18  John Levon  <levon@movementarian.org>
1146
1147         * ControlParagraph.C: make reading of params succeed
1148
1149 2003-03-13  Rob Lahaye  <lahaye@snu.ac.kr>
1150
1151         * ControlChanges.[Ch]: ControlChanges::find() returns the bool
1152         from lyxfind::findNextChange(), instead of void.
1153
1154 2003-03-13  Angus Leeming  <leeming@lyx.org>
1155
1156         * Dialog.h (initialiseParams): return a bool to indicate successful
1157         translation of the string.
1158
1159         * Dialog.h:
1160         * Kernel.h
1161         * ControlAbout.h: a serious attempt at documenting the code.
1162
1163         * ButtonController.[Ch] (readWrite): it wasn't used, so remove it.
1164         (invalid): ditto.
1165
1166         * ButtonController.[Ch]:
1167         * BCView.[Ch], BCView.tmpl: make many methods const.
1168
1169 2003-03-13  Angus Leeming  <leeming@lyx.org>
1170
1171         * ControlParagraph.[Ch]: rewrite to use the Dialog-based scheme and
1172         the new dispatch lfuns.
1173
1174 2003-03-12  Angus Leeming  <leeming@lyx.org>
1175
1176         * ControlCharacter.[Ch]: rewrite to use the Dialog-based scheme and
1177         the new dispatch lfuns.
1178
1179 2003-03-09  Angus Leeming  <leeming@lyx.org>
1180
1181         Flatten the ButtonController tree by splitting it into a Controller
1182         and a View.
1183
1184         * BCView.[Ch], BCView.tmpl: new files containing the View part of the
1185         ButtonController.
1186
1187         * ButtonController.[Ch]: just the controller, which needs know only
1188         two methods of the View, refresh and refreshReadOnly.
1189
1190         * lots of files: associated changes.
1191
1192 2003-03-09  Angus Leeming  <leeming@lyx.org>
1193
1194         * ControlChanges.[Ch]: rewrite to use the Dialog-based scheme.
1195
1196 2003-03-09  Angus Leeming  <leeming@lyx.org>
1197
1198         * ControlAboutlyx.[Ch]: rewrite to use the Dialog-based scheme.
1199
1200 2003-03-09  Angus Leeming  <leeming@lyx.org>
1201
1202         * ControlTabularCreate.[Ch]: rewrite to use the Dialog-based scheme.
1203
1204 2003-03-09  Angus Leeming  <leeming@lyx.org>
1205
1206         * ControlTabular.[Ch]: rewrite to use the Dialog-based scheme.
1207
1208 2003-03-09  Angus Leeming  <leeming@lyx.org>
1209
1210         * ControlTabular.[Ch]: minimise the interface in preparation for
1211         a move to the Dialog-based scheme.
1212         (inset): removed; the views require only getActiveCell().
1213         (tabular): return as a reference.
1214
1215 2003-03-07  Angus Leeming  <leeming@lyx.org>
1216
1217         * ControlGraphics.[Ch]: rewrite to use the Dialog-based scheme.
1218
1219         * ControlInset.{h, tmpl}: remove.
1220         * Makefile.am: remove files.
1221
1222 2003-03-07  Angus Leeming  <leeming@lyx.org>
1223
1224         * ControlBibitem.[Ch]:
1225         * ControlIndex.[Ch]:
1226         * ControlLabel.[Ch]:
1227         * ControlUrl.[Ch]: removed.
1228
1229         * Makefile.am: remove files.
1230
1231         * ControlERT.C (dispatchParams):
1232         * ControlExternal.C (dispatchParams):
1233         * ControlFloat.C (dispatchParams):
1234         * ControlInclude.C (dispatchParams):
1235         * ControlWrap.C (dispatchParams): no need to pass name to Mailer
1236         anymore.
1237
1238         * ControlMinipage.[Ch]: rewrite to use the Dialog-based scheme.
1239
1240 2003-03-05  Angus Leeming  <leeming@lyx.org>
1241
1242         * ControlWrap.[Ch]: rewrite to use the Dialog-based scheme.
1243
1244         * ControlFloat.[Ch]: move insetfloat.h into the .C file.
1245
1246         * ControlFloat.[Ch]: rewrite to use the Dialog-based scheme.
1247         * ControlInclude.C: remove unneeded header files.
1248
1249         * ControlFloat.[Ch]: replace FloatParams with InsetFloatParams.
1250
1251         * ControlInclude.[Ch]: rewrite to use the Dialog-based scheme.
1252
1253         * ControlExternal.[Ch]: rewrite to use the Dialog-based scheme.
1254
1255         * Dialog.h: make view() public. Add dialog() methods.
1256
1257 2003-02-28  Alfredo Braunstein  <abraunst@libero.it>
1258
1259         * ControlGraphics.C: removed #include "converter.h"
1260         * ControlPrefs.C:
1261         * ControlSendto.C: added #include "format.h"
1262
1263 2003-02-27  Angus Leeming  <leeming@lyx.org>
1264
1265         * ControlLabel.[Ch]: new files. A controller for the Label dialog.
1266
1267         * Makefile.am: add the new files.
1268
1269 2003-02-27  Angus Leeming  <leeming@lyx.org>
1270
1271         * ControlBibitem.C (c-tor):
1272         * ControlBibtex.C (c-tor):
1273         * ControlCitation.C (c-tor):
1274         * ControlIndex.C (c-tor):
1275         * ControlRef.C (c-tor):
1276         * ControlToc.C (c-tor):
1277         * ControlUrl.C (c-tor):
1278         pass "name" to ControlCommand c-tor,
1279         not an LFUN.
1280
1281         * ControlCommand.[Ch] (c-tor, dispatchParams): use "name" rather than a
1282         specific LFUN.
1283
1284         * ControlERT.C (dispatchParams): use "name" rather than a
1285         specific LFUN.
1286
1287 2003-02-25  Dekel Tsur  <dekelts@tau.ac.il>
1288
1289         * ControlDocument.C (apply): Call to setLanguage() after updating bp_;
1290
1291 2003-02-21  Angus Leeming  <leeming@lyx.org>
1292
1293         * Dialog.[Ch]:
1294         * Kernel.[Ch]: a new, transparent MCV split of the dialogs code.
1295
1296         * ControlBibitem.[Ch]:
1297         * ControlBibtex.[Ch]:
1298         * ControlCitation.[Ch]:
1299         * ControlCommand.[Ch]:
1300         * ControlError.[Ch]:
1301         * ControlIndex.[Ch]:
1302         * ControlRef.[Ch]:
1303         * ControlToc.[Ch]:
1304         * ControlUrl.[Ch]: New MCV design leads to cleaner code for the
1305         individual controllers too.
1306         Move 'apply' code into the LyX kernel.
1307
1308         * ControlConnections.C: temporary renaming of Dialogs::signals.
1309
1310         * Makefile.am: add new files.
1311
1312 2003-02-21  Angus Leeming  <leeming@lyx.org>
1313
1314         * ControlBibtex.C (Browse):
1315         * ControlExternal.C (Browse):
1316         * ControlGraphics.C (Browse):
1317         * ControlInclude.C (Browse):
1318         * ControlPrefs.C (browsebind, browseUI, browsekbmap, browsedict,
1319         browse, browsedir):
1320         * ControlPrint.C (Browse):
1321         don't pass a LyXView & to browseFile et al.
1322         * helper_funcs.[Ch] (browseFile, browseRelFile, browseDir):
1323         don't pass a LyXView & to fileDlg.
1324
1325 2003-02-17  John Levon  <levon@movementarian.org>
1326
1327         * ControlDialog.tmpl: build dialog before calling setParams
1328           for the benefit of ControlSpellchecker
1329
1330         * ControlSpellchecker.h:
1331         * ControlSpellchecker.C: rework. Lots of bugs fixed and
1332           cleanups.
1333
1334 2003-02-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1335
1336         * ControlBibtex.[Ch]: new function getBibFiles() (provides list
1337         of available *.bib-files from bibFiles.lst).
1338
1339         * tex_helpers.C (getTexFileList): sort and dis-duplicate
1340         listWithoutPath correctly.
1341
1342 2003-02-08  John Levon  <levon@movementarian.org>
1343
1344         * ControlPrefs.h:
1345         * ControlPrefs.C: call setCurrentAuthor explicitly on apply()
1346
1347 2003-02-08  John Levon  <levon@movementarian.org>
1348
1349         * Makefile.am:
1350         * ControlChanges.h:
1351         * ControlChanges.C: add merge changes dialog
1352
1353         * ControlPrefs.h:
1354         * ControlPrefs.C: add setCurrentAuthor()
1355
1356 2003-01-31  Angus Leeming  <leeming@lyx.org>
1357
1358         * ViewBase.h: add an isVisible() pure virtual method.
1359
1360         * ControlTabular.C (updateInset): don't build the dialog here.
1361         Instead, do nothing if the dialog is invisible.
1362
1363 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
1364
1365         * ControlSpellchecker.[Ch]: Remove XForms RTL hacks.
1366
1367 2003-01-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1368
1369         * helper_funcs.[Ch]: implement browseDir (browse directory) [bug 824]
1370
1371         * ControlPrefs.[Ch]: implement browsedir for the use of use browseDir.
1372
1373 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1374
1375         * ControlDocument.C: use BoostFormat.h instead of boost/format.hpp
1376
1377 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1378
1379         * several files: ws changes
1380
1381 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1382
1383         * ControlDocument.C (classApply): use boost.format
1384
1385 2002-11-29  Angus Leeming  <leeming@lyx.org>
1386
1387         * ControlButtons.h (isClosing): make it public, so that the view can
1388         see it too.
1389         (OKButton): no longer virtual. ControlPrefs should use isClosing() from
1390         within apply.
1391
1392         * ControlPrefs.[Ch] (OKButton): removed.
1393
1394         * ControlPrefs.C (apply): dispatch a LFUN_SAVEPREFERENCES if the
1395         dialog isClosing(). (Ie, if the "save" button has been pressed.)
1396
1397 2002-11-28  John Levon  <levon@movementarian.org>
1398
1399         * ControlSpellchecker.C: fix Lars' broken cleanup
1400
1401 2002-11-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1402
1403         * ControlTabular.[Ch]: Add isMulticolumnCell
1404
1405 2002-11-27  Angus Leeming  <leeming@lyx.org>
1406
1407         * ControlMath.C (ControlMath): initialise active_.
1408
1409 2002-11-25  Angus Leeming  <leeming@lyx.org>
1410
1411         * ControlDialog.h (hide, update): move from protected to public.
1412
1413         * ControlMath.[Ch]: add controllers for the main math panel dialog and
1414         for any daughter dialogs stored by the main panel.
1415
1416 2002-11-21  Angus Leeming  <leeming@lyx.org>
1417
1418         * ControlDocument.[Ch] (classApply): no longer returns bool.
1419         (loadTextclass): new method. Wrapper for textclasslist[tc].load().
1420
1421 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1422
1423         * biblio.C (getAbbreviatedAuthor): use boost::format
1424
1425         * ControlSpellchecker.C (clearParams): use boost::format
1426
1427 2002-11-20  John Levon  <levon@movementarian.org>
1428
1429         * ControlMath.C: couple more manglings
1430
1431 2002-11-20  John Levon  <levon@movementarian.org>
1432
1433         * ControlMath.h:
1434         * ControlMath.C: add find_xpm mangler
1435
1436 2002-11-17  John Levon  <levon@movementarian.org>
1437
1438         * helper_funcs.C and users: specify save/open in file dialog
1439
1440 2002-11-15  John Levon  <levon@movementarian.org>
1441
1442         * ControlPrefs.h:
1443         * ControlPrefs.C: use setParams()
1444
1445 2002-11-15  John Levon  <levon@movementarian.org>
1446
1447         * ControlButtons.h: make OKButton() virtual for prefs
1448
1449         * ControlPrefs.h:
1450         * ControlPrefs.C: updates for xforms port to MVC
1451
1452         * Makefile.am:
1453         * ControlTabular.h:
1454         * ControlTabular.C: add simple MVC port
1455
1456 2002-11-14  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1457
1458         * ControlInclude.C: fix file format masks for qt's use
1459
1460 2002-11-13  John Levon  <levon@movementarian.org>
1461
1462         * Makefile.am:
1463         * ControlPrefs.h:
1464         * ControlPrefs.C: add skeleton controller
1465
1466 2002-11-12  John Levon  <levon@movementarian.org>
1467
1468         * biblio.C: fix warnings
1469
1470 2002-11-12  Angus Leeming  <leeming@lyx.org>
1471
1472         * ControlSpellchecker.C (check): fix crash
1473         * biblio.C (escape_special_chars): simplify BRE.
1474
1475 2002-11-07  Edwin Leuven  <leuven@fee.uva.nl>
1476
1477         * ControlDocument.[Ch]: Remove unused method
1478
1479 2002-11-07  Angus Leeming  <leeming@lyx.org>
1480
1481         * ChangeLog, biblio.C: * Add RegEx to the compiled boost files.
1482         * clean-up the search code in biblio.C.
1483
1484 2002-11-07  John Levon  <levon@movementarian.org>
1485
1486         * ControlGraphics.C: QGraphics fixes
1487
1488 2002-11-07  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1489
1490         * ControlDocument.C: (SaveAsDefault) make it work.
1491         fix buffer update on class change
1492
1493 2002-11-06  Angus Leeming  <leeming@lyx.org>
1494
1495         * biblio.C (searchKeys and helper functions): rewritten entirely
1496         using the STL. Boost::regex searching now works as the old 1.2 code
1497         did.
1498
1499 2002-11-06  Angus Leeming  <leeming@lyx.org>
1500
1501         * biblio.C: clean-up of the code. No change in functionality.
1502
1503 2002-11-04  Angus Leeming  <leeming@lyx.org>
1504
1505         * ControlGraphics.[Ch] (getUnits): moved out of class and into
1506         frnt::getBBUnits(). Code cleaned also.
1507
1508 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1509
1510         * biblio.C (regexSearch): STRCONV
1511         (getInfo): ditto
1512
1513         * ControlAboutlyx.C (getVersion): STRCONV
1514
1515         * ControlMath.C: include config.h
1516
1517 2002-10-31  John Levon  <levon@movementarian.org>
1518
1519         * ControlGraphics.h:
1520         * ControlGraphics.C: bb units from Herbert
1521
1522 2002-10-29  Rob Lahaye  <lahaye@snu.ac.kr>
1523
1524         * ControlParagraph.[Ch] (alignDefault): new method, returning the
1525         default alignment (block, left, right, center) of this paragraph.
1526
1527 2002-10-25  John Levon  <levon@movementarian.org>
1528
1529         * ControlPrint.C: using endl
1530
1531 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
1532
1533         * ControlPrint.[Ch]: move code here from Liason.[Ch].
1534
1535         * ControlSpellchecker.h (getCount): new method.
1536         * ControlSpellchecker.[Ch]: constify some accessor methods.
1537
1538 2002-10-22  Angus Leeming  <leeming@lyx.org>
1539
1540         * Makefile.am (libcontrollers_la_SOURCES): arrange list into
1541         alphabetical order once again.
1542
1543         * ButtonControllerBase.[Ch]: define an abstract base class CheckedWidget
1544         Add a list of CheckedWidget ptrs to ButtonControllerBase
1545         together with methods addCheckedWidget and checkWidgets to use it.
1546
1547         * ButtonController.tmpl (refresh): use the return value of
1548         checkWidgets to control the activation state of the Ok, Apply, Restore
1549         buttons.
1550
1551         * ControlDialog.tmpl (show, update):
1552         * ControlInset.tmpl (showInset, update):
1553         invoke ButtonController::refresh to ensure that the activation state of
1554         the Ok, Apply buttons reflects the valid-state of the widgets.
1555
1556 2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1557
1558         * tex_helpers.C (rescanTexStyles): don't pop p
1559         (texhash): ditto
1560
1561         * ControlWrap.C (WrapParms): remove initialization of placement,
1562         and move empty c-tor to .h class def.
1563
1564         * ControlVCLog.C (getVCLogFile): operator on std::ostream instead
1565         of on stringsteam, return void. Get the file into the stream as
1566         fast as possible.
1567
1568         * ControlPreamble.[Ch] (params): getter and setter for params_, make
1569         params_ into a string, not just a pointer to string.
1570
1571         * ControlExternal.C (getTemplateNumber): put i into the for scope,
1572         and use the sequence operator on the last for "parameter"
1573         (getTemplate): use std::advance to advance the iterator.
1574
1575         * ControlAboutlyx.C (getCredits): Operate on s std::ostream
1576         instead of on a stringstream, return void. Get the file into the
1577         stream as fast as possible.
1578         (getVersion): use ostringstream
1579
1580         * lots of files: ws changes, formatting fixes
1581
1582 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
1583
1584         * ControlCharacter.C (apply): setMinibuffer change
1585         * ControlDocument.C (apply): ditto
1586         (classApply): ditto
1587         * ControlThesaurus.C (replace): ditto
1588         * ControlSearch.C (find): ditto
1589         (replace): ditto
1590         * ControlPreamble.C (apply): ditto
1591         * ControlParagraph.C (apply): ditto
1592
1593 2002-10-14  André Pönitz <poenitz@gmx.net>
1594
1595         * ControlDocument.C: somebody else's fix for a hard lockup
1596
1597 2002-10-09  Edwin Leuven <leuven@fee.uva.nl>
1598
1599         * ControlDocument.h:
1600         * ControlDocument.C:
1601         * Makefile.am: New document parameters controller
1602
1603 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1604
1605         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
1606
1607 2002-09-24  Angus Leeming  <leeming@lyx.org>
1608
1609         * ControlConnections.h: remove trailing whitespace.
1610
1611         * biblio.h: #include "LString.h".
1612
1613 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
1614
1615         * ControlGraphics.C: Change GUI origin strings into proper English.
1616
1617 2002-09-09  John Levon  <levon@movementarian.org>
1618
1619         * ControlInclude.C: fix file masks. Get rid of noload,
1620         remove stupid warning
1621
1622 2002-09-09  John Levon  <levon@movementarian.org>
1623
1624         * ControlMath.h:
1625         * ControlMath.C: add latex_deco
1626
1627 2002-09-06  John Levon  <levon@movementarian.org>
1628
1629         * ControlMath.C: terminate dots
1630
1631 2002-09-05  Angus Leeming  <leeming@lyx.org>
1632
1633         * all files: modify the headers as discussed on the list.
1634
1635 2002-08-30  John Levon  <levon@movementarian.org>
1636
1637         * ControlMath.h:
1638         * ControlMath.C: moved from MathsSymbols.C
1639
1640 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1641
1642         * ControlFloat.C (applyParamsToInset): wide() now has two arguments
1643
1644 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
1645
1646         * ControlGraphics.C: make rotationOrigin's default ("leftBaseline") the
1647         first item in the list
1648
1649 2002-08-15  Angus Leeming  <leeming@lyx.org>
1650
1651         * ControlConnections.C: Dialogs::redrawGUI is now a method not a signal.
1652
1653         * ControlParagraph.C: no longer bind to Dailogs::updateParagraph.
1654
1655 2002-08-15  Angus Leeming  <leeming@lyx.org>
1656
1657         * lots: changed my email address to leeming@lyx.org.
1658
1659         * GUI.h: return it to private derivation from boost::noncopyable.
1660
1661 2002-08-14  Angus Leeming  <leeming@lyx.org>
1662
1663         * GUI.h: public derivation from boost::noncopyable.
1664
1665 2002-08-14  Angus Leeming  <leeming@lyx.org>
1666
1667         * GUI.h: class GUI deries from boost::noncopyable
1668
1669         * ControlButtons.h: no longer derives from DialogBase, but instead
1670         derives directly from boost::noncopyable.
1671
1672         * ViewBase.h: derives from boost::noncopyable.
1673
1674         * ControlCharacter.C:
1675         * ControlCommand.C:
1676         * ControlConnections.C:
1677         * ControlGraphics.C:
1678         * ControlInclude.C:
1679         * ControlParagraph.C:
1680         * ControlPreamble.C:
1681         * ControlPrint.C:
1682         * ControlSearch.C:
1683         * ControlSpellchecker.C:
1684         * ControlTexinfo.C:
1685         * ControlThesaurus.C:
1686         rearrange #includes. Remove unnecessary ones.
1687
1688         * ControlError.h: add "insets/inseterror.h".
1689
1690         * helper_funcs.h: add necessary #includes.
1691
1692         * tex_helpers.[Ch]: add #pragma directives for g++.
1693
1694         * Makefile.am: remove src/frontends from -I list to compiler.
1695
1696 2002-08-13  Angus Leeming  <leeming@lyx.org>
1697
1698         * ControlConnections.C:
1699         * ControlTexinfo.C:
1700         changes due to the changed LyXView interface that now returns references
1701         to member variables not pointers.
1702
1703 2002-08-12  Angus Leeming  <leeming@lyx.org>
1704
1705         * ControlConnections.[Ch]: (isReadonly): renamed as bufferIsReadonly.
1706         (bufferIsAvailable, bufferview, buffer, lyxfunc): new methods. Wrappers
1707         for the most commonly accessed core methods, to minimise code
1708         dependiencies.
1709
1710         * many files: use these wrappers and remove associated #includes.
1711
1712 2002-08-12  Angus Leeming  <leeming@lyx.org>
1713
1714         * ControlButtons.[Ch] (bc, view): no longer virtual.
1715         (setView, setButtonController): new methods, invoked by GUI.
1716
1717         * ControlDialog.h (show):
1718         * ControlInset.h (createInset, showInset): make public, so that GUI can
1719         invoke them.
1720
1721         * GUI.h: GUI now contains a controller, rather than deriving from it.
1722         remove all those friend functions since we can now access the show,
1723         createInset, showInset controller methods.
1724
1725         * ViewBase.h: simplifiy, enabling ControlButtons to be forward-declared.
1726         (ViewBC): scrapped.
1727
1728         * character.h: #include a couple of STL files.
1729
1730 2002-08-08  John Levon  <levon@movementarian.org>
1731
1732         * ControlCommandBuffer.C: LyXAction cleanup
1733
1734 2002-08-07  John Levon  <levon@movementarian.org>
1735
1736         * ControlSpellchecker.C: fix crash when spellchecker doesn't
1737           initialise
1738
1739 2002-08-06  John Levon  <levon@movementarian.org>
1740
1741         * ControlSpellchecker.C:
1742         * ControlSpellchecker.h: use WordLangTuple
1743
1744 2002-08-06  John Levon  <levon@movementarian.org>
1745
1746         * ControlSpellchecker.C: show an alert with the
1747           error message on initialisation failure
1748
1749 2002-08-04  John Levon  <levon@movementarian.org>
1750
1751         * ControlSpellchecker.h:
1752         * ControlSpellchecker.C: some cleanups
1753
1754         * ControlTabularCreate.C: s/LFUN_INSET_TABULAR/LFUN_TABULAR_INSERT/
1755  <
1756 2002-08-02  Edwin Leuven <leuven@fee.uva.nl>
1757
1758         * ControlParagraph.[Ch] (changedParagraph): new method invoked when
1759         the Dialogs::updateParagraph signal is emitted.
1760
1761 2002-08-02  Angus Leeming  <leeming@lyx.org>
1762
1763         * ControlCharacter.C (apply):
1764         * ControlERT.C (applyParamsToInset):
1765         * ControlParagraph.C (apply):
1766         * ControlSearch.C (find, replace):
1767         * ControlThesaurus.C (replace): changes due to LyXView::view() now
1768         returning a boost::shared_ptr.
1769
1770 2002-08-01  John Levon  <levon@movementarian.org>
1771
1772         * ControlSendto.C: writeFile() change
1773
1774 2002-08-01  John Levon  <levon@movementarian.org>
1775
1776         * ControlSpellchecker.h:
1777         * ControlSpellchecker.C: remove options
1778
1779 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1780
1781         * several files: strip,frontStrip -> trim,ltrim,rtrim
1782
1783 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1784
1785         * biblio.C (parseBibTeX): modify because of strip changes
1786
1787 2002-07-24  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1788
1789         * ControlFloat.[Ch]: Implement Wide Float toggle
1790         Replace "allow_here_definitely" by "wide"
1791
1792 2002-07-22  Herbert Voss  <voss@lyx.org>
1793
1794         * ControlGraphics.C: small changes
1795
1796 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1797
1798         * ControlToc.C: remove getType
1799
1800 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
1801
1802         * ControlCommandBuffer.C: don't add "" to history
1803
1804 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
1805
1806         * ControlRef.C: fix dispatch call nicely
1807
1808 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
1809
1810         * Makefile.am:
1811         * ControlCommandBuffer.h:
1812         * ControlCommandBuffer.C: add controller for command (mini) buffer
1813           handling
1814
1815 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
1816
1817         * ControlRef.C: fix dispatch call
1818
1819 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
1820
1821         * ControlCharacter.C: use view_state_changed not setState
1822
1823 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1824
1825         * biblio.C (parseBibTeX): use ascii_lowercase instead of lowercase
1826
1827 2002-07-15  Mike Fabian  <mfabian@suse.de>
1828
1829         * biblio.C (compareNoCase): use the compare_ascii_no_case instead
1830         of compare_no_case, because in turkish, 'i' is not the lowercase
1831         version of 'I', and thus turkish locale breaks parsing of tags.
1832
1833 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1834
1835         * ControlBibtex.C (applyParamsToInset): ws change
1836
1837 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1838
1839         * ControlInclude.C: Add warning if absolute path name and
1840         check_typeset is used together
1841
1842 2002-06-28  Angus Leeming  <leeming@lyx.org>
1843
1844         * ControlGraphics.C: changes associated with the name changes
1845         grfx::GCache -> grfx::Cache and grfx::GImage -> grfx::Image.
1846
1847 2002-06-25  Angus Leeming  <leeming@lyx.org>
1848
1849         * ControlGraphics.C (readBB): Channges associated with the changed
1850         interface to the graphics cache.
1851
1852 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1853
1854         * ControlParagraph.C: layout as layout
1855
1856 2002-06-21  Angus Leeming  <leeming@lyx.org>
1857
1858         * tex_helpers.C: Use <vector> not <vector.h>. Reorder header files.
1859         * tex_helpers.h: #include "LString.h".
1860
1861 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1862
1863         * ControlBibtex.C:
1864         * ControlBibitem.C: use repaint()
1865
1866 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1867
1868         * ControlTexinfo.C: do the same for Texinfo
1869
1870         * tex_helpers.C: don't try to read a file that isn't there
1871
1872 2002-06-21  Herbert Voss  <voss@perce.de>
1873
1874         * ControlBibtex.C: do an automatic update, when no bst-list
1875         exists
1876
1877 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
1878
1879         * GUI.h: createIndex() changed
1880
1881 2002-06-18  Herbert Voss  <voss@perce.de>
1882
1883         * tex_helpers.[Ch]: move functions from ControlTexinfo into this
1884         helperstuff. Now the bibtex gui can use some of these functions
1885
1886 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
1887
1888         * ControlGraphics.C: just make the mask *.*
1889
1890 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1891
1892         * changes to simplify function setup, removal of a lot of includes.
1893
1894 2002-06-12  Angus Leeming  <leeming@lyx.org>
1895
1896         * ControlParagraph.[Ch]: forward declare ParagraphParameters.
1897
1898 2002-06-12  Angus Leeming  <leeming@lyx.org>
1899
1900         * ControlInset.tmpl: add missing header file, ButtonControllerBase.h.
1901
1902 2002-06-11  Edwin Leuven  <leuven@fee.uva.nl>
1903
1904         * ControlParagraph.[Ch]: new paragraph controller
1905         * GUI.h: add new controller
1906         * Makefile.am: ditto
1907
1908 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1909
1910         * GUI.h: do not include ButtonController.tmpl
1911
1912         * ControlInset.h: include ControlInset.tmpl
1913
1914         * ControlCitation.C: do not include ControlInset.tmpl
1915         * ControlCommand.C: ditto
1916         * ControlERT.C: ditto
1917         * ControlError.C: ditto
1918         * ControlExternal.C: ditto
1919         * ControlFloat.C: ditto
1920         * ControlGraphics.C: ditto
1921         * ControlInclude.C: ditto
1922         * ControlMinipage.C: ditto
1923
1924         * ControlDialog.tmpl: remove the Base:: prefix
1925
1926 2002-06-07  Angus Leeming  <leeming@lyx.org>
1927
1928         Fixes needed to compile with Compaq cxx 6.5.
1929         * ControlDialog.tmpl: I have had to prefix base class methods with
1930         Base:: Wierd!
1931
1932         * ControlInset.tmpl: #include a couple of headers.
1933
1934 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1935
1936         * switch from SigC signals to boost::signals
1937
1938 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1939
1940         * biblio.h: include vector
1941
1942         * biblio.C: change include order
1943         (regexSearch): use boost regex and get rid of LRegex
1944
1945 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1946
1947         * ControlAboutlyx.C:
1948         * ControlBibitem.C:
1949         * ControlBibtex.C:
1950         * ControlCharacter.C:
1951         * ControlCitation.C:
1952         * ControlCommand.C:
1953         * ControlConnections.C:
1954         * ControlERT.C:
1955         * ControlError.C:
1956         * ControlExternal.C:
1957         * ControlFloat.C:
1958         * ControlForks.C:
1959         * ControlGraphics.C:
1960         * ControlInclude.C:
1961         * ControlIndex.C:
1962         * ControlLog.C:
1963         * ControlMinipage.C:
1964         * ControlPreamble.C:
1965         * ControlPrint.C:
1966         * ControlRef.C:
1967         * ControlSearch.C:
1968         * ControlSendto.C:
1969         * ControlShowFile.C:
1970         * ControlSpellchecker.C:
1971         * ControlTabularCreate.C:
1972         * ControlTexinfo.C:
1973         * ControlThesaurus.C:
1974         * ControlToc.C:
1975         * ControlUrl.C:
1976         * ControlVCLog.C: LyXView moved into frontends
1977
1978 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1979
1980         * ControlExternal.C: add scoped_ptr.hpp
1981
1982         * ControlCharacter.h: use more specific smart_ptr header.
1983
1984 2002-05-21  Angus Leeming  <a.leeming@ic.ac.uk>
1985
1986         * frnt_lang.C (getLanguageData): change a couple of N_() to _().
1987
1988 2002-05-13  Herbert Voss  <voss@perce.de>
1989
1990         * biblio.C (getAbbreviatedAuthor): fix bug with "and" for Authors
1991         like "Odland, G. and ... "
1992         (parseBibTeX): fix bug with title and booktitle
1993         and replace a \n with a space when one entry has more than
1994         one line
1995
1996 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
1997
1998         * ControlCharacter.C: use "ignore" and "reset" as the identifiers, not
1999         "No change" and "Reset".
2000
2001         * frnt_lang.C: ditto. Further, do not sort thes two entries. Ie, leave
2002         them at the front of the list.
2003
2004 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
2005
2006         * ControlGraphics.C: add some comments to the char * arrays.
2007         Make rorigin_size const.
2008
2009 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
2010
2011         * ControlGraphics.[Ch] (getRotationOriginData): new helper function.
2012         Enables the gui's to internationalise these strings.
2013
2014 2002-04-30  John Levon  <moz@compsoc.man.ac.uk>
2015
2016         * frnt_lang.C: fix build
2017
2018 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
2019
2020         * frnt_lang.[Ch] (getLanguageData): passed a bool character_dlg.
2021         If the the caller is the character dialog, add "No change" and "Reset"
2022         to the vector, else don't.
2023         Internationalise the GUI strings here rather than in the different
2024         calling dialogs.
2025         Sort the translated strings, albeit simply.
2026
2027 2002-04-29  Angus Leeming  <a.leeming@ic.ac.uk>
2028
2029         * character.[Ch]: rename namespace character as namespace frnt.
2030
2031         * frnt_lang.[Ch]: new file. Move getLanguageData from character.[Ch]
2032         as several dialogs will use this info. The function now returns a
2033         vector<LanguagePair> where LanguagePair is a display string and an
2034         identifying string. The display string is internationalised.
2035
2036         * ControlCharacter.C (getLanguage, setLanguage): Do not internationalise
2037         the identifying strings, "No change" and "Reset".
2038
2039         * Makefile.am: add frnt_lang.[Ch].
2040
2041 2002-04-25  Herbert Voss  <voss@lyx.org>
2042
2043         * ControlSendto.C (allFormats): don't add the graphics extensions to the
2044         export menu
2045
2046 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
2047
2048         * biblio.C (getAbbreviatedAuthor, getYear): Deal with sub-standard
2049         BibTeX databases in a WYSIWYM way.
2050
2051 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
2052
2053         * biblio.C (getAbbreviatedAuthor, getYear): Cæsar is dead. RIP; he was
2054         way past his use-by date.
2055         Make use of the improved info from Buffer::getBibkeyList when using
2056         \bibliography. Enables us to provide natbib support in this case too.
2057
2058 2002-04-19  Marco Morandini <morandini@aero.polimi.it>
2059
2060         * ControlGraphics.C: pass the browseFile dialog a string of only those
2061         formats that can currently be loaded by LyX.
2062
2063 2002-04-15  Herbert Voss  <voss@perce.de>
2064
2065         * biblio.[Ch] (parseBibTeX): fix bug while scanning bibtexentries
2066         with something like ,,...blah...`` (two commas)
2067
2068 2002-04-14  Herbert Voss  <voss@perce.de>
2069
2070         * helper_funcs.[Ch]: move the getVectorFromString and the vice versa
2071         into the support/lstrings for better use in other programs.
2072
2073         * biblio.[Ch] (getYear, getAbbreviatedAuthor, familyName): move out of
2074         namespace anon and make globally accessible.
2075         (familyName): test for the presence of a LaTeX Space at the front of
2076         of a name; strip it if it exists.
2077
2078 2002-04-11  Herbert Voss  <voss@perce.de>
2079
2080         * ControlGraphics.C: expand "browse-string" to all available formats
2081
2082 2002-04-11  Herbert Voss  <voss@perce.de>
2083
2084         * ControlGraphics.C: read BoundingBox also from non (e)ps files.
2085
2086 2002-04-08  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2087
2088         * ControlAboutlyx.C (getVersion): two _() forgotten
2089
2090 2002-04-08  John Levon  <moz@compsoc.man.ac.uk>
2091
2092         * ControlGraphics.C:
2093         * ControlPrint.C:
2094         * ControlBibtex.C: make N_() be _()
2095
2096 2002-04-07  Herbert Voss  <voss@perce.de>
2097
2098         * ControlGraphics.[C]: move readBB as readBB_from_PSFile into filetools
2099
2100 2002-04-05  Angus Leeming  <a.leeming@ic.ac.uk>
2101
2102         * ControlGraphics.C (readBB): sigh. Make sure that the correct path is
2103         used when reading the BB.
2104
2105 2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
2106
2107         * ControlGraphics.C (readBB): Don't open the ifstrem and then
2108         check the format from the contents (and open a second ifstream in the
2109         process. One at a time please.
2110
2111 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
2112
2113         * ControlRef.C (getBufferNum): squash warning message.
2114
2115 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
2116
2117         * ControlBibtex.C (Browse):
2118         * ControlGraphics.C (Browse):
2119         * ControlPrint.C (Browse):  use Jean-Marc's browseRelFile.
2120
2121         * ControlGraphics.[Ch]: replace checkFilename with isFilenameValid.
2122
2123         * ControlGraphics.C (applyParamsToInset): pass filepath to
2124         InsetGraphics::updateInset.
2125
2126 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2127
2128         * most files: ws cleanup
2129
2130 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
2131
2132         * biblio.C (getInfo): string::c_str() never returns NULL. Don't test
2133         for it.
2134
2135 2002-03-18  John Levon  <moz@compsoc.man.ac.uk>
2136
2137         * ControlGraphics.C:
2138         * ControlInclude.C: better error messages
2139
2140 2002-03-11  Herbert Voss  <voss@lyx.org>
2141
2142         * biblio.C (parseBibTeX): fix another minibug with an
2143         ending comma
2144
2145 2002-03-10  Herbert Voss  <voss@lyx.org>
2146
2147         * biblio.C (parseBibTeX): fix bug
2148         (familyName): improve parsing
2149
2150 2002-03-09  Herbert Voss  <voss@lyx.org>
2151
2152         * ControlGraphics.[Ch]: adding checkFilename() for testing
2153         of non-existing files
2154
2155 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2156
2157         * ControlSendto.C (allFormats): fix a iterators are not pointers
2158         problem.
2159
2160 2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>
2161
2162         * ControlShowFile.h: add a #include "LString.h"
2163
2164 2002-03-05  Herbert Voss  <voss@lyx.org>
2165
2166         * biblio.C (getInfo): simplify if using paragraph layout
2167         "bibliography".
2168
2169 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
2170
2171         * biblio.C (getInfo): return the info field correctly if the key
2172         is not a BibTeX one.
2173         (parseBibTeX): fix crash when data.find('=') returns string::npos.
2174
2175 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
2176
2177         * ControlForks.[Ch]: new files. A controller for the Forked Child
2178         processes dialog, enabling the user to see what forked processes
2179         are running, and, if he so desires, to kill them.
2180
2181         * GUI.h: add class GUIForks.
2182
2183         * Makefile.am: add ControlForks.[Ch].
2184
2185         * ControlGraphics.C (getParams): small change due to change in
2186         insetgraphics.
2187
2188 2002-02-21  Herbert Voss  <voss@lyx.org>
2189
2190         * biblio.C: fix bug with commentlines in a bibentry
2191
2192 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2193
2194         * Makefile.am: simpler obj. file compile
2195
2196 2002-02-18  Herbert Voss  <voss@lyx.org>
2197
2198         * ControlGraphics.[Ch]: remove help-file call
2199
2200 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
2201
2202         * helper_funcs.h: wrap the structs firster and seconder up in a
2203         namespace to avoid clashes with those in lyxalgo,h.
2204
2205         * ControlTexinfo.C Changes due to the renaming of support/syscall.[Ch]
2206         as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
2207
2208 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
2209
2210         * ControlGraphics.C: remove #include "support/syscall.h" as it's not
2211         used.
2212         * ControlTexinfo.C:
2213         change Systemcalls::System to Systemcalls::Wait and
2214         No change of functionality, just reflects the stripped down Systemcalls
2215         class.
2216
2217 2002-02-06  Herbert Voss  <voss@lyx.org>
2218
2219         * ControlGraphics.[C] (readBB): search also in
2220         g'zipped files. If it is useful than PK and compress
2221         should also be supported. use unzipFile() from
2222         support/filetools
2223
2224 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2225
2226         * ControlRef.C (getBufferName): new method to get a real buffer
2227         name from an index.
2228
2229 2002-02-05  Juergen Spitzmueller <j.spitzmueller@gmx.de>
2230
2231         * ControlTexInfo.[Ch]: Removed Help functions.
2232
2233 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
2234
2235         * ControlSpellchecker.C: clear any selection left
2236         (bug #211)
2237
2238 2002-02-01  Herbert Voss  <voss@lyx.org>
2239
2240         * ControlGraphics.[C] (readBB): search only, if it is a
2241         ".?ps" file and look for bb's at end of file
2242
2243 2002-01-30  Herbert Voss  <voss@lyx.org>
2244
2245         * ControlGraphic.[C]: do not search the whole file, when
2246         getting the bb
2247
2248 2002-01-29  Herbert Voss  <voss@lyx.org>
2249
2250         * ControlGraphic.[C]: added a button for document path
2251         when browsing -> bug 222
2252
2253 2002-01-27  Herbert Voss  <voss@lyx.org>
2254
2255         * ControlGraphic.[Ch]: added support for Bounding Box, other
2256         small changes
2257
2258 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
2259
2260         * ControlAboutlyx.h:
2261         * ControlTexinfo.h: added #include "LString.h" where they belong.
2262
2263 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
2264
2265         * ControlCitation.C:
2266         * ControlDialog_impl.C: remove redundant // -*- C++ -*-
2267
2268 2002-01-24  Angus Leeming  <a.leeming@ic.ac.uk>
2269
2270         * ControlInclude.[Ch] (fileExists): remove const type qualifier from
2271         bool return type.
2272
2273 2002-01-20  Herbert Voss  <voss@perce.de>
2274
2275         * ControlInclude.[Ch]: better control of unexistings files
2276         when entered without the browser
2277
2278         * ControlGraphic.C (Browse): add extension "ps" when browsing for
2279         a filename
2280
2281 2002-01-19  Herbert Voss  <voss@perce.de>
2282
2283         * biblio.C (getInfo): fix bug when no author is given
2284
2285         * biblio.C (parseBibTeX): change the parsing, so that
2286         '#'-characters in a bibtex entry are no more a problem.
2287
2288 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2289
2290         * ControlDialog_impl.h (ControlConnectBI>): make ControlDialogBI
2291         derive from ControlDialog<ControlConnectBI> (fixes bug #196)
2292
2293         * helper_funcs.C (browseRelFile): forgot to pass dir2 to browseFile
2294
2295 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2296
2297         * ControlMinipage.h: change MinipageParams::pageWidth to LyXLength
2298
2299         * ControlExternal.C (Browse): add a std:: qualifier
2300
2301 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2302
2303         * ControlExternal.C (Browse): simplify to use browseRelFile
2304
2305 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2306
2307         * ButtonController.tmpl: added // -*- C++ -*-
2308
2309         * ControlCitation.C: #include "ControlInset.tmpl" to instantiate
2310         ControlInset<InsetCommand, InsetCommandParams>::showInset, createInset.
2311         Needed in _one_ of the ControlCommand-derived classes only.
2312
2313 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2314
2315         * ControlInset.h:
2316         * ControlSearch.h: #include LString.h
2317
2318 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2319
2320         * ButtonController.h: split into two. The definition remains in
2321         ButtonController.h, the declaration is now in ButtonController.tmpl.
2322         These template methods should be #included when the derived class is
2323         instantiated, in this case in xforms/xformsBC.C and xforms/Dialogs.C
2324         and in the qt2 and gnome equivalents.
2325
2326         * ControlDialogs.h: removed. The definition of class ControlDialog is
2327         now to be found in ControlDialog.h and the declaration of the methods
2328         is in ControlDialog.tmpl. The two template instantiations are performed
2329         in ControlDialog_impl.[Ch], new files also.
2330
2331         * ControlInset.h: split into two. The definition remains in
2332         ControlInset.h, the declaration is now in ControlInset.tmpl.
2333         These template methods should be #included derived class is
2334         instantiated, in this case in 8 other .C files in this directory.
2335
2336         * ControlAboutlyx.[Ch]:
2337         * ControlCharacter.[Ch]:
2338         * ControlCommand.C:
2339         * ControlERT.C:
2340         * ControlError.C:
2341         * ControlExternal.C:
2342         * ControlFloat.C:
2343         * ControlGraphics.C:
2344         * ControlInclude.C:
2345         * ControlLog.[Ch]:
2346         * ControlMinipage.C:
2347         * ControlPreamble.[Ch]:
2348         * ControlPrint.[Ch]:
2349         * ControlSearch.[Ch]:
2350         * ControlShowFile.[Ch]:
2351         * ControlSpellchecker.[Ch]:
2352         * ControlTabularCreate.[Ch]:
2353         * ControlTexinfo.[Ch]:
2354         * ControlThesaurus.[Ch]:
2355         * ControlVCLog.[Ch]: small changes associated with the above ones.
2356
2357         * GUI.h: #include the ButtonController and dialog controller files
2358         here, rather than forward declare them. This is the correct place
2359         for these #includes.
2360
2361         * Makefile.am: add ControlDialog_impl.[Ch] to libcontrollers_la_SOURCES.
2362         Rename ControlDialogs.h as ControlDialog.h.
2363         Add ButtonController.tmpl ControlDialog.tmpl ControlInset.tmpl to
2364         EXTRA_DIST.
2365
2366 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
2367
2368         * ControlInset.h (apply): fix bug unearthed by Michael Koziarski.
2369
2370 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2371
2372         * ControlExternal.C (Browse): use Buffer::filePath; simplify (more
2373         can be done)
2374
2375         * ControlGraphics.C (Browse): remove overzealous shortcut
2376
2377 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2378
2379         * FormMinipage.C (apply, update): MinipageParams::width renamed
2380         as MinipageParams::pageWidth. InsetMinipage::width  renamed
2381         as InsetMinipage::pageWidth.
2382
2383 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2384
2385         * ButtonController.h (refreshReadOnly): use explicit typename
2386
2387 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2388
2389         * helper_funcs.h (browseFile): add default empty button descriptions.
2390
2391         * ControlGraphics.C (Browse):
2392         * ControlBibtex.C (Browse):
2393         * ControlInclude.C (Browse): add shortcuts to directory buttons
2394
2395 2002-01-12  John Levon  <moz@compsoc.man.ac.uk>
2396
2397         * ControlThesaurus.h:
2398         * ControlThesaurus.C: update to Aiksaurus 0.14
2399
2400 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2401
2402         * ControlSpellchecker.C (clearParams): show the closing message
2403         only if some words have been checked, thereby fixing
2404         bugzilla bug #52.
2405
2406 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
2407
2408         * ControlFloat.[Ch]: changes to prevent here definitely being used
2409         with wide figures.
2410
2411 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2412
2413         * ControlThesaurus.h: do not include <config.h> in header files
2414
2415 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
2416
2417         * ControlToc.C: changes for floatlist
2418
2419 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
2420
2421         * ControlVCLog.C: use _()
2422
2423 2001-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2424
2425         * ControlSpellchecker.C: include <sys/types.h> since FreeBSD needs
2426         that for select.
2427
2428 2001-10-22  Juergen Vigna  <jug@sad.it>
2429
2430         * ControlSpellchecker.C (clearParams): use the error_ message of the
2431         speller_ if available when the spellchecker died.
2432         (setParams): remove double error message display.
2433
2434 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
2435
2436         * ControlMinipage.[Ch] (getUnits): moved to helper_funcs.
2437
2438         * helper_funcs.[Ch] (getLatexUnits): see above.
2439
2440 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2441
2442         * ControlTexinfo.C (getContents): use the right file for .sty files
2443
2444 2001-10-10  Herbert Voss  <voss@perce.de>
2445
2446         * ControlTexinfo.C: new path for the shellscript TeXFiles.sh
2447         and some more stuff from FormTexinfo.C
2448
2449         * ControlShowFile.C: hiding the update-button
2450
2451 2001-10-09  Herbert Voss  <voss@perce.de>
2452
2453         * ControlTexinfo.[Ch]: new files. Display information about the
2454         installed texfiles (cls,sty,bst).
2455
2456         * ControlShowFile.[Ch]: new files. Display the contents of a file.
2457
2458         * GUI.h: added classes GUIShowFile and GUITexinfo.
2459
2460         * Makefile.am: modified appropriately.
2461
2462 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2463
2464         * ControlAboutlyx.C (getVersion): use lyx_version and
2465         lyx_release_date instead of old macros
2466
2467 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
2468
2469         * ControlSpellchecker.C (check): Behaves well now when the spell
2470         library doesn't know a replacement to an incorrect word.
2471
2472 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
2473
2474         * ControlSpellchecker.C (clearParams): place emergency_exit_ in
2475         the correct place. Can now check spelling more than once!
2476
2477 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
2478
2479         * ControlSplash.[Ch]: removed.
2480
2481         * GUI.h: remove GUISplash class.
2482
2483         * ViewBase.h: remove ViewSplash class.
2484
2485         * Makefile.am: remove ControlSplash.[Ch].
2486
2487 2001-09-25  Angus Leeming  <a.leeming@ic.ac.uk>
2488
2489         * ControlButtons.h: add variable emergency_exit_. If set to true, the
2490         view will be shut down.
2491
2492         * ControlDialogs.h:
2493         * ControlInset.h: act on emergency_exit_.
2494
2495         * ControlSpellchecker.C (clearParams): set emergency_exit_ if the
2496         speller fails to launch.
2497
2498 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
2499
2500         * ControlRef.C (getBufferList): use MakeDisplayPath on the list.
2501         * (getLabelList): use MakeAbsPath on the buffer name passed to it.
2502
2503 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
2504
2505         * ControlRef.h (disconnectOnApply): new method. Set to true.
2506         Perhaps make this user-modifiable?
2507
2508 2001-09-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2509
2510         * ControlGraphics.C (Browse): add "jpg" to list of recognized file
2511         extensions.
2512
2513 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
2514
2515         * ControlRef.C (getBufferList, getBufferNum): New methods
2516
2517 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
2518
2519         * ControlInset.h (disconnectOnApply): new method. Defines the behaviour
2520         of the dialog when the Apply button is pressed. Defaults to false,
2521         but can be overridden in the daughter classes.
2522
2523         * ControlCitation.h (disconnectOnApply): new method. Set to true.
2524         Perhaps make this user-modifiable?
2525
2526 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
2527
2528         * ControlDialogs.h (show): connect() the dialog on show. All of a sudden
2529         we have dialogs that update their contents when the buffer changes.
2530         Rather embarassing, really!
2531
2532 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
2533
2534         * ControlSearch (replace): change semantics of replace to NOT move on
2535         to the next instance of a word once the present instance has been
2536         replaced unless we are replacing ALL instances of the word.
2537
2538 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
2539
2540         * ControlButtons.[Ch]: added publicly accessible IconifyWithMain method.
2541
2542 2001-09-04  Angus Leeming  <a.leeming@ic.ac.uk>
2543
2544         * ControlCharacter.C: fix Michael's bug: In the "Character layout"
2545         dialog, set all options to "reset", close the dialog, re-open it ->
2546         the options are set incorrectly.
2547
2548         * ControlButtons.[Ch]: add an is_closing_ variable and isClosing method.
2549         When Applying it's useful to know whether the dialog is about to close
2550         or not (no point refreshing the display for example).
2551
2552         * ControlInset.C (apply): use isClosing.
2553
2554 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
2555
2556         * ControlInset.h:
2557         * ControlDialogs.h: remove bc() hack, now fixed in
2558           Qt2 frontend. use member dialog_built_ instead of shared
2559           static.
2560
2561         * ButtonController.h:
2562         * ButtonPolicies.C: more debug info
2563
2564         * ButtonControllerBase.C: call refresh() when setting readOnly !
2565
2566         * GUI.h: External form has apply, use the right policy
2567
2568         * character.C: fix two off-by-one errors when latex font was removed
2569
2570 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
2571
2572         * ControlInset.h (apply): tentative fix for the press Apply multiple
2573         times and get multiple new Insets problem.
2574
2575 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
2576
2577         * ControlCharacter.C: fix typo
2578
2579         * ViewBase.h:
2580         * ControlDialogs.C:
2581         * ControlInsets.C: make sure dialog is built before it is shown, so
2582           it works properly the very first time it is shown
2583
2584 2001-08-20  Herbert Voss  <voss@perce.de>
2585
2586         * ControlBibtex.[Ch]: enhanced bibtex-data gui to browse for databases
2587         and styles. Added an option for "bibliography into toc"
2588
2589 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
2590
2591         * character.[Ch]: remove LATEX_TOGGLE from the FONT_STATE enum as
2592         LaTeX is no longer a font property.
2593
2594 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
2595
2596         * GUI.h: Button controller for Reference dialog changed to
2597         NoRepeatedApplyReadOnlyPolicy.
2598
2599         * biblio.C (getInfo): output volume and number info. Move year to end
2600         of string.
2601
2602 2001-08-09  Allan Rae  <rae@lyx.org>
2603
2604         * Makefile.am (SUBDIRS, dist-hook): remove bogus entries.
2605
2606 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
2607
2608         * helper_funcs.C (getVectorFromString): fixed small bug.
2609
2610         * helper_funcs.h (getFirst, getSecond): cleaned up and removed cruft.
2611
2612 2001-08-07  Edwin Leuven  <leuven@fee.uva.nl>
2613
2614         * ControlSpellchecker.C: check next word after insert in personal dict
2615
2616 2001-08-06  Juergen Vigna  <jug@sad.it>
2617
2618         * ControlERT.[Ch]: new file
2619
2620 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
2621
2622         * ControlInset.h: const and non-const forms of params().
2623
2624         * helper_funcs.C (getStringFromVector,getVectorFromString): remove
2625         whitespace from either side of each item.
2626
2627 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
2628
2629         * ControlFloat.h: add a != operator for FloatParams.
2630         Lars, how did you get this to compile!!!
2631
2632         * ControlMinipage.[Ch]: uncommented someone's commenting out of
2633         operator != for MinipageParams. Who's changing stuff and not compiling?
2634
2635 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2636
2637         * Makefile.am (libcontrollers_la_SOURCES): add ControlFloat.h and
2638         ControlFloat.C
2639
2640         * GUI.h: add class GUIFloat
2641
2642         * ControlFloat.[Ch]: new files
2643
2644 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2645
2646         * ControlPrint.C: #include Lassert.h here.
2647
2648 2001-07-26  Baruch Even  <baruch@lyx.org>
2649
2650         * ControlGraphics.C: changed file search string to cover eps, jpeg, gif
2651         and png.
2652
2653 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
2654
2655         * ControlThesaurus.h:
2656         * ControlThesaurus.C:
2657         * GUI.h:
2658         * Makefile.am: thesaurus support
2659
2660 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
2661
2662         * ControlInclude.h:
2663         * ControlInclude.C: implement ability to load file
2664
2665 2001-07-18  Juergen Vigna  <jug@sad.it>
2666
2667         * ControlSearch.C (replace): changes to lyxfind.h function calls.
2668
2669 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2670
2671         * biblio.C (getInfo): add a .c_str() to handle the usual
2672         stringstream pain.
2673
2674 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
2675
2676         * ControlCitation.[Ch]: changes associated with adding natbib support.
2677         New public methods, usingNatbib, getCiteStrings and getCiteStyles.
2678         New static variable citeStyles_.
2679
2680         * biblio.[Ch]: large internal rearrangement.
2681         New public enum CiteStyle.
2682         New public struct CitationStyle.
2683         New public functions getCitationStyle, getCiteCommand, getCiteStyles,
2684         getNumericalStrings, getAuthorYearStrings
2685         (simpleSearch, regexSearch): no longer publicly accessible.
2686
2687         * helper_funcs.C (getStringFromVector): bug fix.
2688
2689 2001-07-16  Baruch Even  <baruch@lyx.org>
2690
2691         * ControlVCLog.h: Added Lsstream.h to includes.
2692
2693 2001-07-17  Angus Leeming  <a.leeming@ic.ac.uk>
2694
2695         * ControlSpellchecker.[Ch]: remove d-tor.
2696
2697 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
2698
2699         * ControlSpellchecker.[Ch]: remove member quit() and some cleaning
2700
2701 2001-07-16  Juergen Vigna  <jug@sad.it>
2702
2703         * ControlSpellchecker.C (show): use the lyxrc.use_pspell flag (if
2704         compiled with USE_PSPELL) to be able to switch between ISpell and
2705         PSpell classes.
2706
2707 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
2708
2709         Consistent use of Lsstream.h:
2710         * ControlAboutlyx.[Ch] (getCredits):
2711         * ControlVCLog.[Ch] (getVCLogFile): std::stringstream -> stringstream.
2712
2713 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
2714
2715         * ControlCredits.[Ch]: removed
2716         * ControlCopyright.[Ch]: removed
2717         * ControlAboutlyx.[Ch]: added (replaces previous)
2718         * GUI.h: removed credits and copyright added about lyx stuff
2719
2720 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2721
2722         * ControlSpellchecker.C (getSuggestion):
2723         (getWord): add std:: qualifier
2724
2725 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
2726
2727         * ControlSpellchecker.[Ch]: added
2728         * ViewBase.h: added partialUpdate(int) member
2729         * GUI.h: added spell stuff
2730
2731 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2732
2733         * ControlExternal.C: (*it). -> it->
2734
2735 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
2736
2737         * ButtonController.h: move some included header files out of the
2738         frontends and into here.
2739
2740 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
2741
2742         * ControlCharacter.C (c-tor): cosmetic name change of signal.
2743
2744 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
2745
2746         * *.[h]: added // -*- C++ -*-
2747         * *.[C]: removed // -*- C++ -*-
2748
2749         * ControlCharacter.[Ch]: (setParams): Check contents of font_ to
2750         activate Apply button.
2751         (clearParams): removed.
2752         font_ is now stored as a boost::scoped_ptr.
2753         font_ is no longer deleted on hide(), so it's contents can now be used
2754         by the Font button on the toolbar.
2755         Lots of new methods so that the GUI can easily get the contents of
2756         font_ when it update()s.
2757
2758 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
2759
2760         * ControlCharacter.C (apply): test that font_ exists, thereby preventing
2761         crash when the Font button on the Toolbar is pressed.
2762
2763         * GUI.h: change policy of Character button controller to
2764         OkApplyCancelReadOnlyPolicy.
2765
2766 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2767
2768         * ControlToc.C (getContents): don't add anything to the list if it
2769         is supposed to be empty.
2770
2771 2001-06-01  Angus Leeming  <a.leeming@ic.ac.uk>
2772
2773         * helper_funcs.C (getVectorFromString): bug fix.
2774
2775 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
2776
2777         * ButtonController.h
2778         * ButtonControllerBase.[Ch] (refreshReadOnly): new method, called direct
2779         from ButtonControllerBase::readOnly. Updates the state of the widgets
2780         in the read-only list only when the read-only status of the document
2781         changes.
2782         (refresh): moved this stuff into refreshReadOnly.
2783
2784 2001-05-18  Angus Leeming  <a.leeming@ic.ac.uk>
2785
2786         * ControlPrint.C (c-tor):
2787         * ControlPreamble.C (c-tor): initialise params_ and thereby cure crash.
2788
2789 2001-05-14  Angus Leeming  <a.leeming@ic.ac.uk>
2790
2791         * biblio.C:
2792         * character.h: small clean-ups.
2793
2794 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2795
2796         * ControlToc.C (getType): remove support for old float list.
2797
2798 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2799
2800         * ControlButtons.h: no longer include ButtonControllerBase.h, ViewBase.h
2801         * ControlGraphics.h: no longer include insetgraphicsParams.h
2802         * ControlInset.h: no longer include LyXView.h
2803
2804         * ControlBibitem.C:
2805         * ControlBibtex.C:
2806         * ControlButtons.C:
2807         * ControlCharacter.C:
2808         * ControlCitation.C:
2809         * ControlCommand.C:
2810         * ControlConnections.C:
2811         * ControlCopyright.C:
2812         * ControlCredits.C:
2813         * ControlError.C:
2814         * ControlExternal.C:
2815         * ControlGraphics.C:
2816         * ControlInclude.C:
2817         * ControlLog.C:
2818         * ControlMinipage.C:
2819         * ControlPreamble.C:
2820         * ControlPrint.C:
2821         * ControlRef.C:
2822         * ControlSearch.C:
2823         * ControlTabularCreate.C:
2824         * ControlToc.C:
2825         * ControlVCLog.C: they're now in here!
2826
2827 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2828
2829         * ButtonControllerBase.h: C++ mode, inherit privately from
2830         noncopyable
2831         * ButtonPolicies.h: ditto
2832
2833         * ButtonController.h: C++ mode, swap init order of restore_ and
2834         cancel_
2835
2836 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
2837
2838         * ControlTabularCreate.h:
2839         * ControlTabularCreate.C: make dialogs use a pair of uints
2840           instead of a string
2841
2842         * ControlVCLog.h:
2843         * ControlVCLog.C: fill a stringstream with the log contents
2844         and then delete it
2845
2846         * ControlExternal.C: from Angus, clone the new InsetExternal
2847           before acting on it
2848
2849 2001-04-09  Angus Leeming  <a.leeming@ic.ac.uk>
2850
2851         * helper_funcs.C (getStringFromVector, getVectorFromString): fixed bugs
2852         and made more robust.
2853
2854 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2855
2856         * ControlToc.C:
2857         * ControlSearch.C:
2858         * ControlPrint.C:
2859         * ControlPreamble.C:
2860         * ControlInclude.C:
2861         * ControlGraphics.C:
2862         * ControlExternal.C:
2863         * ControlCopyright.C: include gettext.h
2864
2865         * ControlCharacter.C:
2866         * character.C: include gettext.h and language.h
2867
2868 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
2869
2870         * ButtonController.h:
2871         * ButtonControllerBase.h:
2872         * ButtonControllerBase.C:
2873         * ButtonPolicies.h:
2874         * ButtonPolicies.C:
2875         * ControlButton.h:
2876         * ControlButton.C:
2877         * ControlButtons.h:
2878         * ControlButtons.C:
2879         * ControlConnections.h:
2880         * ControlDialogs.h:
2881         * ControlInset.h:
2882         * ControlExternal.C:
2883         * Makefile.am:
2884         * README:
2885         * ViewBase.h: s/ControlButton/ControlButtons/
2886         s/popup/dialog/
2887         s/UndoAll/Restore/ + associated
2888
2889 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2890
2891         * ControlToc.[Ch]: new files; a controller for the TOC popup.
2892
2893         * GUI.h:
2894         * Makefile.am: associated changes with all of the above.
2895
2896 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2897
2898         * ControlExternal.C: bug fixes. Can now apply changes to the inset
2899         and edit, view, update the External Material correctly. I hope!
2900
2901 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2902
2903         * ButtonController.[Ch]: renamed as ButtonControllerBase.[Ch]
2904
2905         * BCTemplates.h: renamed as ButtonController.h
2906
2907         * ControlBase.[Ch]: renamed as ControlButton.[Ch]. Class named to match.
2908
2909         * ViewBase.h:
2910         * ControlConnections.h: associated change in #include and class names.
2911
2912         * ControlExternal.[Ch]: new files; a controller for the External
2913         Material popup.
2914
2915         * GUI.h:
2916         * Makefile.am: associated changes with all of the above.
2917
2918         * ControlGraphics.[Ch]:
2919         * ControlInclude.[Ch]:
2920         * ControlPrint.[Ch]:
2921         (lv): removed.
2922         (Browse): new method. Returns the results of a FileDialog browse.
2923
2924         * helper_funcs.[Ch] (browseFile): moved from xforms_helpers.[Ch].
2925         (getVectorFromString): fixed bug.
2926
2927         * biblio.C (simpleSearch): cleaned up.
2928
2929 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
2930
2931         * A slight reworking of Baruch Even's ButtonController patch.
2932
2933         * BCTemplates.h: new file; all the templates for the ButtonController.
2934         Including Baruch's new GuiBC class, with setCancelCloseButton() changed
2935         to the more generic setButtonLabel().
2936
2937         * ButtonController.[Ch]: renamed cancel_label and close_label as
2938         cancel_label_ and close_label_.
2939
2940         * Makefile.am: added BCTemplates.h
2941
2942 2001-03-29  Juergen Vigna  <jug@sad.it>
2943
2944         * ControlMinipage.C: removed widthp_ and all it's functions and changed
2945         to use new %-lengths of LyXLength.
2946
2947 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
2948
2949         * ControlCitation.C (bibkeysInfo): removed Assert.
2950
2951         * ControlCopyright.h: moved GUICopyright into GUI.h
2952
2953         * GUI.h: see above.
2954
2955 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
2956
2957         * ControlInset.h (clearDaughterParams): is empty by default, not pure.
2958         (setDaughterParams): a (by default empty) new method called in show().
2959
2960         * ControlBibitem.h:
2961         * ControlBibtex.h:
2962         * ControlError.h:
2963         * ControlInclude.h:
2964         * ControlMinipage.h:
2965         * ControlRef.h:
2966         * ControlSearch.h:
2967         * ControlUrl.h (clearDaughterParams): removed
2968
2969         * ControlMinipage.C (applyParamsToInset): update the view.
2970         Added namespace minipage containing a helper function getUnits.
2971
2972         * GUI.h: changed Minipage policy to NoRepeatedApplyReadOnlyPolicy.
2973
2974         * ControlCharacter.[Ch]: moved out all the helper functions and the
2975         enum into their own file.
2976         * character.[Ch]: new files; contain the character helper functions,
2977         now inside namespace character.
2978
2979         * ControlCitation.[Ch]: moved out all the helper functions and the
2980         enums into their own file. Simplified interface.
2981         * biblio.[Ch]: new files; contain the citation helper functions,
2982         now inside namespace biblio. Will be of use also to an improved
2983         BibTeX popup.
2984
2985         * ControlGraphics.[Ch]:
2986         * ControlIndex.[Ch]: new files; controllers for the Graphics and Index
2987         popups, respectively.
2988
2989         * GUI.h:
2990         * Makefile.am: associated changes.
2991
2992 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
2993
2994         * ControlMinipage.[Ch]:
2995         * ControlPreamble.[Ch]:
2996         * ControlPrint.[Ch]:
2997         * ControlSplash.[Ch]: new files; controllers for the Minipage, Preamble
2998         and Print popups and Splash screen, respectively.
2999
3000         * ViewBase.h (ViewSplash): new base class for GUI-specific Splash
3001         screens.
3002
3003         * GUI.h:
3004         * Makefile.am: associated changes.
3005
3006 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
3007
3008         * ControlConnections.[Ch]: (docType): new method; returns the type
3009         of the buffer, LaTeX, Literate, LinuxDoc or DocBook.
3010
3011         * ControlRef.[Ch]:
3012         * ControlSearch.[Ch]:
3013         * ControlTabularCreate.[Ch]: new files; controller for the Ref,
3014         Search and TabularCreate popups, respectively.
3015
3016         * GUI.h:
3017         * Makefile.am: associated changes.
3018
3019 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
3020
3021         * ControlCitation.C (getBibkeyInfo): get nasty and assert the info map
3022         contains data.
3023
3024         * ControlInset.h (apply): fix bug. Can now create new insets again.
3025
3026         * README: describe program flow.
3027
3028 2001-03-24  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3029
3030         * Makefile.am (libcontrollers_la_SOURCES): add ControlDialogs.h
3031
3032 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
3033
3034         * ControlDialogs.h: moved class ControlInset into its own file.
3035
3036         * ControlInset.h: new file. class ControlInset has been expanded to take
3037         two template parameters, Inset and Params. Believe that all inset
3038         controllers can be derived from this with the minimum of effort.
3039
3040         * ControlBibitem.[Ch]:
3041         * ControlBibtex.[Ch]:
3042         * ControlCitation.[Ch]:
3043         * ControlCommand.[Ch]: moved most code into ControlInset.
3044
3045         * lots of files. Moved protected stuff into private where possible.
3046
3047         * ControlError.[Ch]:
3048         * ControlInclude.[Ch]:
3049         * ControlUrl.[Ch]: new files; controllers for the LaTeX error,
3050         Include and Url popups, respectively.
3051
3052         * GUI.h:
3053         * Makefile.am: associated changes.
3054
3055 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
3056
3057         * ControlCredits.[Ch] (getCredits): returns a stringstream not a
3058         vector<string>.
3059
3060 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3061
3062         * ControlCredits.C (getCredits): remove std:: qualifier for
3063         getline().
3064
3065 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3066
3067         * ControlCredits.C (getCredits): add std:: on vector
3068
3069 2001-03-22  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3070
3071         * ControlCredits.C: remove using that is only used once, use
3072         std::ios instead of std::iosbase, add some annoying comments.
3073
3074 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
3075
3076         * lots of header files: improved explanatory notes.
3077
3078         * ControlBase.[Ch]: removed LyXView & lv_ and methods using it.
3079         ControlBase is now a class that only controls the interaction of the
3080         View with the ButtonController.
3081
3082         * ControlConnections.[Ch]: added LyXView & lv_ and associated methods
3083         to ControlConnectBase. The class controls the connection/disconnection
3084         of signals from the LyX kernel and makes available the kernel (through
3085         lv_) to daughter controller classes.
3086         Moved out class ControlConnectInset to a new file ControlDialogs.h.
3087
3088         * ControlDialogs.h: new file. Contains the definition of two template
3089         controller classes, ControlDialog and ControlInset (was
3090         ControlConnectInset). ControlInset is a parent class for controllers
3091         of inset-popups. ControlDialogs is the rather uninspired name for
3092         the base class of all non-inset popups. (Eg, Document and Paragraph.)
3093         ControlDialogs is reaching a state of maturity as several popups now use
3094         it and its functionality becomes clear. ControlInset is still in a state
3095         of flux. It is likely that functionality will be moved out of
3096         ControlCommands and into it.
3097
3098         * GUI.h: new file. Moved all the template GUIXXX classes out of the
3099         individual Controller header files and into one place. These classes
3100         serve only as convenient wrappers to simplify code in the respective
3101         frontends' Dialogs::c-tor. Now all derived from a templatised parent.
3102
3103         * ControlCharacter.[Ch] (show, update, hide):
3104         * ControlLog.[Ch] (show, update, hide):
3105         * ControlVCLog.[Ch] (show, update, hide): moved back into
3106         the ControlDialogs base class.
3107         (setParams, clearParams): new methods containing controller-specific
3108         code to set/reset the parameters manipulated by the view.
3109
3110         * ControlCommand.[Ch] (clearParams): a new virtual method, by default
3111         empty.
3112         (hide): calls clearParams.
3113
3114         * ControlCitation.[Ch] (hide): renamed as clearParams, a method called
3115         by ControlCommand::hide().
3116
3117         * ControlCopyright.[Ch]:
3118         * ControlCredits.[Ch]: new files; controllers for the copyright and
3119         credits popups, respectively.
3120
3121 2001-03-21  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3122
3123         * ControlCharacter.C: fix typo
3124
3125 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
3126
3127         * ControlCharacter.[Ch]: new files; controller for the character popup.
3128
3129         * ControlCitation.[Ch] (getStringFromVector, getVectorFromString):
3130         moved to new files helper_funcs.[Ch].
3131
3132         * helper_funcs.[Ch]: new files. Some useful helper functions and
3133         functors.
3134
3135         * Makefile.am: added new files.
3136
3137 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
3138
3139         * ControlCitation.C (getBibkeyInfo): parse non-BibTeX entries correctly.
3140
3141 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
3142
3143         * ControlLog.[Ch]:
3144         * ControlVCLog.[Ch]: new files; controllers for LaTeX and Version
3145         Control log files, respectively.
3146
3147         * Makefile.am: added new files.
3148
3149 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
3150
3151         * ControlBibtex.[Ch]: new files; controller for an InsetBibtex popup.
3152
3153         * Makefile.am: added ControlBibtex.[Ch].
3154
3155 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
3156
3157         * ControlBibitem.C:
3158         * ControlCitation.C: added "using SigC::slot" declaration.
3159
3160         * ControlCitation.C (getStringFromVector): re-apply Dekel's recent fix
3161         to FormCitation.C prior to the merger: "Do not put space between
3162         multiple keys".
3163
3164 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3165
3166         * several files: remove CXX_WORKING_NAMESPACES
3167
3168         * ButtonController.h: noncopyable is in namespace boost
3169         * ButtonPolicies.h: ditto
3170
3171 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
3172
3173         * Merging changes from BRANCH_MVC back into HEAD.
3174
3175 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
3176
3177         * Makefile.am: add ControlBibitem.[Ch].
3178
3179         * ControlBibitem.[Ch]: new files that together define the Controller
3180         for a Bibitem popup.
3181
3182         * ControlCommand.h (c-tor): give  kb_action a default value of
3183         LFUN_NOACTION.
3184
3185         * ControlCommand.C (apply): do nothing if kb_action is LFUN_NOACTION.
3186
3187         * ControlCitation.[Ch]: moved search functions out of class.
3188         (bibkeysInfo): new method. Returns const reference to private data.
3189         (searchKeys): added case-sensitive switch. Used only by simpleSearch
3190         for now.
3191
3192 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
3193
3194         * ControlCitation.[Ch]: added Search functions to the class,
3195         (shamelessly lifted from Marco's gnome code). I think that these would
3196         be better as helper functions outside the class, but this is a first
3197         stab at it.
3198
3199 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
3200
3201         * ControlCitation.[Ch]: (getBibkeyList): removed from class
3202         ControlCitation.
3203         (getBibkeys, getBibkeyInfo): added to class ControlCitation.
3204         (getStringFromVector, getVectorFromString, parseBibTeX): new helper
3205         funcs. parseBibTeX() is lifted staraight out of Marco's gnome
3206         implementation of FormCitation.
3207
3208 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
3209
3210         * ButtonPolicies.h: add SMI_NOOP to enum.
3211
3212         * ButtonPolicies.C (nextState): add if-statement for SMI_NOOP.
3213
3214         * ButtonController.C (input): add "optimising" if-statement. Actually,
3215         things don't work correctly without it...
3216
3217 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
3218
3219         * ViewBase.h: remove #pragma directive
3220
3221         * ControlConnection.[Ch] (ControlConnectBI c-tor): add explicit c-tor
3222         to make g++ happy.
3223
3224 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
3225
3226         * ButtonPolicies.[Ch]: moved from ../ButtonPolicies.[Ch]
3227
3228         * Makefile.am: added ButtonPolicies.[Ch]
3229
3230         * ButtonController.[Ch]: ButtonController is split into
3231         ButtonControllerBase and a template ButtonController class. The base
3232         class no longer stores a pointer to a ButtonPolicy, but instead
3233         accesses the actual instantiation of the policy through a pure virtual
3234         method bp(). This method and the ButtonPolicy itself are instantiated
3235         in the templatised ButtonController class. This class is derived from
3236         the GUI-specific GUIBC class, meaning that the frontends know
3237         nothing about the actual policy decided upon by the controllers.
3238
3239         * ControlBase.[Ch]: No longer store the View or the ButtonController.
3240         Instead the actual instantiations are accessed through pure virtual
3241         methods view() and bc(). The daughter classes are responsible for the
3242         actual View and ButtonController.
3243
3244         * ControlCitation.h: the templatised class GUICitation instantiates
3245         the methods view() and bc(). It also stores the instances of the
3246         View and ButtonController.
3247
3248 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
3249
3250         * ButtonControllerBase.[Ch]: renamed as ButtonController.[Ch]. Class
3251         also changed to ButtonController.
3252
3253         * ControlBase.[Ch]:
3254         * ControlConnections.[Ch]:
3255         * ControlCommand.[Ch]:
3256         * ControlCitation.[Ch]:
3257         * ViewBase.h: Changes associated with this.
3258
3259 2001-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
3260
3261         * ButtonControllerBase.[Ch]: new files. Split Allan's original
3262         xforms/ButtonController class into a GUI-I class (here) and an
3263         xforms-specific derived class, to be found in xforms/xformsBC.[Ch].
3264
3265         * ControlBase.[Ch]: new files. ControlBase is an abstract base class
3266         from which all Dialog Controllers should be derived. the Controllers
3267         are GUI-independent, but are designed to control the behaviour of
3268         GUI-specific implementaions of each dialog.
3269
3270         * ControlConnections.[Ch]: new files. Classes controlling the
3271         connections of buffer-independent, buffer-dependent and Inset dialogs
3272         with the LyX kernel.
3273
3274         * ControlCommand.[Ch]: new files. A controller for all dialogs for the
3275         InsetCommand subset of insets.
3276
3277         * ControlCitation.[Ch]: new files. The test specialisation! A
3278         controller for the Citation dialog.
3279
3280         * ViewBase.h: new file. ViewBase is an abstract base class from which
3281         GUI-specific dialogs should be derived. The functionality that the GUIs
3282         must now implement is much reduced.