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