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