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