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