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