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