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