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