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