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