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