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