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