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