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