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