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