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