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