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