]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ChangeLog
obvious stuff
[lyx.git] / src / frontends / controllers / ChangeLog
1 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
2
3         * ControlErrorList.C (goTo): shuffle code to avoid compiler warning.
4
5 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
6
7         * biblio.C, ControlPrefs.C, ControlParagraph.C:
8         * ControlLog.C, ControlDocument.C, ControlAboutlyx.C: replace
9         "support/std_sstream.h" with <sstream>
10
11 2004-05-19  Angus Leeming  <leeming@lyx.org>
12
13         * *.[Ch]: wrap all code up inside namespace lyx::frontend.
14         Move namespace biblio to lyx::biblio.
15
16 2004-05-14  Angus Leeming  <leeming@lyx.org>
17
18         * biblio.[Ch] (asValidLatexCommand): new function which examines
19         the input string to return a latex citation command that is
20         valid for the current citation engine.
21
22 2004-05-14  Angus Leeming  <leeming@lyx.org>
23
24         * ControlCitation.[Ch]: small changes to use the CiteEngine_enum
25         wrapper class.
26
27         * biblio.[Ch]: move the CiteEngine enum into bufferparams.h to
28         minimize dependencies on this file.
29         (getCitationStyle, getCiteCommand): removed. Functionality moved
30         into the CitationStyle struct.
31
32 2004-05-12  Angus Leeming  <leeming@lyx.org>
33
34         * biblio.C (getEngine): reduced to the trivial.
35
36 2004-05-10  Angus Leeming  <leeming@lyx.org>
37
38         * biblio.[Ch]: create a new biblio::CiteEngine enum. Use it instead of
39         bools usingNatbib, usingJurabib.
40
41         * ControlCitation.[Ch]: simplified code to use the biblio::CiteEngine
42         enum rather than multiple bools, usingNatbib and using Jurabib.
43
44 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
45
46         * ControlGraphics.[Ch] (editGraphics): new method
47
48 2004-04-07  Martin Vermeer  <martin.vermeer@hut.fi>
49
50         * ControlDocument.C: 'assign' for opening/closing branch insets
51         according to selection
52
53 2004-04-05  Angus Leeming  <leeming@lyx.org>
54
55         * ButtonPolicies.C (printState, printInput): human-readable output
56         of ButtonPolicy::State, ButtonPolicy::SMInput.
57         (PreferencesPolicy::input): change the behaviour of the Preferences
58         state machine on receipt of SMI_CANCEL/SMI_HIDE if the existing
59         state is APPLIED, then let this state persist. Next time that the
60         dialog is opened, the user will be able to press 'Save'.
61
62 2004-04-05  Angus Leeming  <leeming@lyx.org>
63
64         * ControlPrefs.C (dispatchParams): ignore system_lyxrc when writing
65         the contents of rc_ to the stringstream.
66
67 2004-04-05  Angus Leeming  <leeming@lyx.org>
68
69         * ControlErrorList.C: wrap #warning calls inside #ifdef
70         WITH_WARNINGS blocks.
71
72 2004-04-01  Angus Leeming  <leeming@lyx.org>
73
74         * README: removed. It refered to the ancient and impossible to
75         understand scheme ;-)
76
77 2004-03-31  Angus Leeming  <leeming@lyx.org>
78
79         * ControlButtons.[Ch]:
80         * ControlConnections.[Ch]:
81         * ControlDialog.{h,tmpl}:
82         * ControlDialog_impl.[Ch]:
83         * GUI.h:
84         * ViewBase.[Ch]: all removed.
85
86         * Makefile.am: adjusted to suit.
87
88 2004-03-31  Angus Leeming  <leeming@lyx.org>
89
90         * ControlPreamble.[Ch]: converted to the dialog-based scheme.
91
92 2004-03-31  Angus Leeming  <leeming@lyx.org>
93
94         * ControlSpellchecker.C: converted to the dialog-based scheme.
95         Cleaned-up the program structure so that it behaves in similar manner
96         to all the other dialogs. There is still far too much of the core
97         in here though...
98
99         * Dialog.C (update): more generic error message.
100
101 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
102
103         * ControlSpellchecker.C: s/DocumentIterator/DocIterator/g
104
105 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
106
107         * ControlSpellchecker.C (isLetter, nextWord): check for inTextEd,
108         use forwardPos.
109
110 2004-03-31  Angus Leeming  <leeming@lyx.org>
111
112         * ControlPrefs.[Ch]: converted to the dialog-based scheme.
113
114         * Dialog.C (apply): bug fix. Enable the dispatch of dialogs
115         which aren't dependent on a buffer when no buffer is open.
116
117         Kernel.[Ch] (redrawGUI): new function.
118
119 2004-03-31  Angus Leeming  <leeming@lyx.org>
120
121         * ControlPrefs.C: a bit of an overhaul, moving the local Converters
122         and Formats variables out of the various frontends to here,
123         and ensuring that nothing is actually dispatched to the core except
124         from apply().
125         Also use the new LFUN_LYXRC_APPLY lfun.
126
127 2004-03-30  Angus Leeming  <leeming@lyx.org>
128
129         * ControlDocument.[Ch]: converted to the dialog-based scheme.
130
131 2004-03-30  Angus Leeming  <leeming@lyx.org>
132
133         * ControlDocument.[Ch]: move all of the 'apply' code into the core
134         and access it by dispatching the appropriate lfuns.
135
136 2004-03-30  Angus Leeming  <leeming@lyx.org>
137
138         * ControlDocument.C (apply): replace the loop over paragraphs
139         invoking insetsOpenCloseBranch with
140         LFUN_ALL_INSETS_TOGGLE, "toggle branch".
141
142 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
143
144         * ControlBibtex.[Ch]: add member usingBibtopic().
145
146 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
147
148         * ControlDocument.C:
149         * ControlErrorList.C: adjust to ParIterator change
150
151 2004-03-28  Angus Leeming  <leeming@lyx.org>
152
153         * ControlPrint.[Ch]: converted to the dialog-based scheme.
154
155 2004-03-27  Angus Leeming  <leeming@lyx.org>
156
157         * ControlSendto.[Ch]: converted to the dialog-based scheme.
158
159 2004-03-24  Angus Leeming  <leeming@lyx.org>
160
161         64-bit compile fixes.
162
163         * ControlErrorList.C (goTo): use lyx::pos_type as type of
164         temporary vars.
165
166         * ControlSpellchecker.C (nextWord): pass progress as a
167         PosIterator::difference_type, not an int.
168
169 2004-03-17  Angus Leeming  <leeming@lyx.org>
170
171         * ControlForks.[Ch]: removed.
172
173         * Makefile.am: remove mention of ControlForks.[Ch].
174
175 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
176
177         * biblio.[Ch]:
178         * ControlCitation.[Ch]: add jurabib support.
179
180 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
181
182         * ControlPrint.C, ControlSendto.C: use always a temp dir
183         * ControlSendto.C: check return value of buffer()->writeFile()
184
185 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
186
187         * biblio.C (parseBibTeX): "=" -> '='
188
189 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
190
191         * biblio.C (RegexMatch): inherit from std::unary_function, make
192         operator() const and variable regex_ mutable.
193
194         * ControlSpellchecker.C (check): use correct types for the result
195         from distance.
196
197 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
198
199         * ControlSpellchecker.C: add using statements for std::advance and
200         std::distance
201
202         * ControlExternal.C: add using statement for std::advance
203
204 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
205
206         * ControlSpellchecker.C (check): use std::distance and
207         std::advance
208
209 2004-01-25  Angus Leeming  <leeming@lyx.org>
210
211         * ControlSearch.[Ch]: derive from Dialog::Controller rather than
212         the deprecated ControlDialogBD.
213
214 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
215
216         * Dialog.C (hide): disconnect dialog/inset on hide (partial fix
217         to bug 1251)
218
219 2004-01-08  Angus Leeming  <leeming@lyx.org>
220
221         * ControlBibtex.[Ch] (browse):
222         * ControlExternal.[Ch] (browse):
223         * ControlGraphics.[Ch] (browse):
224         * ControlInclude.[Ch] (browse):
225         * ControlPrefs.[Ch] (browsebind, browseUI, browsekbmap,
226         browsedict, browse, browsedir):
227         * ControlPrint.[Ch] (browse):
228         FileFilterList change to the browseFile, browseRelFile functions.
229
230         * helper_funcs.[Ch] (browseFile, browseRelFile):
231         FileFilterList change to the FileDialog open and save functions.
232
233 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
234
235         * ControlSendto.C (allFormats): use the unique-erase idom and
236         simplify some code a bit.
237
238         * ControlMath.C: make CompareKey adaptable
239
240 2004-01-07  Angus Leeming  <leeming@lyx.org>
241
242         * ControlSearch.C:
243         * ControlThesaurus.C (replace):
244         rewrite to use LFUN_WORD_(FIND|REPLACE).
245
246 2003-12-14  Angus Leeming  <leeming@lyx.org>
247
248         * ControlBranch.[Ch] (branchlist): new member function.
249
250         * ControlDocument.C (setBranchColor): removed.
251         (apply): update LColor to accommodate the new BranchList colors.
252
253 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
254
255         * ControlMinipage.[Ch]: remove.
256         * Makefile.am: remove minipage files.
257
258 2003-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
259
260         * ControlMath.C (dispatchSubscript, dispatchSuperscript): enable
261         the math panel sub/superscript buttons once again.
262
263 2003-12-11  Angus Leeming  <leeming@lyx.org>
264
265         * ControlCommand.C (initialiseParams): changes due to the changed
266         interface to InsetCommandMailer::string2params.
267
268 2003-12-10  Angus Leeming  <leeming@lyx.org>
269
270         * ControlNote.[Ch] (note_gui_tokens): removed; no longer needed.
271
272 2003-12-10  Angus Leeming  <leeming@lyx.org>
273
274         * ControlBranch.C (dispatchParams): change to invocation of
275         InsetBranchMailer::params2string.
276
277         * ControlNote.C (dispatchParams): change to invocation of
278         InsetNoteMailer::params2string.
279
280 2003-12-05  Angus Leeming  <leeming@lyx.org>
281
282         * ControlVCLog.[Ch]: removed.
283         * Makefile.am: remove ControlVCLog.[Ch]
284
285 2003-12-05  Angus Leeming  <leeming@lyx.org>
286
287         * ControlLog.[Ch]: re-worked so that it is passed the logtype and
288         filename rather than extracting them from the kernel.
289
290 2003-12-04  Angus Leeming  <leeming@lyx.org>
291
292         * ControlExternal.[Ch] (bbChanged): new accessor functions to a
293         boolean flag.
294         (readBB): attempt to read the BoundingBox from the graphics file.
295         If that fails, try the Graphics Cache.
296         (all_origins, origin_gui_str): helpers for the frontends.
297
298 2003-12-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
299
300         * ControlVSpace.C: enable the buttons for new insets.
301
302 2003-11-28  André Pönitz  <poenitz@gmx.net>
303
304         * ControlVSpace.[Ch]: new files
305         * Makefile.am: adjust
306
307 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
308
309         * ControlDocument.C: Change call to insetsOpenCloseBranch
310
311 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
312
313         * ControlSpellchecker.C (isLetter): skip ert
314
315 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
316
317         * ControlErrorList.C (goTo): allow going to inner paragraphs
318
319 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
320
321         * ControlSearch.[Ch]:
322         * ControlThesaurus.C: adjust to spellcheck code changes
323
324 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
325
326         * ControlSpellchecker.C (nextWord): do not send ligature breaks
327         and other nasty insets to the spellchecker
328
329 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
330
331         * ControlSpellchecker.[Ch] (nextWord, check): rewrite of the text
332         handling parts
333
334 2003-10-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
335
336         * ControlDocument.[Ch]: add method setBranchColor().
337
338 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
339
340         * ControlCommandBuffer.C (dispatch): adjust for dispatch change
341
342 2003-10-08  Angus Leeming  <leeming@lyx.org>
343
344         Fix doxygen warnings.
345
346         * frnt_lang.h: move comment so that doxygen is not confused.
347
348 2003-10-07  Angus Leeming  <leeming@lyx.org>
349
350         * ControlExternal.[Ch]: InsetExternal::Params -> InsetExternalParams.
351         (getTemplatePtr): removed. Use function in ExternalSupport.
352
353 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
354
355         * ControlBox.C:
356         * ControlBox.h:
357         * Makefile.am: The Box patch. Fancybox support, minipage, parbox
358
359 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
360
361         * BCView.h:
362         * ControlCommandBuffer.h:
363         * biblio.h:
364         * frnt_lang.h:
365         * tex_helpers.h: add <string> and other small fixes to make Lars'
366         std::string patch compile with STLport.
367
368 2003-10-01  Angus Leeming  <leeming@lyx.org>
369
370         * ControlExternal.[Ch]: changes due to the introduction of
371         namespace lyx::external.
372
373 2003-09-25  Angus Leeming  <leeming@lyx.org>
374
375         * ControlExternal.C (getTemplatePtr): simplify, due to change in
376         ExternalTemplateManager interface.
377
378 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
379
380         * ControlDocument.C (setParams): fix new bug
381
382 2003-09-19  Angus Leeming  <leeming@lyx.org>
383
384         * ControlInclude.[Ch]: Store and access the params as an
385         InsetCommandParams, rather than access them as a InsetInclude::Params
386         and store 'em as a boost::scoped_ptr<InsetInclude>.
387         Other clean-ups due to the changes in InsetInclude.
388
389 2003-09-18  Angus Leeming  <leeming@lyx.org>
390
391         * ControlCommand.C (clearParams): simplify.
392
393 2003-09-18  Angus Leeming  <leeming@lyx.org>
394
395         * ControlCharacter.C:
396         * ControlCharacter.h:
397         * ControlPrefs.C:
398         * ControlPrefs.h:
399         * character.h: rename EnumLColor as LColor_color.
400
401 2003-09-16  Angus Leeming  <leeming@lyx.org>
402
403         * ControlCharacter.C: add #include "LColor.h".
404
405 2003-09-16  Angus Leeming  <leeming@lyx.org>
406
407         * character.C: add #include "LColor.h".
408
409 2003-09-15  Angus Leeming  <leeming@lyx.org>
410
411         * ControlCharacter.C (setColor, getColor):
412         pass EnumLColor args, rather than LColor::color ones.
413
414         * ControlPrefs.C: add #include "LColor.h".
415         * ControlPrefs.h:remove #include "LColor.h".
416
417         * ControlPrefs.[Ch] (setColor): pass EnumLColor arg, not than LColor::color one.
418
419         * character.h:remove #include "LColor.h".
420         typedef ColorPair as a std::pair<string, EnumLColor>.
421
422 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
423
424         * ControlAboutlyx.C
425         * ControlParagraph.C
426         * biblio.C
427         * tex_helpers.C: remove usage of STRCONV
428
429 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
430
431         * several files: change Assert to BOOST_ASSERT
432
433 2003-09-08  Angus Leeming  <leeming@lyx.org>
434
435         * ControlCommandBuffer.C:
436         * ControlDocument.C:
437         * ControlPrefs.C:
438         * helper_funcs.C:
439         * tex_helpers.C: remove redundant using directives.
440
441 2003-09-07  Angus Leeming  <leeming@lyx.org>
442
443         * ButtonController.h:
444         * helper_funcs.h: remove #include "support/std_string.h".
445
446         * ControlBranch.h:
447         * ControlNote.h: remove #include "debug.h".
448
449         * ControlDocument.h: remove #include <vector>, "support/std_string.h".
450
451         * ControlErrorList.h:
452         * ControlThesaurus.h: remove #include <vector>.
453
454         * ControlPrefs.h: remove #include "funcrequest.h", <utility>.
455
456         * GUI.h: remove #include "BCView.h".
457
458         * tex_helpers.h: remove #include <utility>.
459
460 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
461
462         * biblio.C:
463         * frnt_lang.C: re-add missing system headers, needed for 2.95.2.
464
465 2003-09-05  Angus Leeming  <leeming@lyx.org>
466
467         * GUI.h: ensure that the header file can be compiled stand-alone.
468         * *.C: strip out redundant #includes. (49 in total.)
469
470 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
471
472         * most files: change to use const buffer refs.
473
474 2003-08-16  Martin Vermeer  <martin.vermeer@hut.fi>
475
476         * ControlBranch.[Ch]:
477         * ControlDocument.C:
478         * Makefile.am: implements the 'branch
479         inset' idea. This allows the output of various versions of a
480         document from a single source version, selectively outputing or
481         suppressing output of parts of the text.
482         This implementation contains a 'branch list editor' in a separate
483         tab of the document settings dialog. Branches are user definable
484         and have a "display colour" to distinguish them on-screen.
485
486         ColorHandler was somewhat cleaned up.
487         (1) make possible a dynamically growing LColor list by allowing
488         the graphic context cache to grow along (vector);
489         (2) eliminate an IMHO unnecessary step in colour allocation.
490
491 2003-08-15  André Pönitz  <poenitz@gmx.net>
492
493         * ControlErrorList.C:
494         * ControlSpellchecker.C: remove toggleSelection
495
496 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
497
498         * ControlGraphics.C: rename "XXX baseline" to "Baseline XXX"
499         for consistency
500         * ControlTabular.h:
501         * ControlTabular.C: rename VALIGN_CENTER to VALIGN_MIDDLE;
502         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
503         rename VCENTER to MIDDLE
504
505 2003-08-04  André Pönitz  <poenitz@gmx.net>
506
507         * ControlErrorList.C:
508         * ControlSpellchecker.C: simpler BufferView::update() calls
509
510 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
511
512         * ControlNote.[Ch]: add i18n support.
513
514 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
515
516         * ControlToc.C (goTo): adjust for lyx::toc
517         (getTypes): ditto
518         (getContents): ditto
519
520         * ControlThesaurus.C (replace): adjust for lyx::find
521
522         * ControlSearch.C (find): adjust for lyx::find
523         (replace): ditto
524
525         * ControlChanges.C (find): adjust for lyx::find
526         (accept): ditto
527         (reject): ditto
528
529 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
530
531         * ControlTabular.C (useMetricUnits): adapt PAPER_* enums
532
533 2003-07-23  Angus Leeming  <leeming@lyx.org>
534
535         * ControlExternal.C: pass a Buffer const & rather than a Buffer const *
536         to the mailer's string2params, params2string functions.
537
538         * ControlGraphics.C pass a Buffer const & rather than a string const &
539         buffer_path to the mailer's string2params, params2string functions.
540
541 2003-07-23  Angus Leeming  <leeming@lyx.org>
542
543         * Kernel.[Ch] (bufferFilepath): new wrapper for Buffer::filePath.
544
545         * ControlBibtex.C:
546         * ControlExternal.C:
547         * ControlGraphics.C: use it.
548
549 2003-07-21  Angus Leeming  <leeming@lyx.org>
550
551         * ControlGraphics.C (initialiseParams, dispatchParams): no need
552         to modify the filename for reasons of 'good UI' anymore.
553
554 2003-07-21  Angus Leeming  <leeming@lyx.org>
555
556         * ControlGraphics.C (initialiseParams, dispatchParams): pass a
557         buffer_path parameter to InsetGraphicsMailer's string2params,
558         params2string.
559
560 2003-07-21  Angus Leeming  <leeming@lyx.org>
561
562         * ControlGraphics.C (readBB): use namespace lyx::graphics rather
563         than grfx shortcut.
564
565 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
566
567         * ControlGraphics.C (dispatchParams): avoid some variable/function
568         shadowing.
569
570         * ControlDialog.tmpl (show): follow C++ rules more closely
571         (update): ditto
572         (hide): ditto
573
574 2003-07-17  Angus Leeming  <leeming@lyx.org>
575
576         * ControlChanges.h:
577         * ControlErrorList.h:
578         * ControlLog.h:
579         * ControlMath.h:
580         * ControlShowFile.h:
581         * ControlTexinfo.h:
582         * ControlVCLog.h:
583         * Dialog.h: fix some doxygen warnings.
584
585         * Dialog.C: shuffle a couple of functions around.
586
587 2003-07-16  Angus Leeming  <leeming@lyx.org>
588
589         * ControlMath.C (find_xpm): rewrite to make Lars happy by using find_if.
590
591 2003-07-16  Angus Leeming  <leeming@lyx.org>
592
593         Dialog.[Ch]: move a few methods out of line.
594
595         Dialog.h:
596         Kernel.h: improve doxygen documentation.
597
598 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
599
600         * introduce namespace lyx::support
601
602 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
603
604         * Kernel.h: fix some \class issues
605
606         * Kernel.C: fix \file
607
608         * Dialog.h: fix some \class issues
609
610         * ControlErrorList.h: correct const type order, remove some
611         ControlErrorList:: from declarations.
612
613         * BCView.h: fix usage of \class to \c
614         * ControlAboutlyx.h: ditto
615         * ButtonController.h: ditto + remove misplaced end doxy group tag
616
617 2003-06-24  Alfredo Braunstein  <abraunst@libero.it>
618
619         * ControlDocument.C (classApply): removed the call to resetErrorList,
620         replaced setErrorList by parseErrors
621
622 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
623
624         * ControlError.[Ch]: removed
625         * Makefile.am: adjust
626
627 2003-06-20  Angus Leeming  <leeming@lyx.org>
628
629         * tex_helpers.[Ch] (getTexFileList): changed to
630         void getTexFileList(string const & file, vector<string> & contents);
631
632         * ControlBibtex.[Ch] (getBibFiles, getBibStyles): now passed a
633         vector<string> to fill rather than returning a string.
634
635         * ControlTexinfo.[Ch] (rescanStyles, runTexhash): removed. No need
636         for an extra layer of indirection.
637         (getContents): moved out of class to getTexFileList.
638
639 2003-06-19  Angus Leeming  <leeming@lyx.org>
640
641         * ControlTexinfo.[Ch]: rewritten to use the Dialog-based scheme.
642
643 2003-06-17  Angus Leeming  <leeming@lyx.org>
644
645         * ControlMath.[Ch]:
646         * ControlMath2.[Ch]: rename ControlMath2 as ControlMath.
647         Move into ControlMath.[Ch]. Remove ControlMath2.[Ch].
648
649         * Makefile.am: remove ControlMath2.[Ch].
650
651 2003-06-17  Angus Leeming  <leeming@lyx.org>
652
653         * ControlMath.[Ch] (showDialog):
654         * ControlMath2.[Ch] (showDialog, dispatchFunc): new member functions.
655
656         * ControlMath2.C: wrap all other calls to the kernel diapatcher into
657         dispatchFunc.
658
659 2003-06-12  Angus Leeming  <leeming@lyx.org>
660
661         * ControlMath2.[Ch]: new files. A work in progress towards a clean
662         implementation of the math panel.
663
664         * Makefile.am: add files.
665
666 2003-06-11  Angus Leeming  <leeming@lyx.org>
667
668         * ControlExternal.[Ch]: changes due to InsetExternal::Params no longer
669         storing the ExternalTemplate but its name.
670
671 2003-06-10  Angus Leeming  <leeming@lyx.org>
672
673         * ControlExternal.C (editExternal): invokes new LFUN_EXTERNAL_EDIT
674         rather than generate a new inset itself.
675
676 2003-06-06  John Levon  <levon@movementarian.org>
677
678         * ControlDocument.C: make sure a language change
679         always gets propogated
680
681 2003-06-03  Angus Leeming  <leeming@lyx.org>
682
683         * ControlExternal.[Ch]: remove viewExternal and updateExternal.
684         Change the internal store from an InsetExternal to its Param struct.
685
686 2003-06-03  John Levon  <levon@movementarian.org>
687
688         * ControlGraphics.C: make file path relative for the GUI,
689         absolute for the backend
690
691 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
692
693         * ControlDocument.C (saveAsDefault): adjust
694
695 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
696
697         * ViewBase.h:
698         * Dialog.h (setTitle): added
699
700 2003-05-20  Alfredo Braunstein  <abraunst@libero.it>
701
702         * ControlErrorList.[Ch]: small bugs fixed, use ErrorList
703
704 2003-05-13  André Pönitz  <poenitz@gmx.net>
705
706         * ControlForks.[Ch]: use vector<pid_t> instead of strings
707
708 2003-05-14  Rob Lahaye <lahaye@users.sourceforge.net>
709
710         * ControlErrorList.C (clearParams): replace string::clear by
711         string::erase
712
713 2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
714
715         * ControlErrorList.C (goTo): use lyxerr not cout.
716
717 2003-05-13  Alfredo Braunstein <abraunst@libero.it>
718
719         * ControlErrorList.[Ch]: added
720         * Makefile.am: the above adittion
721
722 2003-05-13 André Pönitz <poenitz@gmx.net>
723
724         * ControlDocument.C:
725         * ControlPrint.C:
726         * ControlSpellchecker.C:
727         * biblio.C: boost::format -> bformat  all over the place
728
729         * ControlForks.C:
730         * ControlGraphics.C:
731         * ControlPrint.C:
732         * ControlSearch.C:
733         * ControlSpellchecker.C:
734         * ControlTabularCreate.C: use tostr from new header
735
736
737 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
738
739         * Makefile.am: better lib building
740
741 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
742
743         * ControlDocument.C (saveAsDefault): parlist cleanup
744
745 2003-05-06  John Levon  <levon@movementarian.org>
746
747         * ControlDocument.C: fix buggy boost format
748
749 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
750
751         * ControlDocument.C (classApply): adjust call to
752         SwitchLayoutsBetweenClasses.
753
754 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
755
756         * ControlDocument.C (setLanguage): call updateDocLang when not
757         calling changeLanguage.
758
759 2003-04-10  John Levon  <levon@movementarian.org>
760
761         * ControlTabular.h:
762         * ControlTabular.C: add longTabular() etc.
763
764 2003-04-10  John Levon  <levon@movementarian.org>
765
766         * ControlMath.C (find_xpm): handle math_delim arguments
767
768 2003-04-02  Angus Leeming  <leeming@lyx.org>
769
770         * ControlCommandBuffer.[Ch] (c-tor): passed a LyXView & rather than
771         a LyXFunc &. Ensuing changes elsewhere.
772         (getCurrentState): new method, returning bufferview_func's
773         currentState (needs the currently active BufferView).
774
775 2003-03-31  John Levon  <levon@movementarian.org>
776
777         * ControlPrint.C:
778         * ControlDocument.C: more Alert cleanups
779
780 2003-03-29  John Levon  <levon@movementarian.org>
781
782         * ControlSpellchecker.C: Alert cleanup
783
784 2003-03-29  John Levon  <levon@movementarian.org>
785
786         * helper_funcs.C: Alert cleanup
787
788 2003-03-29  John Levon  <levon@movementarian.org>
789
790         * ControlDocument.C: comment out seemingly silly question
791
792 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
793
794         * ControlDialog.tmpl (show): qualify emergency_exit_ with this->
795         (update): ditto
796         (hide): ditto
797
798 2003-03-26  Angus Leeming  <leeming@lyx.org>
799
800         * ControlThesaurus.[Ch]: rewrite to use the Dialog-based scheme.
801
802 2003-03-25  John Levon  <levon@movementarian.org>
803
804         * ControlSpellchecker.C: support for new aspell
805
806 2003-03-25  Angus Leeming  <leeming@lyx.org>
807
808         * ControlLog.[Ch]:
809         * ControlShowFile.[Ch]:
810         * ControlVCLog.[Ch]: rewrite to use the Dialog-based scheme.
811
812 2003-03-24  John Levon  <levon@movementarian.org>
813
814         * ControlMath.C: include Pr function
815
816 2003-03-23  John Levon  <levon@movementarian.org>
817
818         * ControlSpellchecker.C: make "words checked" translatable,
819         from Michael Schmitt
820
821 2003-03-18  John Levon  <levon@movementarian.org>
822
823         * ControlParagraph.C: make reading of params succeed
824
825 2003-03-13  Rob Lahaye  <lahaye@snu.ac.kr>
826
827         * ControlChanges.[Ch]: ControlChanges::find() returns the bool
828         from lyxfind::findNextChange(), instead of void.
829
830 2003-03-13  Angus Leeming  <leeming@lyx.org>
831
832         * Dialog.h (initialiseParams): return a bool to indicate successful
833         translation of the string.
834
835         * Dialog.h:
836         * Kernel.h
837         * ControlAbout.h: a serious attempt at documenting the code.
838
839         * ButtonController.[Ch] (readWrite): it wasn't used, so remove it.
840         (invalid): ditto.
841
842         * ButtonController.[Ch]:
843         * BCView.[Ch], BCView.tmpl: make many methods const.
844
845 2003-03-13  Angus Leeming  <leeming@lyx.org>
846
847         * ControlParagraph.[Ch]: rewrite to use the Dialog-based scheme and
848         the new dispatch lfuns.
849
850 2003-03-12  Angus Leeming  <leeming@lyx.org>
851
852         * ControlCharacter.[Ch]: rewrite to use the Dialog-based scheme and
853         the new dispatch lfuns.
854
855 2003-03-09  Angus Leeming  <leeming@lyx.org>
856
857         Flatten the ButtonController tree by splitting it into a Controller
858         and a View.
859
860         * BCView.[Ch], BCView.tmpl: new files containing the View part of the
861         ButtonController.
862
863         * ButtonController.[Ch]: just the controller, which needs know only
864         two methods of the View, refresh and refreshReadOnly.
865
866         * lots of files: associated changes.
867
868 2003-03-09  Angus Leeming  <leeming@lyx.org>
869
870         * ControlChanges.[Ch]: rewrite to use the Dialog-based scheme.
871
872 2003-03-09  Angus Leeming  <leeming@lyx.org>
873
874         * ControlAboutlyx.[Ch]: rewrite to use the Dialog-based scheme.
875
876 2003-03-09  Angus Leeming  <leeming@lyx.org>
877
878         * ControlTabularCreate.[Ch]: rewrite to use the Dialog-based scheme.
879
880 2003-03-09  Angus Leeming  <leeming@lyx.org>
881
882         * ControlTabular.[Ch]: rewrite to use the Dialog-based scheme.
883
884 2003-03-09  Angus Leeming  <leeming@lyx.org>
885
886         * ControlTabular.[Ch]: minimise the interface in preparation for
887         a move to the Dialog-based scheme.
888         (inset): removed; the views require only getActiveCell().
889         (tabular): return as a reference.
890
891 2003-03-07  Angus Leeming  <leeming@lyx.org>
892
893         * ControlGraphics.[Ch]: rewrite to use the Dialog-based scheme.
894
895         * ControlInset.{h, tmpl}: remove.
896         * Makefile.am: remove files.
897
898 2003-03-07  Angus Leeming  <leeming@lyx.org>
899
900         * ControlBibitem.[Ch]:
901         * ControlIndex.[Ch]:
902         * ControlLabel.[Ch]:
903         * ControlUrl.[Ch]: removed.
904
905         * Makefile.am: remove files.
906
907         * ControlERT.C (dispatchParams):
908         * ControlExternal.C (dispatchParams):
909         * ControlFloat.C (dispatchParams):
910         * ControlInclude.C (dispatchParams):
911         * ControlWrap.C (dispatchParams): no need to pass name to Mailer
912         anymore.
913
914         * ControlMinipage.[Ch]: rewrite to use the Dialog-based scheme.
915
916 2003-03-05  Angus Leeming  <leeming@lyx.org>
917
918         * ControlWrap.[Ch]: rewrite to use the Dialog-based scheme.
919
920         * ControlFloat.[Ch]: move insetfloat.h into the .C file.
921
922         * ControlFloat.[Ch]: rewrite to use the Dialog-based scheme.
923         * ControlInclude.C: remove unneeded header files.
924
925         * ControlFloat.[Ch]: replace FloatParams with InsetFloatParams.
926
927         * ControlInclude.[Ch]: rewrite to use the Dialog-based scheme.
928
929         * ControlExternal.[Ch]: rewrite to use the Dialog-based scheme.
930
931         * Dialog.h: make view() public. Add dialog() methods.
932
933 2003-02-28  Alfredo Braunstein  <abraunst@libero.it>
934
935         * ControlGraphics.C: removed #include "converter.h"
936         * ControlPrefs.C:
937         * ControlSendto.C: added #include "format.h"
938
939 2003-02-27  Angus Leeming  <leeming@lyx.org>
940
941         * ControlLabel.[Ch]: new files. A controller for the Label dialog.
942
943         * Makefile.am: add the new files.
944
945 2003-02-27  Angus Leeming  <leeming@lyx.org>
946
947         * ControlBibitem.C (c-tor):
948         * ControlBibtex.C (c-tor):
949         * ControlCitation.C (c-tor):
950         * ControlIndex.C (c-tor):
951         * ControlRef.C (c-tor):
952         * ControlToc.C (c-tor):
953         * ControlUrl.C (c-tor):
954         pass "name" to ControlCommand c-tor,
955         not an LFUN.
956
957         * ControlCommand.[Ch] (c-tor, dispatchParams): use "name" rather than a
958         specific LFUN.
959
960         * ControlERT.C (dispatchParams): use "name" rather than a
961         specific LFUN.
962
963 2003-02-25  Dekel Tsur  <dekelts@tau.ac.il>
964
965         * ControlDocument.C (apply): Call to setLanguage() after updating bp_;
966
967 2003-02-21  Angus Leeming  <leeming@lyx.org>
968
969         * Dialog.[Ch]:
970         * Kernel.[Ch]: a new, transparent MCV split of the dialogs code.
971
972         * ControlBibitem.[Ch]:
973         * ControlBibtex.[Ch]:
974         * ControlCitation.[Ch]:
975         * ControlCommand.[Ch]:
976         * ControlError.[Ch]:
977         * ControlIndex.[Ch]:
978         * ControlRef.[Ch]:
979         * ControlToc.[Ch]:
980         * ControlUrl.[Ch]: New MCV design leads to cleaner code for the
981         individual controllers too.
982         Move 'apply' code into the LyX kernel.
983
984         * ControlConnections.C: temporary renaming of Dialogs::signals.
985
986         * Makefile.am: add new files.
987
988 2003-02-21  Angus Leeming  <leeming@lyx.org>
989
990         * ControlBibtex.C (Browse):
991         * ControlExternal.C (Browse):
992         * ControlGraphics.C (Browse):
993         * ControlInclude.C (Browse):
994         * ControlPrefs.C (browsebind, browseUI, browsekbmap, browsedict,
995         browse, browsedir):
996         * ControlPrint.C (Browse):
997         don't pass a LyXView & to browseFile et al.
998         * helper_funcs.[Ch] (browseFile, browseRelFile, browseDir):
999         don't pass a LyXView & to fileDlg.
1000
1001 2003-02-17  John Levon  <levon@movementarian.org>
1002
1003         * ControlDialog.tmpl: build dialog before calling setParams
1004           for the benefit of ControlSpellchecker
1005
1006         * ControlSpellchecker.h:
1007         * ControlSpellchecker.C: rework. Lots of bugs fixed and
1008           cleanups.
1009
1010 2003-02-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1011
1012         * ControlBibtex.[Ch]: new function getBibFiles() (provides list
1013         of available *.bib-files from bibFiles.lst).
1014
1015         * tex_helpers.C (getTexFileList): sort and dis-duplicate
1016         listWithoutPath correctly.
1017
1018 2003-02-08  John Levon  <levon@movementarian.org>
1019
1020         * ControlPrefs.h:
1021         * ControlPrefs.C: call setCurrentAuthor explicitly on apply()
1022
1023 2003-02-08  John Levon  <levon@movementarian.org>
1024
1025         * Makefile.am:
1026         * ControlChanges.h:
1027         * ControlChanges.C: add merge changes dialog
1028
1029         * ControlPrefs.h:
1030         * ControlPrefs.C: add setCurrentAuthor()
1031
1032 2003-01-31  Angus Leeming  <leeming@lyx.org>
1033
1034         * ViewBase.h: add an isVisible() pure virtual method.
1035
1036         * ControlTabular.C (updateInset): don't build the dialog here.
1037         Instead, do nothing if the dialog is invisible.
1038
1039 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
1040
1041         * ControlSpellchecker.[Ch]: Remove XForms RTL hacks.
1042
1043 2003-01-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1044
1045         * helper_funcs.[Ch]: implement browseDir (browse directory) [bug 824]
1046
1047         * ControlPrefs.[Ch]: implement browsedir for the use of use browseDir.
1048
1049 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1050
1051         * ControlDocument.C: use BoostFormat.h instead of boost/format.hpp
1052
1053 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1054
1055         * several files: ws changes
1056
1057 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1058
1059         * ControlDocument.C (classApply): use boost.format
1060
1061 2002-11-29  Angus Leeming  <leeming@lyx.org>
1062
1063         * ControlButtons.h (isClosing): make it public, so that the view can
1064         see it too.
1065         (OKButton): no longer virtual. ControlPrefs should use isClosing() from
1066         within apply.
1067
1068         * ControlPrefs.[Ch] (OKButton): removed.
1069
1070         * ControlPrefs.C (apply): dispatch a LFUN_SAVEPREFERENCES if the
1071         dialog isClosing(). (Ie, if the "save" button has been pressed.)
1072
1073 2002-11-28  John Levon  <levon@movementarian.org>
1074
1075         * ControlSpellchecker.C: fix Lars' broken cleanup
1076
1077 2002-11-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1078
1079         * ControlTabular.[Ch]: Add isMulticolumnCell
1080
1081 2002-11-27  Angus Leeming  <leeming@lyx.org>
1082
1083         * ControlMath.C (ControlMath): initialise active_.
1084
1085 2002-11-25  Angus Leeming  <leeming@lyx.org>
1086
1087         * ControlDialog.h (hide, update): move from protected to public.
1088
1089         * ControlMath.[Ch]: add controllers for the main math panel dialog and
1090         for any daughter dialogs stored by the main panel.
1091
1092 2002-11-21  Angus Leeming  <leeming@lyx.org>
1093
1094         * ControlDocument.[Ch] (classApply): no longer returns bool.
1095         (loadTextclass): new method. Wrapper for textclasslist[tc].load().
1096
1097 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1098
1099         * biblio.C (getAbbreviatedAuthor): use boost::format
1100
1101         * ControlSpellchecker.C (clearParams): use boost::format
1102
1103 2002-11-20  John Levon  <levon@movementarian.org>
1104
1105         * ControlMath.C: couple more manglings
1106
1107 2002-11-20  John Levon  <levon@movementarian.org>
1108
1109         * ControlMath.h:
1110         * ControlMath.C: add find_xpm mangler
1111
1112 2002-11-17  John Levon  <levon@movementarian.org>
1113
1114         * helper_funcs.C and users: specify save/open in file dialog
1115
1116 2002-11-15  John Levon  <levon@movementarian.org>
1117
1118         * ControlPrefs.h:
1119         * ControlPrefs.C: use setParams()
1120
1121 2002-11-15  John Levon  <levon@movementarian.org>
1122
1123         * ControlButtons.h: make OKButton() virtual for prefs
1124
1125         * ControlPrefs.h:
1126         * ControlPrefs.C: updates for xforms port to MVC
1127
1128         * Makefile.am:
1129         * ControlTabular.h:
1130         * ControlTabular.C: add simple MVC port
1131
1132 2002-11-14  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1133
1134         * ControlInclude.C: fix file format masks for qt's use
1135
1136 2002-11-13  John Levon  <levon@movementarian.org>
1137
1138         * Makefile.am:
1139         * ControlPrefs.h:
1140         * ControlPrefs.C: add skeleton controller
1141
1142 2002-11-12  John Levon  <levon@movementarian.org>
1143
1144         * biblio.C: fix warnings
1145
1146 2002-11-12  Angus Leeming  <leeming@lyx.org>
1147
1148         * ControlSpellchecker.C (check): fix crash
1149         * biblio.C (escape_special_chars): simplify BRE.
1150
1151 2002-11-07  Edwin Leuven  <leuven@fee.uva.nl>
1152
1153         * ControlDocument.[Ch]: Remove unused method
1154
1155 2002-11-07  Angus Leeming  <leeming@lyx.org>
1156
1157         * ChangeLog, biblio.C: * Add RegEx to the compiled boost files.
1158         * clean-up the search code in biblio.C.
1159
1160 2002-11-07  John Levon  <levon@movementarian.org>
1161
1162         * ControlGraphics.C: QGraphics fixes
1163
1164 2002-11-07  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1165
1166         * ControlDocument.C: (SaveAsDefault) make it work.
1167         fix buffer update on class change
1168
1169 2002-11-06  Angus Leeming  <leeming@lyx.org>
1170
1171         * biblio.C (searchKeys and helper functions): rewritten entirely
1172         using the STL. Boost::regex searching now works as the old 1.2 code
1173         did.
1174
1175 2002-11-06  Angus Leeming  <leeming@lyx.org>
1176
1177         * biblio.C: clean-up of the code. No change in functionality.
1178
1179 2002-11-04  Angus Leeming  <leeming@lyx.org>
1180
1181         * ControlGraphics.[Ch] (getUnits): moved out of class and into
1182         frnt::getBBUnits(). Code cleaned also.
1183
1184 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1185
1186         * biblio.C (regexSearch): STRCONV
1187         (getInfo): ditto
1188
1189         * ControlAboutlyx.C (getVersion): STRCONV
1190
1191         * ControlMath.C: include config.h
1192
1193 2002-10-31  John Levon  <levon@movementarian.org>
1194
1195         * ControlGraphics.h:
1196         * ControlGraphics.C: bb units from Herbert
1197
1198 2002-10-29  Rob Lahaye  <lahaye@snu.ac.kr>
1199
1200         * ControlParagraph.[Ch] (alignDefault): new method, returning the
1201         default alignment (block, left, right, center) of this paragraph.
1202
1203 2002-10-25  John Levon  <levon@movementarian.org>
1204
1205         * ControlPrint.C: using endl
1206
1207 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
1208
1209         * ControlPrint.[Ch]: move code here from Liason.[Ch].
1210
1211         * ControlSpellchecker.h (getCount): new method.
1212         * ControlSpellchecker.[Ch]: constify some accessor methods.
1213
1214 2002-10-22  Angus Leeming  <leeming@lyx.org>
1215
1216         * Makefile.am (libcontrollers_la_SOURCES): arrange list into
1217         alphabetical order once again.
1218
1219         * ButtonControllerBase.[Ch]: define an abstract base class CheckedWidget
1220         Add a list of CheckedWidget ptrs to ButtonControllerBase
1221         together with methods addCheckedWidget and checkWidgets to use it.
1222
1223         * ButtonController.tmpl (refresh): use the return value of
1224         checkWidgets to control the activation state of the Ok, Apply, Restore
1225         buttons.
1226
1227         * ControlDialog.tmpl (show, update):
1228         * ControlInset.tmpl (showInset, update):
1229         invoke ButtonController::refresh to ensure that the activation state of
1230         the Ok, Apply buttons reflects the valid-state of the widgets.
1231
1232 2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1233
1234         * tex_helpers.C (rescanTexStyles): don't pop p
1235         (texhash): ditto
1236
1237         * ControlWrap.C (WrapParms): remove initialization of placement,
1238         and move empty c-tor to .h class def.
1239
1240         * ControlVCLog.C (getVCLogFile): operator on std::ostream instead
1241         of on stringsteam, return void. Get the file into the stream as
1242         fast as possible.
1243
1244         * ControlPreamble.[Ch] (params): getter and setter for params_, make
1245         params_ into a string, not just a pointer to string.
1246
1247         * ControlExternal.C (getTemplateNumber): put i into the for scope,
1248         and use the sequence operator on the last for "parameter"
1249         (getTemplate): use std::advance to advance the iterator.
1250
1251         * ControlAboutlyx.C (getCredits): Operate on s std::ostream
1252         instead of on a stringstream, return void. Get the file into the
1253         stream as fast as possible.
1254         (getVersion): use ostringstream
1255
1256         * lots of files: ws changes, formatting fixes
1257
1258 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
1259
1260         * ControlCharacter.C (apply): setMinibuffer change
1261         * ControlDocument.C (apply): ditto
1262         (classApply): ditto
1263         * ControlThesaurus.C (replace): ditto
1264         * ControlSearch.C (find): ditto
1265         (replace): ditto
1266         * ControlPreamble.C (apply): ditto
1267         * ControlParagraph.C (apply): ditto
1268
1269 2002-10-14  André Pönitz <poenitz@gmx.net>
1270
1271         * ControlDocument.C: somebody else's fix for a hard lockup
1272
1273 2002-10-09  Edwin Leuven <leuven@fee.uva.nl>
1274
1275         * ControlDocument.h:
1276         * ControlDocument.C:
1277         * Makefile.am: New document parameters controller
1278
1279 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1280
1281         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
1282
1283 2002-09-24  Angus Leeming  <leeming@lyx.org>
1284
1285         * ControlConnections.h: remove trailing whitespace.
1286
1287         * biblio.h: #include "LString.h".
1288
1289 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
1290
1291         * ControlGraphics.C: Change GUI origin strings into proper English.
1292
1293 2002-09-09  John Levon  <levon@movementarian.org>
1294
1295         * ControlInclude.C: fix file masks. Get rid of noload,
1296         remove stupid warning
1297
1298 2002-09-09  John Levon  <levon@movementarian.org>
1299
1300         * ControlMath.h:
1301         * ControlMath.C: add latex_deco
1302
1303 2002-09-06  John Levon  <levon@movementarian.org>
1304
1305         * ControlMath.C: terminate dots
1306
1307 2002-09-05  Angus Leeming  <leeming@lyx.org>
1308
1309         * all files: modify the headers as discussed on the list.
1310
1311 2002-08-30  John Levon  <levon@movementarian.org>
1312
1313         * ControlMath.h:
1314         * ControlMath.C: moved from MathsSymbols.C
1315
1316 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1317
1318         * ControlFloat.C (applyParamsToInset): wide() now has two arguments
1319
1320 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
1321
1322         * ControlGraphics.C: make rotationOrigin's default ("leftBaseline") the
1323         first item in the list
1324
1325 2002-08-15  Angus Leeming  <leeming@lyx.org>
1326
1327         * ControlConnections.C: Dialogs::redrawGUI is now a method not a signal.
1328
1329         * ControlParagraph.C: no longer bind to Dailogs::updateParagraph.
1330
1331 2002-08-15  Angus Leeming  <leeming@lyx.org>
1332
1333         * lots: changed my email address to leeming@lyx.org.
1334
1335         * GUI.h: return it to private derivation from boost::noncopyable.
1336
1337 2002-08-14  Angus Leeming  <leeming@lyx.org>
1338
1339         * GUI.h: public derivation from boost::noncopyable.
1340
1341 2002-08-14  Angus Leeming  <leeming@lyx.org>
1342
1343         * GUI.h: class GUI deries from boost::noncopyable
1344
1345         * ControlButtons.h: no longer derives from DialogBase, but instead
1346         derives directly from boost::noncopyable.
1347
1348         * ViewBase.h: derives from boost::noncopyable.
1349
1350         * ControlCharacter.C:
1351         * ControlCommand.C:
1352         * ControlConnections.C:
1353         * ControlGraphics.C:
1354         * ControlInclude.C:
1355         * ControlParagraph.C:
1356         * ControlPreamble.C:
1357         * ControlPrint.C:
1358         * ControlSearch.C:
1359         * ControlSpellchecker.C:
1360         * ControlTexinfo.C:
1361         * ControlThesaurus.C:
1362         rearrange #includes. Remove unnecessary ones.
1363
1364         * ControlError.h: add "insets/inseterror.h".
1365
1366         * helper_funcs.h: add necessary #includes.
1367
1368         * tex_helpers.[Ch]: add #pragma directives for g++.
1369
1370         * Makefile.am: remove src/frontends from -I list to compiler.
1371
1372 2002-08-13  Angus Leeming  <leeming@lyx.org>
1373
1374         * ControlConnections.C:
1375         * ControlTexinfo.C:
1376         changes due to the changed LyXView interface that now returns references
1377         to member variables not pointers.
1378
1379 2002-08-12  Angus Leeming  <leeming@lyx.org>
1380
1381         * ControlConnections.[Ch]: (isReadonly): renamed as bufferIsReadonly.
1382         (bufferIsAvailable, bufferview, buffer, lyxfunc): new methods. Wrappers
1383         for the most commonly accessed core methods, to minimise code
1384         dependiencies.
1385
1386         * many files: use these wrappers and remove associated #includes.
1387
1388 2002-08-12  Angus Leeming  <leeming@lyx.org>
1389
1390         * ControlButtons.[Ch] (bc, view): no longer virtual.
1391         (setView, setButtonController): new methods, invoked by GUI.
1392
1393         * ControlDialog.h (show):
1394         * ControlInset.h (createInset, showInset): make public, so that GUI can
1395         invoke them.
1396
1397         * GUI.h: GUI now contains a controller, rather than deriving from it.
1398         remove all those friend functions since we can now access the show,
1399         createInset, showInset controller methods.
1400
1401         * ViewBase.h: simplifiy, enabling ControlButtons to be forward-declared.
1402         (ViewBC): scrapped.
1403
1404         * character.h: #include a couple of STL files.
1405
1406 2002-08-08  John Levon  <levon@movementarian.org>
1407
1408         * ControlCommandBuffer.C: LyXAction cleanup
1409
1410 2002-08-07  John Levon  <levon@movementarian.org>
1411
1412         * ControlSpellchecker.C: fix crash when spellchecker doesn't
1413           initialise
1414
1415 2002-08-06  John Levon  <levon@movementarian.org>
1416
1417         * ControlSpellchecker.C:
1418         * ControlSpellchecker.h: use WordLangTuple
1419
1420 2002-08-06  John Levon  <levon@movementarian.org>
1421
1422         * ControlSpellchecker.C: show an alert with the
1423           error message on initialisation failure
1424
1425 2002-08-04  John Levon  <levon@movementarian.org>
1426
1427         * ControlSpellchecker.h:
1428         * ControlSpellchecker.C: some cleanups
1429
1430         * ControlTabularCreate.C: s/LFUN_INSET_TABULAR/LFUN_TABULAR_INSERT/
1431  <
1432 2002-08-02  Edwin Leuven <leuven@fee.uva.nl>
1433
1434         * ControlParagraph.[Ch] (changedParagraph): new method invoked when
1435         the Dialogs::updateParagraph signal is emitted.
1436
1437 2002-08-02  Angus Leeming  <leeming@lyx.org>
1438
1439         * ControlCharacter.C (apply):
1440         * ControlERT.C (applyParamsToInset):
1441         * ControlParagraph.C (apply):
1442         * ControlSearch.C (find, replace):
1443         * ControlThesaurus.C (replace): changes due to LyXView::view() now
1444         returning a boost::shared_ptr.
1445
1446 2002-08-01  John Levon  <levon@movementarian.org>
1447
1448         * ControlSendto.C: writeFile() change
1449
1450 2002-08-01  John Levon  <levon@movementarian.org>
1451
1452         * ControlSpellchecker.h:
1453         * ControlSpellchecker.C: remove options
1454
1455 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1456
1457         * several files: strip,frontStrip -> trim,ltrim,rtrim
1458
1459 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1460
1461         * biblio.C (parseBibTeX): modify because of strip changes
1462
1463 2002-07-24  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1464
1465         * ControlFloat.[Ch]: Implement Wide Float toggle
1466         Replace "allow_here_definitely" by "wide"
1467
1468 2002-07-22  Herbert Voss  <voss@lyx.org>
1469
1470         * ControlGraphics.C: small changes
1471
1472 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1473
1474         * ControlToc.C: remove getType
1475
1476 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
1477
1478         * ControlCommandBuffer.C: don't add "" to history
1479
1480 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
1481
1482         * ControlRef.C: fix dispatch call nicely
1483
1484 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
1485
1486         * Makefile.am:
1487         * ControlCommandBuffer.h:
1488         * ControlCommandBuffer.C: add controller for command (mini) buffer
1489           handling
1490
1491 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
1492
1493         * ControlRef.C: fix dispatch call
1494
1495 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
1496
1497         * ControlCharacter.C: use view_state_changed not setState
1498
1499 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1500
1501         * biblio.C (parseBibTeX): use ascii_lowercase instead of lowercase
1502
1503 2002-07-15  Mike Fabian  <mfabian@suse.de>
1504
1505         * biblio.C (compareNoCase): use the compare_ascii_no_case instead
1506         of compare_no_case, because in turkish, 'i' is not the lowercase
1507         version of 'I', and thus turkish locale breaks parsing of tags.
1508
1509 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1510
1511         * ControlBibtex.C (applyParamsToInset): ws change
1512
1513 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1514
1515         * ControlInclude.C: Add warning if absolute path name and
1516         check_typeset is used together
1517
1518 2002-06-28  Angus Leeming  <leeming@lyx.org>
1519
1520         * ControlGraphics.C: changes associated with the name changes
1521         grfx::GCache -> grfx::Cache and grfx::GImage -> grfx::Image.
1522
1523 2002-06-25  Angus Leeming  <leeming@lyx.org>
1524
1525         * ControlGraphics.C (readBB): Channges associated with the changed
1526         interface to the graphics cache.
1527
1528 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1529
1530         * ControlParagraph.C: layout as layout
1531
1532 2002-06-21  Angus Leeming  <leeming@lyx.org>
1533
1534         * tex_helpers.C: Use <vector> not <vector.h>. Reorder header files.
1535         * tex_helpers.h: #include "LString.h".
1536
1537 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1538
1539         * ControlBibtex.C:
1540         * ControlBibitem.C: use repaint()
1541
1542 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1543
1544         * ControlTexinfo.C: do the same for Texinfo
1545
1546         * tex_helpers.C: don't try to read a file that isn't there
1547
1548 2002-06-21  Herbert Voss  <voss@perce.de>
1549
1550         * ControlBibtex.C: do an automatic update, when no bst-list
1551         exists
1552
1553 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
1554
1555         * GUI.h: createIndex() changed
1556
1557 2002-06-18  Herbert Voss  <voss@perce.de>
1558
1559         * tex_helpers.[Ch]: move functions from ControlTexinfo into this
1560         helperstuff. Now the bibtex gui can use some of these functions
1561
1562 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
1563
1564         * ControlGraphics.C: just make the mask *.*
1565
1566 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1567
1568         * changes to simplify function setup, removal of a lot of includes.
1569
1570 2002-06-12  Angus Leeming  <leeming@lyx.org>
1571
1572         * ControlParagraph.[Ch]: forward declare ParagraphParameters.
1573
1574 2002-06-12  Angus Leeming  <leeming@lyx.org>
1575
1576         * ControlInset.tmpl: add missing header file, ButtonControllerBase.h.
1577
1578 2002-06-11  Edwin Leuven  <leuven@fee.uva.nl>
1579
1580         * ControlParagraph.[Ch]: new paragraph controller
1581         * GUI.h: add new controller
1582         * Makefile.am: ditto
1583
1584 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1585
1586         * GUI.h: do not include ButtonController.tmpl
1587
1588         * ControlInset.h: include ControlInset.tmpl
1589
1590         * ControlCitation.C: do not include ControlInset.tmpl
1591         * ControlCommand.C: ditto
1592         * ControlERT.C: ditto
1593         * ControlError.C: ditto
1594         * ControlExternal.C: ditto
1595         * ControlFloat.C: ditto
1596         * ControlGraphics.C: ditto
1597         * ControlInclude.C: ditto
1598         * ControlMinipage.C: ditto
1599
1600         * ControlDialog.tmpl: remove the Base:: prefix
1601
1602 2002-06-07  Angus Leeming  <leeming@lyx.org>
1603
1604         Fixes needed to compile with Compaq cxx 6.5.
1605         * ControlDialog.tmpl: I have had to prefix base class methods with
1606         Base:: Wierd!
1607
1608         * ControlInset.tmpl: #include a couple of headers.
1609
1610 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1611
1612         * switch from SigC signals to boost::signals
1613
1614 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1615
1616         * biblio.h: include vector
1617
1618         * biblio.C: change include order
1619         (regexSearch): use boost regex and get rid of LRegex
1620
1621 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1622
1623         * ControlAboutlyx.C:
1624         * ControlBibitem.C:
1625         * ControlBibtex.C:
1626         * ControlCharacter.C:
1627         * ControlCitation.C:
1628         * ControlCommand.C:
1629         * ControlConnections.C:
1630         * ControlERT.C:
1631         * ControlError.C:
1632         * ControlExternal.C:
1633         * ControlFloat.C:
1634         * ControlForks.C:
1635         * ControlGraphics.C:
1636         * ControlInclude.C:
1637         * ControlIndex.C:
1638         * ControlLog.C:
1639         * ControlMinipage.C:
1640         * ControlPreamble.C:
1641         * ControlPrint.C:
1642         * ControlRef.C:
1643         * ControlSearch.C:
1644         * ControlSendto.C:
1645         * ControlShowFile.C:
1646         * ControlSpellchecker.C:
1647         * ControlTabularCreate.C:
1648         * ControlTexinfo.C:
1649         * ControlThesaurus.C:
1650         * ControlToc.C:
1651         * ControlUrl.C:
1652         * ControlVCLog.C: LyXView moved into frontends
1653
1654 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1655
1656         * ControlExternal.C: add scoped_ptr.hpp
1657
1658         * ControlCharacter.h: use more specific smart_ptr header.
1659
1660 2002-05-21  Angus Leeming  <a.leeming@ic.ac.uk>
1661
1662         * frnt_lang.C (getLanguageData): change a couple of N_() to _().
1663
1664 2002-05-13  Herbert Voss  <voss@perce.de>
1665
1666         * biblio.C (getAbbreviatedAuthor): fix bug with "and" for Authors
1667         like "Odland, G. and ... "
1668         (parseBibTeX): fix bug with title and booktitle
1669         and replace a \n with a space when one entry has more than
1670         one line
1671
1672 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
1673
1674         * ControlCharacter.C: use "ignore" and "reset" as the identifiers, not
1675         "No change" and "Reset".
1676
1677         * frnt_lang.C: ditto. Further, do not sort thes two entries. Ie, leave
1678         them at the front of the list.
1679
1680 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
1681
1682         * ControlGraphics.C: add some comments to the char * arrays.
1683         Make rorigin_size const.
1684
1685 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
1686
1687         * ControlGraphics.[Ch] (getRotationOriginData): new helper function.
1688         Enables the gui's to internationalise these strings.
1689
1690 2002-04-30  John Levon  <moz@compsoc.man.ac.uk>
1691
1692         * frnt_lang.C: fix build
1693
1694 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
1695
1696         * frnt_lang.[Ch] (getLanguageData): passed a bool character_dlg.
1697         If the the caller is the character dialog, add "No change" and "Reset"
1698         to the vector, else don't.
1699         Internationalise the GUI strings here rather than in the different
1700         calling dialogs.
1701         Sort the translated strings, albeit simply.
1702
1703 2002-04-29  Angus Leeming  <a.leeming@ic.ac.uk>
1704
1705         * character.[Ch]: rename namespace character as namespace frnt.
1706
1707         * frnt_lang.[Ch]: new file. Move getLanguageData from character.[Ch]
1708         as several dialogs will use this info. The function now returns a
1709         vector<LanguagePair> where LanguagePair is a display string and an
1710         identifying string. The display string is internationalised.
1711
1712         * ControlCharacter.C (getLanguage, setLanguage): Do not internationalise
1713         the identifying strings, "No change" and "Reset".
1714
1715         * Makefile.am: add frnt_lang.[Ch].
1716
1717 2002-04-25  Herbert Voss  <voss@lyx.org>
1718
1719         * ControlSendto.C (allFormats): don't add the graphics extensions to the
1720         export menu
1721
1722 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
1723
1724         * biblio.C (getAbbreviatedAuthor, getYear): Deal with sub-standard
1725         BibTeX databases in a WYSIWYM way.
1726
1727 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
1728
1729         * biblio.C (getAbbreviatedAuthor, getYear): Cæsar is dead. RIP; he was
1730         way past his use-by date.
1731         Make use of the improved info from Buffer::getBibkeyList when using
1732         \bibliography. Enables us to provide natbib support in this case too.
1733
1734 2002-04-19  Marco Morandini <morandini@aero.polimi.it>
1735
1736         * ControlGraphics.C: pass the browseFile dialog a string of only those
1737         formats that can currently be loaded by LyX.
1738
1739 2002-04-15  Herbert Voss  <voss@perce.de>
1740
1741         * biblio.[Ch] (parseBibTeX): fix bug while scanning bibtexentries
1742         with something like ,,...blah...`` (two commas)
1743
1744 2002-04-14  Herbert Voss  <voss@perce.de>
1745
1746         * helper_funcs.[Ch]: move the getVectorFromString and the vice versa
1747         into the support/lstrings for better use in other programs.
1748
1749         * biblio.[Ch] (getYear, getAbbreviatedAuthor, familyName): move out of
1750         namespace anon and make globally accessible.
1751         (familyName): test for the presence of a LaTeX Space at the front of
1752         of a name; strip it if it exists.
1753
1754 2002-04-11  Herbert Voss  <voss@perce.de>
1755
1756         * ControlGraphics.C: expand "browse-string" to all available formats
1757
1758 2002-04-11  Herbert Voss  <voss@perce.de>
1759
1760         * ControlGraphics.C: read BoundingBox also from non (e)ps files.
1761
1762 2002-04-08  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1763
1764         * ControlAboutlyx.C (getVersion): two _() forgotten
1765
1766 2002-04-08  John Levon  <moz@compsoc.man.ac.uk>
1767
1768         * ControlGraphics.C:
1769         * ControlPrint.C:
1770         * ControlBibtex.C: make N_() be _()
1771
1772 2002-04-07  Herbert Voss  <voss@perce.de>
1773
1774         * ControlGraphics.[C]: move readBB as readBB_from_PSFile into filetools
1775
1776 2002-04-05  Angus Leeming  <a.leeming@ic.ac.uk>
1777
1778         * ControlGraphics.C (readBB): sigh. Make sure that the correct path is
1779         used when reading the BB.
1780
1781 2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
1782
1783         * ControlGraphics.C (readBB): Don't open the ifstrem and then
1784         check the format from the contents (and open a second ifstream in the
1785         process. One at a time please.
1786
1787 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1788
1789         * ControlRef.C (getBufferNum): squash warning message.
1790
1791 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1792
1793         * ControlBibtex.C (Browse):
1794         * ControlGraphics.C (Browse):
1795         * ControlPrint.C (Browse):  use Jean-Marc's browseRelFile.
1796
1797         * ControlGraphics.[Ch]: replace checkFilename with isFilenameValid.
1798
1799         * ControlGraphics.C (applyParamsToInset): pass filepath to
1800         InsetGraphics::updateInset.
1801
1802 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1803
1804         * most files: ws cleanup
1805
1806 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
1807
1808         * biblio.C (getInfo): string::c_str() never returns NULL. Don't test
1809         for it.
1810
1811 2002-03-18  John Levon  <moz@compsoc.man.ac.uk>
1812
1813         * ControlGraphics.C:
1814         * ControlInclude.C: better error messages
1815
1816 2002-03-11  Herbert Voss  <voss@lyx.org>
1817
1818         * biblio.C (parseBibTeX): fix another minibug with an
1819         ending comma
1820
1821 2002-03-10  Herbert Voss  <voss@lyx.org>
1822
1823         * biblio.C (parseBibTeX): fix bug
1824         (familyName): improve parsing
1825
1826 2002-03-09  Herbert Voss  <voss@lyx.org>
1827
1828         * ControlGraphics.[Ch]: adding checkFilename() for testing
1829         of non-existing files
1830
1831 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1832
1833         * ControlSendto.C (allFormats): fix a iterators are not pointers
1834         problem.
1835
1836 2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>
1837
1838         * ControlShowFile.h: add a #include "LString.h"
1839
1840 2002-03-05  Herbert Voss  <voss@lyx.org>
1841
1842         * biblio.C (getInfo): simplify if using paragraph layout
1843         "bibliography".
1844
1845 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
1846
1847         * biblio.C (getInfo): return the info field correctly if the key
1848         is not a BibTeX one.
1849         (parseBibTeX): fix crash when data.find('=') returns string::npos.
1850
1851 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
1852
1853         * ControlForks.[Ch]: new files. A controller for the Forked Child
1854         processes dialog, enabling the user to see what forked processes
1855         are running, and, if he so desires, to kill them.
1856
1857         * GUI.h: add class GUIForks.
1858
1859         * Makefile.am: add ControlForks.[Ch].
1860
1861         * ControlGraphics.C (getParams): small change due to change in
1862         insetgraphics.
1863
1864 2002-02-21  Herbert Voss  <voss@lyx.org>
1865
1866         * biblio.C: fix bug with commentlines in a bibentry
1867
1868 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1869
1870         * Makefile.am: simpler obj. file compile
1871
1872 2002-02-18  Herbert Voss  <voss@lyx.org>
1873
1874         * ControlGraphics.[Ch]: remove help-file call
1875
1876 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
1877
1878         * helper_funcs.h: wrap the structs firster and seconder up in a
1879         namespace to avoid clashes with those in lyxalgo,h.
1880
1881         * ControlTexinfo.C Changes due to the renaming of support/syscall.[Ch]
1882         as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
1883
1884 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
1885
1886         * ControlGraphics.C: remove #include "support/syscall.h" as it's not
1887         used.
1888         * ControlTexinfo.C:
1889         change Systemcalls::System to Systemcalls::Wait and
1890         No change of functionality, just reflects the stripped down Systemcalls
1891         class.
1892
1893 2002-02-06  Herbert Voss  <voss@lyx.org>
1894
1895         * ControlGraphics.[C] (readBB): search also in
1896         g'zipped files. If it is useful than PK and compress
1897         should also be supported. use unzipFile() from
1898         support/filetools
1899
1900 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1901
1902         * ControlRef.C (getBufferName): new method to get a real buffer
1903         name from an index.
1904
1905 2002-02-05  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1906
1907         * ControlTexInfo.[Ch]: Removed Help functions.
1908
1909 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
1910
1911         * ControlSpellchecker.C: clear any selection left
1912         (bug #211)
1913
1914 2002-02-01  Herbert Voss  <voss@lyx.org>
1915
1916         * ControlGraphics.[C] (readBB): search only, if it is a
1917         ".?ps" file and look for bb's at end of file
1918
1919 2002-01-30  Herbert Voss  <voss@lyx.org>
1920
1921         * ControlGraphic.[C]: do not search the whole file, when
1922         getting the bb
1923
1924 2002-01-29  Herbert Voss  <voss@lyx.org>
1925
1926         * ControlGraphic.[C]: added a button for document path
1927         when browsing -> bug 222
1928
1929 2002-01-27  Herbert Voss  <voss@lyx.org>
1930
1931         * ControlGraphic.[Ch]: added support for Bounding Box, other
1932         small changes
1933
1934 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
1935
1936         * ControlAboutlyx.h:
1937         * ControlTexinfo.h: added #include "LString.h" where they belong.
1938
1939 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
1940
1941         * ControlCitation.C:
1942         * ControlDialog_impl.C: remove redundant // -*- C++ -*-
1943
1944 2002-01-24  Angus Leeming  <a.leeming@ic.ac.uk>
1945
1946         * ControlInclude.[Ch] (fileExists): remove const type qualifier from
1947         bool return type.
1948
1949 2002-01-20  Herbert Voss  <voss@perce.de>
1950
1951         * ControlInclude.[Ch]: better control of unexistings files
1952         when entered without the browser
1953
1954         * ControlGraphic.C (Browse): add extension "ps" when browsing for
1955         a filename
1956
1957 2002-01-19  Herbert Voss  <voss@perce.de>
1958
1959         * biblio.C (getInfo): fix bug when no author is given
1960
1961         * biblio.C (parseBibTeX): change the parsing, so that
1962         '#'-characters in a bibtex entry are no more a problem.
1963
1964 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1965
1966         * ControlDialog_impl.h (ControlConnectBI>): make ControlDialogBI
1967         derive from ControlDialog<ControlConnectBI> (fixes bug #196)
1968
1969         * helper_funcs.C (browseRelFile): forgot to pass dir2 to browseFile
1970
1971 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1972
1973         * ControlMinipage.h: change MinipageParams::pageWidth to LyXLength
1974
1975         * ControlExternal.C (Browse): add a std:: qualifier
1976
1977 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1978
1979         * ControlExternal.C (Browse): simplify to use browseRelFile
1980
1981 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
1982
1983         * ButtonController.tmpl: added // -*- C++ -*-
1984
1985         * ControlCitation.C: #include "ControlInset.tmpl" to instantiate
1986         ControlInset<InsetCommand, InsetCommandParams>::showInset, createInset.
1987         Needed in _one_ of the ControlCommand-derived classes only.
1988
1989 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
1990
1991         * ControlInset.h:
1992         * ControlSearch.h: #include LString.h
1993
1994 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
1995
1996         * ButtonController.h: split into two. The definition remains in
1997         ButtonController.h, the declaration is now in ButtonController.tmpl.
1998         These template methods should be #included when the derived class is
1999         instantiated, in this case in xforms/xformsBC.C and xforms/Dialogs.C
2000         and in the qt2 and gnome equivalents.
2001
2002         * ControlDialogs.h: removed. The definition of class ControlDialog is
2003         now to be found in ControlDialog.h and the declaration of the methods
2004         is in ControlDialog.tmpl. The two template instantiations are performed
2005         in ControlDialog_impl.[Ch], new files also.
2006
2007         * ControlInset.h: split into two. The definition remains in
2008         ControlInset.h, the declaration is now in ControlInset.tmpl.
2009         These template methods should be #included derived class is
2010         instantiated, in this case in 8 other .C files in this directory.
2011
2012         * ControlAboutlyx.[Ch]:
2013         * ControlCharacter.[Ch]:
2014         * ControlCommand.C:
2015         * ControlERT.C:
2016         * ControlError.C:
2017         * ControlExternal.C:
2018         * ControlFloat.C:
2019         * ControlGraphics.C:
2020         * ControlInclude.C:
2021         * ControlLog.[Ch]:
2022         * ControlMinipage.C:
2023         * ControlPreamble.[Ch]:
2024         * ControlPrint.[Ch]:
2025         * ControlSearch.[Ch]:
2026         * ControlShowFile.[Ch]:
2027         * ControlSpellchecker.[Ch]:
2028         * ControlTabularCreate.[Ch]:
2029         * ControlTexinfo.[Ch]:
2030         * ControlThesaurus.[Ch]:
2031         * ControlVCLog.[Ch]: small changes associated with the above ones.
2032
2033         * GUI.h: #include the ButtonController and dialog controller files
2034         here, rather than forward declare them. This is the correct place
2035         for these #includes.
2036
2037         * Makefile.am: add ControlDialog_impl.[Ch] to libcontrollers_la_SOURCES.
2038         Rename ControlDialogs.h as ControlDialog.h.
2039         Add ButtonController.tmpl ControlDialog.tmpl ControlInset.tmpl to
2040         EXTRA_DIST.
2041
2042 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
2043
2044         * ControlInset.h (apply): fix bug unearthed by Michael Koziarski.
2045
2046 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2047
2048         * ControlExternal.C (Browse): use Buffer::filePath; simplify (more
2049         can be done)
2050
2051         * ControlGraphics.C (Browse): remove overzealous shortcut
2052
2053 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2054
2055         * FormMinipage.C (apply, update): MinipageParams::width renamed
2056         as MinipageParams::pageWidth. InsetMinipage::width  renamed
2057         as InsetMinipage::pageWidth.
2058
2059 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2060
2061         * ButtonController.h (refreshReadOnly): use explicit typename
2062
2063 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2064
2065         * helper_funcs.h (browseFile): add default empty button descriptions.
2066
2067         * ControlGraphics.C (Browse):
2068         * ControlBibtex.C (Browse):
2069         * ControlInclude.C (Browse): add shortcuts to directory buttons
2070
2071 2002-01-12  John Levon  <moz@compsoc.man.ac.uk>
2072
2073         * ControlThesaurus.h:
2074         * ControlThesaurus.C: update to Aiksaurus 0.14
2075
2076 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2077
2078         * ControlSpellchecker.C (clearParams): show the closing message
2079         only if some words have been checked, thereby fixing
2080         bugzilla bug #52.
2081
2082 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
2083
2084         * ControlFloat.[Ch]: changes to prevent here definitely being used
2085         with wide figures.
2086
2087 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2088
2089         * ControlThesaurus.h: do not include <config.h> in header files
2090
2091 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
2092
2093         * ControlToc.C: changes for floatlist
2094
2095 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
2096
2097         * ControlVCLog.C: use _()
2098
2099 2001-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2100
2101         * ControlSpellchecker.C: include <sys/types.h> since FreeBSD needs
2102         that for select.
2103
2104 2001-10-22  Juergen Vigna  <jug@sad.it>
2105
2106         * ControlSpellchecker.C (clearParams): use the error_ message of the
2107         speller_ if available when the spellchecker died.
2108         (setParams): remove double error message display.
2109
2110 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
2111
2112         * ControlMinipage.[Ch] (getUnits): moved to helper_funcs.
2113
2114         * helper_funcs.[Ch] (getLatexUnits): see above.
2115
2116 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2117
2118         * ControlTexinfo.C (getContents): use the right file for .sty files
2119
2120 2001-10-10  Herbert Voss  <voss@perce.de>
2121
2122         * ControlTexinfo.C: new path for the shellscript TeXFiles.sh
2123         and some more stuff from FormTexinfo.C
2124
2125         * ControlShowFile.C: hiding the update-button
2126
2127 2001-10-09  Herbert Voss  <voss@perce.de>
2128
2129         * ControlTexinfo.[Ch]: new files. Display information about the
2130         installed texfiles (cls,sty,bst).
2131
2132         * ControlShowFile.[Ch]: new files. Display the contents of a file.
2133
2134         * GUI.h: added classes GUIShowFile and GUITexinfo.
2135
2136         * Makefile.am: modified appropriately.
2137
2138 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2139
2140         * ControlAboutlyx.C (getVersion): use lyx_version and
2141         lyx_release_date instead of old macros
2142
2143 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
2144
2145         * ControlSpellchecker.C (check): Behaves well now when the spell
2146         library doesn't know a replacement to an incorrect word.
2147
2148 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
2149
2150         * ControlSpellchecker.C (clearParams): place emergency_exit_ in
2151         the correct place. Can now check spelling more than once!
2152
2153 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
2154
2155         * ControlSplash.[Ch]: removed.
2156
2157         * GUI.h: remove GUISplash class.
2158
2159         * ViewBase.h: remove ViewSplash class.
2160
2161         * Makefile.am: remove ControlSplash.[Ch].
2162
2163 2001-09-25  Angus Leeming  <a.leeming@ic.ac.uk>
2164
2165         * ControlButtons.h: add variable emergency_exit_. If set to true, the
2166         view will be shut down.
2167
2168         * ControlDialogs.h:
2169         * ControlInset.h: act on emergency_exit_.
2170
2171         * ControlSpellchecker.C (clearParams): set emergency_exit_ if the
2172         speller fails to launch.
2173
2174 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
2175
2176         * ControlRef.C (getBufferList): use MakeDisplayPath on the list.
2177         * (getLabelList): use MakeAbsPath on the buffer name passed to it.
2178
2179 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
2180
2181         * ControlRef.h (disconnectOnApply): new method. Set to true.
2182         Perhaps make this user-modifiable?
2183
2184 2001-09-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2185
2186         * ControlGraphics.C (Browse): add "jpg" to list of recognized file
2187         extensions.
2188
2189 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
2190
2191         * ControlRef.C (getBufferList, getBufferNum): New methods
2192
2193 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
2194
2195         * ControlInset.h (disconnectOnApply): new method. Defines the behaviour
2196         of the dialog when the Apply button is pressed. Defaults to false,
2197         but can be overridden in the daughter classes.
2198
2199         * ControlCitation.h (disconnectOnApply): new method. Set to true.
2200         Perhaps make this user-modifiable?
2201
2202 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
2203
2204         * ControlDialogs.h (show): connect() the dialog on show. All of a sudden
2205         we have dialogs that update their contents when the buffer changes.
2206         Rather embarassing, really!
2207
2208 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
2209
2210         * ControlSearch (replace): change semantics of replace to NOT move on
2211         to the next instance of a word once the present instance has been
2212         replaced unless we are replacing ALL instances of the word.
2213
2214 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
2215
2216         * ControlButtons.[Ch]: added publicly accessible IconifyWithMain method.
2217
2218 2001-09-04  Angus Leeming  <a.leeming@ic.ac.uk>
2219
2220         * ControlCharacter.C: fix Michael's bug: In the "Character layout"
2221         dialog, set all options to "reset", close the dialog, re-open it ->
2222         the options are set incorrectly.
2223
2224         * ControlButtons.[Ch]: add an is_closing_ variable and isClosing method.
2225         When Applying it's useful to know whether the dialog is about to close
2226         or not (no point refreshing the display for example).
2227
2228         * ControlInset.C (apply): use isClosing.
2229
2230 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
2231
2232         * ControlInset.h:
2233         * ControlDialogs.h: remove bc() hack, now fixed in
2234           Qt2 frontend. use member dialog_built_ instead of shared
2235           static.
2236
2237         * ButtonController.h:
2238         * ButtonPolicies.C: more debug info
2239
2240         * ButtonControllerBase.C: call refresh() when setting readOnly !
2241
2242         * GUI.h: External form has apply, use the right policy
2243
2244         * character.C: fix two off-by-one errors when latex font was removed
2245
2246 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
2247
2248         * ControlInset.h (apply): tentative fix for the press Apply multiple
2249         times and get multiple new Insets problem.
2250
2251 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
2252
2253         * ControlCharacter.C: fix typo
2254
2255         * ViewBase.h:
2256         * ControlDialogs.C:
2257         * ControlInsets.C: make sure dialog is built before it is shown, so
2258           it works properly the very first time it is shown
2259
2260 2001-08-20  Herbert Voss  <voss@perce.de>
2261
2262         * ControlBibtex.[Ch]: enhanced bibtex-data gui to browse for databases
2263         and styles. Added an option for "bibliography into toc"
2264
2265 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
2266
2267         * character.[Ch]: remove LATEX_TOGGLE from the FONT_STATE enum as
2268         LaTeX is no longer a font property.
2269
2270 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
2271
2272         * GUI.h: Button controller for Reference dialog changed to
2273         NoRepeatedApplyReadOnlyPolicy.
2274
2275         * biblio.C (getInfo): output volume and number info. Move year to end
2276         of string.
2277
2278 2001-08-09  Allan Rae  <rae@lyx.org>
2279
2280         * Makefile.am (SUBDIRS, dist-hook): remove bogus entries.
2281
2282 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
2283
2284         * helper_funcs.C (getVectorFromString): fixed small bug.
2285
2286         * helper_funcs.h (getFirst, getSecond): cleaned up and removed cruft.
2287
2288 2001-08-07  Edwin Leuven  <leuven@fee.uva.nl>
2289
2290         * ControlSpellchecker.C: check next word after insert in personal dict
2291
2292 2001-08-06  Juergen Vigna  <jug@sad.it>
2293
2294         * ControlERT.[Ch]: new file
2295
2296 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
2297
2298         * ControlInset.h: const and non-const forms of params().
2299
2300         * helper_funcs.C (getStringFromVector,getVectorFromString): remove
2301         whitespace from either side of each item.
2302
2303 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
2304
2305         * ControlFloat.h: add a != operator for FloatParams.
2306         Lars, how did you get this to compile!!!
2307
2308         * ControlMinipage.[Ch]: uncommented someone's commenting out of
2309         operator != for MinipageParams. Who's changing stuff and not compiling?
2310
2311 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2312
2313         * Makefile.am (libcontrollers_la_SOURCES): add ControlFloat.h and
2314         ControlFloat.C
2315
2316         * GUI.h: add class GUIFloat
2317
2318         * ControlFloat.[Ch]: new files
2319
2320 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2321
2322         * ControlPrint.C: #include Lassert.h here.
2323
2324 2001-07-26  Baruch Even  <baruch@lyx.org>
2325
2326         * ControlGraphics.C: changed file search string to cover eps, jpeg, gif
2327         and png.
2328
2329 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
2330
2331         * ControlThesaurus.h:
2332         * ControlThesaurus.C:
2333         * GUI.h:
2334         * Makefile.am: thesaurus support
2335
2336 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
2337
2338         * ControlInclude.h:
2339         * ControlInclude.C: implement ability to load file
2340
2341 2001-07-18  Juergen Vigna  <jug@sad.it>
2342
2343         * ControlSearch.C (replace): changes to lyxfind.h function calls.
2344
2345 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2346
2347         * biblio.C (getInfo): add a .c_str() to handle the usual
2348         stringstream pain.
2349
2350 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
2351
2352         * ControlCitation.[Ch]: changes associated with adding natbib support.
2353         New public methods, usingNatbib, getCiteStrings and getCiteStyles.
2354         New static variable citeStyles_.
2355
2356         * biblio.[Ch]: large internal rearrangement.
2357         New public enum CiteStyle.
2358         New public struct CitationStyle.
2359         New public functions getCitationStyle, getCiteCommand, getCiteStyles,
2360         getNumericalStrings, getAuthorYearStrings
2361         (simpleSearch, regexSearch): no longer publicly accessible.
2362
2363         * helper_funcs.C (getStringFromVector): bug fix.
2364
2365 2001-07-16  Baruch Even  <baruch@lyx.org>
2366
2367         * ControlVCLog.h: Added Lsstream.h to includes.
2368
2369 2001-07-17  Angus Leeming  <a.leeming@ic.ac.uk>
2370
2371         * ControlSpellchecker.[Ch]: remove d-tor.
2372
2373 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
2374
2375         * ControlSpellchecker.[Ch]: remove member quit() and some cleaning
2376
2377 2001-07-16  Juergen Vigna  <jug@sad.it>
2378
2379         * ControlSpellchecker.C (show): use the lyxrc.use_pspell flag (if
2380         compiled with USE_PSPELL) to be able to switch between ISpell and
2381         PSpell classes.
2382
2383 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
2384
2385         Consistent use of Lsstream.h:
2386         * ControlAboutlyx.[Ch] (getCredits):
2387         * ControlVCLog.[Ch] (getVCLogFile): std::stringstream -> stringstream.
2388
2389 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
2390
2391         * ControlCredits.[Ch]: removed
2392         * ControlCopyright.[Ch]: removed
2393         * ControlAboutlyx.[Ch]: added (replaces previous)
2394         * GUI.h: removed credits and copyright added about lyx stuff
2395
2396 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2397
2398         * ControlSpellchecker.C (getSuggestion):
2399         (getWord): add std:: qualifier
2400
2401 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
2402
2403         * ControlSpellchecker.[Ch]: added
2404         * ViewBase.h: added partialUpdate(int) member
2405         * GUI.h: added spell stuff
2406
2407 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2408
2409         * ControlExternal.C: (*it). -> it->
2410
2411 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
2412
2413         * ButtonController.h: move some included header files out of the
2414         frontends and into here.
2415
2416 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
2417
2418         * ControlCharacter.C (c-tor): cosmetic name change of signal.
2419
2420 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
2421
2422         * *.[h]: added // -*- C++ -*-
2423         * *.[C]: removed // -*- C++ -*-
2424
2425         * ControlCharacter.[Ch]: (setParams): Check contents of font_ to
2426         activate Apply button.
2427         (clearParams): removed.
2428         font_ is now stored as a boost::scoped_ptr.
2429         font_ is no longer deleted on hide(), so it's contents can now be used
2430         by the Font button on the toolbar.
2431         Lots of new methods so that the GUI can easily get the contents of
2432         font_ when it update()s.
2433
2434 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
2435
2436         * ControlCharacter.C (apply): test that font_ exists, thereby preventing
2437         crash when the Font button on the Toolbar is pressed.
2438
2439         * GUI.h: change policy of Character button controller to
2440         OkApplyCancelReadOnlyPolicy.
2441
2442 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2443
2444         * ControlToc.C (getContents): don't add anything to the list if it
2445         is supposed to be empty.
2446
2447 2001-06-01  Angus Leeming  <a.leeming@ic.ac.uk>
2448
2449         * helper_funcs.C (getVectorFromString): bug fix.
2450
2451 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
2452
2453         * ButtonController.h
2454         * ButtonControllerBase.[Ch] (refreshReadOnly): new method, called direct
2455         from ButtonControllerBase::readOnly. Updates the state of the widgets
2456         in the read-only list only when the read-only status of the document
2457         changes.
2458         (refresh): moved this stuff into refreshReadOnly.
2459
2460 2001-05-18  Angus Leeming  <a.leeming@ic.ac.uk>
2461
2462         * ControlPrint.C (c-tor):
2463         * ControlPreamble.C (c-tor): initialise params_ and thereby cure crash.
2464
2465 2001-05-14  Angus Leeming  <a.leeming@ic.ac.uk>
2466
2467         * biblio.C:
2468         * character.h: small clean-ups.
2469
2470 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2471
2472         * ControlToc.C (getType): remove support for old float list.
2473
2474 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2475
2476         * ControlButtons.h: no longer include ButtonControllerBase.h, ViewBase.h
2477         * ControlGraphics.h: no longer include insetgraphicsParams.h
2478         * ControlInset.h: no longer include LyXView.h
2479
2480         * ControlBibitem.C:
2481         * ControlBibtex.C:
2482         * ControlButtons.C:
2483         * ControlCharacter.C:
2484         * ControlCitation.C:
2485         * ControlCommand.C:
2486         * ControlConnections.C:
2487         * ControlCopyright.C:
2488         * ControlCredits.C:
2489         * ControlError.C:
2490         * ControlExternal.C:
2491         * ControlGraphics.C:
2492         * ControlInclude.C:
2493         * ControlLog.C:
2494         * ControlMinipage.C:
2495         * ControlPreamble.C:
2496         * ControlPrint.C:
2497         * ControlRef.C:
2498         * ControlSearch.C:
2499         * ControlTabularCreate.C:
2500         * ControlToc.C:
2501         * ControlVCLog.C: they're now in here!
2502
2503 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2504
2505         * ButtonControllerBase.h: C++ mode, inherit privately from
2506         noncopyable
2507         * ButtonPolicies.h: ditto
2508
2509         * ButtonController.h: C++ mode, swap init order of restore_ and
2510         cancel_
2511
2512 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
2513
2514         * ControlTabularCreate.h:
2515         * ControlTabularCreate.C: make dialogs use a pair of uints
2516           instead of a string
2517
2518         * ControlVCLog.h:
2519         * ControlVCLog.C: fill a stringstream with the log contents
2520         and then delete it
2521
2522         * ControlExternal.C: from Angus, clone the new InsetExternal
2523           before acting on it
2524
2525 2001-04-09  Angus Leeming  <a.leeming@ic.ac.uk>
2526
2527         * helper_funcs.C (getStringFromVector, getVectorFromString): fixed bugs
2528         and made more robust.
2529
2530 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2531
2532         * ControlToc.C:
2533         * ControlSearch.C:
2534         * ControlPrint.C:
2535         * ControlPreamble.C:
2536         * ControlInclude.C:
2537         * ControlGraphics.C:
2538         * ControlExternal.C:
2539         * ControlCopyright.C: include gettext.h
2540
2541         * ControlCharacter.C:
2542         * character.C: include gettext.h and language.h
2543
2544 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
2545
2546         * ButtonController.h:
2547         * ButtonControllerBase.h:
2548         * ButtonControllerBase.C:
2549         * ButtonPolicies.h:
2550         * ButtonPolicies.C:
2551         * ControlButton.h:
2552         * ControlButton.C:
2553         * ControlButtons.h:
2554         * ControlButtons.C:
2555         * ControlConnections.h:
2556         * ControlDialogs.h:
2557         * ControlInset.h:
2558         * ControlExternal.C:
2559         * Makefile.am:
2560         * README:
2561         * ViewBase.h: s/ControlButton/ControlButtons/
2562         s/popup/dialog/
2563         s/UndoAll/Restore/ + associated
2564
2565 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2566
2567         * ControlToc.[Ch]: new files; a controller for the TOC popup.
2568
2569         * GUI.h:
2570         * Makefile.am: associated changes with all of the above.
2571
2572 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2573
2574         * ControlExternal.C: bug fixes. Can now apply changes to the inset
2575         and edit, view, update the External Material correctly. I hope!
2576
2577 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2578
2579         * ButtonController.[Ch]: renamed as ButtonControllerBase.[Ch]
2580
2581         * BCTemplates.h: renamed as ButtonController.h
2582
2583         * ControlBase.[Ch]: renamed as ControlButton.[Ch]. Class named to match.
2584
2585         * ViewBase.h:
2586         * ControlConnections.h: associated change in #include and class names.
2587
2588         * ControlExternal.[Ch]: new files; a controller for the External
2589         Material popup.
2590
2591         * GUI.h:
2592         * Makefile.am: associated changes with all of the above.
2593
2594         * ControlGraphics.[Ch]:
2595         * ControlInclude.[Ch]:
2596         * ControlPrint.[Ch]:
2597         (lv): removed.
2598         (Browse): new method. Returns the results of a FileDialog browse.
2599
2600         * helper_funcs.[Ch] (browseFile): moved from xforms_helpers.[Ch].
2601         (getVectorFromString): fixed bug.
2602
2603         * biblio.C (simpleSearch): cleaned up.
2604
2605 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
2606
2607         * A slight reworking of Baruch Even's ButtonController patch.
2608
2609         * BCTemplates.h: new file; all the templates for the ButtonController.
2610         Including Baruch's new GuiBC class, with setCancelCloseButton() changed
2611         to the more generic setButtonLabel().
2612
2613         * ButtonController.[Ch]: renamed cancel_label and close_label as
2614         cancel_label_ and close_label_.
2615
2616         * Makefile.am: added BCTemplates.h
2617
2618 2001-03-29  Juergen Vigna  <jug@sad.it>
2619
2620         * ControlMinipage.C: removed widthp_ and all it's functions and changed
2621         to use new %-lengths of LyXLength.
2622
2623 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
2624
2625         * ControlCitation.C (bibkeysInfo): removed Assert.
2626
2627         * ControlCopyright.h: moved GUICopyright into GUI.h
2628
2629         * GUI.h: see above.
2630
2631 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
2632
2633         * ControlInset.h (clearDaughterParams): is empty by default, not pure.
2634         (setDaughterParams): a (by default empty) new method called in show().
2635
2636         * ControlBibitem.h:
2637         * ControlBibtex.h:
2638         * ControlError.h:
2639         * ControlInclude.h:
2640         * ControlMinipage.h:
2641         * ControlRef.h:
2642         * ControlSearch.h:
2643         * ControlUrl.h (clearDaughterParams): removed
2644
2645         * ControlMinipage.C (applyParamsToInset): update the view.
2646         Added namespace minipage containing a helper function getUnits.
2647
2648         * GUI.h: changed Minipage policy to NoRepeatedApplyReadOnlyPolicy.
2649
2650         * ControlCharacter.[Ch]: moved out all the helper functions and the
2651         enum into their own file.
2652         * character.[Ch]: new files; contain the character helper functions,
2653         now inside namespace character.
2654
2655         * ControlCitation.[Ch]: moved out all the helper functions and the
2656         enums into their own file. Simplified interface.
2657         * biblio.[Ch]: new files; contain the citation helper functions,
2658         now inside namespace biblio. Will be of use also to an improved
2659         BibTeX popup.
2660
2661         * ControlGraphics.[Ch]:
2662         * ControlIndex.[Ch]: new files; controllers for the Graphics and Index
2663         popups, respectively.
2664
2665         * GUI.h:
2666         * Makefile.am: associated changes.
2667
2668 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
2669
2670         * ControlMinipage.[Ch]:
2671         * ControlPreamble.[Ch]:
2672         * ControlPrint.[Ch]:
2673         * ControlSplash.[Ch]: new files; controllers for the Minipage, Preamble
2674         and Print popups and Splash screen, respectively.
2675
2676         * ViewBase.h (ViewSplash): new base class for GUI-specific Splash
2677         screens.
2678
2679         * GUI.h:
2680         * Makefile.am: associated changes.
2681
2682 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
2683
2684         * ControlConnections.[Ch]: (docType): new method; returns the type
2685         of the buffer, LaTeX, Literate, LinuxDoc or DocBook.
2686
2687         * ControlRef.[Ch]:
2688         * ControlSearch.[Ch]:
2689         * ControlTabularCreate.[Ch]: new files; controller for the Ref,
2690         Search and TabularCreate popups, respectively.
2691
2692         * GUI.h:
2693         * Makefile.am: associated changes.
2694
2695 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
2696
2697         * ControlCitation.C (getBibkeyInfo): get nasty and assert the info map
2698         contains data.
2699
2700         * ControlInset.h (apply): fix bug. Can now create new insets again.
2701
2702         * README: describe program flow.
2703
2704 2001-03-24  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2705
2706         * Makefile.am (libcontrollers_la_SOURCES): add ControlDialogs.h
2707
2708 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
2709
2710         * ControlDialogs.h: moved class ControlInset into its own file.
2711
2712         * ControlInset.h: new file. class ControlInset has been expanded to take
2713         two template parameters, Inset and Params. Believe that all inset
2714         controllers can be derived from this with the minimum of effort.
2715
2716         * ControlBibitem.[Ch]:
2717         * ControlBibtex.[Ch]:
2718         * ControlCitation.[Ch]:
2719         * ControlCommand.[Ch]: moved most code into ControlInset.
2720
2721         * lots of files. Moved protected stuff into private where possible.
2722
2723         * ControlError.[Ch]:
2724         * ControlInclude.[Ch]:
2725         * ControlUrl.[Ch]: new files; controllers for the LaTeX error,
2726         Include and Url popups, respectively.
2727
2728         * GUI.h:
2729         * Makefile.am: associated changes.
2730
2731 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
2732
2733         * ControlCredits.[Ch] (getCredits): returns a stringstream not a
2734         vector<string>.
2735
2736 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2737
2738         * ControlCredits.C (getCredits): remove std:: qualifier for
2739         getline().
2740
2741 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2742
2743         * ControlCredits.C (getCredits): add std:: on vector
2744
2745 2001-03-22  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2746
2747         * ControlCredits.C: remove using that is only used once, use
2748         std::ios instead of std::iosbase, add some annoying comments.
2749
2750 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
2751
2752         * lots of header files: improved explanatory notes.
2753
2754         * ControlBase.[Ch]: removed LyXView & lv_ and methods using it.
2755         ControlBase is now a class that only controls the interaction of the
2756         View with the ButtonController.
2757
2758         * ControlConnections.[Ch]: added LyXView & lv_ and associated methods
2759         to ControlConnectBase. The class controls the connection/disconnection
2760         of signals from the LyX kernel and makes available the kernel (through
2761         lv_) to daughter controller classes.
2762         Moved out class ControlConnectInset to a new file ControlDialogs.h.
2763
2764         * ControlDialogs.h: new file. Contains the definition of two template
2765         controller classes, ControlDialog and ControlInset (was
2766         ControlConnectInset). ControlInset is a parent class for controllers
2767         of inset-popups. ControlDialogs is the rather uninspired name for
2768         the base class of all non-inset popups. (Eg, Document and Paragraph.)
2769         ControlDialogs is reaching a state of maturity as several popups now use
2770         it and its functionality becomes clear. ControlInset is still in a state
2771         of flux. It is likely that functionality will be moved out of
2772         ControlCommands and into it.
2773
2774         * GUI.h: new file. Moved all the template GUIXXX classes out of the
2775         individual Controller header files and into one place. These classes
2776         serve only as convenient wrappers to simplify code in the respective
2777         frontends' Dialogs::c-tor. Now all derived from a templatised parent.
2778
2779         * ControlCharacter.[Ch] (show, update, hide):
2780         * ControlLog.[Ch] (show, update, hide):
2781         * ControlVCLog.[Ch] (show, update, hide): moved back into
2782         the ControlDialogs base class.
2783         (setParams, clearParams): new methods containing controller-specific
2784         code to set/reset the parameters manipulated by the view.
2785
2786         * ControlCommand.[Ch] (clearParams): a new virtual method, by default
2787         empty.
2788         (hide): calls clearParams.
2789
2790         * ControlCitation.[Ch] (hide): renamed as clearParams, a method called
2791         by ControlCommand::hide().
2792
2793         * ControlCopyright.[Ch]:
2794         * ControlCredits.[Ch]: new files; controllers for the copyright and
2795         credits popups, respectively.
2796
2797 2001-03-21  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2798
2799         * ControlCharacter.C: fix typo
2800
2801 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
2802
2803         * ControlCharacter.[Ch]: new files; controller for the character popup.
2804
2805         * ControlCitation.[Ch] (getStringFromVector, getVectorFromString):
2806         moved to new files helper_funcs.[Ch].
2807
2808         * helper_funcs.[Ch]: new files. Some useful helper functions and
2809         functors.
2810
2811         * Makefile.am: added new files.
2812
2813 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
2814
2815         * ControlCitation.C (getBibkeyInfo): parse non-BibTeX entries correctly.
2816
2817 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
2818
2819         * ControlLog.[Ch]:
2820         * ControlVCLog.[Ch]: new files; controllers for LaTeX and Version
2821         Control log files, respectively.
2822
2823         * Makefile.am: added new files.
2824
2825 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
2826
2827         * ControlBibtex.[Ch]: new files; controller for an InsetBibtex popup.
2828
2829         * Makefile.am: added ControlBibtex.[Ch].
2830
2831 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
2832
2833         * ControlBibitem.C:
2834         * ControlCitation.C: added "using SigC::slot" declaration.
2835
2836         * ControlCitation.C (getStringFromVector): re-apply Dekel's recent fix
2837         to FormCitation.C prior to the merger: "Do not put space between
2838         multiple keys".
2839
2840 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2841
2842         * several files: remove CXX_WORKING_NAMESPACES
2843
2844         * ButtonController.h: noncopyable is in namespace boost
2845         * ButtonPolicies.h: ditto
2846
2847 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
2848
2849         * Merging changes from BRANCH_MVC back into HEAD.
2850
2851 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
2852
2853         * Makefile.am: add ControlBibitem.[Ch].
2854
2855         * ControlBibitem.[Ch]: new files that together define the Controller
2856         for a Bibitem popup.
2857
2858         * ControlCommand.h (c-tor): give  kb_action a default value of
2859         LFUN_NOACTION.
2860
2861         * ControlCommand.C (apply): do nothing if kb_action is LFUN_NOACTION.
2862
2863         * ControlCitation.[Ch]: moved search functions out of class.
2864         (bibkeysInfo): new method. Returns const reference to private data.
2865         (searchKeys): added case-sensitive switch. Used only by simpleSearch
2866         for now.
2867
2868 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
2869
2870         * ControlCitation.[Ch]: added Search functions to the class,
2871         (shamelessly lifted from Marco's gnome code). I think that these would
2872         be better as helper functions outside the class, but this is a first
2873         stab at it.
2874
2875 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
2876
2877         * ControlCitation.[Ch]: (getBibkeyList): removed from class
2878         ControlCitation.
2879         (getBibkeys, getBibkeyInfo): added to class ControlCitation.
2880         (getStringFromVector, getVectorFromString, parseBibTeX): new helper
2881         funcs. parseBibTeX() is lifted staraight out of Marco's gnome
2882         implementation of FormCitation.
2883
2884 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
2885
2886         * ButtonPolicies.h: add SMI_NOOP to enum.
2887
2888         * ButtonPolicies.C (nextState): add if-statement for SMI_NOOP.
2889
2890         * ButtonController.C (input): add "optimising" if-statement. Actually,
2891         things don't work correctly without it...
2892
2893 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
2894
2895         * ViewBase.h: remove #pragma directive
2896
2897         * ControlConnection.[Ch] (ControlConnectBI c-tor): add explicit c-tor
2898         to make g++ happy.
2899
2900 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
2901
2902         * ButtonPolicies.[Ch]: moved from ../ButtonPolicies.[Ch]
2903
2904         * Makefile.am: added ButtonPolicies.[Ch]
2905
2906         * ButtonController.[Ch]: ButtonController is split into
2907         ButtonControllerBase and a template ButtonController class. The base
2908         class no longer stores a pointer to a ButtonPolicy, but instead
2909         accesses the actual instantiation of the policy through a pure virtual
2910         method bp(). This method and the ButtonPolicy itself are instantiated
2911         in the templatised ButtonController class. This class is derived from
2912         the GUI-specific GUIBC class, meaning that the frontends know
2913         nothing about the actual policy decided upon by the controllers.
2914
2915         * ControlBase.[Ch]: No longer store the View or the ButtonController.
2916         Instead the actual instantiations are accessed through pure virtual
2917         methods view() and bc(). The daughter classes are responsible for the
2918         actual View and ButtonController.
2919
2920         * ControlCitation.h: the templatised class GUICitation instantiates
2921         the methods view() and bc(). It also stores the instances of the
2922         View and ButtonController.
2923
2924 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
2925
2926         * ButtonControllerBase.[Ch]: renamed as ButtonController.[Ch]. Class
2927         also changed to ButtonController.
2928
2929         * ControlBase.[Ch]:
2930         * ControlConnections.[Ch]:
2931         * ControlCommand.[Ch]:
2932         * ControlCitation.[Ch]:
2933         * ViewBase.h: Changes associated with this.
2934
2935 2001-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
2936
2937         * ButtonControllerBase.[Ch]: new files. Split Allan's original
2938         xforms/ButtonController class into a GUI-I class (here) and an
2939         xforms-specific derived class, to be found in xforms/xformsBC.[Ch].
2940
2941         * ControlBase.[Ch]: new files. ControlBase is an abstract base class
2942         from which all Dialog Controllers should be derived. the Controllers
2943         are GUI-independent, but are designed to control the behaviour of
2944         GUI-specific implementaions of each dialog.
2945
2946         * ControlConnections.[Ch]: new files. Classes controlling the
2947         connections of buffer-independent, buffer-dependent and Inset dialogs
2948         with the LyX kernel.
2949
2950         * ControlCommand.[Ch]: new files. A controller for all dialogs for the
2951         InsetCommand subset of insets.
2952
2953         * ControlCitation.[Ch]: new files. The test specialisation! A
2954         controller for the Citation dialog.
2955
2956         * ViewBase.h: new file. ViewBase is an abstract base class from which
2957         GUI-specific dialogs should be derived. The functionality that the GUIs
2958         must now implement is much reduced.