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