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