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