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