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