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