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