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