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