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