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