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