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