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