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