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