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