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