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