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