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