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