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