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