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