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