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