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