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