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