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