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