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