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