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