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