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