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