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