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