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