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