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