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