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