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