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