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