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