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