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