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