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