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