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