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