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