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