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