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