]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ChangeLog
Compile fixes with Compaq cxx.
[lyx.git] / src / frontends / qt2 / ChangeLog
1 2002-10-15  Angus Leeming  <leeming@lyx.org>
2
3         * QBrowseBox.C (c-tor): default values should go only in the .h file.
4
5         * QDocument.C: add a using std::vector declaration.
6
7 2002-10-15  Dekel Tsur  <dekelts@tau.ac.il>
8
9         * QLPainter.C (text): Unicode support.
10         * qfont_metrics.C (width): ditto.
11
12         * qfont_loader.C (available): Add code for QT 2.x.
13
14 2002-10-14  Dekel Tsur  <dekelts@tau.ac.il>
15
16         * lyx_gui.C (getDPI): Implemented.
17
18 2002-10-12  Dekel Tsur  <dekelts@tau.ac.il>
19
20         * qfont_loader.C (available): Implemented.
21
22 2002-10-09  Edwin Leuven <leuven@fee.uva.nl>
23         
24         * QDocument.C: Brand new document dialog
25         * QDocument.h:
26         * QDocumentDialog.C:
27         * QDocumentDialog.h:
28         * BulletsModule.C:
29         * BulletsModule.h:
30         * Dialogs.C:
31         * Dialogs2.C:
32         * Dialogs_impl.h:
33         * Makefile.am:
34         * Makefile.dialogs:
35         * QBrowseBox.C:
36         * QBrowseBox.h:
37         * qgridview.cpp:
38         * qgridview.h:
39         * moc/Makefile.am:
40         * ui/BiblioModuleBase.ui:
41         * ui/BulletsModuleBase.ui:
42         * ui/ClassModuleBase.ui:
43         * ui/LanguageModuleBase.ui:
44         * ui/Makefile.am:
45         * ui/MarginsModuleBase.ui:
46         * ui/NumberingModuleBase.ui:
47         * ui/PackagesModuleBase.ui:
48         * ui/PaperModuleBase.ui:
49         * ui/PreambleModuleBase.ui:
50         * ui/QDocumentDialog.ui:
51         * ui/QGraphicsDialog.ui:
52         * ui/QPrintDialog.ui:
53         * ui/QRefDialog.ui:
54         
55 2002-09-28  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
56
57         * ui/QWrapDialog.ui:
58         * QWrapDialog.[Ch]:
59         * QWrap.[Ch]:
60         * Makefile.dialogs:
61         * Dialogs.C:
62         * Dialogs2.C:
63         * Dialogs_impl.h: Implement Wrap figure dialog
64  
65 2002-09-25  Angus Leeming  <leeming@lyx.org>
66
67         * Dialogs2.C:
68         * Dialogs_impl.h:
69         * LyXKeySymFactory.C:
70         * LyXScreenFactory.C:
71         * Menubar_pimpl.[Ch]:
72         * Toolbar_pimpl.[Ch]:
73         * WorkAreaFactory.C:
74         * lyx_gui.C: doxygen fixes.
75
76 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
77
78         * ui/moc/Makefile.am (INCLUDES):
79         * ui/Makefile.am (INCLUDES): 
80         * moc/Makefile.am (INCLUDES): 
81         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
82
83 2002-09-24  John Levon  <levon@movementarian.org>
84
85         * QCommandEdit.h:
86         * QCommandEdit.C: fix build by removing the pragmas.
87
88 2002-09-24  Angus Leeming  <leeming@lyx.org>
89
90         * most files: "standard-conforming" Licence declaration.
91         Remove trailing whitespace.
92
93         * many header files: do not #include <config.h>.
94         Remove unnecessary #includes by using forward declarations.
95         Add as first line: // -*- C++ -*-
96         Move several definitions of virtual functions out of line
97         as they are unlikely to be inlined anyway (and it reduces
98         header file dependencies)...
99
100         * many files: added g++ #pragma directives.
101
102 2002-09-23  Angus Leeming  <leeming@lyx.org>
103
104         * QMath.h: forward declare QMathDialog.
105         Remove trailing semi-colons after definition of apply and
106         update_contents methods.
107
108         * qfont_metrics.C: endl is in namespace std.
109         Some whitespece stuff.
110
111 2002-09-22  John Levon  <levon@movementarian.org>
112
113         * qlkey.h: make Key_Unknown a modifier, to handle
114           Norbert's Alt Gr
115
116 2002-09-17  John Levon  <levon@movementarian.org>
117
118         * QLPainter.C: use dots for dashes because Qt sucks
119
120 2002-09-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
121
122         * Toolbar_pimpl.C (changed_layout): when selecting a layout in
123         combox, make sure the corresponding shortcut is shown in
124         minibuffer
125
126 2002-09-16  John Levon  <levon@movementarian.org>
127
128         * FileDialog.C: set AnyFile mode
129
130 2002-09-16  John Levon  <levon@movementarian.org>
131
132         * QMathDialog.C: allow menus to be torn off
133
134 2002-09-16  John Levon  <levon@movementarian.org>
135
136         * QDelimiterDialog.C: fix empty delimiter
137
138 2002-09-15  John Levon  <levon@movementarian.org>
139
140         * Makefile.dialogs:
141         * ui/QDelimiterDialog.ui:
142         * QDelimiterDialog.h:
143         * QDelimiterDialog.C:
144         * QMath.h:
145         * QMath.C:
146         * QMathDialog.h:
147         * QMathDialog.C: add delimiter dialog
148
149 2002-09-15  John Levon  <levon@movementarian.org>
150
151         * Alert_pimpl.C: title fix
152
153 2002-09-14  John Levon  <levon@movementarian.org>
154
155         * QMath.h:
156         * QMath.C:
157         * QMathDialog.h:
158         * QMathDialog.C:
159         * ui/QMathDialog.ui: matrix
160
161 2002-09-14  John Levon  <levon@movementarian.org>
162
163         * qlkey.h: fix two typos to be Alt_R instead
164
165 2002-09-14  John Levon  <levon@movementarian.org>
166
167         * qfont_metrics.C: fix rbearing()
168
169 2002-09-14  John Levon  <levon@movementarian.org>
170
171         * QLPainter.C: fix arc
172
173 2002-09-14  John Levon  <levon@movementarian.org>
174
175         * ui/QMathDialog.ui:
176         * QMathDialog.h:
177         * QMathDialog.C: add back display. Implement
178           font/style
179
180 2002-09-14  John Levon  <levon@movementarian.org>
181
182         * ui/QMathDialog.ui:
183         * QMathDialog.h:
184         * QMathDialog.C: add spaces menu
185
186 2002-09-13  John Levon  <levon@movementarian.org>
187
188         * Menubar_pimpl.C:
189         * QLPopupMenu.C: fix submenus again
190
191 2002-09-12  John Levon  <levon@movementarian.org>
192
193         * qscreen.h:
194         * qscreen.C: be even smarter about repaint() vs. update()
195
196 2002-09-12  John Levon  <levon@movementarian.org>
197
198         * QPrint.C: don't reset unless different buffer
199
200 2002-09-12  John Levon  <levon@movementarian.org>
201
202         * QPrint.C: get collate from params too
203
204         * ui/QGraphicsDialog.ui: re-arrange bb a bit
205
206 2002-09-12  John Levon  <levon@movementarian.org>
207
208         * Menubar_pimpl.C:
209         * Menubar_pimpl.h:
210         * QtView.C: implement openByName(). Move activated
211         signal to per-menu
212
213 2002-09-12  John Levon  <levon@movementarian.org>
214
215         * QCommandBuffer.C: fix click
216
217 2002-09-12  John Levon  <levon@movementarian.org>
218
219         * QMathDialog.C: work around Qt bug in previous change
220
221 2002-09-12  John Levon  <levon@movementarian.org>
222
223         * QMathDialog.h:
224         * QMathDialog.C: load icon palettes on demand
225
226 2002-09-12  John Levon  <levon@movementarian.org>
227
228         * QMathDialog.C: get the scrollbars right on first show
229
230 2002-09-11  John Levon  <levon@movementarian.org>
231
232         * QPrint.h:
233         * QPrint.C:
234         * ui/QPrintDialog.ui: update for odd/even changes
235
236 2002-09-11  John Levon  <levon@movementarian.org>
237
238         * QCitationDialog.C: show right info when selecting a cite
239
240         * QParagraphDialog.C: don't validate lengths, to allow glue
241
242 2002-09-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
243
244         * QFloatDialog.C: Fix the setEnable() logic
245
246 2002-09-11  John Levon  <levon@movementarian.org>
247
248         * Alert_pimpl.C:
249         * QExternalDialog.h:
250         * QExternalDialog.C:
251         * QGraphicsDialog.h:
252         * QGraphicsDialog.C:
253         * QIncludeDialog.h:
254         * QIncludeDialog.C:
255         * QIndexDialog.h:
256         * QIndexDialog.C:
257         * QSearchDialog.h:
258         * QSearchDialog.C:
259         * QURLDialog.h:
260         * QURLDialog.C: focus on the first linedit on show()
261
262 2002-09-11  John Levon  <levon@movementarian.org>
263
264         * QSearchDialog.C: fill combo boxes
265
266 2002-09-11  John Levon  <levon@movementarian.org>
267
268         * qscreen.C: use repaint() not update() for immediate change
269
270         * QContentPane.C: warning fix
271
272 2002-09-11  John Levon  <levon@movementarian.org>
273
274         * qfont_metrics.C: fix button metrics
275
276         * QLPainter.C: fillPolygon() should actually fill
277
278 2002-09-10  John Levon  <levon@movementarian.org>
279
280         * Menubar_pimpl.C:
281         * QLPopupMenu.h:
282         * QLPopupMenu.C: finally fix Navigate
283
284 2002-09-10  John Levon  <levon@movementarian.org>
285
286         * ui/QIncludeDialog.ui:
287         * QInclude.h:
288         * QInclude.C: remove don't typeset
289
290         * Dialogs2.C: add empty showWrap
291
292 2002-09-08  John Levon  <levon@movementarian.org>
293
294         * QFloat.C: another fix
295
296 2002-09-08  John Levon  <levon@movementarian.org>
297
298         * QFloat.h:
299         * QFloat.C:
300         * QFloatDialog.h:
301         * QFloatDialog.C:
302         * ui/QFloatDialog.ui: fix bug 527 and more
303
304 2002-09-12  Angus Leeming  <leeming@lyx.org>
305
306         * iconpalette.C (resizeEvent): compile fix.
307
308         * QInclude.C (update_contents): remove lyxerr call.
309
310 2002-09-08  John Levon  <levon@movementarian.org>
311
312         * qfont_loader.C: fix bug 531 (emph())
313
314 2002-09-08  John Levon  <levon@movementarian.org>
315
316         * QMathDialog.C:
317         * iconpalette.h:
318         * iconpalette.C: make sizing work properly
319
320 2002-09-08  John Levon  <levon@movementarian.org>
321
322         * QMathDialog.h:
323         * QMathDialog.C: detachable icon menus
324
325 2002-09-08  John Levon  <levon@movementarian.org>
326
327         * QMathDialog.C:
328         * iconpalette.h:
329         * iconpalette.C: re lay out on size change
330
331 2002-09-08  John Levon  <levon@movementarian.org>
332
333         * QMathDialog.h:
334         * QMathDialog.C:
335         * iconpalette.C: More fixes.
336
337 2002-09-08  John Levon  <levon@movementarian.org>
338
339         * ui/QMathDialog.ui:
340         * QMathDialog.h:
341         * QMathDialog.C: add decos as symbols. Some fixes.
342
343 2002-09-07  John Levon  <levon@movementarian.org>
344
345         * qfont_metrics.C: unrevert per-char metrics. Droppings
346           are better than entirely wrong metrics. Hopefully
347           Andre can fix it ...
348
349 2002-09-07  John Levon  <levon@movementarian.org>
350
351         * qfont_loader.C: fix sizes for symbols etc.
352
353 2002-09-07  John Levon  <levon@movementarian.org>
354
355         * qfont_metrics.C: revert accurate per-char metrics
356           because LyX is broken
357
358 2002-09-07  John Levon  <levon@movementarian.org>
359
360         * qfont_loader.h:
361         * qfont_loader.C: add debug
362
363 2002-09-06  John Levon  <levon@movementarian.org>
364
365         * QMath.h:
366         * QMath.C: add sub/superscript
367
368         * ui/QMathDialog.ui:
369         * QMathDialog.h:
370         * QMathDialog.C: add dots. Use a completely broken :(
371           scrollview.
372
373         * iconpalette.C: increase size
374
375 2002-09-04  Angus Leeming  <leeming@lyx.org>
376
377         * QLyXKeySym.C: using std::endl directive.
378
379 2002-08-30  John Levon  <levon@movementarian.org>
380
381         * Makefile.dialogs:
382         * moc/Makefile.am:
383         * QMath.h:
384         * QMath.C:
385         * QMathDialog.h:
386         * QMathDialog.C:
387         * ui/QMathDialog.ui: start math panel
388
389         * iconpalette.h:
390         * iconpalette.C: new widget used by above
391
392 2002-08-29  John Levon  <levon@movementarian.org>
393
394         * Toolbar_pimpl.C: defocus layout combo on select
395
396 2002-08-29  John Levon  <levon@movementarian.org>
397
398         * QtView.C: add back in allow/prohibitInput (for now)
399
400         * TODO: update
401
402 2002-08-29  John Levon  <levon@movementarian.org>
403
404         * Toolbar_pimpl.C: mathed math-insert - skip
405           the preceding '\' when looking for file name
406
407 2002-08-29  John Levon  <levon@movementarian.org>
408
409         * Toolbar_pimpl.C: math xpm handling in preparation
410         for some fixed XPMs
411
412 2002-08-29  John Levon  <levon@movementarian.org>
413
414         * QCommandBuffer.h:
415         * QCommandBuffer.C: use a QListView not combo box.
416           Qt Sucks.
417
418 2002-08-29  John Levon  <levon@movementarian.org>
419
420         * ui/*: use size grippie consistently
421
422 2002-08-29  John Levon  <levon@movementarian.org>
423
424         * QContentPane.C:
425         * QContentPane.h: implement triple click
426
427 2002-08-29  John Levon  <levon@movementarian.org>
428
429         * QInclude.C: remove some wrong code removed from xforms
430
431 2002-08-29  John Levon  <levon@movementarian.org>
432
433         * qfont_metrics.C: add per char ascent/descent
434
435 2002-08-28  John Levon  <levon@movementarian.org>
436
437         * QContentPane.C: fix cut-and-paste borkage from
438           LFUN_MOUSE changes
439
440 2002-08-25  Rob Lahaye  <lahaye@snu.ac.kr>
441
442         * QLImage.C: replace redundant xoffset_l and yoffset_t
443         calculation by something better.
444
445 2002-08-25  John Levon  <levon@movementarian.org>
446
447         * FileDialog.C:
448         * FileDialog_private.h:
449         * FileDialog_private.C: disable non-sync code due
450           to Qt bug. Add support for buttons
451
452 2002-08-25  John Levon  <levon@movementarian.org>
453
454         * QLPopupMenu.C: implement optional() support
455
456         * TODO: update
457
458 2002-08-25  John Levon  <levon@movementarian.org>
459
460         * Makefile.am:
461         * Menubar_pimpl.h:
462         * Menubar_pimpl.C:
463         * QLPopupMenu.h:
464         * QLPopupMenu.C: Populate menus upon open
465
466 2002-08-25  John Levon  <levon@movementarian.org>
467
468         * qlkey.h: add A-Z into string_to_qkey
469
470         * QLyXKeySym.h:
471         * QLyXKeySym.C: remove crap again
472
473 2002-08-25  John Levon  <levon@movementarian.org>
474
475         * QLyXKeySym.h:
476         * QLyXKeySym.C:
477         * QContentPane.C: revert some wrong direction stuff and try
478           again. STILL BROKEN :(
479
480 2002-08-25  John Levon  <levon@movementarian.org>
481
482         * QGraphics.C:
483         * ui/QGraphicsDialog.ui: update, and some UI improvements
484
485 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
486
487         * lengthcombo.C: apply changes to "enum UNIT" in src/lyxlength.h
488
489         * QLImage.C:
490         * QGraphics.C: Implement changes for new xforms graphics dialog
491         (NB: Qt Graphics dialog itself is NOT YET updated!).
492
493 2002-08-15  Angus Leeming  <leeming@lyx.org>
494
495         * lyx_gui.C (hexname): enable previews to work!
496
497 2002-08-15  Angus Leeming  <leeming@lyx.org>
498
499         * Dialogs.C:
500         * Dialogs2.C
501         * Dialogs_impl.h: the brave new world of Dialog creation.
502
503         * guiapi.C: discard.
504
505         * Makefile.am: add new files Dialogs2.C Dialogs_impl.h and
506         remove guiapi.C.
507
508 2002-08-14  John Levon  <levon@movementarian.org>
509
510         * Alert_pimpl.C: remove xforms header
511
512         * Toolbar_pimpl.C: build fix
513
514 2002-08-13  Angus Leeming  <leeming@lyx.org>
515
516         * Qt2Base.h: compile fix isReadonly -> bufferIsReadonly.
517
518         * FileDialog_private.C:
519         * Menubar_pimpl.C:
520         * Toolbar_pimpl.C:
521         * QtView.C:
522         * lyx_gui.C:
523         changes due to the changed LyXView interface that now returns references
524         to member variables not pointers.
525
526 2002-08-12  Angus Leeming  <leeming@lyx.org>
527
528         * Menubar_pimpl.C: no need to #include "Dialogs.h". Remove semi-colon
529         from namespace closing delimiter.
530
531         * Menubar_pimpl.h:  remove MenuItemInfo:: prefix from c-tor declaration.
532
533         * QAbout.[Ch]:
534         * QBibitem.[Ch]:
535         * QBibtex.[Ch]:
536         * QCharacter.[Ch]:
537         * QCitation.[Ch]:
538         * QERT.[Ch]:
539         * QError.[Ch]:
540         * QExternal.[Ch]:
541         * QFloat.[Ch]:
542         * QGraphics.[Ch]:
543         * QInclude.[Ch]:
544         * QIndex.[Ch]:
545         * QLog.[Ch]:
546         * QMinipage.[Ch]:
547         * QParagraph.[Ch]:
548         * QPreamble.[Ch]:
549         * QPrint.[Ch]:
550         * QRef.[Ch]:
551         * QSearch.[Ch]:
552         * QShowFile.[Ch]:
553         * QSpellchecker.[Ch]:
554         * QTabularCreate.[Ch]:
555         * QTexinfo.[Ch]:
556         * QThesaurus.[Ch]:
557         * QToc.[Ch]:
558         * QURL.[Ch]:
559         * QVCLog.[Ch]:
560         No longer pass Controller or Dialogs to the c-tor.
561         No longer forward-declare Dialogs.
562
563         * Qt2Base.[Ch]: derives from ViewBase directly.
564         No longer passed ControlButtons & or Dialogs &.
565         (bc): new method, enabling the daughter classes to access the
566         ButtonController.
567         (slotWMHide):
568         (slotApply):
569         (slotOK):
570         (slotClose):
571         (slotRestore): changes due to a change in the ViewBase class.
572
573         * QtView.C (c-tor): no longer pass Dialogs & to the Toolbar.
574
575         * Toolbar_pimpl.[Ch] (c-tor): no longer passed a Dialogs &.
576
577         * guiapi.C: access the controller methods by explicit invocation of the
578         controller.
579
580 2002-08-09  John Levon  <levon@movementarian.org>
581
582         * Toolbar_pimpl.C: add missing header
583
584 2002-08-08  John Levon  <levon@movementarian.org>
585
586         * Toolbar_pimpl.C:
587         * Menubar_pimpl.C: lyxaction cleanup
588
589 2002-08-08  John Levon  <levon@movementarian.org>
590
591         * QGraphicsDialog.C: enable rotate
592
593         * ui/QGraphicsDialog.ui: trigger changed on
594           activated() not highlighted()
595
596 2002-08-08  John Levon  <levon@movementarian.org>
597
598         * QGraphics.C:
599         * ui/QGraphicsDialog.ui: lots of fixes and cleanup
600
601         * ui/QRefDialog.ui: geometry cleanup
602
603 2002-08-07  John Levon  <levon@movementarian.org>
604
605         * Menubar_pimpl.C: fix compile for gcc 3.1
606
607 2002-08-06  John Levon  <levon@movementarian.org>
608
609         * ui/QSpellcheckerDialogBase.ui:
610         * QSpellcheckerDialog.h:
611         * QSpellchecker.h:
612         * QSpellchecker.C: remove options()
613
614         * QtView.C: fix build
615
616 2002-07-31  John Levon  <levon@movementarian.org>
617
618         * io_callback.h: make a more proper class
619
620         * lyx_gui.C: implement removal of I/O callbacks
621
622 2002-07-30  John Levon  <levon@movementarian.org>
623
624         * qlkey.h:
625         * QLyXKeySym.h:
626         * QLyXKeySym.C: do our own getISOEncoded() mapping
627           because Qt can't handle it
628
629 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
630
631         * several file: strip,frontStrip -> trim,ltrim,rtrim
632
633 2002-07-25  John Levon  <levon@movementarian.org>
634
635         * Toolbar_pimpl.C: fix tooltips
636
637 2002-07-25  John Levon  <levon@movementarian.org>
638
639         * QCommandEdit.C:
640         * Toolbar_pimpl.C: make Tab work in the content pane
641
642 2002-07-25  John Levon  <levon@movementarian.org>
643
644         * Menubar_pimpl.C: split create/fill of menus into
645           two functions
646
647 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
648
649         * Menubar_pimpl.C: make it compile again
650
651 2002-07-24  John Levon  <moz@compsoc.man.ac.uk>
652
653         * Menubar_pimpl.C: make it compile again
654
655 2002-07-24  Angus Leeming  <leeming@lyx.org>
656
657         * FileDialog_private.C (done): add a false to the arguments passed to
658         getLyXFunc.
659
660         * QBibtex.C:
661         * QCommandBuffer.C: add a using std::vector directive.
662
663         * QBibtexDialog.C: s/<vector.h>/<vector>/
664
665         * QCommandBuffer.C: remove trailing semi-colon at the end of the
666         namespace scope.
667
668         * QTexinfo.h: s/vector<string>/std::vector<string>/
669
670 2002-07-23  Edwin Leuven <leuven@fee.uva.nl>
671
672         * QBibtex.C: syle combobox instead of listbox
673         * QBibtexDialog.C:
674         * ui/QBibtexDialog.ui
675         * QTexinfo.C: Repair view without path/selection
676         * QTexinfo.h
677         * QTexinfoDialog.C
678         * QTexinfoDialog.h
679         * ui/QTexinfoDialog.ui
680         * ui/QCitationDialog.ui: layout fix
681         * ui/QExternalDialog.ui: idem
682         * TODO: update
683
684 2002-07-23  John Levon  <moz@compsoc.man.ac.uk>
685
686         * QCommandBuffer.C: real compile fix
687
688 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
689
690         * QLyXKeySym.C: return 0 when text_ is empty
691           for getISOEncoded()
692
693 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
694
695         * QCommandBuffer.C: probably compile fix
696
697         * QtView.C:
698         * Toolbar_pimpl.h:
699         * Toolbar_pimpl.C: remove dead code
700
701 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
702
703         * lyx_gui.C: add exit() so we don't busy loop !
704
705 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
706
707         * QCommandEdit.C: complete if right at end of line
708
709         * QLyXKeySym.C: cleanup comments
710
711         * QtView.C: prefer const int
712
713         * qlkey.h: fix some transliteration errors...
714
715 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
716
717         * Toolbar_pimpl.h:
718         * Toolbar_pimpl.C: remove ->push()
719
720 2002-07-22  Edwin Leuven  <leuven@fee.uva.nl>
721
722         * QCitationDialog.C: fix loop search and info update after selecting
723         * TODO: remove this is issue
724
725 2002-07-22  Edwin Leuven  <leuven@fee.uva.nl>
726
727         * ui/QBibtexDialog.ui: style browser
728         * QBibtex.C: idem
729         * QBibtexDialog.C: idem
730
731         * ui/QRefDialog.ui: document combo
732         * QRef.C: idem
733
734         * QInclude.C: new layout
735         * ui/QIncludeDialog.ui: new layout
736
737         * ui/QCitationDialog.ui: new layout
738
739         * ui/QExternalDialog.ui: new layout
740
741         * QGraphics.C: Compile fix
742
743         * TODO:
744
745 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
746
747         * Menubar_pimpl.h:
748         * Menubar_pimpl.C: implement check/disable, submenus
749
750 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
751
752         * Toolbar_pimpl.h:
753         * Toolbar_pimpl.C: implement getLayoutList()
754
755 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
756
757         * Toolbar_pimpl.C: use BufferParams::getLyXTextClass
758
759 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
760
761         * QToc.h:
762         * QToc.C: compile fixes, default to depth_(1)
763
764 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
765
766         * Menubar_pimpl.C: change for removed menubar stuff
767
768 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
769
770         * QtView.C: reset idle timer on message()
771
772 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
773
774         * QLImage.C: various fixes
775
776         * QWorkArea.C: set focus proxy
777
778         * qscreen.C: don't show cursor when in command buffer
779
780         * Makefile.am:
781         * moc/Makefile.am:
782         * QMiniBuffer.h:
783         * QMiniBuffer.C:
784         * QCommandBuffer.h:
785         * QCommandBuffer.C:
786         * QCommandEdit.h:
787         * QCommandEdit.C:
788         * QtView.h:
789         * QtView.C: Rudimentary command buffer
790
791 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
792
793         * QWorkArea.C: remove unnecessary include
794
795 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
796
797         * QtView.C:
798         * Toolbar_pimpl.C:
799         * lyx_gui.C: verboseDispatch() is now dispatch()
800
801 2002-07-07  Edwin Leuven  <leuven@fee.uva.nl>
802
803         * QParagraph.[Ch]: Add paragraph dialog
804         * QParagraphDialog.[Ch]:
805         * ui/QParagraphDialog.[Ch]:
806         * Makefile.am:
807         * Makefile.dialogs:
808         * guiapi.C:
809
810 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
811
812         * QtView.C: basic statusbar show
813
814 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
815
816         * QLImage.C: add using std
817
818 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
819
820         * QLImage.h:
821         * QLImage.C: remove getPixmap() add isDrawable()
822
823 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
824
825         * io_callback.h:
826         * lyx_gui.C: make set_read_callback() work
827
828 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
829
830         * lyx_gui.C: add set_read_callback()
831
832         * Makefile.am:
833         * xforms/*: remove
834
835 2002-07-13  John Levon  <moz@compsoc.man.ac.uk>
836
837         * QtView.C: add a status bar
838
839         * Toolbar_pimpl.C: minor fixes
840
841         * lyx_gui.C: implement hexname()
842
843 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
844
845         * lyx_gui.C: move init_graphics() to parse_init()
846
847 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
848
849         * Toolbar_pimpl.h:
850         * Toolbar_pimpl.C: remove unused (de)activate()
851
852 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
853
854         * lyx_gui.C: implement update_fonts(), font_available()
855
856 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
857
858         * lyx_gui.C: add un-needed update_color()
859
860 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
861
862         * QtView.h:
863         * QtView.C: remove unused methods
864
865 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
866
867         * Makefile.am:
868         * QLImage.h:
869         * QLImage.C: initial image loader
870
871         * lyx_gui.C: initialise graphics
872
873         * QLPainter.C: draw images
874
875         * QWorkArea.C: implement clipboard as much as possible
876
877 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
878
879         * dialog files: add unused Dialogs paramater to allow compile
880
881         * QtView.C:
882         * QMiniBuffer.h:
883         * QMiniBuffer.C:
884         * Makefile.am: add QMiniBuffer (placeholder)
885
886         * TODO: add
887
888         * Toolbar_pimpl.h:
889         * Toolbar_pimpl.C: compile fix
890
891         * lyx_gui.C: add hexname() place holder
892
893 2002-07-04  André Pönitz  <poenitz@lyx.org>
894
895         * xforms/Makefile.am: replace XFORMSGIMAGE by XFORMSIMAGE
896
897 2002-06-28  Angus Leeming  <leeming@lyx.org>
898
899         * QLPainter.[Ch]: changes associated with the name change
900         grfx::GImage -> grfx::Image.
901
902 2002-06-21  Angus Leeming  <leeming@lyx.org>
903
904         * Menubar_pimpl.C (c-tor): rename MenuBackend const & mb argument to
905         avoid name clash with MenuBackend::const_iterator mb.
906
907         * QContentPane.C:
908         * QLPainter.C:
909         * qscreen.C: add using std::endl directive.
910
911         * QLPainter.C (lines, fillPolygon) : wrap QCOORD points inside a
912         scoped_array as np is not known at compile time and my compiler barfs.
913
914         * Toolbar_pimpl.h: forward declare class ToolbarProxy.
915
916         * qfont_loader.h: don't #include "font_loader.h".
917
918         * qfont_metrics.C: remove trailing ';' from namespace anon scope.
919
920 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
921
922         * qfont_metrics.C: fix variable names
923
924 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
925
926         * QWorkArea.C: remove dead splash code
927
928 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
929
930         * QContentPane.C: restore calls to workAreaResize()
931
932         * QLyXKeySym.h: tidy
933
934         * QWorkArea.h: remove redraw()
935
936         * QWorkArea.C: remove resize()
937
938 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
939
940         * guiapi.C: createIndex() changed
941
942 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
943
944         * QWorkArea.h: remove unused resize(...)
945
946 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
947
948         * QWorkArea.h: remove unused stuff
949
950 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
951
952         * QContentPane.h:
953         * QContentPane.C: remove focus/unfocus events
954
955 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
956
957         * QWorkArea.h: remove unused methods
958
959 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
960
961         * LyXKeySymFactory.C: add
962
963         * Makefile.am:
964         * QContentPane.C:
965         * qlkey.h:
966         * QLyXKeySym.h:
967         * QLyXKeySym.C: get keyboard partly working
968
969         * qfont_metrics.C: fix compile
970
971 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
972
973         * Makefile.am: add the new files ...
974
975         * Dialogs.C:
976         * guiapi.C:
977         * all dialogs: implement new dialog stuff, fix compile
978
979         * FileDialog_private.h:
980
981         * GUIRunTime.C:
982         * lyx_gui.C: update for lyx_gui namespace
983
984         * LyXScreenFactory.C: add
985
986         * QContentPane.h:
987         * QContentPane.C: new widget for containing a lyx document
988
989         * QLPainter.h:
990         * QLPainter.C: qt painter object
991
992         * QWorkArea.h:
993         * QWorkArea.C: Qt version of the work area
994
995         * QtView.h:
996         * QtView.C: Qt version of LyXView
997
998         * Toolbar_pimpl.h:
999         * Toolbar_pimpl.C:
1000         * Menubar_pimpl.h:
1001         * Menubar_pimpl.C: initial Qt versions
1002
1003         * WorkAreaFactory.C: generate a QWorkArea
1004
1005         * emptytable.C: add a resize grippie
1006
1007         * qfont_loader.h:
1008         * qfont_loader.C: font loader for Qt
1009
1010         * qfont_metrics.h:
1011         * qfont_metrics.C: font metrics for Qt
1012
1013         * qlkey.h: convert Qt key symbol into a name
1014
1015         * qscreen.h:
1016         * qscreen.C: Qt version of screen
1017
1018         * moc/Makefile.am: add new files
1019
1020         * xforms/Makefile.am: remove all xforms dialogs
1021
1022 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1023
1024         * Qt2BC.C: do not include ButtonController.tmpl
1025
1026 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1027
1028         * QtLyXView.h: moved into frontends/
1029
1030 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1031
1032         * QDocument.h: use more specific smart_ptr header.
1033         * Qt2Base.h: ditto
1034
1035 2002-04-30  John Levon  <moz@compsoc.man.ac.uk>
1036
1037         * QCharacter.h:
1038         * QCharacter.C: update for language i18n change
1039
1040 2002-04-16  John Levon  <moz@compsoc.man.ac.uk>
1041
1042         * Dialogs.C: add tooltipsEnabled()
1043
1044         * QTeXInfo.C: include right header
1045
1046         * moc/Makefile.am: add back missing moc files
1047
1048         * xforms/Makefile.am: add missing FeedbackController
1049
1050 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1051
1052         * xforms/Makefile.am (link_files): use correct _SOURCES variable.
1053
1054         * ui/moc/Makefile.am: move include to top
1055         (DISTCLEANFILES): take the UIMOCDIALOGS variable instead
1056
1057         * ui/Makefile.am: ws change
1058
1059         * moc/Makefile.am: move include to top
1060
1061         * Makefile.am (EXTRA_DIST): some file taken from...
1062         * Makefile.dialogs (DIALOGSOURCES):here
1063
1064         * xforms/Makefile.am (EXTRA_DIST): delete
1065         (libqt2xforms_la_SOURCES): change to...
1066         (nodist_libqt2xforms_la_SOURCES): this
1067
1068         * ui/moc/Makefile.am (libqt2uimoc_la_SOURCES): change to...
1069         (nodist_libqt2uimoc_la_SOURCES): this
1070
1071         * ui/Makefile.am (libqt2ui_la_SOURCES): change to...
1072         (nodist_libqt2ui_la_SOURCES): this
1073
1074         * moc/Makefile.am (libqtmoc_la_SOURCES): comment out
1075         (nodist_libqt2moc_la_SOURCES): new
1076
1077         * Makefile.dialogs (DIALOGSOURCES): add QParagraph,
1078         QParagraphDialog, QDocument, QDocumentDialog
1079
1080         * Makefile.am (DISTCLEANFILES): delete
1081         (EXTRA_DIST): add with Makefile.dialogs
1082
1083 2002-04-02  John Levon  <moz@compsoc.man.ac.uk>
1084
1085         * ui/QParagraphDialog.ui: fix a couple of typos for
1086           the translators
1087
1088 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
1089
1090         * xforms/Makefile.am (link_files): whitespace.
1091
1092 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1093
1094         * xforms/Makefile.am (libqt2xforms.la): it should depend on
1095         libqt2xforms_la_OBJECTS not libqt2xforms_la_SOURCES!
1096
1097 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1098
1099         * most files: ws cleanup
1100
1101 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1102
1103         * docygen fixes.
1104
1105 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
1106
1107         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
1108         your version of the xforms libraries is up to the task.
1109
1110         * xforms/Makefile.am: link in the xforms image loader if so configured.
1111
1112 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
1113
1114         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
1115
1116         * Dialogs.C:
1117         * GUIRunTime.C (initialiseGraphics): moved to GUIRunTime.
1118
1119 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1120
1121         * Makefile.am: get rid of LYX_LIBS
1122
1123         * QDocument.C (class_update): layout as string
1124
1125 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
1126
1127         * Makefile.am:
1128         * moc/Makefile.am:
1129         * ui/Makefile.am:
1130         * ui/moc/Makefile.am: fix compile
1131
1132         * xforms/: compile the necessary files via symlinks
1133
1134         * QPreambleDialog.C: new systemcall interface
1135
1136         * Timeout_pimpl.h:
1137         * Timeout_pimpl.C: add running()
1138
1139         * Dialogs.C: add init graphics, and doc/par xforms forms
1140
1141 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
1142
1143         * QToc.C: fix crash
1144
1145 2002-02-06  Edwin Leuven  <leuven@fee.uva.nl>
1146
1147         * QGraphics.C: compilation fix
1148         * QTexinfoDialog.C:
1149         * QTexinfoDialog.h:
1150         * ui/QTexinfoDialog.ui: remove help button
1151
1152 2002-01-31  Edwin Leuven  <leuven@fee.uva.nl>
1153
1154         * qt2/QGraphics.C:
1155         * qt2/QGraphics.h:
1156         * qt2/QGraphicsDialog.C:
1157         * qt2/QGraphicsDialog.h:
1158         * qt2/lengthcombo.C:
1159         * qt2/ui/QGraphicsDialog.ui: new dialog
1160         * qt2/QAbout.C:
1161         * qt2/ui/QAboutDialog.ui: reduce size
1162         * qt2/ui/QFloatDialog.ui: update dialog
1163
1164 2002-01-29  Edwin Leuven  <leuven@fee.uva.nl>
1165
1166         * Makefile.am:
1167         * Dialogs.C:
1168         * Makefile.dialogs:
1169         * QShowFile.h:
1170         * QShowFile.C:
1171         * QShowFileDialog.h:
1172         * QShowFileDialog.C:
1173         * ui/QShowFileDialog.ui: add showfile dialog
1174         * ui/QCitationDialog.ui: minor layout tweaks
1175
1176 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
1177
1178         * Dialogs.C: removed now redundant #include "QParagraph.h".
1179
1180         * QSearchDialog.h (remember): removed unnecessary
1181         QSearchDialog qualifier.
1182
1183         * QTexinfo.C:
1184         * QToc.C: added various using std::xyz directives.
1185
1186 2002-01-25  Edwin Leuven  <leuven@fee.uva.nl>
1187
1188         * Makefile.am:
1189         * Dialogs.C:
1190         * Makefile.dialogs:
1191         * QFloat.h:
1192         * QFloat.C:
1193         * QFloatDialog.h:
1194         * QFloatDialog.C:
1195         * ui/QFloatDialog.ui: add float dialog
1196
1197 2002-01-25  John Levon  <moz@compsoc.man.ac.uk>
1198
1199         * Makefile.am:
1200         * Makefile.dialogs: don't compile QPar/Doc
1201           for now, as they cause problems
1202
1203 2002-01-20  John Levon  <moz@compsoc.man.ac.uk>
1204
1205         * Makefile.am:
1206         * Dialogs.C:
1207         * QToc.h:
1208         * QToc.C:
1209         * QTocDialog.h:
1210         * QTocDialog.C:
1211         * ui/QTocDialog.ui: resuscitate TOC dialog
1212
1213 2002-01-20  John Levon  <moz@compsoc.man.ac.uk>
1214
1215         * QCitation.h:
1216         * QCitation.C:
1217         * QCitationDialog.h:
1218         * QCitationDialog.C:
1219         * ui/QCitationDialog.ui: natbib fixes
1220
1221 2002-01-19  Edwin Leuven  <leuven@fee.uva.nl>
1222
1223         * QTexinfo.[Ch]: added
1224         * QTexinfoDialog.[Ch]: added
1225         * ui/QTexinfoDialog.ui: added
1226         * Dialogs.C: add dialog
1227         * Makefile.dialogs: idem
1228
1229 2002-01-18  Edwin Leuven  <leuven@fee.uva.nl>
1230
1231         * QMinipage.C: compiles fixes (lyxlength related)
1232
1233 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
1234
1235         * Makefile.am:
1236         * FileDialog_private.h: fix compile
1237
1238         * QThesaurus.h:
1239         * QThesaurus.C:
1240         * QThesaurusDialog.h:
1241         * QThesaurusDialog.C:
1242         * ui/QThesaurusDialog.ui: new thesaurus code
1243
1244 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1245
1246         * QMinipage.C (apply, update_contents): MinipageParams::width renamed
1247         as MinipageParams::pageWidth.
1248
1249 2002-01-04  John Levon  <moz@compsoc.man.ac.uk>
1250
1251         * QParagraph.C: add needed include
1252
1253 2001-12-08  John Levon  <moz@compsoc.man.ac.uk>
1254
1255         * Makefile.am:
1256         * Dialogs.C: bring back unconverted dialogs
1257
1258 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
1259
1260         * QParagraph.C:
1261         * QParagraphDialog.h:
1262         * QParagraphDialog.C: use new vspace API
1263
1264         * QTocDialog.C: silence warnings
1265
1266 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1267
1268         * qttableview.C: change "while(" to "while ("
1269
1270 2001-12-05  Allan Rae  <rae@lyx.org>
1271
1272         * QParagraph.C (apply):
1273         (update): Use the right LyXText -- extending John's fix
1274
1275 2001-12-01  Maks Orlovich  <mo002j@mail.rochester.edu>
1276
1277         * moc/Makefile.am:
1278         * Makefile.am:
1279         * QBibtexDialog.C:
1280         * QExternalDialog.C:
1281         * QParagraphDialog.h:
1282         * QPreambleDialog.C:
1283         * emptytable.C:
1284         * qttableview.C:
1285         * qttableview.C:
1286         * qttableview.h: fixes for Qt3
1287
1288 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
1289
1290         * Makefile.am: add Alert_pimpl.lo
1291
1292 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
1293
1294         * Makefile.am: link in new DropDown.lo
1295
1296         * QSpellcheckerDialog.C: fix warning
1297
1298         * ui/moc/Makefile.am: remove dead thing
1299
1300 2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1301
1302         * ui/moc/Makefile.am: remove unportable # at beginning of
1303         declaration.
1304
1305         * ui/Makefile.am:
1306         * Makefile.am: remove extra DISTCLEANFILES declaration
1307
1308 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1309
1310         * ui/QDocumentDialog.ui:
1311         * QDocument.C (build_dialog): support latin4
1312
1313 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1314
1315         * ui/QDocumentDialog.ui:
1316         * QDocument.C (build_dialog): support latin3
1317
1318 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
1319
1320         * Dialogs.C: remove splash dialog code.
1321
1322         * QSplash.[Ch]:
1323         * QSplashDialog.[Ch]: removed.
1324
1325         * Makefile.dialogs: remove splash dialog files.
1326
1327 2001-09-18  John Levon  <moz@compsoc.man.ac.uk>
1328
1329         * QRef.C: fix compile
1330
1331         * README: update
1332
1333 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1334
1335         * Makefile.am (libqt2_la_LIBADD): rename from OBJADD, depend on
1336         gui libs
1337
1338 2001-09-06  John Levon  <moz@compsoc.man.ac.uk>
1339
1340         * ui/QMinipageDialog.ui: fix layout, remove old slot
1341
1342         * QRefDialog.C: fix warning
1343
1344 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
1345
1346         * ui/QSpellcheckerDialog.ui: reworded layout
1347
1348 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
1349
1350         * QMinipage.C: remove radiobutton add combox
1351         * ui/QMinipageDialog.ui: + buttons at bottom
1352
1353 2001-09-01  John Levon  <moz@compsoc.man.ac.uk>
1354
1355         * Makefile.dialogs:
1356         * Dialogs.C:
1357         * QSpellchecker.[Ch]:
1358         * QSpellcheckerDialog.[Ch]:
1359         * ui/QSpellcheckerDialog.ui: add spellchecker dialog
1360
1361 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
1362
1363         * ui/QMinipageDialog.ui: layout tweak again (but it's getting better)
1364
1365 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
1366
1367         * ui/QGraphicsDialog.ui : minor layout tweak
1368         * ui/QIncludeDialog.ui : idem
1369         * ui/QMinipageDialog.ui: idem
1370         * ui/QURLDialog.ui: idem
1371
1372 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
1373
1374         * ui/QRefDialog.ui : minor layout tweak
1375         * Qref.C: idem
1376
1377 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1378
1379         * QTabularCreateDialog.C: fix warnings
1380
1381         * emptytable.h:
1382         * emptytable.C:
1383         * ui/QTabularCreateDialog.ui: fix layout
1384           when table size is changed
1385
1386 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1387
1388         * Dialogs.C:
1389         * QSearch.[Ch]:
1390         * QSearchDialog.[Ch]:
1391         * ui/QSearchDialog.ui: add search back
1392
1393 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
1394
1395         * Dialogs.C:
1396         * QPrint.[Ch]:
1397         * QPrintDialog.[Ch]:
1398         * ui/QPrintDialog.ui: add print dialog back
1399
1400 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
1401
1402         * Makefile.am:
1403         * moc/Makefile.am:
1404         * ui/Makefile.am:
1405         * ui/moc/Makefile.am: use AM_CXXFLAGS to add defines
1406
1407 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
1408
1409         * QAbout.C: added a using std::getline directive.
1410
1411         * QCitationDialog.C (doFind): removed const from argument to make it
1412         consistent with the header file.
1413
1414         * QDocument.[Ch] (c-tor): moved declaration of into .C file. Compilation
1415         was failing with "incomplete type is not allowed" in instantiation
1416         of boost::scoped_ptr<QDocumentDialog> dialog_.
1417
1418         * QLog.C: added a couple of using std::xyz directives.
1419
1420         * QPreambleDialog.C: added a using std::getline directive.
1421
1422         * QToc.C: using SigC::slot directive.
1423
1424 2001-08-29  Edwin Leuven  <leuven@fee.uva.nl>
1425
1426         * ui/QURLDialog.ui : minor layout tweak
1427
1428 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
1429
1430         * QPreamble.[Ch]:
1431         * QPreambleDialog.[Ch]:
1432         * ui/QPreambleDialog.ui:
1433         * Makefile.am:
1434         * Makefile.dialogs:
1435         * Dialogs.C: add pre-amble dialog
1436
1437 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
1438
1439         * ui/QIndexDialog.ui:
1440         * QIndexDialog.C: add QWhatsThis in C source
1441
1442         * README: document this restriction
1443
1444 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
1445
1446         * QMinipage.[Ch]:
1447         * QMinipageDialog.[Ch]:
1448         * ui/QMinipageDialog.ui:
1449         * lengthcombo.[Ch]:
1450         * Makefile.am:
1451         * moc/Makefile.am:
1452         * Makefile.dialogs:
1453         * Dialogs.C: add minipage and prototype length combo widget
1454
1455 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
1456
1457         * QLog.[Ch]:
1458         * QLogDialog.[Ch]:
1459         * ui/QLogDialog.ui:
1460         * QVCLog.[Ch]:
1461         * QVCLogDialog.[Ch]:
1462         * ui/QVCLogDialog.ui:
1463         * Dialogs.C:
1464         * Makefile.am:
1465         * Makefile.dialogs: add log and vclog dialogs
1466
1467 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
1468
1469         * Dialogs.C:
1470         * QTabularCreate.[Ch]:
1471         * QTabularCreate.h:
1472         * QTabularCreateDialog.C:
1473         * QTabularCreateDialog.h:
1474         * ui/Makefile.am:
1475         * ui/QTabularCreateDialog.ui: bring back
1476         tabcreate
1477
1478 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
1479
1480         * ui/QCharacterDialog.ui:
1481         * ui/QThesaurusDialog.ui: fix tab order
1482
1483         * QGraphics.[Ch]:
1484         * QGraphicsDialog.[Ch]:
1485         * ui/QGraphicsDialog.ui:
1486         * Makefile.am:
1487         * Makefile.dialogs:
1488         * Dialogs.C: add graphics dialog
1489
1490 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
1491
1492         * QThesaurus.C: clear selection on update
1493
1494         * QInclude.[Ch]:
1495         * QincludeDialog.[Ch]:
1496         * ui/QincludeDialog.ui:
1497         * Makefile.am:
1498         * Makefile.dialogs:
1499         * Dialogs.C: add Include dialog
1500
1501         * README: add note about crashes
1502
1503 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1504
1505         * QThesaurusDialog.C: whoops, forgot to clear before update
1506
1507 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1508
1509         * QBibtex.C:
1510         * QBibtexDialog.h:
1511         * QBibtexDialog.C:
1512         * ui/QBibtexDialog.ui: fix some things, add
1513           delete button
1514
1515         * QExternalDialog.C: fix file dialog thing
1516
1517         * QThesaurus.h:
1518         * QThesaurus.C:
1519         * QThesaurusDialog.h:
1520         * QThesaurusDialog.C:
1521         * ui/QThesaurusDialog.ui: fix compile, get working
1522
1523         * moc/Makefile.am: fix builddir != srcdir
1524
1525 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1526
1527         * GUIRunTime.C: fix argc handling
1528
1529 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1530
1531         * ui/*.ui:
1532         * ui/Makefile.am: add some sed magic to replace tr() with _()
1533
1534 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1535
1536         * Makefile.am: remove accidentally committed xforms file
1537
1538 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1539
1540         * Dialogs.C:
1541         * Makefile.dialogs:
1542         * QThesaurus.[Ch]:
1543         * QThesaurusDialog.[Ch]:
1544         * ui/QThesaurusDialog.ui: add thesaurus dialog
1545
1546 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1547
1548         * Dialogs.C:
1549         * Makefile.am:
1550         * Makefile.dialogs:
1551         * QExternal.[Ch]:
1552         * QExternalDialog.[Ch]:
1553         * ui/QExternalDialog.ui: add external dialog
1554
1555 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1556
1557         * Dialogs.C:
1558         * Makefile.dialogs:
1559         * QERT.[Ch]:
1560         * QERTDialog.[Ch]:
1561         * ui/QERTDialog.ui: add ERT dialog
1562
1563 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1564
1565         * Dialogs.C:
1566         * Makefile.am:
1567         * Makefile.dialogs:
1568         * QError.[Ch]:
1569         * QErrorDialog.[Ch]:
1570         * ui/QErrorDialog.ui: add LaTeX error dialog
1571
1572 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1573
1574         * Dialogs.C:
1575         * QCharacter.[Ch]:
1576         * QCharacterDialog.[Ch]:
1577         * ui/QcharacterDialog.ui: make work again,
1578           add auto-apply feature
1579
1580 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1581
1582         * Dialogs.C:
1583         * Makefile.am:
1584         * Makefile.dialogs:
1585         * QBibitem.[Ch]:
1586         * QBibitemDialog.[Ch]:
1587         * ui/QBibitemDialog.ui: add Bibitem dialog
1588
1589 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1590
1591         * Dialogs.C:
1592         * Makefile.dialogs:
1593         * QBibtex.[Ch]:
1594         * QBibtexDialog.[Ch]:
1595         * ui/QBibtexDialog.ui: added BibTeX dialog.
1596
1597         * README: update
1598
1599 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1600
1601         * Qt2BC.C: whoops, reversed sense of setReadOnly()
1602
1603 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1604
1605         * Dialogs.C:
1606         * QRef.[Ch]:
1607         * ui/QRefDialog.ui: add Ref dialog back
1608
1609         * QAbout.[Ch]:
1610         * QCitation.[Ch]:
1611         * QDocument.[Ch]:
1612         * QIndex.[Ch]:
1613         * QURL.[Ch]:
1614         * Qt2Base.h: protect build() with updating_ too
1615
1616         * QCitationDialog.C: use Qt2Base::readOnly
1617
1618         * README: update
1619
1620 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
1621
1622         * Dialogs.C: add URL
1623
1624         * QAbout.h:
1625         * QCitation.h:
1626         * QDocument.h:
1627         * QIndex.C:
1628         * Qt2Base.h:
1629         * Qt2Base.C: add an updating_ variable to prevent
1630           bc() breakage.
1631
1632         * QURL.h:
1633         * QURL.C:
1634         * QURLDialog.h:
1635         * QURLDialog.C:
1636         * ui/QURLDialog.ui: make alive again
1637
1638         * Qt2BC.C: make lineedits ReadOnly not disabled
1639
1640         * README: update
1641
1642         * ui/QCitationDialog.ui: small cleanups
1643
1644         * ui/QIndexDialog.ui: add a what's this
1645
1646 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
1647
1648         * Dialogs.C: include the right files
1649
1650         * QCitation.C: closePB not cancelPB
1651
1652         * QCitationDialog.C:
1653         * QCitationDialog.h:
1654         * ui/QCitationDialog.ui: small fixes
1655
1656         * QIndex.h:
1657         * QIndex.C:
1658         * QIndexDialog.C:
1659         * QIndexDialog.h:
1660         * ui/QIndexDialog.ui: more fixes
1661
1662         * Qt2Base.h:
1663         * Qt2Base.C: add reset() to workaround problem.
1664
1665         * README: update
1666
1667         * Makefile.am:
1668         * Timeout_pimpl.h:
1669         * Timeout_pimpl.C: add the timer
1670
1671 2001-08-23  John Levon  <moz@compsoc.man.ac.uk>
1672
1673         * Dialogs.C:
1674         * Makefile.am:
1675         * Qt2BC.h:
1676         * Qt2BC.C:
1677         * QAbout.C:
1678         * QCitation.C:
1679         * QDocument.h:
1680         * Qt2Base.C:
1681         * Qt2Base.h: rename qt2BC -> Qt2BC, set focus for widget enable
1682
1683         * QIndex.h:
1684         * QIndex.C:
1685         * ui/QIndexDialog.ui: use the BC properly
1686
1687         * Qt2Base.h:
1688         * Qt2Base.C: add a virtual isValid(), and predicate what changed()
1689           tells the BC on the return value
1690
1691         * README: update
1692
1693 2001-08-21  John Levon  <moz@compsoc.man.ac.uk>
1694
1695         * Dialogs.C: add QIndex
1696
1697         * ui/Makefile.am:
1698         * Makefile.am: fix build
1699
1700         * ui/QAboutDialog.ui:
1701         * QAbout.C: finish dialog
1702
1703         * ui/QCitationDialog.ui:
1704         * QCitationDialog.C: BC fixes
1705
1706         * ui/QIndexDialog.ui:
1707         * QIndex.h:
1708         * QIndex.C:
1709         * QIndexDialog.h:
1710         * QIndexDialog.C: got index dialog working
1711
1712 2001-08-19  John Levon  <moz@compsoc.man.ac.uk>
1713
1714         * all files: enormous naming re-jig and tidy
1715
1716 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1717
1718         Consistent use of Lsstream.h:
1719         * FormCredits.C (build): std::stringstream -> stringstream.
1720
1721 2001-06-17  Angus Leeming  <a.leeming@ic.ac.uk>
1722
1723         * FormCitation.C (build): removed bc().refresh() call as the controller
1724         should take care of this.
1725         (update): removed noKeys stuff as you don't use it.
1726
1727         * FormCitationDialogImpl.C (slotBibSelected): Can't select bibkeys[-1]!
1728         We were being bit by the xforms browser returns the browser line number
1729         in Fortran style, but Qt uses C-style.
1730
1731 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
1732
1733         * FormCitationDialogImpl.C: added using directive.
1734
1735         * qt2BC.[Ch]: qt2BC now derives from GuiBC<QButton, QWidget>.
1736         No idea why this wasn't done ages ago!
1737
1738 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
1739
1740         * FormCharacter.C:
1741         * FormParagraph.C (c-tor): cosmetic name change of signal.
1742
1743 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
1744
1745         * FormCitation.C:
1746         * Qt2Base.C: removed // -*- C++ -*- as first line.
1747
1748         * FileDialog_private.h:
1749         * FormCopyright.h:
1750         * FormCredits.h:
1751         * FormIndex.h:
1752         * FormParagraph.h:
1753         * FormPrint.h:
1754         * FormRef.h:
1755         * FormSearch.h:
1756         * FormSplash.h:
1757         * FormTabularCreate.h:
1758         * FormToc.h:
1759         * FormUrl.h:
1760         * QtLyXView.h: added // -*- C++ -*- as first line.
1761
1762 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
1763
1764         * <various>: fix random space pepper to use
1765           hard tabs. Also add <config.h> where necessitated
1766           by using LString.h
1767
1768 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
1769
1770         * FormDocument.C (build): add iso8859-15 support.
1771
1772 2001-05-17  Allan Rae  <rae@lyx.org>
1773
1774         * FormCharacter.C:
1775         * FormCopyright.C:
1776         * FormCredits.C:
1777         * FormSearch.C: gettext went missing but is back gain now _().
1778
1779         * Makefile.am:  ButtonController is now ButtonControllerBase.
1780         It now compiles but it won't link lyx on my system.  Complaints about
1781         not being able to link in libraries lib{GL,GLU,Xft,Xext,Xmu} which
1782         are all present and accounted for by ldconfig.  YMMV.
1783
1784 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1785
1786         * FormParagraph.C: remove !NEW_INSETS and !NO_PEXTRA cruft
1787
1788 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
1789
1790         * FormCharacter.C:
1791         * FormDocument.h:
1792         * FormSearch.C:
1793         * Dialogs.C: s/popup/dialog/
1794
1795         * qt2BC.h:
1796         * qt2BC.C:
1797         * FormCitation.C:
1798         * FormDocument.C: s/UndoAll/Restore/
1799
1800         * Qt2Base.h:
1801         * Qt2Base.C: s/ControlButton/ControlButtons/
1802
1803
1804 2001-04-02  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
1805
1806         * Makefile.am: Simplified Makefile.am
1807
1808 2001-03-31  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
1809
1810         * FormCitationDialogImpl.C (doPreviousNext): Propagated search
1811         fixes from XForms
1812         * several files: MVC for citation dialog
1813
1814 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1815
1816         * Qt2Base.[Ch]: changed ControlBase to ControlButton.
1817
1818 2001-03-19  Edwin Leuven  <leuven@fee.uva.nl>
1819
1820         * qt2 compiles again:
1821         * Makefile.am: added missing xform dialogs
1822         * FormParagraph.C: only extra setting if wanted
1823         * FormParagraph.h: add namespace to connection
1824
1825 2001-03-16  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
1826
1827         * FormParagraph.C (apply): Only call SetParagraphExtraOpt() when
1828         NO_PEXTRA is not defined (in line with XForms frontend)
1829
1830         * Dialogs.C: Adapted to backend changes
1831
1832         * Makefile.am: updated citation dialog
1833         * Citation dialog added: FormCitation.{C,h},
1834         *    FormCitationDialog.ui, FormCitationDialogImpl.{C,h}
1835
1836 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1837
1838         * several files: remove CXX_WORKING_NAMESPACES
1839
1840 2001-03-15  Edwin Leuven  <leuven@fee.uva.nl>
1841
1842         * Added splash screen
1843         * Makefile.am: updated
1844         * FormSplash.[Ch]: added
1845         * FormSplashImpl.[Ch]: added
1846
1847 2001-03-09  Edwin Leuven  <leuven@fee.uva.nl>
1848
1849         * Makefile.am: updated
1850         * paragraphdlg.ui: manually enabled items in minipage settings
1851         * paragraphdlgimpl.C: tweak enable code on extra page
1852         * Stuff sent in by Denis Perchine <dyp@perchine.com> to compile again:
1853         * FileDialog_private.[Ch]: added
1854         * FileDialog.C: added
1855         * FormParagraph.C: params settings updated
1856
1857 2001-03-06  Edwin Leuven  <leuven@fee.uva.nl>
1858
1859         * Search dialog added:
1860         * FormSearch.[Ch]
1861         * searchdlg.ui
1862         * searchdlg.[Ch]
1863         * searchdlgimpl.[Ch]
1864
1865 2001-02-16  Edwin Leuven  <leuven@fee.uva.nl>
1866
1867         * remove inheritance from noncopyable in Form*.h
1868         * Character dialog added:
1869         * FormCharacter.[Ch]
1870         * chardlg.ui
1871         * chardlg.[Ch]
1872         * chardlgimpl.[Ch]
1873
1874 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
1875
1876         * FormParagraph.C: fix bview->update()
1877
1878 2001-01-24  Edwin Leuven  <leuven@fee.uva.nl>
1879
1880         *FormParagraph.C:
1881         *FormParagraph.h:
1882         *FormPrint.C:
1883         *FormPrint.h:
1884         *FormTabularCreate.C:
1885         *FormTabularCreate.h:
1886         *QtLyXView.h:
1887         *emptytable.C:
1888         *emptytable.h:
1889         *paragraphdlg.C:
1890         *paragraphdlg.h:
1891         *paragraphdlg.ui:
1892         *paragraphdlgimpl.C:
1893         *paragraphdlgimpl.h:
1894         *printdlg.C:
1895         *printdlg.h:
1896         *printdlg.ui:
1897         *printdlgimpl.C:
1898         *printdlgimpl.h:
1899         *tabularcreatedlg.C:
1900         *tabularcreatedlg.h:
1901         *tabularcreatedlg.ui:
1902         *tabularcreatedlgimpl.C:
1903         *tabularcreatedlgimpl.h:
1904         *Makefile.am: added paragraph/print/tabular create dialogs
1905
1906 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
1907
1908         * src/frontends/qt2/.cvsignore:
1909         * Dialogs.C:
1910         * FormCopyright.C:
1911         * FormCopyright.h:
1912         * FormCopyrightDialog.C:
1913         * FormCopyrightDialog.h:
1914         * FormCopyrightDialogBase.C:
1915         * FormCopyrightDialogBase.h:
1916         * FormCopyrightDialogBase.ui:
1917         * GUIRunTime.C:
1918         * Makefile.am: start frontend with the Copyright
1919           dialog