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