]> git.lyx.org Git - features.git/blob - src/frontends/qt2/ChangeLog
fix font metrics with Qt/Win 3.2.1nc
[features.git] / src / frontends / qt2 / ChangeLog
1 2005-01-07  Ruurd Reitsma  <rareitsma@yahoo.com>
2
3         * qfont_metrics.C (ascent, descent): correct the metrics returned
4         by Qt/Win 3.2.1 non-commercial edition.
5
6 2005-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
7
8         * QDocument.C:
9         * QBox.C: drop unused include tostr.h
10
11         * qt_helpers.C:
12         * QWrap.C:
13         * QVSpace.C
14         * QTabular.C:
15         * QParagraph.C:
16         * QGraphics.C:
17         * QExternal.C: tostr -> convert
18
19 2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
20
21         * QDocument.C:
22         * QParagraph.C: store all float/double values as strings.
23
24 2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
25
26         * ui/moc/Makefile.am (libqt2uimoc_la_LINK): improve link trick
27         * moc/Makefile.am (libqt2moc_la_LINK): ditto
28
29 2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
30
31         * QPrefs.C: store all float/double values as strings.
32         lyxrc.dpi is an int value now.
33
34         * QFontLoader.C: lyxrc.font_sizes is a string now.
35
36         * lyx_gui.C: change getDVI() to int.
37
38 2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
39
40         * ui/Makefile.am (libqt2ui_la_LINK): Improve the trick to avoid
41         relink or lib all the time.
42
43 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
44
45         * QExternal.C: store all float/double values as strings.
46         * GGraphics.C: more precise checks for the value strings.
47
48 2004-12-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
49
50         * QGraphics.C: store all float/double values as strings.
51
52 2004-12-19  Angus Leeming  <leeming@lyx.org>
53
54         * lyx_gui.C (start): s/slashify_path/internal_path/
55
56 2004-12-16  Angus Leeming  <leeming@lyx.org>
57
58         * qt_helpers.C (fromqstr): Don't use std::string(0) to construct
59         a string. Bad things will happen.
60
61 2004-12-14  Angus Leeming  <leeming@lyx.org>
62
63         * qgridview.h (class QGridView): remove invalid Q_EXPORT declaration
64         as it breaks compilation of the generated qgridview_moc.C on
65         Windows machines. Has no effect on *nix machines where Q_EXPORT expands
66         to an empty string.
67
68 2004-12-14  Angus Leeming  <leeming@lyx.org>
69
70         * Makefile.am (AM_CPPFLAGS):
71         * moc/Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/
72         to overcome bug in the MinGW port of g++ 3.4.2.
73
74 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
75
76         * Makefile.am (AM_CPPFLAGS): reformat slightly
77
78 2004-12-03  Lars Gullik Bjonnes  <larsbj@gullik.net>
79
80         * Makefile.am, ui/Makefile.am (AM_CPPFLAGS): fix typo
81
82 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
83
84         * QTabular.C: use size_t-like types for cell, row and column indices
85
86 2004-12-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
87
88         * lengthvalidator.C: revert to correct if clause.
89
90         * QDocument.C:
91         * QDocumentDialog.C:
92         * QTabular.C:
93         * QTabularDialog.C:
94         * QPrefs.C: implement length validators
95
96         * QExternalDialog.C:
97         * QGraphicsDialog.C: chose correct validators
98
99 2004-11-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
100
101         * qt_helpers.[Ch]: new member function widgetsToLength
102         for ordinary QComboBoxes
103         * QGraphics.C:
104         * QGraphicsDialog.C: use new member function. Add length
105         validator
106         * QBox.C:
107         * QBoxDialog.C: Add length validator
108
109 2004-11-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
110
111         * ui/QTabularDialogBase.ui: Rename button ("Default" to "Set"),
112         which is more appropriate. Also modify some tooltips.
113
114 2004-11-26  Angus Leeming  <leeming@lyx.org>
115
116         * FileDialog.C:
117         * FileDialog_private.C: changes due to the changed FileFilterList API.
118
119 2004-11-25  Angus Leeming  <leeming@lyx.org>
120
121         * FileDialog.C:
122         * FileDialog_private.C: s/globbing.h/filefilterlist.h/ in #includes.
123
124 2004-11-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
125
126         * lengthvalidator.[Ch]: add GlueLength validator
127         * QVSpace.C:
128         * QVSpaceDialog.C: use GlueLength validator
129
130         * lengthcombo.C: whitespace
131
132 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
133
134         * QPrefsDialog.h: include LColor.h to satisfy concept checks.
135         * lcolorcache.h: ditto
136
137 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
138
139         * QtView.C (hasFocus): new method
140
141         * QLPopupMenu.C (populate): remove a Qt/Mac hack to disable some
142         menu entries when the main window does not have focus
143
144 2004-11-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
145
146         * QLToolbar.C (selected): use layoutSelected
147
148 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
149
150         * QLToolbar.C (activated, clicked):
151         * QtView.C (activated): do not use the verbose argument to dispatch
152
153 2004-11-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
154
155         * QPrefsDialog.C (new_format(), remove_format()): fix crash when
156         adding new formats (add missing converters().update() call) [bug 1692]
157
158         * QPrefsDialog.[Ch]:
159         * ui/QPrefConvertersModule.C: improve ui for converter changes
160         [bug 1488].
161
162 2004-11-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
163
164         * QLImage.C (loadableFormats): use bind, equal_to instead of
165         compare_memfun
166
167         * lyx_gui.C (start): use for_each instead of explict for loop
168
169 2004-10-26  Angus Leeming  <leeming@lyx.org>
170
171         * Makefile.dialogs:
172         * QPrefs.[Ch]:
173         * QPrefsDialog.[Ch]:
174         * ui/QPrefCopierModule.ui: enable the Movers to be modified from the
175         preferences dialog.
176
177 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
178
179         * ui/QPrefConvertersModule.ui: Add translation context to "To:"
180         * ui/QPrintDialogBase.ui: ditto
181
182 2004-10-11  Andreas Vox  <vox@isp.uni-luebeck.de>
183
184         * qfont_loader.C (initFontPath, addToFontPath): two new static
185         member functions that replace addFontPath
186         (available): remove special MacOSX code; use addToFontPath
187
188         * lyx_gui.C (parse_init): add call to qfont_loader::initFontPath()
189
190 2004-10-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
191
192         * QLPopupMenu.C (populate): move the code below to here, so that
193         it only has an effect on the menu entries
194
195         * lyx_gui.C (getStatus): remove special Qt/Mac code, which broke
196         most dialogs (bug 1693)
197
198 2004-10-05  Angus Leeming  <leeming@lyx.org>
199
200         * QPrefs.C, QPRefsDialog.C, ui/QPrefLatexModule.ui: add code to
201         input/output the indexing command (usually 'makeindex').
202
203 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
204
205         * qfont_loader.C (addFontPath): quote the name of the font dir in
206         case it contains a space
207
208 2004-08-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
209
210         * BulletsModule.C (setBullet): use toqstr() for a string passed to
211         qt, otherwise it won't compile on SuSE 9.0
212
213 2004-08-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
214
215         * Some pch work.
216
217 2004-08-18  José Matos  <jamatos@lyx.org>
218
219         * BulletsModule.C (setBullet): show custom bullet instead of "...",
220         change from John Levon.
221
222 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
223
224         * qfontexample.h: add header guards
225
226         * qcoloritem.h: add header guards
227
228         * floatplacement.h: add header guards
229
230         * pch.h: new file
231
232         * Makefile.am: support pch
233
234 2004-08-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
235
236         Fix problem with the menu merging functionality of Qt/Mac. All the
237         code below is #ifdef Q_WS_MACX.
238
239         * QLPopupMenu.C (showing): append dummy entries to one menu (so that
240         Qt/Mac moves them to the LyX menu) and give them special index value.
241         (fire): if index is more than indexOffset, dispatch to the
242         corresponding entry from the "LyX" menu.
243
244         * lyx_gui.C (parse_init): add a new translator whose sole purpose
245         is to hide some menu entries from Qt/Mac scrutiny and avoid some
246         menu merging.
247
248         * QLMenubar.C (QLMenubar): Use "LyX" as special menu; initialize
249         the contents of the first menu in the menubar
250
251 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
252
253         * QPrefsDialog.C (change_color):
254         * QDocumentDialog.C (toggleBranchColor): set the parent of the
255         color picker correctly.
256
257 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
258
259         * QLPopupMenu.C (fire): make Qt process events before we
260         dispatch our function (toolbars still do not get repainted
261         correctly, though)
262
263 2004-08-12  Kornel Benko  <kornel.benko@berlin.de>
264
265         * QPrefs.C (setComboxFont): Use fromqstr() instead of latin1() for
266         font name comparison since latin1() can return NULL
267         * lyx_gui.C (roman_font_name): convert return value with fromqstr()
268         instead of latin1() since latin1() can return NULL
269         (sans_font_name): ditto
270         (typewriter_font_name): ditto
271
272 2004-08-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
273
274         * FileDialog.C: #define USE_NATIVE_FILEDIALOG under LyX/Mac
275         (save, open, opendir): when USE_NATIVE_FILEDIALOG
276         is defined, use QFileDialog::getOpenFileName and friends.
277
278 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
279
280         * Makefile.am (AM_CXXFLAGS): do not disable QTranslator code
281
282         * lyx_gui.C (parse_init): install a translator for Qt native
283         strings.
284
285 2004-08-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
286
287         * QBibtexDialog.C (browsePressed): use ControlBibtex::browseBst
288         (browseBibPressed): use ControlBibtex::browseBib
289
290         * QLPrintDialog.C (browseClicked): use ControlPrint::browse
291
292 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
293
294         * QContentPane.C (keyPressEvent): make sure to use the smart
295         pointer as soon as possible.
296
297 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
298
299         * QPrefs.C, QMathMatrixDialog.C:
300         * QLog.C, QAbout.C: change "support/std_sstream.h" to <sstream>
301
302 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
303
304         * lyx_gui.C (set_read_callback,remove_read_callback): delete funcs
305
306         * Makefile.dialogs (MOCFILES): remove io_callback.[Ch]
307         * io_callback.[Ch]: delete files
308
309 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
310
311         * socket_callback.C (data_received): simplify
312         (socket_callback): take fd and boost::function as args.
313         (server_received): delete function
314
315         * lyx_gui.C (register_socket_callback): setup the callback
316         (unregiser_socket_callback): tear down the callback
317
318 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
319
320         * QLyXKeySym.C (qprint): like print, but return a QString
321         (print): use qprint.
322
323         * QLPopupMenu.C (getLabel): do not add the binding here anymore
324         (populate): changes to make bindings work on Qt/Mac.
325
326 2004-06-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
327
328         * lyx_gui.C (getStatus): under Mac OS X, disable the
329         buffer-related lfuns when the main window does not have the focus.
330
331 2004-06-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
332
333         * QCitation.[Ch]: add validation (fix bug 1617).
334
335 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
336
337         * lyx_gui.C (roman_font_name): go through QString when converting
338         to std::string.
339         (sans_font_name): ditto
340         (typewriter_font_name): ditto
341
342 2004-06-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
343
344         * QLMenubar.C (QLMenubar): use QLMenubar::menuBar().
345         (menuBar): new method; returns the menu bar that LyX should use.
346
347 2004-06-02  Angus Leeming  <leeming@lyx.org>
348
349         * Q[a-zA-Z]*DialogBase.C: reverse yesterday's patch, as discussed
350         on the list.
351
352 2004-06-01  Angus Leeming  <leeming@lyx.org>
353
354         * Q[a-zA-Z]*DialogBase.C: tell the QDialog base class who the
355         parent dialog is.
356
357 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
358
359         * ui/Makefile.am (EXTRA_DIST): add QPreambleDialogBase.ui
360
361 2004-05-20  Angus Leeming  <leeming@lyx.org>
362
363         * Most .C files: bring some sort of sanity to the order
364         of inclusion of header files.
365
366 2004-05-19  Angus Leeming  <leeming@lyx.org>
367
368         * Most files: wrap code up inside namespace lyx::frontend.
369
370 2004-05-14  Angus Leeming  <leeming@lyx.org>
371
372         * QCitation.C: small changes due to the changes in biblio.h.
373
374 2004-05-12  Angus Leeming  <leeming@lyx.org>
375
376         * QDocument.C (apply, update): get, set data with
377         BufferParams::cite_engine.
378
379 2004-05-10  Angus Leeming  <leeming@lyx.org>
380
381         * QCitation.C: simplified code to use the biblio::CiteEngine
382         enum rather than multiple bools, usingNatbib and using Jurabib.
383
384 2004-05-05  Angus Leeming  <leeming@lyx.org>
385
386         * QIndexDialog.[Ch] (reject): overload the QDialog::reject function
387         and so squash bug 1251 completely.
388
389 2004-05-05  Angus Leeming  <leeming@lyx.org>
390
391         * QRef.C (redoRefs): Prevent widgets from emitting any signals
392         whilst we modify their state.
393
394 2004-05-04  Angus Leeming  <leeming@lyx.org>
395
396         * Dialogs.C: Remove "error" dialog identifier.
397
398 2004-05-02  Angus Leeming  <leeming@lyx.org>
399
400         * QLImage.[Ch]: store and use QImage rather than QPixmap. Saves
401         a heap of transformations to/from QImage when manipulating the
402         data.
403
404         * QLPainter.C (image): access QLImage::qimage rather than ::qpixmap.
405
406 2004-05-02  Angus Leeming  <leeming@lyx.org>
407
408         * QLPainter.C (image): set the background colour to
409         LColor::graphicsbg.
410
411         * QLImage.C (setPixmap_impl): remove commented out xforms code
412         to set pixmap background colour.
413
414 2004-05-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
415
416         * QGraphics.C: #include <cmath> (STLport compile fix for floor())
417
418 2004-04-29  Angus Leeming  <leeming@lyx.org>
419
420         * QLImage.C (toGray): new helper function, copied from
421         KImageEffect::toGray.
422         (setPixmap_impl): use it.
423
424 2004-04-29  Angus Leeming  <leeming@lyx.org>
425
426         * QGraphics.C (apply): Remove a #warning statement by
427         fixing the code.
428
429 2004-04-28  Angus Leeming  <leeming@lyx.org>
430
431         * QLToolbar.[Ch]: rewrite code to derive from a single Toolbar or
432         LayoutBox.
433
434         * QtView.C: small changes due to changed Toolbar API.
435
436 2004-04-28  Angus Leeming  <leeming@lyx.org>
437
438         * WorkAreaFactory.C (create): No longer passed x, y data.
439
440         * QWorkArea.[Ch] (c-tor): No longer receives x, y data.
441
442         * QtView.[Ch] (c-tor): no longer passes x, y data to BufferView c-tor.
443
444 2004-04-28  Angus Leeming  <leeming@lyx.org>
445
446         * WorkAreaFactory.C (create): pass a LyXView & to QWorkArea c-tor.
447
448         * QWorkArea.[Ch] (c-tor): now receives a LyXView &.
449
450 2004-04-21  John Levon  <levon@movementarian.org>
451
452         * QLToolbar.C: use GUI name for tooltip
453
454 2004-04-19  Angus Leeming  <leeming@lyx.org>
455
456         * QPref.C:
457         * QPrefsDialog.C:
458         * ui/QPrefDisplayModule.ui: changes due to changes to LyXRC::preview.
459
460 2004-04-18  John Levon  <levon@movementarian.org>
461
462         * QDelimiterDialog.C:
463         * QMathDialog.C: make button callbacks work again
464
465         * README: add a warning
466
467 2004-04-13  Angus Leeming  <leeming@lyx.org>
468
469         * ui/QExternalDialogBase.ui:
470         * ui/QGraphicsDialogBase.ui: layout tweaks.
471
472 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
473
474         * QPrefsDialog.C, ui/QPrefFileformatsModule.ui: add editor to format
475         * QGraphics.[Ch]: add slotEdit()
476         * QGraphicsDialog.[Ch]: add edit_clicked()
477         * ui/QGraphicsDialogBase.ui: add Edit button
478
479 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
480
481         * QLPainter.[Ch]: adjust to changes in Painter.h
482
483 2004-04-05  Angus Leeming  <leeming@lyx.org>
484
485         * Dialogs.C (build): set the preferences dialog button policy to
486         PreferencesPolicy.
487
488 2004-04-05  Angus Leeming  <leeming@lyx.org>
489
490         * QGraphics.C (getUnitNo): const-correct.
491
492 2004-04-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
493
494         * floatplacement.[Ch]: check whether we are in the float or
495         document dialog (in the latter, the span and sideways checkboxes
496         are not used). Fixes a crash.
497
498 2004-04-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
499
500         * floatplacement.[Ch]: another adjustment of placement enabling.
501
502 2004-04-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
503
504         * floatplacement.[Ch]: correct fix for enabling of placement
505         values (bug 1016)
506
507 2004-03-31  Angus Leeming  <leeming@lyx.org>
508
509         * Dialogs2.C:
510         * Qt2Base.[Ch]: removed.
511
512         * Makefile.am:
513         * Makefile.dialogs: adjusted to suit.
514
515 2004-03-31  Angus Leeming  <leeming@lyx.org>
516
517         * Dialogs.C (build): added "preamble" as a symonym for "document".
518         * Dialogs2.C (showPreamble): removed.
519
520 2004-03-31  Angus Leeming  <leeming@lyx.org>
521
522         * Dialogs.C (build): added spellchecker dialog.
523         * Dialogs2.C (showSpellchecker): removed.
524
525         * QSpellchecker.[Ch]: converted to the Dialog-based scheme.
526
527 2004-03-31  Angus Leeming  <leeming@lyx.org>
528
529         * Dialogs.C (build): added preferences dialog.
530         * Dialogs2.C (showPreferences): removed.
531
532         * QPrefs.[Ch]: converted to the Dialog-based scheme.
533
534 2004-03-31  Angus Leeming  <leeming@lyx.org>
535
536         * QPrefs.[Ch]:
537         * QPrefsDialog.C: changes due to the changed ControlPrefs interface.
538
539 2004-03-30  Angus Leeming  <leeming@lyx.org>
540
541         * Dialogs.C (build): added document dialog.
542         * Dialogs2.C (showDocument): removed.
543
544         * QDocument.[Ch]: converted to the Dialog-based scheme.
545
546 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
547
548         * QBibtex.C:
549         * QDocument.C:
550         * QDocumentDialog.C:
551         * ui/BiblioModuleBase.ui: bibtopic support.
552
553         * QPrefs.C:
554         * QPrefsDialog.C:
555         * ui/QPrefsLaTeXModule.ui: customize bibtex call.
556
557         * QFloat.C:
558         * QFloatDialog.C:
559         * floatplacement.[Ch]: add support for sidewaysfloats
560         fix enabling of placement values (bug 1016)
561
562 2004-03-28  Angus Leeming  <leeming@lyx.org>
563
564         * Dialogs.C (build): added print dialog.
565         * Dialogs2.C (showPrint): removed.
566
567         * QPrint.[Ch]: converted to the Dialog-based scheme.
568
569 2004-03-27  Angus Leeming  <leeming@lyx.org>
570
571         * Dialogs.C (build): added sendto dialog.
572         * Dialogs2.C (showSendto): removed.
573
574         * QSendto.[Ch]: converted to the Dialog-based scheme.
575
576 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
577
578         * QLyXKeySym.C (print): new method; print a KeySym using Qt syntax
579
580 2004-03-17  Angus Leeming  <leeming@lyx.org>
581
582         * Dialogs2.C, lyx_gui.C: remove mention of the forks dialog.
583
584 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
585
586         * QCitation.C:
587         * QDocument.C:
588         * QDocumentDialog.C:
589         * ui/BiblioModuleBase.ui: support jurabib.
590
591 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
592
593         * QCitation.C:
594         * ui/QCitationDialogBase.ui: Support second \cite option.
595
596         * QDocumentDialog.C (branches): Don't deselect branch
597         after button press.
598         * QBranch.C: fix off-by-one-error.
599
600 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
601
602         * QPrefs.C, QPrefsDialog.C, ui/QPrefPathsModule.ui: remove
603         use_tempdir
604
605 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
606
607         * QDocument.C:
608         * QDocumentDialog.C:
609         * ui/LanguageModuleBase.ui: get rid of the single/double
610         quote toggle (accessible via lfuns now).
611
612 2004-02-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
613
614         * QRef.[Ch]: Real fix for bug 1511 (restore latest settings);
615         fix for bug 1512 (restore ref format settings).
616
617 2004-02-18  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
618
619         * QCitation.[Ch]:
620         * QCitationDialog.[Ch]: open the find dialog if an inset is
621         new (new method openFind()). Fixes bug 1146.
622
623         * QCitation.C: restore the chosen natbib style.
624
625         * QRef.C: Disable goto button if there is no ref (bug 1037)
626         Restore setting of the buffer combo (bug 1511)
627
628 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
629
630         * floatplacement.C (set): "c" -> 'c' in calls to contains
631
632 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
633
634         * QPrefs.C: add using statement for std::distance
635         (findPos): add a typedef for the const_iterator.
636
637         * QLPopupMenu.C: add using statement for std::distance
638
639         * QDocument.C: add using statement for std::distance
640
641 2004-01-25  Angus Leeming  <leeming@lyx.org>
642
643         * Dialog.C (build): add the "findreplace" dialog.
644         * Dialogs2.C (showSearch): removed.
645
646         * QSearch.[Ch]: derive from QDialogView rather than from Qt2Base.
647
648 2004-01-15  Ronald Florence  <ron@18james.com>
649
650         * Menubar_pimpl.C: change Q_WS_MAC conditional define to
651         Q_WS_MACX.
652
653         * qfont_loader.C: add support for LyX/Mac to find Fonts directory
654         inside the application bundle.
655
656 2004-01-08  Angus Leeming  <leeming@lyx.org>
657
658         * FileDialog.C (open, save):
659         * FileDialog_private.[Ch] (c-tor):
660         the file filter mask is now passed as a FileFilterList rather than
661         as a string.
662
663         * QExternalDialog.C (browseClicked):
664         * QGraphicsDialog.C (browse_clicked):
665         * QInclude.C (browse):
666         changes doe to the name change controller().Browse() to
667         controller().browse().
668
669 2003-12-15  Ronald Florence <ron@18james.com>
670
671         * qfont_loader.C: fixed headers to compile w/o X11
672
673         * QWorkArea.C (checkAppleEventForMissingParams)
674         (handleOpenDocuments): add support for OpenDocuments apple event
675
676         * lyx_gui.C (macEventFilter): handle apple events
677
678 2004-01-05  Angus Leeming  <leeming@lyx.org>
679
680         * FileDialog_private.C (c-tor): invoke convert_brace_glob to convert
681         a csh-style glob like "*.{abc,def}" to something that
682         Qt can understand.
683
684 2003-12-30  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
685
686         * ui/QGraphicsDialogBase.ui: add missing signal/slot (bug 1469).
687
688 2003-12-14  Angus Leeming  <leeming@lyx.org>
689
690         * QBranch.C: use the List interface to BranchList, simplifying the code.
691
692         * QDocument.C:
693         * QDocumentDialog.C: overhaul the branchlist code.
694
695 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
696
697         * QMinipage.[Ch]:
698         * QMinipageDialog.[Ch]:
699         * ui/QMinipageDialogBase.ui: remove from repository.
700         * Dialogs.C:
701         * Makefile.am:
702         * Makefile.dialogs: remove minipage.
703
704 2003-12-12  Angus Leeming  <leeming@lyx.org>
705
706         * QBranch.C:
707         * socket_callback.[Ch]: unix line endings.
708
709 2003-12-11  Angus Leeming  <leeming@lyx.org>
710
711         * QCitationDialog.C (availableChanged, selectedChanged): ensure that
712         the bibkeysInfo map is populated before calling biblio::getInfo.
713         Prevents and assert when the bibtex database is not found.
714
715 2003-12-10  Angus Leeming  <leeming@lyx.org>
716
717         * QExternal.C, ui/QExternalDialogBase.ui: add a 'draft' check box
718         and use it to fill InsetExternalParams::draft.
719
720 2003-12-10  Angus Leeming  <leeming@lyx.org>
721
722         * QNote.C: changes due to the change of type of InsetNoteParams::type
723         from string to an enum.
724
725 2003-12-10  Angus Leeming  <leeming@lyx.org>
726
727         * lengthvalidator.[Ch]: make <qwidget.h> visible to the class.
728
729 2003-12-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
730
731         * lengthvalidator.[Ch] (LengthValidator): change the constructor to
732         take a QWidget* instead of QObject*.
733
734 2003-12-09  Angus Leeming  <leeming@lyx.org>
735
736         * checkedwidgets.C (setWarningColor): new function that should
737         work also with Qt 2.3.x.
738         (setWidget): call setWarningColor, not setPaletteForegroundColor.
739
740 2003-12-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
741
742         * QExternal.C: add using directive
743
744 2003-12-05  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
745
746         * QBox.[Ch]: (new)
747         * QBoxDialog.[Ch]: (new)
748         * ui/QBoxDialogBase.ui: (new)
749         * Makefile.am:
750         * Makefile.dialogs:
751         * Dialogs.C: new VSpace dialog.
752         * lengthcommon.[Ch]: add insertItem(int) method
753
754 2003-12-05  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
755
756         * QDocument.C: use geometry on custom, A3, B3 and B4
757         papersizes.
758
759 2003-12-05  Angus Leeming  <leeming@lyx.org>
760
761         * QVCLog.[Ch]:
762         * QVCLogDialog.[Ch]:
763         * ui/QVCLogDialogBase.ui: removed.
764
765         * Makefile.am, Makefile.dialogs: remove all mention of these files.
766
767 2003-12-05  Angus Leeming  <leeming@lyx.org>
768
769         * QLog.C: much simplified, thanks to the more powerful interface
770         of ControlLog.
771
772         * Dialogs.C: no need anymore to build a separate VCLog dialog.
773
774 2003-12-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
775
776         * ui/QExternalDialogBase.ui: improved layout.
777
778 2003-12-04  Angus Leeming  <leeming@lyx.org>
779
780         * lengthvalidator.[Ch]: a new class LengthValidator, derived from
781         QValidator enables us to validate that the input text is a LyXLength.
782
783         * checkedwidgets.[Ch]: a new class CheckedLineEdit derived from
784         CheckedWidget enables us to add widgets to a list at build time.
785         Thereafter, their validity is checked automatically on each
786         input event, thus allowing us to 'remember' invalid widgets and
787         so control the state of the 'Apply', 'Ok' buttons.
788         As a bit of fun and to provide the user with some visual feedback,
789         the invalid widgets are displayed in red.
790
791         * Makefile.am, Makefile.dialogs: add the new files.
792
793         * QExternal.[Ch]:
794         * QExternalDialog.C:
795         * ui/QExternalDialogBase.ui: a total overhaul. In addition, the
796         dialog can now manipulate the transform data (rotate, scale, crop).
797         Makes full use of CheckedLineEdit.
798
799 2003-12-01  Angus Leeming  <leeming@lyx.org>
800
801         * QContentPane.[Ch] (SyntheticMouseEvent): a new, helper struct.
802         (QContentPane): store an instance of SyntheticMouseEvent and
803         add a slot, generateSyntheticMouseEvent, that is invoked by the
804         SyntheticMouseEvent::timeout.
805         (mouseMoveEvent): initialize synthetic_mouse_event_ when the
806         mouse button is depressed and the cursor is outside of the work area.
807         (generateSyntheticMouseEvent): if the scrollbar value is different
808         from the cached value, then dispatch a 'synthetic' mouse event.
809
810 2003-12-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
811
812         * QVSpace.C: remove VSPACE::NONE, remove restore button.
813         * ui/QVSpaceDialogBase.ui: remove restore button, fix tooltip.
814
815 2003-12-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
816
817         * QDocumentDialog.[Ch]: (branches) don't insert a coloritem
818         for colorless branches; implement double click for (de)activating
819         branches.
820
821         * lengthcombo.[Ch]: introduce a noPercents() method which allows
822         to use the widget without the %-items.
823         * QVSpace.C:
824         * QDocument.C: use noPercents() where appropriate.
825
826         * QParagraph.[Ch]: remove dead code and dependencies.
827
828 2003-11-30  Angus Leeming  <leeming@lyx.org>
829
830         * QContentPane.C (QContentPane): squash warning about variables
831         being initialized in the wrong order.
832
833 2003-11-29  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
834
835         * qt_helpers.C (widgetsToLength): handle glue lengths
836         * QDocumentDialog.C: use clicked() instead of pressed()
837         for branches color button.
838         * QVSpace.[Ch]: fix a few bugs, simplify the code (by using
839         qt_helpers functions)
840         * QDocumentDialog.C:
841         * ui/QDocumentDialogBase.ui: use lengthcombo instead of
842         QComboBox (which simplifies the code).
843         * QParagraphDialog.C: whitespace
844         * ui/QParagraphDialogBase.ui: restore lost connections.
845
846 2003-11-29  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
847
848         * QVSpace.[Ch]: (new)
849         * QVSpaceDialog.[Ch]: (new)
850         * ui/QVSpaceDialogBase.ui: (new)
851         * Makefile.am:
852         * Makefile.dialogs:
853         * Dialogs.C: new VSpace dialog.
854
855 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
856
857         * QContentpane.[Ch] (trackScrollbar): add
858         * QWorkarea.C (setScrollbarParams): do not track scrollbar signals
859         when manually setting the scrollbar position
860
861 2003-11-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
862
863         * ui/QMathDialogBase.ui: remove mention of \frac in tooltip, since
864         \f is interpreted by gettext as a special sequence.
865
866         * QDocument.C (build_dialog): remove use of latin1 in
867         some translatable strings. It confuses gettext.
868
869 2003-11-20  Angus Leeming  <leeming@lyx.org>
870
871         * BulletsModule.C (setBullet): squash gcc 'may be uninitialized' warning.
872         * QTabularDialog.C (hAlign_changed, vAlign_changed): ditto.
873
874         * QLImage.C (clip_impl): squash comparison of signed, unsigned warning.
875         * QSendto.C (apply, isValid): ditto.
876         * qt_helpers.C (formatted): ditto.
877
878 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
879
880         * lyx_gui.C: {set,remove}_{server,data}socket_callback(): replace
881         dummy functions with working ones
882         * socket_callback.[Ch] ():
883         new files with a class to connect sockets.
884         * Makefile.am: add the above
885
886 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
887
888         * QSearch.[Ch]:
889         * QSearchDialog.C: adjust to spellcheck code changes
890
891 2003-11-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
892
893         * ui/QParagraphDialogBase.ui: finally remove [line|pagebreak]_[above|below]
894
895 2003-10-27  André Pönitz  <poenitz@gmx.net>
896
897         * QParagraph.C:
898         * ui/QParagraphDialogBase.ui: partially remove [line|pagebreak]_[above|below]
899
900 2003-10-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
901
902         * QDocument.[Ch]:
903         * QDocumentDialog.[Ch]: Fix color setting of branches.
904
905 2003-10-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
906
907         * Dialogs.C:
908         * Makefile.am:
909         * Makefile.dialogs:
910         * QDocument.[Ch]:
911         * QDocumentDialog.[Ch]: Add qt gui for branches
912
913         * QBranch.[Ch]:
914         * QBranchDialog.[Ch]:
915         * ui/BranchesModuleBase.ui:
916         * ui/QBranchModuleBase.ui: new files (qt gui for branches).
917
918 2003-10-22  Angus Leeming  <leeming@lyx.org>
919
920         * QExternal.C:
921         * QExternalDialogBase.ui: enable the user to choose to 'preview' the
922         external file.
923
924 2003-10-14  Angus Leeming  <leeming@lyx.org>
925
926         * lyx_gui.C (start): store the LyXView in the LyX list of all LyXViews.
927
928 2003-10-13  João Luis Meloni Assirati  <assirati@fma.if.usp.br>
929
930         * lyx_gui.C: Declared and allocated lyxsocket.
931
932 2003-10-13  Angus Leeming  <leeming@lyx.org>
933
934         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
935         remove_datasocket_callback, remove_serversocket_callback):
936         placeholder functions, enabling the frontend to be linked.
937
938 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
939
940         * lyx_gui.C (start): adjust for distpatch change
941
942 2003-10-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
943
944         * qfont_loader.C: add #include (needed for LyX/Mac)
945
946 2003-10-08  Angus Leeming  <leeming@lyx.org>
947
948         Fix doxygen warnings.
949
950         * QLToolbar.h: \file qt2/Toolbar_pimpl.h -> \file QLToolbar.h
951
952 2003-10-07  Angus Leeming  <leeming@lyx.org>
953
954         * ui/QExternalDialogBase.ui:
955         * QExternal.[Ch]:
956         * QExternalDialog.[Ch]: allow the user to alter the extradata
957         field of InsetExternal::Params.
958
959 2003-10-07  Angus Leeming  <leeming@lyx.org>
960
961         * QExternal.C: InsetExternal::Params -> InsetExternalParams.
962
963 2003-10-06  Michael Schmitt  <michael.schmitt@teststep.org>
964
965         * QDelimiterDialog.h:
966         * QMathDialog.h:
967         * QSearchDialog.h:
968         * floatplacement.h:
969         * iconpalette.h:
970         * panelstack.h: add #include <string>.
971
972 2003-10-01  Vitaly Lipatov  <lav@vl3143.spb.edu>
973
974         * FileDialog.C: use fromqstr in a few places to enable the dialog to
975         read non-latin filenames.
976
977 2003-10-01  Angus Leeming  <leeming@lyx.org>
978
979         * QExternal.C (helpText): changes due to the introduction of
980         namespace lyx::external.
981
982 2003-09-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
983
984         * several .C files: add debug.h at top to avoid compilation
985         errors.
986
987 2003-09-25  Angus Leeming  <leeming@lyx.org>
988
989         * QExternal.C (update_contents, apply): InsetExternal::Params::
990         templatename now has accessor functions.
991
992 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
993
994         * QLPopupMenu.C (getLabel): fix so that bindings are added even if
995         shortcut is missing.
996
997 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
998
999         * QtView.C (activated): change to take a FuncRequest, not a slot
1000         anymore.
1001
1002         * QLToolbar.C (update): adjust
1003         (add): change to take a FuncRequest
1004
1005         * QLPopupMenu.C (createMenu): constify id
1006         (QLPopupMenu): connect to local class func fire instead of to
1007         QtView::activated.
1008         (fire): new class function
1009         (populate): change to store a cache of FuncRequest for the menu
1010         items, adjust
1011
1012         * QContentPane.C (keyPressEvent): fix new bug
1013
1014         * LyXKeySymFactory.C (create): fix new bug
1015
1016 2003-09-19  Angus Leeming  <leeming@lyx.org>
1017
1018         * QInclude.C: changes dues to the changed storage in InsetInclude,
1019         from an InsetInclude::params to an InsetCommandParams.
1020
1021 2003-09-18  Angus Leeming  <leeming@lyx.org>
1022
1023         * QInclude.C (apply): No need to set InsetInclude::Params::flag;
1024         the variable has been removed. Instead, set the command name directly.
1025
1026 2003-09-18  Angus Leeming  <leeming@lyx.org>
1027
1028         * QLPainter.C:
1029         * QLPainter.h:
1030         * QPrefsDialog.h:
1031         * lcolorcache.C:
1032         * lcolorcache.h:
1033         * lyx_gui.C: rename EnumLColor as LColor_color.
1034
1035 2003-09-16  Angus Leeming  <leeming@lyx.org>
1036
1037         * QLImage.[Ch]: separate interface from implementation. Make all the virtual
1038         functions private.
1039
1040 2003-09-16  Angus Leeming  <leeming@lyx.org>
1041
1042         * QCharacter.C, QPrefs.C, lyx_gui.C: add #include "LColor.h".
1043
1044 2003-09-15  Angus Leeming  <leeming@lyx.org>
1045
1046         * QLPainter.C: add #include "LColor.h".
1047         * QLPainter.[Ch] (setPen, point, line, lines, rectangle, fillPolygon, arc):
1048         pass EnumLColor args, rather than LColor::color ones.
1049
1050         * QPrefsDialog.C: add #include "LColor.h".
1051         * QPrefsDialog.h: remove #include "LColor.h". Store a vector<EnumLColor> colors_;
1052
1053         * QWorkArea.C: add #include "LColor.h".
1054
1055         * lcolorcache.C: add #include "LColor.h".
1056         * lcolorcache.h: store a map<EnumLColor, QColor>.
1057         * lcolorcache.[Ch] (get):pass EnumLColor args, rather than LColor::color ones.
1058
1059         * qscreen.C: add #include "LColor.h".
1060
1061         * lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
1062         than LColor::color ones.
1063
1064 2003-09-15  Angus Leeming  <leeming@lyx.org>
1065
1066         * QAbout.C (build_dialog):
1067         * QPrefs.C (apply): remove STRCONV.
1068
1069 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1070
1071         * BulletsModule.C: change Assert to BOOST_ASSERT
1072         * panelstack.C: ditto
1073         * QDocument.C: ditto
1074
1075 2003-09-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1076
1077         * QLToolbar.C: include <qtoolbar.h>
1078
1079         * QLPopupMenu.h: include <utility>
1080
1081         * qt_helpers.C:
1082         * qfont_loader.C: include <algorithm>
1083
1084 2003-09-08  Angus Leeming  <leeming@lyx.org>
1085
1086         * FileDialog.C:
1087         * QCitation.C:
1088         * QCitationDialog.C:
1089         * QCommandBuffer.C:
1090         * QContentPane.C:
1091         * QGraphics.C:
1092         * QLMenubar.C:
1093         * QLPopupMenu.C:
1094         * QLog.C:
1095         * QMathDialog.C:
1096         * QParagraphDialog.C:
1097         * QPrefsDialog.C:
1098         * QRef.C:
1099         * QTexinfo.C:
1100         * QtView.C:
1101         * lyx_gui.C:
1102         * panelstack.C:
1103         * qscreen.C:
1104         * qt_helpers.C: remove redundant using directives.
1105
1106 2003-09-07  Angus Leeming  <leeming@lyx.org>
1107
1108         * BulletsModule.h: remove #include "support/std_string.h", <vector>.
1109         * QBrowseBox.h: remove #include <qwidget.h>.
1110         * QCharacter.h: remove #include "support/std_string.h".
1111         * QCharacterDialog.h: remove #include <qevent.h>, <qcheckbox.h>,
1112         <qcombobox.h>.
1113         * QContentPane.h: remove #include <qevent.h>.
1114         * QDialogView.h: remove #include <qfont.h>.
1115         * QDocumentDialog.h: remove #include "ui/BulletsModuleBase.h".
1116         * QLPopupMenu.h: remove #include <map>.
1117         * QLToolbar.h: remove #include <vector>.
1118         * QWorkArea.h: remove #include <qwidget.h>, <qpixmap.h>.
1119         * Qt2Base.h: remove #include <qfont.h>.
1120         * QtLyXView.h: remove #include "frontends/LyXView.h".
1121         * emptytable.h: remove #include <qpainter.h>.
1122         * qsetborder.h: remove #include <qcolor.h>.
1123
1124 2003-09-06  Angus Leeming  <leeming@lyx.org>
1125
1126         * QParagraph.C: add Spacing.h and vspace.h includes.
1127
1128 2003-09-06  Angus Leeming  <leeming@lyx.org>
1129
1130         * QContentPane.C: add a typedef for LyXKeySymPtr.
1131
1132 2003-09-06  Angus Leeming  <leeming@lyx.org>
1133
1134         * QCitationDialog.C:
1135         * QMathDialog.C:
1136         * QTabularDialog.C: remove using std::endl directive.
1137
1138 2003-09-06  Kornel Benko  <kornel.benko@berlin.de>
1139
1140         * QLyXKeySym.C: re-add <map> header file.
1141         * QBrowseBox.C: re-add <cmath> header file.
1142         * qttableview.C: re-add <limits.h> header file.
1143
1144 2003-09-05  Angus Leeming  <leeming@lyx.org>
1145
1146         * QCitation.h:
1147         * QGraphics.h:
1148         * QPrefs.h:
1149         * qscreen.[Ch]:
1150         ensure that the header files can be compiled stand-alone.
1151
1152 2003-09-05  Angus Leeming  <leeming@lyx.org>
1153
1154         * *.C: strip out redundant #includes. (352 in total.)
1155
1156 2003-09-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1157
1158         * ui/QTabularDialogBase.ui: fix typo in tooltip.
1159
1160 2003-08-18  Bas Zoetekouw  <bas@o2w.nl>
1161
1162         * ui/QRefDialogBase.ui: add eqref entry
1163
1164 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
1165
1166         * QTabularDialog.C:
1167         * QTabular.C: rename LYX_VALIGN_CENTER to LYX_VALIGN_MIDDLE;
1168         rename VCENTER to MIDDLE;
1169         * ui/QTabularDialogBase.ui:
1170         * ui/QMathMatrixDialogBase.ui: replace "Center" by "Middle"
1171         * ui/QBibtexDialogBase.ui: rename "Bibtex" to "BibTeX"
1172         * ui/QDocumentDialogBase.ui: Remove redundant ' ' from message
1173
1174 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1175
1176         * QWorkArea.C (QWorkArea):
1177         (dragEnterEvent):
1178         (dropEvent): add support for drag and drop of URIs
1179
1180 2003-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1181
1182         * ui/moc/Makefile.am (INCLUDES): forgot to use QT_INCLUDES
1183
1184 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1185
1186         * ui/Makefile.am (INCLUDES):
1187         * moc/Makefile.am (INCLUDES):
1188         * Makefile.am (INCLUDES): use QT_INCLUDES
1189
1190         * QLToolbar.C (clearLayoutList): call Toolbar::clearLayoutList
1191
1192 2003-07-30  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1193
1194         * ui/QCitationDialogBase.ui: Omit correct signal for styleCO changes
1195         (bug 1284).
1196         * QNote.C:
1197         * ui/QNoteDialogBase.ui: consistent terminology for note inset (bug 1270)
1198
1199 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1200
1201         * qfont_loader.C:
1202         * QLPopupMenu.h: add includes needed by gcc 2.95.3
1203
1204 2003-07-27  John Levon  <levon@movementarian.org>
1205
1206         * QToc.h:
1207         * QToc.C: fix compile for lyx::toc
1208
1209 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1210
1211         * QPrefs.C:
1212         * QDocumentDialog.C:
1213         * QDocument.C:
1214         * QGraphics.C: adapt PAPER_* enums
1215
1216 2003-07-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1217
1218         * QLMenubar.h:
1219         * QLMenubar.C: derives from Menubar (replaces Menubar::Pimpl)
1220
1221         * Menubar_pimpl.C:
1222         * Menubar_pimpl.h: removed
1223
1224         * QtView.C: modified because of changes above
1225
1226 2003-07-25  Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1227
1228         * QLToolbar.h:
1229         * QLToolbar.C: derives from Toolbar (replaces Toolbar::Pimpl)
1230
1231         * Toolbar_pimpl.C:
1232         * Toolbar_pimpl.h: removed
1233
1234         * QtView.C: modified because of changes above
1235
1236 2003-07-24  John Levon  <levon@movementarian.org>
1237
1238         * QPrefs.C: make sure to correctly split a default
1239         lyxrc font for finding the font in the combo box
1240         (bug 1285)
1241
1242 2003-07-23  Angus Leeming  <leeming@lyx.org>
1243
1244         * QExternal.C (apply, update_contents):
1245         changes due to the use of the FileName class to store the external
1246         file name.
1247
1248         * QGraphics.C (apply, update_contents): use Kernel::bufferFilepath()
1249         wrapper.
1250
1251 2003-07-21  Angus Leeming  <leeming@lyx.org>
1252
1253         * QGraphics.C (apply, update_contents):
1254         changes due to the use of the FileName class to store the graphics
1255         file name.
1256
1257 2003-07-21  Angus Leeming  <leeming@lyx.org>
1258
1259         * QExternal.C (update_contents, apply):
1260         * QGraphics.C (update_contents, apply):
1261         * QLPainter.C (image):
1262         * QPrefs.C (update_contents, apply): use namespace lyx::graphics rather
1263         than grfx shortcut.
1264
1265 2003-07-21  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1266
1267         * QBibTeXDialog.C:
1268         * QCitationDialog.C:
1269         * ui/QBibTeXAddDialogBase.ui:
1270         * ui/QCitationFindDialogBase.ui:
1271         Allow multiple selections, forbid duplicates (bug 1146)
1272
1273 2003-07-19  John Levon  <levon@movementarian.org>
1274
1275         * ui/QTabularCreateDialogBase.ui: set a max size (bug 1152)
1276
1277 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1278
1279         * Qt2Base.h (controller): ditto
1280
1281         * QDialogView.h (controller): follow C++ rules more closely.
1282
1283 2003-07-15  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1284
1285         * QTabular.C:
1286         * QTabularDialog.C: handle clever width input (bug 1156)
1287
1288 2003-07-15  John Levon  <levon@movementarian.org>
1289
1290         * QMathDialog.C: use widget(i) not visibleWidget() due to
1291         issue N26610 in Qt 3.2.0beta2
1292
1293 2003-07-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1294
1295         * Menubar_pimpl.C (Pimpl): when creating a top-level menu, make
1296         sure that it is initialized to some reasonable value, so that the
1297         (ugly) Qt/Mac code can do its magic (conditionally on Q_WS_MAC).
1298
1299 2003-07-09  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1300
1301         * ui/QNoteDialog.ui:
1302         * QNoteDialog.[Ch]:
1303         * QNote.[Ch]:
1304         * Makefile.dialogs:
1305         * Dialogs.C:
1306         * Dialogs2.C: New Annotation (Note) dialog
1307
1308 2003-07-11  André Pönitz  <poenitz@lyx.org>
1309
1310         * Alert_pimpl.C:
1311         * QDocument.C: use bformat() instead of #ifdef
1312
1313 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1314
1315         * introduce namespace lyx::graphics
1316
1317 2003-07-03  John Levon  <levon@movementarian.org>
1318
1319         * ui/QTexinfoDialog.ui: enable View properly
1320
1321 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1322
1323         * introduce namespace lyx::support
1324
1325 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1326
1327         * QLPopupMenu.C: fix \file
1328
1329         * BulletsModule.C (BulletsModule): fix type const order (opposite
1330         of everywhere else in the lyx code)
1331         * QAboutDialog.C (QAboutDialog): ditto
1332         * QBrowseBox.C (QBrowseBox): ditto
1333         (exec): ditto
1334         * and several more files the same...
1335
1336 2003-06-27  Alfredo Braunstein  <abraunst@libero.it>
1337
1338         * lyx_gui.C (start): use BufferView::loadLyXFile
1339
1340 2003-06-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1341
1342         * Toolbar_pimpl.C (add): do not add unknown lfuns
1343
1344 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1345
1346         * QError.[Ch]:
1347         * QErrorDialog.[Ch]:
1348         * ui/QErrorDialogBase.ui: removed
1349         * Makefile.am:
1350         * Makefile.dialogs:
1351         * Dialogs.C: adjust
1352
1353 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1354
1355         * QDocumentDialog.C: header reordering to handle qt/boost "signals"
1356         symbol clash
1357
1358 2003-06-20  Angus Leeming  <leeming@lyx.org>
1359
1360         * QBibtexDialog.C (browsePressed): fix warning of comparison between
1361         signed and unsigned ints.
1362
1363         * QBibtex.C (update_contents): changes due to changed controller
1364         interface.
1365
1366         * QTexinfo.[Ch]:
1367         * QTexinfoDialog.C: clean-up handling of TeX file databases.
1368
1369 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1370
1371         * lyx_gui.C (start): call ::loadLyXFile instead
1372         of BufferList::loadLyXFile
1373
1374 2003-06-19  Angus Leeming  <leeming@lyx.org>
1375
1376         * Dialogs.C:
1377         * Dialogs2.C:
1378         * QTexinfo.[Ch]: changes to use the new Dialog-based scheme.
1379
1380 2003-06-19  Angus Leeming  <leeming@lyx.org>
1381
1382         * lyx_gui.C (getStatus): changes due to replacement of lots of lfuns
1383         with LFUN_DIALOG_SHOW <name>.
1384
1385 2003-06-17  Angus Leeming  <leeming@lyx.org>
1386
1387         * Dialogs.C: rename math panel identifier as "mathpanel".
1388         * Dialogs2.C (showMathPanel): removed.
1389
1390 2003-06-17  Angus Leeming  <leeming@lyx.org>
1391
1392         * Dialogs.C:
1393         * QDelimiterDialog.C:
1394         * QMath.[Ch]:
1395         * QMathDialog.C:
1396         * QMathMatrixDialog.C: s/ControlMath2/ControlMath/.
1397
1398 2003-06-17  Angus Leeming  <leeming@lyx.org>
1399
1400         * Dialogs.C (build): create "mathdelimiter" and "mathmatrix" dialogs.
1401
1402         * QMath.[Ch]: add QMathMatrix and QMathDelimiter classes.
1403
1404         * QDelimiterDialog.[Ch]: store a QMathDelimiter*, not a QMath*.
1405         * QMathMatrixDialog.[Ch]: store a QMathMatrix*, not a QMath*.
1406
1407         * QMathDialog.C (delimiterClicked, matrixClicked): fix memory leaks.
1408
1409 2003-06-14  John Levon  <levon@movementarian.org>
1410
1411         * ui/QPrintDialogBase.ui: make "OK" default
1412
1413 2003-06-13  John Levon  <levon@movementarian.org>
1414
1415         * ui/QRefDialogBase.ui: reduce visual clutter
1416
1417 2003-06-13  John Levon  <levon@movementarian.org>
1418
1419         * qfont_loader.C: handle Qt 3.2 beta1's "xft" raw name
1420
1421 2003-06-12  Angus Leeming  <leeming@lyx.org>
1422
1423         * Dialogs.C: add the math dialog.
1424         * Dialogs2.C: a temporary hack; keep showMathPanel() but invoke (and store)
1425         the new dialog.
1426
1427         * QMath.[Ch]: derive from QDialogView.
1428
1429         * QMathDialog.C:
1430         * QDelimiterDialog.C:
1431         * QMathMatrixDialog.C: the dispatch functions are now in the controller.
1432
1433 2003-06-12  Angus Leeming  <leeming@lyx.org>
1434
1435         * QExternalDialog.C (editClicked): do not call form_->changed().
1436
1437 2003-06-11  Angus Leeming  <leeming@lyx.org>
1438
1439         * QExternal.C: changes due to InsetExternal::Params no longer
1440         storing the ExternalTemplate but its name.
1441         * QRef.C: move #include "insets/insetref.h" above the Qt headers.
1442         Something nasty going on with Qt polluting the global namespace.
1443
1444 2003-06-10  Angus Leeming  <leeming@lyx.org>
1445
1446         * QDocument.C (apply): compilation fix after Lars' changes ;-)
1447
1448 2003-06-10  Angus Leeming  <leeming@lyx.org>
1449
1450         * QExternal.C (update_contents): show the help text when the dialog is
1451         opened.
1452
1453 2003-06-06  John Levon  <levon@movementarian.org>
1454
1455         * ui/QExternalDialogBase.ui: re-org
1456
1457 2003-06-04  Angus Leeming  <leeming@lyx.org>
1458
1459         * QExternal.C:
1460         * ui/QExternalDialogBase.ui: remove the widget to input the removed
1461         InsetExternal::Params::parameters variable.
1462
1463 2003-06-03  Angus Leeming  <leeming@lyx.org>
1464
1465         * Dialogs.C (build): change the External dialog button policy to
1466         NoRepeatedApplyReadOnlyPolicy.
1467
1468         * QExternal.C:
1469         * QExternalDialog.[Ch]:
1470         * ui/QExternalDialogBase.ui:
1471         add widgets to set the way the External dialog is
1472         displayed within LyX.
1473         Remove the buttons to trigger the View command and the Update command
1474         (duplicates Apply).
1475
1476 2003-06-03  John Levon  <levon@movementarian.org>
1477
1478         * lyx_gui.C: add sync_events()
1479         * qscreen.C: remove previous hack for bug 818
1480
1481 2003-06-03  John Levon  <levon@movementarian.org>
1482
1483         * qscreen.C: paint before saving the cursor pixmap
1484         (bug 818)
1485
1486 2003-06-03  John Levon  <levon@movementarian.org>
1487
1488         * QTabular.C: fix a crash
1489
1490 2003-06-01  John Levon  <levon@movementarian.org>
1491
1492         * QGraphicsDialog.C: use relative file browsing
1493         (bug 1028)
1494
1495 2003-05-24  John Levon  <levon@movementarian.org>
1496
1497         * Toolbar_pimpl.C: workaround a Qt bug with combobox
1498         popup
1499
1500 2003-05-24  John Levon  <levon@movementarian.org>
1501
1502         * Makefile.am:
1503         * lcolorcache.h:
1504         * lcolorcache.C: add LColor::color -> QColor cache
1505
1506         * QLPainter.C:
1507         * QPrefs.C:
1508         * QWorkArea.C:
1509         * lyx_gui.C: use it
1510
1511 2003-05-22  Angus Leeming  <leeming@lyx.org>
1512
1513         compile fixes.
1514         * QDialogView.h: QController and QView c-tors take a string not a
1515         QString.
1516         * Qt2Base.h: ditto for the Qt2DB and Qt2CB c-tors.
1517
1518         * QDocument.C (c-tor):
1519         * QPrefs.C (c-tor):
1520         * QPrint.C (c-tor):
1521         * QSearch.C (c-tor):
1522         * QSendto.C (c-tor):
1523         * QSpellchecker.C (c-tor):
1524         * QTexinfo.C (c-tor): pass a string not a QString to the base class.
1525
1526         * QIndex.[Ch](c-tor): pass it a string, not a QString.
1527
1528         * Dialogs.C (build): the title passed to the Index dialog is a string,
1529         not a QString.
1530
1531 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
1532
1533         * Qt2Base.[Ch]:
1534         * QDialogView.[Ch] (setTitle): added
1535         * QAbout.C:
1536         * QBibitem.C:
1537         * QBibtex.C:
1538         * QChanges.C:
1539         * QCharacter.C:
1540         * QCitation.C:
1541         * QERT.C:
1542         * QError.C:
1543         * QErrorList.C:
1544         * QErrorListDialog.C:
1545         * QExternal.C:
1546         * QFloat.C:
1547         * QGraphics.C:
1548         * QInclude.C:
1549         * QLog.C:
1550         * QMinipage.C:
1551         * QParagraph.C:
1552         * QRef.C:
1553         * QShowFile.C:
1554         * QTabular.C:
1555         * QTabularCreate.C:
1556         * QThesaurus.C:
1557         * QToc.C:
1558         * QURL.C:
1559         * QVCLog.C:
1560         * QWrap.C: the argument to Dialog::View ctor is now a string. use
1561         setTitle instead of setCaption when appropriate
1562
1563 2003-05-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1564
1565         * QErrorListDialog.C: remove include for <qtextedit.h>
1566
1567 2003-05-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1568
1569         * qt_helpers.C: include <algorithm> for std::min.
1570
1571 2003-05-20  Alfredo Braunstein  <abraunst@libero.it>
1572
1573         * QErrorList.[Ch]: small bugs fixed.
1574
1575 2003-05-17  Alfredo Braunstein  <abraunst@libero.it>
1576
1577         * QErrorList.C (update_contents): replace TextBrowser::clear() by
1578         TextBrowser::setText(QString())
1579
1580 2003-05-14  Juergen Spitzmueller <juergen.sp@t-online.de>
1581
1582         * QErrorList.C (select): added a missing toqstr()
1583
1584 2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1585
1586         * Menubar_pimpl.C (~Pimpl): move out of line
1587         (update): ditto
1588         (view): ditto
1589         (backend): ditto
1590
1591 2003-05-13  Alfredo Braunstein  <abraunst@libero.it>
1592
1593         * QErrorList.[Ch]:
1594         * QErrorListDialog.[Ch]: added
1595         * Makefile.dialogs:
1596         * Makefile.am: the above additions
1597         * Dialogs.C: ditto
1598
1599 2003-05-13  André Pönitz  <poenitz@lyx.org>
1600
1601         * Document.C:
1602         * QGraphics.C:
1603         * QTabular.C:
1604         * QPref.C:
1605         * QTabular.C:
1606         * QWrap.C:
1607         * QMinipage.C: tostr() has a header of its own now
1608
1609 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1610
1611         * ui/moc/Makefile.am: better lib building
1612
1613         * ui/Makefile.am: better lib building
1614
1615         * moc/Makefile.am: better lib building
1616
1617         * QtView.h: have to include config.h so that all code see the
1618         defines therein.
1619
1620         * Makefile.am: better lib building
1621
1622 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
1623
1624         * QDocument.C:
1625         * QDocumentDialog.C: Handle document classes with missing TeX class
1626         (-> class name prefix: "Unavailable: ")
1627
1628 2003-05-03  John Levon  <levon@movementarian.org>
1629
1630         * qscreen.h:
1631         * qscreen.C: implement new cursor API
1632
1633 2003-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1634
1635         * QPrefs.C (apply): only set colors if they are different from
1636         their original values
1637
1638 2003-04-30  John Levon  <levon@movementarian.org>
1639
1640         * various: change dialog titles to match new menu layout
1641
1642 2003-04-29  John Levon  <levon@movementarian.org>
1643
1644         * ui/QGraphicsDialogBase.ui: re-organise visually
1645
1646 2003-04-27  John Levon  <levon@movementarian.org>
1647
1648         * Alert_pimpl.C: handle cancel_button
1649
1650         * QTabular.C:
1651         * QTabularDialog.C:
1652         * QTabularDialog.h:
1653         * ui/QTabularDialogBase.ui: ui fixes
1654
1655 2003-04-23  John Levon  <levon@movementarian.org>
1656
1657         * QCitationDialog.C: close dialog on return in listbox
1658         (bug 866)
1659
1660 2003-04-23  John Levon  <levon@movementarian.org>
1661
1662         * QPrefs.C:
1663         * lyx_gui.C: fix bug 1063
1664
1665 2003-04-15  Angus Leeming  <leeming@lyx.org>
1666
1667         * QLImage.C: #include lstrings.h.
1668
1669 2003-04-15  John Levon  <levon@movementarian.org>
1670
1671         * QCommandBuffer.h:
1672         * QCommandBuffer.C: make a widget not a toolbar
1673
1674         * QtView.h:
1675         * QtView.C: don't let the toolbars be movable.
1676         Create addCommandBuffer(), and handle no command buffer.
1677
1678         * Toolbar_pimpl.C: handle toolbar placement flags, and
1679         Minibuffer.
1680
1681 2003-04-14  John Levon  <levon@movementarian.org>
1682
1683         * QPrefs.C: fix warning
1684
1685 2003-04-12  John Levon  <levon@movementarian.org>
1686
1687         * ui/QExternalDialogBase.ui: fix tab order
1688
1689 2003-04-12  John Levon  <levon@movementarian.org>
1690
1691         * floatplacement.C: fix tab order
1692
1693         * QTocDialog.C:
1694         * QThesaurusDialog.C: hide the pointless QHeader
1695
1696 2003-04-12  John Levon  <levon@movementarian.org>
1697
1698         * ui/QBibtexDialogBase.ui:
1699         * ui/QBibtexAddDialogBase.ui:
1700         * Makefile.dialogs:
1701         * QBibtex.C:
1702         * QBibtexDialog.h:
1703         * QBibtexDialog.C: do the same thing with bibtex
1704
1705 2003-04-12  John Levon  <levon@movementarian.org>
1706
1707         * Makefile.dialogs:
1708         * ui/QCitationDialogBase.ui:
1709         * ui/QCitationFindDialogBase.ui:
1710         * QCitation.C:
1711         * QCitationDialog.h:
1712         * QCitationDialog.C: move the search/add citation
1713         stuff into a separate dialog.
1714
1715 2003-04-10  John Levon  <levon@movementarian.org>
1716
1717         * QTabularDialog.h:
1718         * QTabularDialog.C:
1719         * ui/QTabularDialog.ui: move stuff to controller
1720
1721 2003-04-10  John Levon  <levon@movementarian.org>
1722
1723         * ui/NumberingModuleBase.ui: bug 1032
1724
1725 2003-04-10  John Levon  <levon@movementarian.org>
1726
1727         * QtView.C: Toolbar ctor changed
1728
1729         * Toolbar_pimpl.h:
1730         * Toolbar_pimpl.C: store toolbars in a map
1731         for show/hide as needed
1732
1733 2003-04-09  John Levon  <levon@movementarian.org>
1734
1735         * Toolbar_pimpl.h:
1736         * Toolbar_pimpl.C: handle API change for multiple
1737         toolbars
1738
1739 2003-04-08  John Levon  <levon@movementarian.org>
1740
1741         * Toolbar_pimpl.C: move xpm code into ToolbarBackend,
1742         handle tooltip
1743
1744 2003-04-07  John Levon  <levon@movementarian.org>
1745
1746         * ui/QIncludeDialogBase.ui: make "Show preview"
1747         call change_adaptor()
1748
1749 2003-04-07  John Levon  <levon@movementarian.org>
1750
1751         * QtView.h:
1752         * QtView.C: implement clearMessage()
1753
1754 2003-04-07  John Levon  <levon@movementarian.org>
1755
1756         * QtView.h:
1757         * QtView.C: rename idle_timer_. Make it single-shot.
1758           Do not over-write an explicit message with the
1759           default message.
1760
1761 2003-04-05  John Levon  <levon@movementarian.org>
1762
1763         * QCommandBuffer.C:
1764         * QCommandEdit.C:
1765         * QCommandEdit.h: use tab instead of right-arrow
1766         for completion
1767
1768 2003-04-04  John Levon  <levon@movementarian.org>
1769
1770         * panelstack.C: hide the pointless header
1771
1772 2003-04-04  John Levon  <levon@movementarian.org>
1773
1774         * QCitation.C:
1775         * QCitationDialog.C:
1776         * QCitationDialogBase.ui: some UI fixes, remove
1777         text before, add accelerators
1778
1779 2003-04-03  John Levon  <levon@movementarian.org>
1780
1781         * QRefDialog.h:
1782         * QRefDialog.C: set focus on the refs list. Don't
1783         use "Goto" jargon. Add some accelerators. Make return/click
1784         on a reference close the dialog. Don't use obsolete inSort()
1785
1786 2003-04-01  John Levon  <levon@movementarian.org>
1787
1788         * QtView.C:
1789         * Toolbar_pimpl.C: ToolbarDefaults got renamed,
1790         handle no toolbar
1791
1792 2003-03-31  John Levon  <levon@movementarian.org>
1793
1794         * lyx_gui.C: return useful default font names, add use_gui
1795
1796         * QPrefs.C: remove some dead font code
1797
1798         * qfont_loader.C: use_gui moved.
1799         * qfont_metrics.C: use_gui moved.
1800
1801 2003-03-31  John Levon  <levon@movementarian.org>
1802
1803         * Alert_pimpl.C: remove alert()
1804
1805 2003-03-29  John Levon  <levon@movementarian.org>
1806
1807         * QBrowseBox.C: handle transparent pixmaps
1808
1809 2003-03-29  John Levon  <levon@movementarian.org>
1810
1811         * QBrowseBox.h:
1812         * QBrowseBox.C: fix bug 908
1813
1814 2003-03-29  John Levon  <levon@movementarian.org>
1815
1816         * ui/BulletsModuleBase.ui: final tweaks
1817
1818 2003-03-29  John Levon  <levon@movementarian.org>
1819
1820         * Alert_pimpl.C: implement warning(), information(), error()
1821
1822 2003-03-29  John Levon  <levon@movementarian.org>
1823
1824         * Alert_pimpl.C: implement prompt()
1825
1826 2003-03-29  John Levon  <levon@movementarian.org>
1827
1828         * QDocument.C:
1829         * QDocumentDialog.C:
1830         * QDocumentDialog.h:
1831         * ui/NumberingModuleBase.ui: feedback for numbering
1832
1833         * ui/TextLayoutModuleBase.ui: relayout
1834
1835 2003-03-29  John Levon  <levon@movementarian.org>
1836
1837         * BulletsModule.h:
1838         * BulletsModule.C:
1839         * QDocumentDialog.C:
1840         * ui/BulletsModuleBase.ui: completely rework the
1841         bullets panel
1842
1843 2003-03-28  John Levon  <levon@movementarian.org>
1844
1845         * ui/QDocumentDialogBase.ui: small tweak
1846
1847 2003-03-28  John Levon  <levon@movementarian.org>
1848
1849         * QPrefs.C:
1850         * ui/QPrefSpellcheckerModule.ui: fix bug 978
1851
1852 2003-03-28  John Levon  <levon@movementarian.org>
1853
1854         * ui/QCharacterDialogBase.ui: re-org, fix bug 999
1855
1856 2003-03-28  John Levon  <levon@movementarian.org>
1857
1858         * QParagraph.C:
1859         * QParagraphDialog.C:
1860         * ui/QParagraphDialog.ui: don't use negative checkbox
1861         strings. Add whats this for label width. Add tooltips
1862         (bug 997). Never show "Senseless with this layout!"
1863
1864         * lengthcombo.C: remove pointless whatsthis
1865
1866 2003-03-28  John Levon  <levon@movementarian.org>
1867
1868         * panelstack.C: compile fixes for Qt 2.3
1869
1870 2003-03-28  John Levon  <levon@movementarian.org>
1871
1872         * QFloat.C:
1873         * QFloatDialog.h:
1874         * QFloatDialog.C:
1875         * ui/QFloatDialog.ui:
1876         * Makefile.dialogs:
1877         * moc/Makefile.am:
1878         * floatplacement.h:
1879         * floatplacement.C: move the float code into its
1880           own widget
1881
1882         * QDocument.C:
1883         * QDocumentDialog.h:
1884         * QDocumentDialog.C: use that widget
1885
1886         * Makefile.dialogs:
1887         * QDocument.C:
1888         * QDocumentDialog.h:
1889         * QDocumentDialog.C:
1890         * ui/QDocumentDialogBase.ui:
1891         * ui/ClassModuleBase.ui:
1892         * ui/PaperModuleBase.ui:
1893         * ui/PackagesModuleBase.ui:
1894         * ui/MathsModuleBase.ui:
1895         * ui/LatexModuleBase.ui:
1896         * ui/PageLayoutModuleBase.ui:
1897         * ui/TextLayoutModuleBase.ui: big re-organisation
1898         of the doc dialog panes
1899
1900 2003-03-28  John Levon  <levon@movementarian.org>
1901
1902         * panelstack.C: make sure the first panel is visible
1903
1904         * QDocument.h:
1905         * QDocument.C: add (unused) showPreamble
1906
1907         * QDocumentDialog.h:
1908         * QDocumentDialog.C:
1909         * ui/QDocumentDialog.ui: use PanelStack
1910
1911 2003-03-28  John Levon  <levon@movementarian.org>
1912
1913         * Makefile.am:
1914         * Makefile.dialogs:
1915         * moc/Makefile.am:
1916         * panelstack.h:
1917         * panelstack.C: add new class for handling paned dialogs
1918
1919         * QPrefsDialog.h:
1920         * QPrefsDialog.C:
1921         * ui/QPrefsDialogBase.ui: use the above
1922
1923         * ui/QPrefUIModule.ui: re-layout
1924
1925 2003-03-27  John Levon  <levon@movementarian.org>
1926
1927         * ui/QParagraphDialogBase.ui: fix dupe accelerator / group label
1928
1929 2003-03-27  John Levon  <levon@movementarian.org>
1930
1931         * QLyXKeySym.C: remove debug stuff from startup hot path
1932
1933 2003-03-26  Edwin Leuven  <e.leuven@uva.nl>
1934
1935         * bulletstring.[Ch]: unused; remove
1936
1937 2003-03-26  Angus Leeming  <leeming@lyx.org>
1938
1939         * Dialogs.C:
1940         * Dialogs2.C:
1941         * Dialogs3.C:
1942         * Dialogs_impl.h:
1943         move the contents of Dialogs.C and Dialogs_impl.h into Dialogs2.C.
1944         move Dialog3.C to Dialogs.C.
1945
1946         * Makefile.am: remove Dialogs_impl.h, Dialog3.C.
1947
1948 2003-03-26  Angus Leeming  <leeming@lyx.org>
1949
1950         * Dialogs.C:
1951         * Dialogs2.C:
1952         * Dialogs_impl.h: remove the thesaurus dialog.
1953
1954         * Dialogs3.C: add it here.
1955
1956         * QThesaurus.[Ch]: changes to use the new Dialog-based scheme.
1957
1958 2003-03-25  Angus Leeming  <leeming@lyx.org>
1959
1960         * Dialogs.C:
1961         * Dialogs2.C:
1962         * Dialogs_impl.h: remove the log, showfile and vclog dialogs.
1963
1964         * Dialogs3.C: add these dialogs.
1965
1966         * QLog.[Ch]:
1967         * QShowFile.[Ch]:
1968         * QVCLog.[Ch]: changes to use the new Dialog-based scheme.
1969
1970 2003-03-23  John Levon  <levon@movementarian.org>
1971
1972         * lyx_gui.C: remove unused variables
1973
1974 2003-03-22  John Levon  <levon@movementarian.org>
1975
1976         * qscreen.C: remove "internal" parameter, unused
1977
1978 2003-03-21  John Levon  <levon@movementarian.org>
1979
1980         * QDocument.C: fix swapping of TOC and secnum depth
1981
1982 2003-03-15  John Levon  <levon@movementarian.org>
1983
1984         * QMathDialog.C: "Sans serif" not "San serif"
1985
1986 2003-03-15  John Levon  <levon@movementarian.org>
1987
1988         * ui/QMathDialogBase.ui: fix english in a tooltip
1989
1990 2003-03-15  John Levon  <levon@movementarian.org>
1991
1992         * ui/QRefDialogBase.ui: s/Goto/Go to reference/
1993
1994 2003-03-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1995
1996         * QParagraph.C (apply): do not reset vfill spacing to 'none' when
1997         there is no explicit length given (off by one typo)
1998
1999 2003-03-13  Angus Leeming  <leeming@lyx.org>
2000
2001         * Dialogs.C:
2002         * Dialogs2.C:
2003         * Dialogs_impl.h: remove paragraph dialog.
2004
2005         * Dialogs3.C: add paragraph dialog.
2006
2007         * QParagraph.[Ch]: changes to use the new Dialog-based scheme.
2008
2009 2003-03-12  John Levon  <levon@movementarian.org>
2010
2011         * ui/QPrefsDialogBase.ui: resizing improvement
2012
2013 2003-03-12  Angus Leeming  <leeming@lyx.org>
2014
2015         * Dialogs.C:
2016         * Dialogs2.C:
2017         * Dialogs_impl.h: remove character dialog.
2018
2019         * Dialogs3.C: add character dialog.
2020
2021         * QCharacter.[Ch]: changes to use the new Dialog-based scheme.
2022
2023
2024 2003-03-12  John Levon  <levon@movementarian.org>
2025
2026         * QSearch.C: don't disable checkboxes on RO doc (bug 937)
2027
2028 2003-03-10  Angus Leeming  <leeming@lyx.org>
2029
2030         * Dialogs3.C (build): the "tabularcreate" dialog is always valid.
2031         Use IgnorantPolicy for thr B.C.
2032
2033 2003-03-09  Angus Leeming  <leeming@lyx.org>
2034
2035         * lots of files: changes associated with the clean-up of the
2036         ButtonController.
2037
2038 2003-03-09  Angus Leeming  <leeming@lyx.org>
2039
2040         * Dialogs.C:
2041         * Dialogs2.C:
2042         * Dialogs_impl.h: remove merge changes dialog.
2043
2044         * Dialogs3.C: add merge changes dialog.
2045
2046         * QChanges.[Ch]: changes to use the new Dialog-based scheme.
2047
2048 2003-03-09  Angus Leeming  <leeming@lyx.org>
2049
2050         * Dialogs.C:
2051         * Dialogs2.C:
2052         * Dialogs_impl.h: remove about lyx dialog.
2053
2054         * Dialogs3.C: add about lyx dialog.
2055
2056         * QAbout.[Ch]: changes to use the new Dialog-based scheme.
2057
2058 2003-03-09  Angus Leeming  <leeming@lyx.org>
2059
2060         * Dialogs.C:
2061         * Dialogs2.C:
2062         * Dialogs_impl.h: remove tabularcreate dialog.
2063
2064         * Dialogs3.C: add tabularcreate dialog.
2065
2066         * QTabularCreate.[Ch]: changes to use the new Dialog-based scheme.
2067
2068 2003-03-09  Angus Leeming  <leeming@lyx.org>
2069
2070         * Dialogs.C:
2071         * Dialogs2.C:
2072         * Dialogs_impl.h: remove tabular dialog.
2073
2074         * Dialogs3.C: add tabular dialog.
2075
2076         * QTabular.[Ch]: changes to use the new Dialog-based scheme.
2077
2078 2003-03-09  Angus Leeming  <leeming@lyx.org>
2079
2080         * QDialogView.h: make controller methods of QController public to
2081         enable the QXyzDialog classes to access the controller if need be.
2082         * Qt2Base.h: ditto for the controller methods of Qt2CB.
2083
2084         * QTabular.C:
2085         * QTabularDialog.C: changes due to the changed ControlTabular
2086         interface.
2087
2088 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
2089
2090         * QPrefs.C:
2091         * QPrefSpellcheckerModule.ui: Add 'hspell' option.
2092
2093 2003-03-07  Angus Leeming  <leeming@lyx.org>
2094
2095         * Dialogs.C:
2096         * Dialogs2.C:
2097         * Dialogs_impl.h: remove graphics dialog.
2098
2099         * Dialogs3.C: add graphics dialog.
2100
2101         * QGraphics.[Ch]: changes to use the new Dialog-based scheme.
2102
2103 2003-03-07  Angus Leeming  <leeming@lyx.org>
2104
2105         * Dialogs.C:
2106         * Dialogs2.C:
2107         * Dialogs_impl.h: remove minipage dialog.
2108
2109         * Dialogs3.C: add minipage dialog. No longer use the bibitem, include,
2110         label or url controllers; use ControlCommand instead.
2111
2112         * QBibitem.[Ch]:
2113         * QIndex.[Ch]:
2114         * QURL.[Ch]: changes due to use of ControlCommand, above
2115
2116         * QBibitemDialog.C: no need to include controller.
2117
2118         * QMinipage.[Ch]: changes to use the new Dialog-based scheme.
2119
2120 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
2121
2122         * qscreen.C: use LyXText::top_y() instead of LyXText::first_y
2123
2124 2003-03-06  John Levon  <levon@movementarian.org>
2125
2126         * ui/QPrefUIModule.ui: make max last files reflect reality,
2127         spotted by Michael Abshoff
2128
2129 2003-03-06  John Levon  <levon@movementarian.org>
2130
2131         * QDocument.C: compile fix
2132
2133 2003-03-06  John Levon  <levon@movementarian.org>
2134
2135         * QExternalDialog.C: connect Apply
2136
2137 2003-03-05  Angus Leeming  <leeming@lyx.org>
2138
2139         * QWrap.[Ch]: changes to use the new Dialog-based scheme.
2140
2141         * Dialogs.C:
2142         * Dialogs2.C:
2143         * Dialogs_impl.h: remove wrap dialog.
2144
2145         * Dialogs3.C: add wrap dialog.
2146
2147 2003-03-05  Angus Leeming  <leeming@lyx.org>
2148
2149         * QFloat.[Ch]: changes to use the new Dialog-based scheme.
2150
2151         * Dialogs.C:
2152         * Dialogs2.C:
2153         * Dialogs_impl.h: remove float dialog.
2154
2155         * Dialogs3.C: add float dialog.
2156
2157 2003-03-05  Angus Leeming  <leeming@lyx.org>
2158
2159         * QFloat.C (update_contents): rename FloatParams as InsetFloatParams.
2160
2161 2003-03-05  Angus Leeming  <leeming@lyx.org>
2162
2163         * QInclude.[Ch]: changes to use the new Dialog-based scheme.
2164
2165         * Dialogs.C:
2166         * Dialogs2.C:
2167         * Dialogs_impl.h: remove include dialog.
2168
2169         * Dialogs3.C: add include dialog.
2170
2171 2003-03-05  Angus Leeming  <leeming@lyx.org>
2172
2173         * QExternal.[Ch]: changes to use the new Dialog-based scheme.
2174
2175         * Dialogs.C:
2176         * Dialogs2.C:
2177         * Dialogs_impl.h: remove external dialog.
2178
2179         * Dialogs3.C: add external dialog.
2180
2181 2003-03-05  Angus Leeming  <leeming@lyx.org>
2182
2183         * QIndex.[Ch]: minimal changes needed to use this dialog
2184         for both the Index and the Label dialogs.
2185
2186         * Dialogs3.C: add label dialog.
2187
2188 2003-03-03  Dekel Tsur  <dekelts@tau.ac.il>
2189
2190         * qfont_loader.C (available): Rewrite as the old version did not
2191         work properly.
2192
2193 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
2194
2195         * QLImage.C
2196         * QSendto.C
2197         * QSendtoDialog.C: removed #include "converter.h", and...
2198         * QPrefs.h: added #include "format.h"
2199
2200 2003-02-25  John Levon  <levon@movementarian.org>
2201
2202         From Nathan Weston
2203
2204         * QBibtexDialogBase.ui:
2205         * QCharacterDialogBase.ui:
2206         * QCitationDialogBase.ui:
2207         * QDocumentDialogBase.ui:
2208         * QExternalDialogBase.ui:
2209         * QFloatDialogBase.ui:
2210         * QMinipageDialogBase.ui:
2211         * QParagraphDialogBase.ui: fix default button to be OK (bug #921)
2212
2213 2003-02-23  John Levon  <levon@movementarian.org>
2214
2215         * ui/QParagraphDialogBase.ui: fix dupe accelerator (bug #918)
2216
2217 2003-02-22  Alfredo Braunstein <abraunst@libero.it>
2218
2219         * lyx_gui.C (parse_init): added a call to LoaderQueue::setPriority
2220
2221 2003-02-21  Angus Leeming  <leeming@lyx.org>
2222
2223         * Timeout_pimpl.[Ch]: removed.
2224         * qtTimeout.[Ch]: new files, replacing the above.
2225         The qtTimeout class derives from Timeout::Impl.
2226
2227 2003-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2228
2229         * qfont_loader.C (addFontPath): make debug messages quieter
2230
2231 2003-02-21  Angus Leeming  <leeming@lyx.org>
2232
2233         * FileDialog.C (FileDialog): no need for LyXView *.
2234
2235 2003-02-17  John Levon  <levon@movementarian.org>
2236
2237         * QSpellchecker.h:
2238         * QSpellchecker.C:
2239         * ui/QSpellcheckerDialogBase.ui:
2240         * QSpellcheckerDialog.h:
2241         * QSpellcheckerDialog.C: re-working, remove start etc.
2242
2243         * README: add comment about checking accelerators
2244
2245 2003-02-17  John Levon  <levon@movementarian.org>
2246
2247         * ui/QPrefSpellcheckerModule.ui: capitalization fix
2248
2249 2003-02-16  John Levon  <levon@movementarian.org>
2250
2251         * QX.C: consistent title labels for dialogs.
2252
2253 2003-02-15  John Levon  <levon@movementarian.org>
2254
2255         * ui/QSpellcheckerDialogBase.ui: make "Accept" be "Ignore All"
2256
2257         * QSpellchecker.C: default to the first suggestion in replace
2258           combo
2259
2260 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2261
2262         * QLPopupMenu.C (populate): adapt to menubackend change. In
2263         particular, unknown and optional+disabled elements are never seen.
2264         (disabled): remove. This is done in backend now.
2265
2266 2003-02-15  John Levon  <levon@movementarian.org>
2267
2268         * QDocument.C:
2269         * QDocumentDialog.C:
2270         * ui/LanguageModuleBase.ui: improve UI of language encoding
2271
2272 2003-02-15  John Levon  <levon@movementarian.org>
2273
2274         * ui/BulletsModuleBase.ui:
2275         * ui/ClassModuleBase.ui:
2276         * ui/LanguageModuleBase.ui:
2277         * ui/MarginsModuleBase.ui:
2278         * ui/NumberingModuleBase.ui:
2279         * ui/QPrefScreenFontsModule.ui:
2280         * ui/QPrefsDialogBase.ui: tab ordering fixes
2281
2282         * README: add some rules
2283
2284 2003-02-15  John Levon  <levon@movementarian.org>
2285
2286         * QPrefs.C: fix silly typo that screwed up the print
2287           parameters
2288
2289 2003-02-14  John Levon  <levon@movementarian.org>
2290
2291         * QtView.h:
2292         * QtView.C: change prohibit/allowInput() to be busy(bool),
2293           and actually implement the busy cursor
2294
2295 2003-02-09  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2296
2297         * QBibtexDialog.C: Fix browsing mechanism of *.sty files (bug 773).
2298
2299         * ui/QBibtexDialogBase.ui: Remove unused Update button (bug 773).
2300         Replace addBib LineEdit with ComboBox.
2301
2302         * QBibtex.C: Insert available .bib-files into addBibCB.
2303
2304 2003-02-13  John Levon  <levon@movementarian.org>
2305
2306         * ui/QSpellcheckerDialogBase.ui: A&dd not &Add, bug 884
2307
2308 2003-02-10  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2309
2310         * QDocument.C: Allow qt users actually to use another
2311         papersize than default (set params.paperpackage).
2312
2313 2003-02-09  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2314
2315         * QDocumentDialog.[Ch]: Show A4 packages also when default
2316         papersize is A4 (and default chosen) and only in portrait mode.
2317
2318 2003-02-12  Dekel Tsur  <dekelts@tau.ac.il>
2319
2320         * qfont_metrics.C: Add checks for lyxrc.use_gui.
2321         This fixes 'lyx -e' with the QT frontend.
2322
2323 2003-02-10  João Luis Meloni Assirati  <assirati@fma.if.usp.br>
2324
2325         * ui/QMathMatrixDialogBase.ui: Fix horizontal alignment tooltip
2326
2327 2003-02-08  John Levon  <levon@movementarian.org>
2328
2329         * Makefile.am:
2330         * QChanges.h:
2331         * QChanges.C:
2332         * QChangesDialog.h:
2333         * QChangesDialog.C:
2334         * ui/QChangesDialogBase.ui: add changes dialog
2335
2336         * ui/QPrefIdentityModule.ui:
2337         * QPrefs.C:
2338         * QPrefsDialog.h:
2339         * QPrefsDialog.C: add identity prefs
2340
2341 2003-02-07  John Levon  <levon@movementarian.org>
2342
2343         * lyx_gui.C: delete lyxserver on exit path (bug 865)
2344
2345 2003-02-07  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2346
2347         * QTabular.C (closeGUI): do not change if nothing has to
2348         be changed (bug 849).
2349
2350 2003-01-31  Michael Schmitt  <michael.schmitt@teststep.org>
2351
2352         * ui/BulletsModuleBase.ui: Replace LaTeX font size names by LyX
2353         names for consistency reasons and to resolve a translation conflict
2354
2355 2003-02-05  John Levon  <levon@movementarian.org>
2356
2357         * QLPrintDialog.C: fix braindead "helpful" code
2358
2359 2003-02-02  John Levon  <levon@movementarian.org>
2360
2361         * QTocDialog.C: set no sorting (bug 856)
2362
2363 2003-02-02  John Levon  <levon@movementarian.org>
2364
2365         * QPrefs.C: apply formats first (bug 854)
2366         * QPrefsDialog.C: make sure a formats/converters item
2367           is always selected (bug 855)
2368
2369 2003-01-31  Angus Leeming  <leeming@lyx.org>
2370
2371         * Qt2Base.[Ch]: instantiate the isVisible() virtual method.
2372
2373 2003-01-30  Angus Leeming  <leeming@lyx.org>
2374
2375         * Dialogs2.C (createIndex): enable ControlCommand to create an
2376         InsetCommandParam of type "index", not null.
2377
2378 2003-01-26  Michael Schmitt  <michael.schmitt@teststep.org>
2379
2380         * ui/QThesaurusDialogBase.ui: add colons to labels.
2381
2382 2003-01-23  John Levon  <levon@movementarian.org>
2383
2384         * ui/*.ui: move several group box labels to title capitalisation
2385
2386 2003-01-20  Michael Schmitt  <michael.schmitt@teststep.org>
2387
2388         * QDocument.C: rename "Xxxskip" to "XxxSkip"
2389         * QGraphicsDialog.C:
2390         * QLog.C: Make output messages identical to other messages
2391         * ui/*.ui: In strings, remove space in front of colon
2392         ("... :" => "...:") for harmonization with xforms labels
2393
2394 2003-01-16  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2395
2396         * ui/QDocumentDialogBase.ui:
2397         * ui/ClassModuleBase.ui:
2398         * ui/LanguageModuleBase.ui:
2399         * ui/PackagesModuleBase.ui:
2400         * QDocument.C:
2401         * QDocumentDialog.[Ch]: Rearrangement.
2402
2403 2003-01-15  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2404
2405         * QIndex.C:
2406         * QUrl.C: fix validation on update().
2407
2408 2003-01-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2409
2410         * FileDialog.C: implement opendir [bug 824], fix mask.
2411
2412         * QPrefsDialog.C: use browsedir for paths [bug 824]
2413
2414 2003-01-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2415
2416         * qgridview.cpp: rename to...
2417         * qgridview.C: ...this
2418
2419         * Makefile.am: distcheck ready
2420
2421         * Makefile.dialogs: simplify
2422
2423         * Rename a lot of files from *Dialog.ui to *DialogBase.ui
2424
2425         * ui/Makefile.am: simplify and distcheck ready, make sure to dist
2426         all the ui files.
2427
2428         * ui/moc/Makefile.am: simplify and distcheck ready
2429
2430         * moc/Makefile.am: simplify and distcheck ready
2431
2432 2003-01-12  Edwin Leuven  <e.leuven@uva.nl>
2433
2434         * ui/QPreambleDialog.ui:
2435         * QPreamble.[Ch]:
2436         * QPreambleDialog.[Ch]:
2437         * Dialogs.C:
2438         * Dialogs_impl.h:
2439         * Makefile.dialogs: Remove preamble dialog
2440
2441 2003-01-12  Alfredo Braunstein <abraunst@libero.it>
2442
2443         * QSpellcheckerDialog.C (spellcheck,update_contents): enable/disable
2444           elements of the dialog.
2445
2446 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
2447
2448         * ui/Makefile.am (EXTRA_DIST): dist ui files
2449         (SRCS): var with all ui files
2450
2451 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
2452
2453         * FileDialog.C:
2454         * QIndexDialog.C:
2455         * QPrefsDialog.C:
2456         * QToc.C:
2457         * qfont_loader.C: fix inconsistent usage of spaces, colons,
2458         capitalization, and the like.
2459
2460 2003-01-05  John Levon  <levon@movementarian.org>
2461
2462         * QLyXKeySym.h:
2463         * QLyXKeySym.C: add an encoding map for getISOEncoded
2464
2465         * lyx_gui.C: init encodings
2466
2467         * QtView.h:
2468         * QtView.C:
2469
2470 2003-01-04  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2471
2472         * QURL.C: isValid(): fix validation.
2473
2474 2002-12-21  John Levon  <levon@movementarian.org>
2475
2476         * FileDialog.C:
2477         * QBibtex.C: fix mis-use of conversions to QString
2478
2479 2003-01-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2480
2481         * QCitationDialog.C: update dialog correctly on search.
2482
2483 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2484
2485         * ui/QMathDialog.ui:
2486         * QPrefsDialog.C (select_workingdir): fix typo
2487
2488 2002-12-21  Dekel Tsur  <dekelts@tau.ac.il>
2489
2490         * qfont_loader.C (isAvailable): Call to addFontPath().
2491         Also, add a cache.
2492
2493 2002-12-20  John Levon  <levon@movementarian.org>
2494
2495         * lyx_gui.C: fix exit to use std::exit, so we don't
2496           end up back in the LyX code
2497
2498 2002-12-19  John Levon  <levon@movementarian.org>
2499
2500         * ui/QPrefsDialog.ui: remove auto-default stuff - it was
2501           confusing
2502
2503 2002-12-19  John Levon  <levon@movementarian.org>
2504
2505         * QLyXKeySym.C: do not attempt to compare Qt::Key_unknowns
2506
2507 2002-12-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2508
2509         * lyx_gui.C (getStatus): forks-show is not implemented by the qt
2510         frontend
2511
2512 2002-12-19  John Levon  <levon@movementarian.org>
2513
2514         * QPrefs.C: if we can't find the font family, use
2515           StyleHint to get one close by
2516
2517 2002-12-18  Alfredo Braunstein <abraunst@libero.it>
2518
2519         * QRef.C (redoRefs): small bug fix (wrong label was selected)
2520
2521 2002-12-18  Edwin Leuven  <e.leuven@uva.nl>
2522
2523         * QCitationDialog.C: update styles combo when necessary
2524
2525 2002-12-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2526
2527         * Alert_pimpl.C (askForText_pimpl): replace qt_() with _()
2528
2529 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2530
2531         * QLPopupMenu.C (populate): ignore unknown lfuns; do not insert
2532         separator as first item of a menu
2533
2534         * lyx_gui.C (getStatus): indicate that LFUN_LAYOUT_PREAMBLE and
2535         LFUN_TOOLTIPS_TOGGLE are not implemented
2536
2537 2002-12-18  Edwin Leuven  <e.leuven@uva.nl>
2538
2539         * BulletsModule.C: fix crash on custom bullet cancel
2540
2541 2002-12-18  John Levon  <levon@movementarian.org>
2542
2543         * qfont_loader.C: symbol should not match "Standard Symbols 1"
2544
2545 2002-12-18  John Levon  <levon@movementarian.org>
2546
2547         * qfont_loader.C: rewrite for proper maths symbols
2548           handling
2549
2550 2002-12-17  John Levon  <levon@movementarian.org>
2551
2552         * qt_helpers.h:
2553         * qt_helpers.C: add fromqstr/toqstr/qt_ for converting
2554           using locale from/to QString
2555
2556         * all files: use the above
2557
2558         * QDocumentDialog.C: fix margins properly
2559
2560 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
2561
2562         * QCommandBuffer.C: added up.xpm and down.xpm to the command buffer
2563
2564 2002-12-13  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2565
2566         * QBibtexDialog.[Ch]
2567         * ui/QBibtexDialog.ui:
2568         Add LineEdit for manual *.bib file insertion, ws changes.
2569
2570 2002-12-17  John Levon  <levon@movementarian.org>
2571
2572         * QLPopupMenu.C: add using endl
2573
2574 2002-12-16  Edwin Leuven  <e.leuven@uva.nl>
2575
2576         * BulletsModule.C: forgot to remove an include of
2577         bulletstrings.[Ch] removed in the previous commit
2578
2579 2002-12-16  Edwin Leuven  <e.leuven@uva.nl>
2580
2581         * BulletsModule.[Ch]: Fix bulletstuff
2582         * QDocument.C:
2583         * QDocumentDialog.C:
2584         * ui/BulletsModuleBase.ui:
2585
2586 2002-12-12  John Levon  <levon@movementarian.org>
2587
2588         * QSpellcheckerDialog.h:
2589         * QSpellcheckerDialog.C:
2590         * QSpellchecker.C: place broken word in replace box
2591           for user fixing
2592
2593 2002-12-12  John Levon  <levon@movementarian.org>
2594
2595         * FileDialog_private.C: don't mess with windows z-ordering
2596           when opening a dialog (appear above focusWidget)
2597
2598 2002-12-12  John Levon  <levon@movementarian.org>
2599
2600         * QLyXKeySym.C: check for isNull(). It's needed by
2601           Kornel, dunno why
2602
2603 2002-12-12  John Levon  <levon@movementarian.org>
2604
2605         * ui/QSpellcheckerDialog.ui: make double click replace word
2606
2607 2002-12-12  John Levon  <levon@movementarian.org>
2608
2609         * QSearchDialog.C:
2610         * ui/QSearchDialog.ui: fixes from Alfredo
2611
2612 2002-12-12  John Levon  <levon@movementarian.org>
2613
2614         * QLyxKeySym.h:
2615         * QLyXKeySym.C:
2616         * qlkey.h: implement isText() to allow us to insert
2617           unrecognised text
2618
2619 2002-12-11  John Levon  <levon@movementarian.org>
2620
2621         * qfont_loader.h:
2622         * qfont_loader.C:
2623         * qfont_metrics.C: cache per-char widths to avoid slowness
2624           of QFontMetrics::width
2625
2626 2002-12-10  John Levon  <levon@movementarian.org>
2627
2628         * ui/QURLDialog.ui: fix tab order
2629
2630 2002-12-10  John Levon  <levon@movementarian.org>
2631
2632         * QRef.C: patch from Alfredo
2633
2634 2002-12-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2635
2636         * QAbout.C (build_dialog): use old over-eager version for 1.3.0.
2637
2638 2002-12-09  John Levon  <levon@movementarian.org>
2639
2640         * ui/*ModuleBase.ui: some capitalisation fixes
2641
2642 2002-12-08  John Levon  <levon@movementarian.org>
2643
2644         * ui/Makefile.am: use uic -tr; fix by Pauli Virtanen
2645
2646 2002-12-08  John Levon  <levon@movementarian.org>
2647
2648         * ui/QExternalDialog.ui: connect Edit button; fix by
2649         Alfredo Braunstein
2650
2651 2002-12-07  John Levon  <levon@movementarian.org>
2652
2653         * QMathMatrixDialog.C: row/column insert was inverted; fix
2654           by Alfredo Braunstein
2655
2656 2002-12-07  John Levon  <levon@movementarian.org>
2657
2658         * QDelimiterDialog.C:
2659         * QDelimiterDialog.h:
2660         * QMathDialog.C:
2661         * QMathDialog.h:
2662         * iconpalette.h: fix connections for Qt 3, hopefully
2663
2664 2002-12-05  John Levon  <levon@movementarian.org>
2665
2666         * QContentPane.C: set I-beam cursor
2667
2668 2002-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2669
2670         * qlkey.h (string_to_qkey): Add many missing entries
2671
2672 2002-12-04  John Levon  <levon@movementarian.org>
2673
2674         * qt_helpers.h:
2675         * qt_helpers.C:
2676         * QDocument.h:
2677         * QDocument.C: move methods below to helpers
2678
2679 2002-11-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2680
2681         * QDocument.C: new methods widgetsToLength, lengthToWidgets.
2682         set defaultUnit
2683
2684 2002-12-03  John Levon  <levon@movementarian.org>
2685
2686         * QIncludeDialog.C: another fix
2687
2688 2002-12-03  John Levon  <levon@movementarian.org>
2689
2690         * ui/QIncludeDialog.ui:
2691         * QInclude.C: support preview()
2692
2693 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2694
2695         * several files: ws changes
2696
2697 2002-11-30  John Levon  <levon@movementarian.org>
2698
2699         * QParagraph.C: another fix from Otto Tronarp
2700
2701 2002-11-30  John Levon  <levon@movementarian.org>
2702
2703         * various: string(widget->text()) is not good.
2704
2705 2002-11-28  John Levon  <levon@movementarian.org>
2706
2707         * qt_helpers.C: fix build
2708
2709 2002-11-28  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2710
2711         * qsetborder.[Ch]: implement John's setEnabled bool
2712
2713         * QTabular.C:
2714         * QTabularDialog.C: remaining fixes.
2715
2716 2002-11-28  John Levon  <levon@movementarian.org>
2717
2718         * QSpellcheckerDialog.C: fix Escape + restarting spellcheck
2719
2720 2002-11-28  John Levon  <levon@movementarian.org>
2721
2722         * QSpellcheckerDialog.C: small fix
2723
2724 2002-11-28  John Levon  <levon@movementarian.org>
2725
2726         * QDocument.C: fix line spacing
2727
2728 2002-11-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2729
2730         * ui/TabularDialog.ui:
2731         * QTabular.C:
2732         * QTabularDialog.C: ui fixes.
2733
2734 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
2735
2736         * qfont_loader.C (font_info): Use lyxrc.*_font_foundry.
2737
2738         * QPrefs.C: Handle lyxrc.*_font_foundry.
2739
2740         * qt_helpers.C: New file.
2741
2742 2002-11-27  John Levon  <levon@movementarian.org>
2743
2744         * qsetborder.h:
2745         * qsetborder.C: cleanup
2746
2747         * QTabular.C:
2748         * QTabularDialog.C: cleanups, fixes
2749
2750 2002-11-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2751
2752         * ui/TabularDialog.ui:
2753         * QTabular.[Ch]:
2754         * QTabularDialog.[Ch]: implement most functions
2755         * qsetborder.[Ch]: fixes
2756
2757 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2758
2759         * Alert_pimpl.C (askForText_pimpl): use boost.format
2760
2761 2002-11-26  John Levon  <levon@movementarian.org>
2762
2763         * QMathDialog.C:
2764         * Toolbar_pimpl.h:
2765         * Toolbar_pimpl.C: Qt is the Lord of Suck
2766
2767 2002-11-25  John Levon  <levon@movementarian.org>
2768
2769         * qscreen.C: use LColor::cursor properly
2770
2771         * QPrefs.C:
2772         * ui/QPrefKeyboardModule.ui:
2773         * ui/QPrefUIModule.ui: UI fixes
2774
2775 2002-11-25  Herbert Voss  <Herbert.Voss@alumni.TU-Berlin.DE>
2776
2777         * QVCLog.C (update_contents): fix USE_BOOST_FORMAT
2778
2779 2002-11-24  John Levon  <levon@movementarian.org>
2780
2781         * QDocumentDialog.C: fix build
2782
2783 2002-11-21  Angus Leeming  <leeming@lyx.org>
2784
2785         * QDocumentDialog.C (classChanged): use ControlDocument::loadTextclass.
2786
2787 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2788
2789         * QVCLog.C (update_contents): use boost::format
2790
2791 2002-11-21  John Levon  <levon@movementarian.org>
2792
2793         * qscreen.C: show content pane cursor even when
2794           focus is on dialog, command buffer etc.
2795
2796 2002-11-20  John Levon  <levon@movementarian.org>
2797
2798         * QMathDialog.C: don't pass empty commands to math
2799           on menu tear-off
2800
2801 2002-11-20  John Levon  <levon@movementarian.org>
2802
2803         * QLPopupMenu.C: only check .disabled() on Commands
2804
2805 2002-11-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2806
2807         * QLPopupMenu.C (getLabel): show labels for menu entries
2808
2809         * qlkey.h (string_to_qkey): add support for KP_xxx keysyms
2810
2811 2002-11-20  John Levon  <levon@movementarian.org>
2812
2813         * ui/QDelimiterDialog.ui: geometry fix
2814
2815 2002-11-20  John Levon  <levon@movementarian.org>
2816
2817         * Toolbar_pimpl.C:
2818         * QDelimiterDialog.C:
2819         * QMathDialog.C: use find_xpm to mangle name
2820
2821 2002-11-20  John Levon  <levon@movementarian.org>
2822
2823         * QDelimiterDialog.h:
2824         * QDelimiterDialog.C: fix delimiter connect()
2825
2826 2002-11-20  John Levon  <levon@movementarian.org>
2827
2828         * QDocument.C:
2829         * QDocumentDialog.C: fix my sillies
2830
2831 2002-11-20  John Levon  <levon@movementarian.org>
2832
2833         * QLPainter.C: use realColor not color for the font
2834
2835 2002-11-18  John Levon  <levon@movementarian.org>
2836
2837         * Makefile.am:
2838         * qfontexample.h:
2839         * qfontexample.C:
2840         * QPrefs.C:
2841         * QPrefsDialog.h:
2842         * QPrefsDialog.C:
2843         * ui/QPrefScreenFontsModule.ui: show an example
2844           of the chosen font
2845
2846 2002-11-18  John Levon  <levon@movementarian.org>
2847
2848         * ui/Makefile.am:
2849         * moc/Makefile.am:
2850         * ui/moc/Makefile.am:
2851         * Makefile.am: define no translation
2852
2853         * QDocument.C: avoid QBloatList
2854
2855 2002-11-17  John Levon  <levon@movementarian.org>
2856
2857         * ui/QPrefScreenFontsModule.ui:
2858         * QPrefsDialog.h:
2859         * QPrefsDialog.C:
2860         * QPrefs.C: use font families properly
2861
2862         * qfont_loader.C: and obey them
2863
2864 2002-11-17  John Levon  <levon@movementarian.org>
2865
2866         * QPrefsDialog.C: partial fonts fix
2867
2868 2002-11-17  John Levon  <levon@movementarian.org>
2869
2870         * QPrefsDialog.h:
2871         * QPrefsDialog.C: implement browse slots. Also
2872           try to do something with fonts for Qt 3 (untested)
2873
2874 2002-11-17  John Levon  <levon@movementarian.org>
2875
2876         * QGraphics.C: some fixes from Herbert & me
2877
2878 2002-11-15  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2879
2880         * FileDialog.C: fix empty mask string
2881
2882 2002-11-17  John Levon  <levon@movementarian.org>
2883
2884         * QLImage.C: implement monochrome, and fake grayscale
2885
2886 2002-11-17  John Levon  <levon@movementarian.org>
2887
2888         * qfont_loader.h:
2889         * qfont_loader.C: fix totally broken update code
2890
2891 2002-11-17  John Levon  <levon@movementarian.org>
2892
2893         * Makefile.am:
2894         * qcoloritem.h:
2895         * qcoloritem.C:
2896         * ui/QPrefColorsModule.ui:
2897         * QPrefs.C:
2898         * QPrefsDialog.h:
2899         * QPrefsDialog.C: implement colors. We're done !
2900
2901 2002-11-17  John Levon  <levon@movementarian.org>
2902
2903         * FileDialog.C:  split into open/save so open
2904           no longer says "Save" !
2905
2906 2002-11-17  John Levon  <levon@movementarian.org>
2907
2908         * QPrefsDialog.h:
2909         * QPrefsDialog.C: implement converters
2910
2911 2002-11-17  John Levon  <levon@movementarian.org>
2912
2913         * QPrefsDialog.C:
2914         * QPrefs.C: implement formats
2915
2916 2002-11-17  John Levon  <levon@movementarian.org>
2917
2918         * fontloader.C: disable crashing code for now
2919
2920         * QPrefs.h:
2921         * QPrefs.C:
2922         * QPrefsDialog.C: implement most prefs load/save
2923
2924 2002-11-17  John Levon  <levon@movementarian.org>
2925
2926         * ui/QPref*:
2927         * QPrefsDialog.C:
2928         * QPrefs.C: more work
2929
2930 2002-11-15  Edwin Leuven  <leuven@fee.uva.nl>
2931
2932         * QTabular.C: compile fixes
2933
2934 2002-11-15  Edwin Leuven  <leuven@fee.uva.nl>
2935
2936         * ui/QTabularDialog.ui: some relabelling
2937
2938 2002-11-15  John Levon  <levon@movementarian.org>
2939
2940         * QPrefs.h:
2941         * QPrefs.C: some update() work
2942
2943 2002-11-15  John Levon  <levon@movementarian.org>
2944
2945         * QPrefs.C: add #if 0 xforms code for working on
2946
2947         * QTabular.C: remove some handled #if 0 code
2948
2949 2002-11-15  John Levon  <levon@movementarian.org>
2950
2951         * qsetborder.h:
2952         * qsetborder.C: fix ws
2953
2954 2002-11-15  John Levon  <levon@movementarian.org>
2955
2956         * QTabularDialog.h:
2957         * QTabularDialog.C:
2958         * QTabular.C: add some stuff
2959
2960 2002-11-15  John Levon  <levon@movementarian.org>
2961
2962         * Makefile.dialogs:
2963         * Makefile.am:
2964         * moc/Makefile.am:
2965         * Dialogs2.C:
2966         * Dialogs_impl.h:
2967         * Dialogs.C:
2968         * QTabular.h:
2969         * QTabular.C:
2970         * QTabularDialog.h:
2971         * QTabularDialog.C: add skeleton
2972
2973 2002-11-14  John Levon  <levon@movementarian.org>
2974
2975         * ui/QTabularDialog.ui: label for cell pos
2976
2977 2002-11-13  Herbert Voss  <voss@perce.de>
2978
2979         * QBibtex.C: (apply, isValid) small changes
2980
2981 2002-11-13  John Levon  <levon@movementarian.org>
2982
2983         * all pref files: make the stack work
2984
2985 2002-11-13  John Levon  <levon@movementarian.org>
2986
2987         * Dialogs.C:
2988         * Dialogs2.C:
2989         * Dialog_impl.h:
2990         * Makefile.dialogs:
2991         * QPrefs.h:
2992         * QPrefs.C:
2993         * QPrefsDialog.h:
2994         * QPrefsDialog.C: add skeleton dialog
2995
2996 2002-11-13  John Levon  <levon@movementarian.org>
2997
2998         * ui/QBibtexDialog.ui: add some change_adaptors()
2999
3000         * QBibtex.C: fix duplicate entries in style CB, and
3001           alphasort it again, but still allow empty/user-defined
3002           style
3003
3004 2002-11-12  Herbert Voss  <voss@perce.de>
3005
3006         * QBibtex.[Ch]: fix bugs in the apply-part
3007
3008 2002-11-13  John Levon  <levon@movementarian.org>
3009
3010         * QDocument.h:
3011         * QDocument.C:
3012         * QDocumentDialog.h:
3013         * QDocumentDialog.C:
3014         * ui/QDocumentDialog.ui:
3015         * ui/BulletsModuleBase.ui: some UI fixes
3016
3017 2002-11-12  Edwin Leuven  <leuven@fee.uva.nl>
3018
3019         * QDocumentDialog.C: enable apply on change
3020         * QBrowseBox.C: remove qWarning
3021
3022 2002-11-12  Edwin Leuven  <leuven@fee.uva.nl>
3023
3024         * BulletsModule.C: more bullet changes
3025         * BulletsModule.h
3026         * Makefile.am
3027         * QDocument.C
3028         * QDocumentDialog.C
3029         * bulletstrings.C
3030         * bulletstrings.h
3031         * ui/BulletsModuleBase.ui
3032
3033 2002-11-12  Edwin Leuven  <leuven@fee.uva.nl>
3034
3035         * QBrowseBox: Juergen Spitzmueller's mouse focus fix
3036
3037 2002-11-08  Edwin Leuven  <leuven@fee.uva.nl>
3038
3039         * Dialogs2.C: compile fix
3040
3041 2002-11-08  Edwin Leuven <leuven@fee.uva.nl>
3042
3043         * QDocument.[Ch]: Remove unused methods
3044         * QBrowseBox.[Ch]: Capture mouse, new methods, etc
3045         * BulletsModule.[Ch]: Further improvements
3046         * QDocumentDialog.[Ch]: more bullet stuff
3047         * ui/BulletsModuleBase.ui: idem
3048         * ui/QTabularDialog.ui: new tabular dialog
3049         * qsetborder.[Ch]: new small qt widget to set table borders
3050
3051 2002-11-08  Dekel Tsur  <dekelts@tau.ac.il>
3052
3053         * lyx_gui.C:
3054         * QWorkArea.C: Fix X selection code.
3055
3056 2002-11-07  John Levon  <levon@movementarian.org>
3057
3058         * ui/QIncludeDialog.ui:
3059         * QInclude.C: fix setting of combobox
3060
3061 2002-11-07  John Levon  <levon@movementarian.org>
3062
3063         * ui/QPref*: add initial prefs ui from Juergen S
3064
3065 2002-11-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3066
3067         * ui/QDocument.ui:
3068         * QDocumentDialog.C:
3069         * QDocument.[Ch]:
3070         Implement "Save as default" and "Use class defaults"
3071
3072         * QDocumentDialog.C: Fix dialog update on class change
3073         implement lyxrc.auto_reset_options
3074
3075 2002-11-07  John Levon  <levon@movementarian.org>
3076
3077         * QGraphics.[Ch]:
3078         * QGraphicsDialog.[Ch]:
3079         * ui/QGraphicsDialog.ui: various fixes so it actually
3080         works
3081
3082 2002-11-01  Herbert Voss  <voss@perce.de>
3083
3084         * QGraphics.[Ch]:
3085         * QGraphicsDialog.[Ch]:
3086         * ui/QGraphicsDialog.ui: get scale/rotate working
3087
3088 2002-11-04  Angus Leeming  <leeming@lyx.org>
3089
3090         * QGraphics.C (update_contents): controller.getUnits() ->
3091         frnt::getBBUnits().
3092
3093 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3094
3095         * QAbout.C (build_dialog): do not use str().c_str() when not needed.
3096
3097         * qttableview.C: include config.h
3098
3099         * lyx_gui.C: move includes around a bit
3100         (start): adjust signature
3101
3102 2002-10-31  John Levon  <levon@movementarian.org>
3103
3104         * QExternal.C: fix crash, valid check
3105
3106 2002-10-31  John Levon  <levon@movementarian.org>
3107
3108         * QGraphics.C:
3109         * QGraphicsDialog.C:
3110         * QGraphicsDialog.h:
3111         * ui/QGraphicsDialog.ui: bb unit fixes
3112
3113 2002-10-30  John Levon  <levon@movementarian.org>
3114
3115         * QPrintDialog.[hC]: move to ...
3116
3117         * QLPrintDialog.[hC]: ... here to prevent name clash
3118
3119         * QPrint.h:
3120         * QPrint.C:
3121         * Dialogs_impl.h:
3122         * Makefile.dialogs: from above
3123
3124         * QSpellchecker.C: reset progress
3125
3126 2002-10-30  John Levon  <levon@movementarian.org>
3127
3128         * QGraphics.C:
3129         * ui/QGraphicsDialog.ui: some fixes from Herbert
3130
3131 2002-10-30  John Levon  <levon@movementarian.org>
3132
3133         * ui/QTabularDialog.ui: initial UI from Juergen Spitzmueller
3134
3135 2002-10-28  John Levon  <levon@movementarian.org>
3136
3137         * iconpalette.C:
3138         * QMathDialog.C: fix symbol insert breakage from Lars' patch
3139
3140 2002-10-26  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3141
3142         * ui/QMathMatrixDialog.ui:
3143         * QMathMatrixDialog.[Ch]:
3144         * Makefile.dialogs:
3145         * QMath.C:
3146         * QMathDialog.C: implement Matrix dialog
3147
3148         * QMathDialog.C: enlarge Symbols combox (prevent scrollbar)
3149
3150 2002-10-28  Dekel Tsur  <dekelts@tau.ac.il>
3151
3152         * qfont_loader.C (font_info): Add xfonts to the font path if
3153         necessary.
3154
3155 2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3156
3157         * QVCLog.C (update_contents): modify
3158
3159         * QPreamble.C (apply): modify
3160
3161 2002-10-21  Dekel Tsur  <dekelts@tau.ac.il>
3162
3163         * qfont_metrics.C (ascent): Fix returned value.
3164
3165 2002-10-21  Philippe Elie  <phil.el@wanadoo.fr>
3166
3167         * QContentPane.h:
3168         * QContentPane.C: implement wheelEvent
3169
3170 2002-10-20  Dekel Tsur  <dekelts@tau.ac.il>
3171
3172         * several files: Use QT_VERSION >= 300 instead of >= 0x030000
3173
3174 2002-10-20  John Levon  <levon@movementarian.org>
3175
3176         * ui/QDelimiterDialog.ui: remove two huge XPMs that
3177           were accidentally built in
3178
3179 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
3180
3181         * Toolbar_pimpl.C (setLayout): initialize i to 0, don't
3182         reinitialize.
3183
3184         * README: add a comment about the strange moc behaviour.
3185
3186         * QWrap.C (apply): local ref to params
3187         (update_contents): ditto
3188         (numtostr): use erase to clear string
3189
3190         * QWorkArea.C (setScrollbarParams): use explicit std::max
3191
3192         * QURL.C (update_contents): local ref to params
3193         (apply): ditto
3194
3195         * QRef.C (update_contents): local ref to params
3196         (apply): ditto
3197
3198         * QPreambleDialog.C (editClicked): no need to explicitly
3199         initialize an std::string.
3200         (editClicked): read file with smaller overhead.
3201
3202         * QParagraph.C (apply): local ref to params
3203         (update_contents): ditto
3204
3205         * QMinipage.C (apply): local ref to params
3206         (update_contents): ditto
3207         (update_contents): handle InsetMinipage::top in switch
3208
3209         * QMath.C (createMathPanel): use "new Type" not "new Type()"
3210
3211         * QLyXKeySym.h: adda key_ accessor key().
3212
3213         * QLyXKeySym.C (operator=): out of class version.
3214
3215         * QLog.C (update_contents): use a simpler and faster way to fill
3216         the log dialog.
3217
3218         * QLPopupMenu.C (getLabel): use subst directly on mi.label()
3219
3220         * QLPainter.C (QLPainter): use "new Type" not "new Type()"
3221         (lines): put int i inside for scope
3222         (fillPolygon): put j insize for scope
3223
3224         * QInclude.C (update_contents): local ref to params
3225         (apply): ditto
3226
3227         * QGraphics.C (update_contents): initialize item to 0
3228         (apply): use erase to clear string
3229
3230         * QFloat.C (update_contents): local ref to params
3231         (apply): ditto
3232
3233         * QExternal.C (update_contents): local ref to params
3234         (helpText): ditto
3235         (apply): ditto
3236
3237         * QERT.C (apply): local reference to params
3238
3239         * QDocument.C (apply): have a local reference to the params
3240         (update_contents): ditto
3241
3242         * QCommandEdit.C: add missing include config.h
3243
3244         * QCommandBuffer.C (QCommandBuffer): call method directly on
3245         unnamed pointer objects.
3246         (complete): use "new Type", not "new Type()"
3247         (complete): use explict std::max
3248
3249         * QCharacter.C (update_contents): use a local reference as
3250         controller cache
3251         (apply): ditto
3252
3253         * QBibtex.C (update_contents): use erase to clear a string.
3254
3255         * QAbout.C (build_dialog): fill the credits view in a bit more
3256         elegant way
3257
3258         * almost all files: clean up formatting and indenting.
3259
3260 2002-10-19  Lars Gullik Bjønnes  <larsbj@gullik.net>
3261
3262         * qfont_loader.C (update): move loop vars into for scopes.
3263         (get): add some debug msg.
3264         (font_info): ditto
3265         (getfontinfo): simplify slightly
3266
3267         * QParagraph.C (setWidgetsFromVSpace): initilize item
3268
3269         * QERT.C (update_contents): initialize rb
3270
3271         * QDocument.C (build_dialog): move int n inside for scope.
3272
3273         * QCharacter.C (findPos2nd): add a typedef
3274
3275         * FileDialog_private.C: include order changed.
3276         (LyXFileDialog): some reformat
3277
3278         * FileDialog.C: include order changed.
3279         (FileDialog): fix wrong use of new.
3280
3281 2002-10-17  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3282
3283         * ui/QSendtoDialog.ui: fix layout
3284
3285 2002-10-17  Angus Leeming  <leeming@lyx.org>
3286
3287         * lyx_gui.C (getDPI): use an average of DpiX and DpiY.
3288
3289         * QBrowseBox.[Ch] (c-tor): remove unneeded arguments.
3290
3291 2002-10-17  André Pönitz  <poenitz@lyx.org>
3292
3293         * QBrowseBox.[Ch]: fix style issues
3294
3295 2002-10-17  Angus Leeming  <leeming@lyx.org>
3296
3297         * ui/moc/Makefile.am:
3298         * moc/Makefile.am: add a distclean-local target to remove *_moc.C.
3299
3300 2002-10-16  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3301
3302         * ui/QSendtoDialog.ui:
3303         * QSendtoDialog.[Ch]:
3304         * QSendto.[Ch]:
3305         * Makefile.dialogs:
3306         * Dialogs.C:
3307         * Dialogs2.C:
3308         * Dialogs_impl.h: Implement Sendto (Custom Export) dialog
3309
3310 2002-10-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3311
3312         * qfont_loader.C (font_info): correct calculation of font size
3313         (point size) for qt.
3314
3315 2002-10-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3316
3317         * QBrowseBox.C (QBrowseBox): transpose const char
3318
3319 2002-10-15  Angus Leeming  <leeming@lyx.org>
3320
3321         * QBrowseBox.C (c-tor): default values should go only in the .h file.
3322
3323         * QDocument.C: add a using std::vector declaration.
3324
3325 2002-10-15  Dekel Tsur  <dekelts@tau.ac.il>
3326
3327         * QLPainter.C (text): Unicode support.
3328         * qfont_metrics.C (width): ditto.
3329
3330         * qfont_loader.C (available): Add code for QT 2.x.
3331
3332 2002-10-14  Dekel Tsur  <dekelts@tau.ac.il>
3333
3334         * lyx_gui.C (getDPI): Implemented.
3335
3336 2002-10-12  Dekel Tsur  <dekelts@tau.ac.il>
3337
3338         * qfont_loader.C (available): Implemented.
3339
3340 2002-10-09  Edwin Leuven <leuven@fee.uva.nl>
3341
3342         * QDocument.C: Brand new document dialog
3343         * QDocument.h:
3344         * QDocumentDialog.C:
3345         * QDocumentDialog.h:
3346         * BulletsModule.C:
3347         * BulletsModule.h:
3348         * Dialogs.C:
3349         * Dialogs2.C:
3350         * Dialogs_impl.h:
3351         * Makefile.am:
3352         * Makefile.dialogs:
3353         * QBrowseBox.C:
3354         * QBrowseBox.h:
3355         * qgridview.cpp:
3356         * qgridview.h:
3357         * moc/Makefile.am:
3358         * ui/BiblioModuleBase.ui:
3359         * ui/BulletsModuleBase.ui:
3360         * ui/ClassModuleBase.ui:
3361         * ui/LanguageModuleBase.ui:
3362         * ui/Makefile.am:
3363         * ui/MarginsModuleBase.ui:
3364         * ui/NumberingModuleBase.ui:
3365         * ui/PackagesModuleBase.ui:
3366         * ui/PaperModuleBase.ui:
3367         * ui/PreambleModuleBase.ui:
3368         * ui/QDocumentDialog.ui:
3369         * ui/QGraphicsDialog.ui:
3370         * ui/QPrintDialog.ui:
3371         * ui/QRefDialog.ui:
3372
3373 2002-09-28  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3374
3375         * ui/QWrapDialog.ui:
3376         * QWrapDialog.[Ch]:
3377         * QWrap.[Ch]:
3378         * Makefile.dialogs:
3379         * Dialogs.C:
3380         * Dialogs2.C:
3381         * Dialogs_impl.h: Implement Wrap figure dialog
3382
3383 2002-09-25  Angus Leeming  <leeming@lyx.org>
3384
3385         * Dialogs2.C:
3386         * Dialogs_impl.h:
3387         * LyXKeySymFactory.C:
3388         * LyXScreenFactory.C:
3389         * Menubar_pimpl.[Ch]:
3390         * Toolbar_pimpl.[Ch]:
3391         * WorkAreaFactory.C:
3392         * lyx_gui.C: doxygen fixes.
3393
3394 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3395
3396         * ui/moc/Makefile.am (INCLUDES):
3397         * ui/Makefile.am (INCLUDES):
3398         * moc/Makefile.am (INCLUDES):
3399         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
3400
3401 2002-09-24  John Levon  <levon@movementarian.org>
3402
3403         * QCommandEdit.h:
3404         * QCommandEdit.C: fix build by removing the pragmas.
3405
3406 2002-09-24  Angus Leeming  <leeming@lyx.org>
3407
3408         * most files: "standard-conforming" Licence declaration.
3409         Remove trailing whitespace.
3410
3411         * many header files: do not #include <config.h>.
3412         Remove unnecessary #includes by using forward declarations.
3413         Add as first line: // -*- C++ -*-
3414         Move several definitions of virtual functions out of line
3415         as they are unlikely to be inlined anyway (and it reduces
3416         header file dependencies)...
3417
3418         * many files: added g++ #pragma directives.
3419
3420 2002-09-23  Angus Leeming  <leeming@lyx.org>
3421
3422         * QMath.h: forward declare QMathDialog.
3423         Remove trailing semi-colons after definition of apply and
3424         update_contents methods.
3425
3426         * qfont_metrics.C: endl is in namespace std.
3427         Some whitespece stuff.
3428
3429 2002-09-22  John Levon  <levon@movementarian.org>
3430
3431         * qlkey.h: make Key_Unknown a modifier, to handle
3432           Norbert's Alt Gr
3433
3434 2002-09-17  John Levon  <levon@movementarian.org>
3435
3436         * QLPainter.C: use dots for dashes because Qt sucks
3437
3438 2002-09-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3439
3440         * Toolbar_pimpl.C (changed_layout): when selecting a layout in
3441         combox, make sure the corresponding shortcut is shown in
3442         minibuffer
3443
3444 2002-09-16  John Levon  <levon@movementarian.org>
3445
3446         * FileDialog.C: set AnyFile mode
3447
3448 2002-09-16  John Levon  <levon@movementarian.org>
3449
3450         * QMathDialog.C: allow menus to be torn off
3451
3452 2002-09-16  John Levon  <levon@movementarian.org>
3453
3454         * QDelimiterDialog.C: fix empty delimiter
3455
3456 2002-09-15  John Levon  <levon@movementarian.org>
3457
3458         * Makefile.dialogs:
3459         * ui/QDelimiterDialog.ui:
3460         * QDelimiterDialog.h:
3461         * QDelimiterDialog.C:
3462         * QMath.h:
3463         * QMath.C:
3464         * QMathDialog.h:
3465         * QMathDialog.C: add delimiter dialog
3466
3467 2002-09-15  John Levon  <levon@movementarian.org>
3468
3469         * Alert_pimpl.C: title fix
3470
3471 2002-09-14  John Levon  <levon@movementarian.org>
3472
3473         * QMath.h:
3474         * QMath.C:
3475         * QMathDialog.h:
3476         * QMathDialog.C:
3477         * ui/QMathDialog.ui: matrix
3478
3479 2002-09-14  John Levon  <levon@movementarian.org>
3480
3481         * qlkey.h: fix two typos to be Alt_R instead
3482
3483 2002-09-14  John Levon  <levon@movementarian.org>
3484
3485         * qfont_metrics.C: fix rbearing()
3486
3487 2002-09-14  John Levon  <levon@movementarian.org>
3488
3489         * QLPainter.C: fix arc
3490
3491 2002-09-14  John Levon  <levon@movementarian.org>
3492
3493         * ui/QMathDialog.ui:
3494         * QMathDialog.h:
3495         * QMathDialog.C: add back display. Implement
3496           font/style
3497
3498 2002-09-14  John Levon  <levon@movementarian.org>
3499
3500         * ui/QMathDialog.ui:
3501         * QMathDialog.h:
3502         * QMathDialog.C: add spaces menu
3503
3504 2002-09-13  John Levon  <levon@movementarian.org>
3505
3506         * Menubar_pimpl.C:
3507         * QLPopupMenu.C: fix submenus again
3508
3509 2002-09-12  John Levon  <levon@movementarian.org>
3510
3511         * qscreen.h:
3512         * qscreen.C: be even smarter about repaint() vs. update()
3513
3514 2002-09-12  John Levon  <levon@movementarian.org>
3515
3516         * QPrint.C: don't reset unless different buffer
3517
3518 2002-09-12  John Levon  <levon@movementarian.org>
3519
3520         * QPrint.C: get collate from params too
3521
3522         * ui/QGraphicsDialog.ui: re-arrange bb a bit
3523
3524 2002-09-12  John Levon  <levon@movementarian.org>
3525
3526         * Menubar_pimpl.C:
3527         * Menubar_pimpl.h:
3528         * QtView.C: implement openByName(). Move activated
3529         signal to per-menu
3530
3531 2002-09-12  John Levon  <levon@movementarian.org>
3532
3533         * QCommandBuffer.C: fix click
3534
3535 2002-09-12  John Levon  <levon@movementarian.org>
3536
3537         * QMathDialog.C: work around Qt bug in previous change
3538
3539 2002-09-12  John Levon  <levon@movementarian.org>
3540
3541         * QMathDialog.h:
3542         * QMathDialog.C: load icon palettes on demand
3543
3544 2002-09-12  John Levon  <levon@movementarian.org>
3545
3546         * QMathDialog.C: get the scrollbars right on first show
3547
3548 2002-09-11  John Levon  <levon@movementarian.org>
3549
3550         * QPrint.h:
3551         * QPrint.C:
3552         * ui/QPrintDialog.ui: update for odd/even changes
3553
3554 2002-09-11  John Levon  <levon@movementarian.org>
3555
3556         * QCitationDialog.C: show right info when selecting a cite
3557
3558         * QParagraphDialog.C: don't validate lengths, to allow glue
3559
3560 2002-09-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3561
3562         * QFloatDialog.C: Fix the setEnable() logic
3563
3564 2002-09-11  John Levon  <levon@movementarian.org>
3565
3566         * Alert_pimpl.C:
3567         * QExternalDialog.h:
3568         * QExternalDialog.C:
3569         * QGraphicsDialog.h:
3570         * QGraphicsDialog.C:
3571         * QIncludeDialog.h:
3572         * QIncludeDialog.C:
3573         * QIndexDialog.h:
3574         * QIndexDialog.C:
3575         * QSearchDialog.h:
3576         * QSearchDialog.C:
3577         * QURLDialog.h:
3578         * QURLDialog.C: focus on the first linedit on show()
3579
3580 2002-09-11  John Levon  <levon@movementarian.org>
3581
3582         * QSearchDialog.C: fill combo boxes
3583
3584 2002-09-11  John Levon  <levon@movementarian.org>
3585
3586         * qscreen.C: use repaint() not update() for immediate change
3587
3588         * QContentPane.C: warning fix
3589
3590 2002-09-11  John Levon  <levon@movementarian.org>
3591
3592         * qfont_metrics.C: fix button metrics
3593
3594         * QLPainter.C: fillPolygon() should actually fill
3595
3596 2002-09-10  John Levon  <levon@movementarian.org>
3597
3598         * Menubar_pimpl.C:
3599         * QLPopupMenu.h:
3600         * QLPopupMenu.C: finally fix Navigate
3601
3602 2002-09-10  John Levon  <levon@movementarian.org>
3603
3604         * ui/QIncludeDialog.ui:
3605         * QInclude.h:
3606         * QInclude.C: remove don't typeset
3607
3608         * Dialogs2.C: add empty showWrap
3609
3610 2002-09-08  John Levon  <levon@movementarian.org>
3611
3612         * QFloat.C: another fix
3613
3614 2002-09-08  John Levon  <levon@movementarian.org>
3615
3616         * QFloat.h:
3617         * QFloat.C:
3618         * QFloatDialog.h:
3619         * QFloatDialog.C:
3620         * ui/QFloatDialog.ui: fix bug 527 and more
3621
3622 2002-09-12  Angus Leeming  <leeming@lyx.org>
3623
3624         * iconpalette.C (resizeEvent): compile fix.
3625
3626         * QInclude.C (update_contents): remove lyxerr call.
3627
3628 2002-09-08  John Levon  <levon@movementarian.org>
3629
3630         * qfont_loader.C: fix bug 531 (emph())
3631
3632 2002-09-08  John Levon  <levon@movementarian.org>
3633
3634         * QMathDialog.C:
3635         * iconpalette.h:
3636         * iconpalette.C: make sizing work properly
3637
3638 2002-09-08  John Levon  <levon@movementarian.org>
3639
3640         * QMathDialog.h:
3641         * QMathDialog.C: detachable icon menus
3642
3643 2002-09-08  John Levon  <levon@movementarian.org>
3644
3645         * QMathDialog.C:
3646         * iconpalette.h:
3647         * iconpalette.C: re lay out on size change
3648
3649 2002-09-08  John Levon  <levon@movementarian.org>
3650
3651         * QMathDialog.h:
3652         * QMathDialog.C:
3653         * iconpalette.C: More fixes.
3654
3655 2002-09-08  John Levon  <levon@movementarian.org>
3656
3657         * ui/QMathDialog.ui:
3658         * QMathDialog.h:
3659         * QMathDialog.C: add decos as symbols. Some fixes.
3660
3661 2002-09-07  John Levon  <levon@movementarian.org>
3662
3663         * qfont_metrics.C: unrevert per-char metrics. Droppings
3664           are better than entirely wrong metrics. Hopefully
3665           Andre can fix it ...
3666
3667 2002-09-07  John Levon  <levon@movementarian.org>
3668
3669         * qfont_loader.C: fix sizes for symbols etc.
3670
3671 2002-09-07  John Levon  <levon@movementarian.org>
3672
3673         * qfont_metrics.C: revert accurate per-char metrics
3674           because LyX is broken
3675
3676 2002-09-07  John Levon  <levon@movementarian.org>
3677
3678         * qfont_loader.h:
3679         * qfont_loader.C: add debug
3680
3681 2002-09-06  John Levon  <levon@movementarian.org>
3682
3683         * QMath.h:
3684         * QMath.C: add sub/superscript
3685
3686         * ui/QMathDialog.ui:
3687         * QMathDialog.h:
3688         * QMathDialog.C: add dots. Use a completely broken :(
3689           scrollview.
3690
3691         * iconpalette.C: increase size
3692
3693 2002-09-04  Angus Leeming  <leeming@lyx.org>
3694
3695         * QLyXKeySym.C: using std::endl directive.
3696
3697 2002-08-30  John Levon  <levon@movementarian.org>
3698
3699         * Makefile.dialogs:
3700         * moc/Makefile.am:
3701         * QMath.h:
3702         * QMath.C:
3703         * QMathDialog.h:
3704         * QMathDialog.C:
3705         * ui/QMathDialog.ui: start math panel
3706
3707         * iconpalette.h:
3708         * iconpalette.C: new widget used by above
3709
3710 2002-08-29  John Levon  <levon@movementarian.org>
3711
3712         * Toolbar_pimpl.C: defocus layout combo on select
3713
3714 2002-08-29  John Levon  <levon@movementarian.org>
3715
3716         * QtView.C: add back in allow/prohibitInput (for now)
3717
3718         * TODO: update
3719
3720 2002-08-29  John Levon  <levon@movementarian.org>
3721
3722         * Toolbar_pimpl.C: mathed math-insert - skip
3723           the preceding '\' when looking for file name
3724
3725 2002-08-29  John Levon  <levon@movementarian.org>
3726
3727         * Toolbar_pimpl.C: math xpm handling in preparation
3728         for some fixed XPMs
3729
3730 2002-08-29  John Levon  <levon@movementarian.org>
3731
3732         * QCommandBuffer.h:
3733         * QCommandBuffer.C: use a QListView not combo box.
3734           Qt Sucks.
3735
3736 2002-08-29  John Levon  <levon@movementarian.org>
3737
3738         * ui/*: use size grippie consistently
3739
3740 2002-08-29  John Levon  <levon@movementarian.org>
3741
3742         * QContentPane.C:
3743         * QContentPane.h: implement triple click
3744
3745 2002-08-29  John Levon  <levon@movementarian.org>
3746
3747         * QInclude.C: remove some wrong code removed from xforms
3748
3749 2002-08-29  John Levon  <levon@movementarian.org>
3750
3751         * qfont_metrics.C: add per char ascent/descent
3752
3753 2002-08-28  John Levon  <levon@movementarian.org>
3754
3755         * QContentPane.C: fix cut-and-paste borkage from
3756           LFUN_MOUSE changes
3757
3758 2002-08-25  Rob Lahaye  <lahaye@snu.ac.kr>
3759
3760         * QLImage.C: replace redundant xoffset_l and yoffset_t
3761         calculation by something better.
3762
3763 2002-08-25  John Levon  <levon@movementarian.org>
3764
3765         * FileDialog.C:
3766         * FileDialog_private.h:
3767         * FileDialog_private.C: disable non-sync code due
3768           to Qt bug. Add support for buttons
3769
3770 2002-08-25  John Levon  <levon@movementarian.org>
3771
3772         * QLPopupMenu.C: implement optional() support
3773
3774         * TODO: update
3775
3776 2002-08-25  John Levon  <levon@movementarian.org>
3777
3778         * Makefile.am:
3779         * Menubar_pimpl.h:
3780         * Menubar_pimpl.C:
3781         * QLPopupMenu.h:
3782         * QLPopupMenu.C: Populate menus upon open
3783
3784 2002-08-25  John Levon  <levon@movementarian.org>
3785
3786         * qlkey.h: add A-Z into string_to_qkey
3787
3788         * QLyXKeySym.h:
3789         * QLyXKeySym.C: remove crap again
3790
3791 2002-08-25  John Levon  <levon@movementarian.org>
3792
3793         * QLyXKeySym.h:
3794         * QLyXKeySym.C:
3795         * QContentPane.C: revert some wrong direction stuff and try
3796           again. STILL BROKEN :(
3797
3798 2002-08-25  John Levon  <levon@movementarian.org>
3799
3800         * QGraphics.C:
3801         * ui/QGraphicsDialog.ui: update, and some UI improvements
3802
3803 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
3804
3805         * lengthcombo.C: apply changes to "enum UNIT" in src/lyxlength.h
3806
3807         * QLImage.C:
3808         * QGraphics.C: Implement changes for new xforms graphics dialog
3809         (NB: Qt Graphics dialog itself is NOT YET updated!).
3810
3811 2002-08-15  Angus Leeming  <leeming@lyx.org>
3812
3813         * lyx_gui.C (hexname): enable previews to work!
3814
3815 2002-08-15  Angus Leeming  <leeming@lyx.org>
3816
3817         * Dialogs.C:
3818         * Dialogs2.C
3819         * Dialogs_impl.h: the brave new world of Dialog creation.
3820
3821         * guiapi.C: discard.
3822
3823         * Makefile.am: add new files Dialogs2.C Dialogs_impl.h and
3824         remove guiapi.C.
3825
3826 2002-08-14  John Levon  <levon@movementarian.org>
3827
3828         * Alert_pimpl.C: remove xforms header
3829
3830         * Toolbar_pimpl.C: build fix
3831
3832 2002-08-13  Angus Leeming  <leeming@lyx.org>
3833
3834         * Qt2Base.h: compile fix isReadonly -> bufferIsReadonly.
3835
3836         * FileDialog_private.C:
3837         * Menubar_pimpl.C:
3838         * Toolbar_pimpl.C:
3839         * QtView.C:
3840         * lyx_gui.C:
3841         changes due to the changed LyXView interface that now returns references
3842         to member variables not pointers.
3843
3844 2002-08-12  Angus Leeming  <leeming@lyx.org>
3845
3846         * Menubar_pimpl.C: no need to #include "Dialogs.h". Remove semi-colon
3847         from namespace closing delimiter.
3848
3849         * Menubar_pimpl.h:  remove MenuItemInfo:: prefix from c-tor declaration.
3850
3851         * QAbout.[Ch]:
3852         * QBibitem.[Ch]:
3853         * QBibtex.[Ch]:
3854         * QCharacter.[Ch]:
3855         * QCitation.[Ch]:
3856         * QERT.[Ch]:
3857         * QError.[Ch]:
3858         * QExternal.[Ch]:
3859         * QFloat.[Ch]:
3860         * QGraphics.[Ch]:
3861         * QInclude.[Ch]:
3862         * QIndex.[Ch]:
3863         * QLog.[Ch]:
3864         * QMinipage.[Ch]:
3865         * QParagraph.[Ch]:
3866         * QPreamble.[Ch]:
3867         * QPrint.[Ch]:
3868         * QRef.[Ch]:
3869         * QSearch.[Ch]:
3870         * QShowFile.[Ch]:
3871         * QSpellchecker.[Ch]:
3872         * QTabularCreate.[Ch]:
3873         * QTexinfo.[Ch]:
3874         * QThesaurus.[Ch]:
3875         * QToc.[Ch]:
3876         * QURL.[Ch]:
3877         * QVCLog.[Ch]:
3878         No longer pass Controller or Dialogs to the c-tor.
3879         No longer forward-declare Dialogs.
3880
3881         * Qt2Base.[Ch]: derives from ViewBase directly.
3882         No longer passed ControlButtons & or Dialogs &.
3883         (bc): new method, enabling the daughter classes to access the
3884         ButtonController.
3885         (slotWMHide):
3886         (slotApply):
3887         (slotOK):
3888         (slotClose):
3889         (slotRestore): changes due to a change in the ViewBase class.
3890
3891         * QtView.C (c-tor): no longer pass Dialogs & to the Toolbar.
3892
3893         * Toolbar_pimpl.[Ch] (c-tor): no longer passed a Dialogs &.
3894
3895         * guiapi.C: access the controller methods by explicit invocation of the
3896         controller.
3897
3898 2002-08-09  John Levon  <levon@movementarian.org>
3899
3900         * Toolbar_pimpl.C: add missing header
3901
3902 2002-08-08  John Levon  <levon@movementarian.org>
3903
3904         * Toolbar_pimpl.C:
3905         * Menubar_pimpl.C: lyxaction cleanup
3906
3907 2002-08-08  John Levon  <levon@movementarian.org>
3908
3909         * QGraphicsDialog.C: enable rotate
3910
3911         * ui/QGraphicsDialog.ui: trigger changed on
3912           activated() not highlighted()
3913
3914 2002-08-08  John Levon  <levon@movementarian.org>
3915
3916         * QGraphics.C:
3917         * ui/QGraphicsDialog.ui: lots of fixes and cleanup
3918
3919         * ui/QRefDialog.ui: geometry cleanup
3920
3921 2002-08-07  John Levon  <levon@movementarian.org>
3922
3923         * Menubar_pimpl.C: fix compile for gcc 3.1
3924
3925 2002-08-06  John Levon  <levon@movementarian.org>
3926
3927         * ui/QSpellcheckerDialogBase.ui:
3928         * QSpellcheckerDialog.h:
3929         * QSpellchecker.h:
3930         * QSpellchecker.C: remove options()
3931
3932         * QtView.C: fix build
3933
3934 2002-07-31  John Levon  <levon@movementarian.org>
3935
3936         * io_callback.h: make a more proper class
3937
3938         * lyx_gui.C: implement removal of I/O callbacks
3939
3940 2002-07-30  John Levon  <levon@movementarian.org>
3941
3942         * qlkey.h:
3943         * QLyXKeySym.h:
3944         * QLyXKeySym.C: do our own getISOEncoded() mapping
3945           because Qt can't handle it
3946
3947 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3948
3949         * several file: strip,frontStrip -> trim,ltrim,rtrim
3950
3951 2002-07-25  John Levon  <levon@movementarian.org>
3952
3953         * Toolbar_pimpl.C: fix tooltips
3954
3955 2002-07-25  John Levon  <levon@movementarian.org>
3956
3957         * QCommandEdit.C:
3958         * Toolbar_pimpl.C: make Tab work in the content pane
3959
3960 2002-07-25  John Levon  <levon@movementarian.org>
3961
3962         * Menubar_pimpl.C: split create/fill of menus into
3963           two functions
3964
3965 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
3966
3967         * Menubar_pimpl.C: make it compile again
3968
3969 2002-07-24  John Levon  <moz@compsoc.man.ac.uk>
3970
3971         * Menubar_pimpl.C: make it compile again
3972
3973 2002-07-24  Angus Leeming  <leeming@lyx.org>
3974
3975         * FileDialog_private.C (done): add a false to the arguments passed to
3976         getLyXFunc.
3977
3978         * QBibtex.C:
3979         * QCommandBuffer.C: add a using std::vector directive.
3980
3981         * QBibtexDialog.C: s/<vector.h>/<vector>/
3982
3983         * QCommandBuffer.C: remove trailing semi-colon at the end of the
3984         namespace scope.
3985
3986         * QTexinfo.h: s/vector<string>/std::vector<string>/
3987
3988 2002-07-23  Edwin Leuven <leuven@fee.uva.nl>
3989
3990         * QBibtex.C: syle combobox instead of listbox
3991         * QBibtexDialog.C:
3992         * ui/QBibtexDialog.ui
3993         * QTexinfo.C: Repair view without path/selection
3994         * QTexinfo.h
3995         * QTexinfoDialog.C
3996         * QTexinfoDialog.h
3997         * ui/QTexinfoDialog.ui
3998         * ui/QCitationDialog.ui: layout fix
3999         * ui/QExternalDialog.ui: idem
4000         * TODO: update
4001
4002 2002-07-23  John Levon  <moz@compsoc.man.ac.uk>
4003
4004         * QCommandBuffer.C: real compile fix
4005
4006 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4007
4008         * QLyXKeySym.C: return 0 when text_ is empty
4009           for getISOEncoded()
4010
4011 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4012
4013         * QCommandBuffer.C: probably compile fix
4014
4015         * QtView.C:
4016         * Toolbar_pimpl.h:
4017         * Toolbar_pimpl.C: remove dead code
4018
4019 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4020
4021         * lyx_gui.C: add exit() so we don't busy loop !
4022
4023 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4024
4025         * QCommandEdit.C: complete if right at end of line
4026
4027         * QLyXKeySym.C: cleanup comments
4028
4029         * QtView.C: prefer const int
4030
4031         * qlkey.h: fix some transliteration errors...
4032
4033 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4034
4035         * Toolbar_pimpl.h:
4036         * Toolbar_pimpl.C: remove ->push()
4037
4038 2002-07-22  Edwin Leuven  <leuven@fee.uva.nl>
4039
4040         * QCitationDialog.C: fix loop search and info update after selecting
4041         * TODO: remove this is issue
4042
4043 2002-07-22  Edwin Leuven  <leuven@fee.uva.nl>
4044
4045         * ui/QBibtexDialog.ui: style browser
4046         * QBibtex.C: idem
4047         * QBibtexDialog.C: idem
4048
4049         * ui/QRefDialog.ui: document combo
4050         * QRef.C: idem
4051
4052         * QInclude.C: new layout
4053         * ui/QIncludeDialog.ui: new layout
4054
4055         * ui/QCitationDialog.ui: new layout
4056
4057         * ui/QExternalDialog.ui: new layout
4058
4059         * QGraphics.C: Compile fix
4060
4061         * TODO:
4062
4063 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4064
4065         * Menubar_pimpl.h:
4066         * Menubar_pimpl.C: implement check/disable, submenus
4067
4068 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4069
4070         * Toolbar_pimpl.h:
4071         * Toolbar_pimpl.C: implement getLayoutList()
4072
4073 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4074
4075         * Toolbar_pimpl.C: use BufferParams::getLyXTextClass
4076
4077 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
4078
4079         * QToc.h:
4080         * QToc.C: compile fixes, default to depth_(1)
4081
4082 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
4083
4084         * Menubar_pimpl.C: change for removed menubar stuff
4085
4086 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
4087
4088         * QtView.C: reset idle timer on message()
4089
4090 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
4091
4092         * QLImage.C: various fixes
4093
4094         * QWorkArea.C: set focus proxy
4095
4096         * qscreen.C: don't show cursor when in command buffer
4097
4098         * Makefile.am:
4099         * moc/Makefile.am:
4100         * QMiniBuffer.h:
4101         * QMiniBuffer.C:
4102         * QCommandBuffer.h:
4103         * QCommandBuffer.C:
4104         * QCommandEdit.h:
4105         * QCommandEdit.C:
4106         * QtView.h:
4107         * QtView.C: Rudimentary command buffer
4108
4109 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
4110
4111         * QWorkArea.C: remove unnecessary include
4112
4113 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
4114
4115         * QtView.C:
4116         * Toolbar_pimpl.C:
4117         * lyx_gui.C: verboseDispatch() is now dispatch()
4118
4119 2002-07-07  Edwin Leuven  <leuven@fee.uva.nl>
4120
4121         * QParagraph.[Ch]: Add paragraph dialog
4122         * QParagraphDialog.[Ch]:
4123         * ui/QParagraphDialog.[Ch]:
4124         * Makefile.am:
4125         * Makefile.dialogs:
4126         * guiapi.C:
4127
4128 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
4129
4130         * QtView.C: basic statusbar show
4131
4132 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
4133
4134         * QLImage.C: add using std
4135
4136 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
4137
4138         * QLImage.h:
4139         * QLImage.C: remove getPixmap() add isDrawable()
4140
4141 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
4142
4143         * io_callback.h:
4144         * lyx_gui.C: make set_read_callback() work
4145
4146 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
4147
4148         * lyx_gui.C: add set_read_callback()
4149
4150         * Makefile.am:
4151         * xforms/*: remove
4152
4153 2002-07-13  John Levon  <moz@compsoc.man.ac.uk>
4154
4155         * QtView.C: add a status bar
4156
4157         * Toolbar_pimpl.C: minor fixes
4158
4159         * lyx_gui.C: implement hexname()
4160
4161 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
4162
4163         * lyx_gui.C: move init_graphics() to parse_init()
4164
4165 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
4166
4167         * Toolbar_pimpl.h:
4168         * Toolbar_pimpl.C: remove unused (de)activate()
4169
4170 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
4171
4172         * lyx_gui.C: implement update_fonts(), font_available()
4173
4174 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
4175
4176         * lyx_gui.C: add un-needed update_color()
4177
4178 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
4179
4180         * QtView.h:
4181         * QtView.C: remove unused methods
4182
4183 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
4184
4185         * Makefile.am:
4186         * QLImage.h:
4187         * QLImage.C: initial image loader
4188
4189         * lyx_gui.C: initialise graphics
4190
4191         * QLPainter.C: draw images
4192
4193         * QWorkArea.C: implement clipboard as much as possible
4194
4195 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
4196
4197         * dialog files: add unused Dialogs paramater to allow compile
4198
4199         * QtView.C:
4200         * QMiniBuffer.h:
4201         * QMiniBuffer.C:
4202         * Makefile.am: add QMiniBuffer (placeholder)
4203
4204         * TODO: add
4205
4206         * Toolbar_pimpl.h:
4207         * Toolbar_pimpl.C: compile fix
4208
4209         * lyx_gui.C: add hexname() place holder
4210
4211 2002-07-04  André Pönitz  <poenitz@lyx.org>
4212
4213         * xforms/Makefile.am: replace XFORMSGIMAGE by XFORMSIMAGE
4214
4215 2002-06-28  Angus Leeming  <leeming@lyx.org>
4216
4217         * QLPainter.[Ch]: changes associated with the name change
4218         grfx::GImage -> grfx::Image.
4219
4220 2002-06-21  Angus Leeming  <leeming@lyx.org>
4221
4222         * Menubar_pimpl.C (c-tor): rename MenuBackend const & mb argument to
4223         avoid name clash with MenuBackend::const_iterator mb.
4224
4225         * QContentPane.C:
4226         * QLPainter.C:
4227         * qscreen.C: add using std::endl directive.
4228
4229         * QLPainter.C (lines, fillPolygon) : wrap QCOORD points inside a
4230         scoped_array as np is not known at compile time and my compiler barfs.
4231
4232         * Toolbar_pimpl.h: forward declare class ToolbarProxy.
4233
4234         * qfont_loader.h: don't #include "font_loader.h".
4235
4236         * qfont_metrics.C: remove trailing ';' from namespace anon scope.
4237
4238 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
4239
4240         * qfont_metrics.C: fix variable names
4241
4242 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
4243
4244         * QWorkArea.C: remove dead splash code
4245
4246 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
4247
4248         * QContentPane.C: restore calls to workAreaResize()
4249
4250         * QLyXKeySym.h: tidy
4251
4252         * QWorkArea.h: remove redraw()
4253
4254         * QWorkArea.C: remove resize()
4255
4256 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
4257
4258         * guiapi.C: createIndex() changed
4259
4260 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
4261
4262         * QWorkArea.h: remove unused resize(...)
4263
4264 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
4265
4266         * QWorkArea.h: remove unused stuff
4267
4268 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
4269
4270         * QContentPane.h:
4271         * QContentPane.C: remove focus/unfocus events
4272
4273 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
4274
4275         * QWorkArea.h: remove unused methods
4276
4277 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
4278
4279         * LyXKeySymFactory.C: add
4280
4281         * Makefile.am:
4282         * QContentPane.C:
4283         * qlkey.h:
4284         * QLyXKeySym.h:
4285         * QLyXKeySym.C: get keyboard partly working
4286
4287         * qfont_metrics.C: fix compile
4288
4289 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
4290
4291         * Makefile.am: add the new files ...
4292
4293         * Dialogs.C:
4294         * guiapi.C:
4295         * all dialogs: implement new dialog stuff, fix compile
4296
4297         * FileDialog_private.h:
4298
4299         * GUIRunTime.C:
4300         * lyx_gui.C: update for lyx_gui namespace
4301
4302         * LyXScreenFactory.C: add
4303
4304         * QContentPane.h:
4305         * QContentPane.C: new widget for containing a lyx document
4306
4307         * QLPainter.h:
4308         * QLPainter.C: qt painter object
4309
4310         * QWorkArea.h:
4311         * QWorkArea.C: Qt version of the work area
4312
4313         * QtView.h:
4314         * QtView.C: Qt version of LyXView
4315
4316         * Toolbar_pimpl.h:
4317         * Toolbar_pimpl.C:
4318         * Menubar_pimpl.h:
4319         * Menubar_pimpl.C: initial Qt versions
4320
4321         * WorkAreaFactory.C: generate a QWorkArea
4322
4323         * emptytable.C: add a resize grippie
4324
4325         * qfont_loader.h:
4326         * qfont_loader.C: font loader for Qt
4327
4328         * qfont_metrics.h:
4329         * qfont_metrics.C: font metrics for Qt
4330
4331         * qlkey.h: convert Qt key symbol into a name
4332
4333         * qscreen.h:
4334         * qscreen.C: Qt version of screen
4335
4336         * moc/Makefile.am: add new files
4337
4338         * xforms/Makefile.am: remove all xforms dialogs
4339
4340 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4341
4342         * Qt2BC.C: do not include ButtonController.tmpl
4343
4344 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
4345
4346         * QtLyXView.h: moved into frontends/
4347
4348 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4349
4350         * QDocument.h: use more specific smart_ptr header.
4351         * Qt2Base.h: ditto
4352
4353 2002-04-30  John Levon  <moz@compsoc.man.ac.uk>
4354
4355         * QCharacter.h:
4356         * QCharacter.C: update for language i18n change
4357
4358 2002-04-16  John Levon  <moz@compsoc.man.ac.uk>
4359
4360         * Dialogs.C: add tooltipsEnabled()
4361
4362         * QTeXInfo.C: include right header
4363
4364         * moc/Makefile.am: add back missing moc files
4365
4366         * xforms/Makefile.am: add missing FeedbackController
4367
4368 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4369
4370         * xforms/Makefile.am (link_files): use correct _SOURCES variable.
4371
4372         * ui/moc/Makefile.am: move include to top
4373         (DISTCLEANFILES): take the UIMOCDIALOGS variable instead
4374
4375         * ui/Makefile.am: ws change
4376
4377         * moc/Makefile.am: move include to top
4378
4379         * Makefile.am (EXTRA_DIST): some file taken from...
4380         * Makefile.dialogs (DIALOGSOURCES):here
4381
4382         * xforms/Makefile.am (EXTRA_DIST): delete
4383         (libqt2xforms_la_SOURCES): change to...
4384         (nodist_libqt2xforms_la_SOURCES): this
4385
4386         * ui/moc/Makefile.am (libqt2uimoc_la_SOURCES): change to...
4387         (nodist_libqt2uimoc_la_SOURCES): this
4388
4389         * ui/Makefile.am (libqt2ui_la_SOURCES): change to...
4390         (nodist_libqt2ui_la_SOURCES): this
4391
4392         * moc/Makefile.am (libqtmoc_la_SOURCES): comment out
4393         (nodist_libqt2moc_la_SOURCES): new
4394
4395         * Makefile.dialogs (DIALOGSOURCES): add QParagraph,
4396         QParagraphDialog, QDocument, QDocumentDialog
4397
4398         * Makefile.am (DISTCLEANFILES): delete
4399         (EXTRA_DIST): add with Makefile.dialogs
4400
4401 2002-04-02  John Levon  <moz@compsoc.man.ac.uk>
4402
4403         * ui/QParagraphDialog.ui: fix a couple of typos for
4404           the translators
4405
4406 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
4407
4408         * xforms/Makefile.am (link_files): whitespace.
4409
4410 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
4411
4412         * xforms/Makefile.am (libqt2xforms.la): it should depend on
4413         libqt2xforms_la_OBJECTS not libqt2xforms_la_SOURCES!
4414
4415 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4416
4417         * most files: ws cleanup
4418
4419 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4420
4421         * docygen fixes.
4422
4423 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
4424
4425         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
4426         your version of the xforms libraries is up to the task.
4427
4428         * xforms/Makefile.am: link in the xforms image loader if so configured.
4429
4430 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
4431
4432         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
4433
4434         * Dialogs.C:
4435         * GUIRunTime.C (initialiseGraphics): moved to GUIRunTime.
4436
4437 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4438
4439         * Makefile.am: get rid of LYX_LIBS
4440
4441         * QDocument.C (class_update): layout as string
4442
4443 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
4444
4445         * Makefile.am:
4446         * moc/Makefile.am:
4447         * ui/Makefile.am:
4448         * ui/moc/Makefile.am: fix compile
4449
4450         * xforms/: compile the necessary files via symlinks
4451
4452         * QPreambleDialog.C: new systemcall interface
4453
4454         * Timeout_pimpl.h:
4455         * Timeout_pimpl.C: add running()
4456
4457         * Dialogs.C: add init graphics, and doc/par xforms forms
4458
4459 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
4460
4461         * QToc.C: fix crash
4462
4463 2002-02-06  Edwin Leuven  <leuven@fee.uva.nl>
4464
4465         * QGraphics.C: compilation fix
4466         * QTexinfoDialog.C:
4467         * QTexinfoDialog.h:
4468         * ui/QTexinfoDialog.ui: remove help button
4469
4470 2002-01-31  Edwin Leuven  <leuven@fee.uva.nl>
4471
4472         * qt2/QGraphics.C:
4473         * qt2/QGraphics.h:
4474         * qt2/QGraphicsDialog.C:
4475         * qt2/QGraphicsDialog.h:
4476         * qt2/lengthcombo.C:
4477         * qt2/ui/QGraphicsDialog.ui: new dialog
4478         * qt2/QAbout.C:
4479         * qt2/ui/QAboutDialog.ui: reduce size
4480         * qt2/ui/QFloatDialog.ui: update dialog
4481
4482 2002-01-29  Edwin Leuven  <leuven@fee.uva.nl>
4483
4484         * Makefile.am:
4485         * Dialogs.C:
4486         * Makefile.dialogs:
4487         * QShowFile.h:
4488         * QShowFile.C:
4489         * QShowFileDialog.h:
4490         * QShowFileDialog.C:
4491         * ui/QShowFileDialog.ui: add showfile dialog
4492         * ui/QCitationDialog.ui: minor layout tweaks
4493
4494 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
4495
4496         * Dialogs.C: removed now redundant #include "QParagraph.h".
4497
4498         * QSearchDialog.h (remember): removed unnecessary
4499         QSearchDialog qualifier.
4500
4501         * QTexinfo.C:
4502         * QToc.C: added various using std::xyz directives.
4503
4504 2002-01-25  Edwin Leuven  <leuven@fee.uva.nl>
4505
4506         * Makefile.am:
4507         * Dialogs.C:
4508         * Makefile.dialogs:
4509         * QFloat.h:
4510         * QFloat.C:
4511         * QFloatDialog.h:
4512         * QFloatDialog.C:
4513         * ui/QFloatDialog.ui: add float dialog
4514
4515 2002-01-25  John Levon  <moz@compsoc.man.ac.uk>
4516
4517         * Makefile.am:
4518         * Makefile.dialogs: don't compile QPar/Doc
4519           for now, as they cause problems
4520
4521 2002-01-20  John Levon  <moz@compsoc.man.ac.uk>
4522
4523         * Makefile.am:
4524         * Dialogs.C:
4525         * QToc.h:
4526         * QToc.C:
4527         * QTocDialog.h:
4528         * QTocDialog.C:
4529         * ui/QTocDialog.ui: resuscitate TOC dialog
4530
4531 2002-01-20  John Levon  <moz@compsoc.man.ac.uk>
4532
4533         * QCitation.h:
4534         * QCitation.C:
4535         * QCitationDialog.h:
4536         * QCitationDialog.C:
4537         * ui/QCitationDialog.ui: natbib fixes
4538
4539 2002-01-19  Edwin Leuven  <leuven@fee.uva.nl>
4540
4541         * QTexinfo.[Ch]: added
4542         * QTexinfoDialog.[Ch]: added
4543         * ui/QTexinfoDialog.ui: added
4544         * Dialogs.C: add dialog
4545         * Makefile.dialogs: idem
4546
4547 2002-01-18  Edwin Leuven  <leuven@fee.uva.nl>
4548
4549         * QMinipage.C: compiles fixes (lyxlength related)
4550
4551 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
4552
4553         * Makefile.am:
4554         * FileDialog_private.h: fix compile
4555
4556         * QThesaurus.h:
4557         * QThesaurus.C:
4558         * QThesaurusDialog.h:
4559         * QThesaurusDialog.C:
4560         * ui/QThesaurusDialog.ui: new thesaurus code
4561
4562 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
4563
4564         * QMinipage.C (apply, update_contents): MinipageParams::width renamed
4565         as MinipageParams::pageWidth.
4566
4567 2002-01-04  John Levon  <moz@compsoc.man.ac.uk>
4568
4569         * QParagraph.C: add needed include
4570
4571 2001-12-08  John Levon  <moz@compsoc.man.ac.uk>
4572
4573         * Makefile.am:
4574         * Dialogs.C: bring back unconverted dialogs
4575
4576 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
4577
4578         * QParagraph.C:
4579         * QParagraphDialog.h:
4580         * QParagraphDialog.C: use new vspace API
4581
4582         * QTocDialog.C: silence warnings
4583
4584 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4585
4586         * qttableview.C: change "while(" to "while ("
4587
4588 2001-12-05  Allan Rae  <rae@lyx.org>
4589
4590         * QParagraph.C (apply):
4591         (update): Use the right LyXText -- extending John's fix
4592
4593 2001-12-01  Maks Orlovich  <mo002j@mail.rochester.edu>
4594
4595         * moc/Makefile.am:
4596         * Makefile.am:
4597         * QBibtexDialog.C:
4598         * QExternalDialog.C:
4599         * QParagraphDialog.h:
4600         * QPreambleDialog.C:
4601         * emptytable.C:
4602         * qttableview.C:
4603         * qttableview.C:
4604         * qttableview.h: fixes for Qt3
4605
4606 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
4607
4608         * Makefile.am: add Alert_pimpl.lo
4609
4610 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
4611
4612         * Makefile.am: link in new DropDown.lo
4613
4614         * QSpellcheckerDialog.C: fix warning
4615
4616         * ui/moc/Makefile.am: remove dead thing
4617
4618 2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4619
4620         * ui/moc/Makefile.am: remove unportable # at beginning of
4621         declaration.
4622
4623         * ui/Makefile.am:
4624         * Makefile.am: remove extra DISTCLEANFILES declaration
4625
4626 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4627
4628         * ui/QDocumentDialog.ui:
4629         * QDocument.C (build_dialog): support latin4
4630
4631 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4632
4633         * ui/QDocumentDialog.ui:
4634         * QDocument.C (build_dialog): support latin3
4635
4636 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
4637
4638         * Dialogs.C: remove splash dialog code.
4639
4640         * QSplash.[Ch]:
4641         * QSplashDialog.[Ch]: removed.
4642
4643         * Makefile.dialogs: remove splash dialog files.
4644
4645 2001-09-18  John Levon  <moz@compsoc.man.ac.uk>
4646
4647         * QRef.C: fix compile
4648
4649         * README: update
4650
4651 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4652
4653         * Makefile.am (libqt2_la_LIBADD): rename from OBJADD, depend on
4654         gui libs
4655
4656 2001-09-06  John Levon  <moz@compsoc.man.ac.uk>
4657
4658         * ui/QMinipageDialog.ui: fix layout, remove old slot
4659
4660         * QRefDialog.C: fix warning
4661
4662 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
4663
4664         * ui/QSpellcheckerDialog.ui: reworded layout
4665
4666 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
4667
4668         * QMinipage.C: remove radiobutton add combox
4669         * ui/QMinipageDialog.ui: + buttons at bottom
4670
4671 2001-09-01  John Levon  <moz@compsoc.man.ac.uk>
4672
4673         * Makefile.dialogs:
4674         * Dialogs.C:
4675         * QSpellchecker.[Ch]:
4676         * QSpellcheckerDialog.[Ch]:
4677         * ui/QSpellcheckerDialog.ui: add spellchecker dialog
4678
4679 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
4680
4681         * ui/QMinipageDialog.ui: layout tweak again (but it's getting better)
4682
4683 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
4684
4685         * ui/QGraphicsDialog.ui : minor layout tweak
4686         * ui/QIncludeDialog.ui : idem
4687         * ui/QMinipageDialog.ui: idem
4688         * ui/QURLDialog.ui: idem
4689
4690 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
4691
4692         * ui/QRefDialog.ui : minor layout tweak
4693         * Qref.C: idem
4694
4695 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
4696
4697         * QTabularCreateDialog.C: fix warnings
4698
4699         * emptytable.h:
4700         * emptytable.C:
4701         * ui/QTabularCreateDialog.ui: fix layout
4702           when table size is changed
4703
4704 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
4705
4706         * Dialogs.C:
4707         * QSearch.[Ch]:
4708         * QSearchDialog.[Ch]:
4709         * ui/QSearchDialog.ui: add search back
4710
4711 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
4712
4713         * Dialogs.C:
4714         * QPrint.[Ch]:
4715         * QPrintDialog.[Ch]:
4716         * ui/QPrintDialog.ui: add print dialog back
4717
4718 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
4719
4720         * Makefile.am:
4721         * moc/Makefile.am:
4722         * ui/Makefile.am:
4723         * ui/moc/Makefile.am: use AM_CXXFLAGS to add defines
4724
4725 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
4726
4727         * QAbout.C: added a using std::getline directive.
4728
4729         * QCitationDialog.C (doFind): removed const from argument to make it
4730         consistent with the header file.
4731
4732         * QDocument.[Ch] (c-tor): moved declaration of into .C file. Compilation
4733         was failing with "incomplete type is not allowed" in instantiation
4734         of boost::scoped_ptr<QDocumentDialog> dialog_.
4735
4736         * QLog.C: added a couple of using std::xyz directives.
4737
4738         * QPreambleDialog.C: added a using std::getline directive.
4739
4740         * QToc.C: using SigC::slot directive.
4741
4742 2001-08-29  Edwin Leuven  <leuven@fee.uva.nl>
4743
4744         * ui/QURLDialog.ui : minor layout tweak
4745
4746 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
4747
4748         * QPreamble.[Ch]:
4749         * QPreambleDialog.[Ch]:
4750         * ui/QPreambleDialog.ui:
4751         * Makefile.am:
4752         * Makefile.dialogs:
4753         * Dialogs.C: add pre-amble dialog
4754
4755 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
4756
4757         * ui/QIndexDialog.ui:
4758         * QIndexDialog.C: add QWhatsThis in C source
4759
4760         * README: document this restriction
4761
4762 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
4763
4764         * QMinipage.[Ch]:
4765         * QMinipageDialog.[Ch]:
4766         * ui/QMinipageDialog.ui:
4767         * lengthcombo.[Ch]:
4768         * Makefile.am:
4769         * moc/Makefile.am:
4770         * Makefile.dialogs:
4771         * Dialogs.C: add minipage and prototype length combo widget
4772
4773 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
4774
4775         * QLog.[Ch]:
4776         * QLogDialog.[Ch]:
4777         * ui/QLogDialog.ui:
4778         * QVCLog.[Ch]:
4779         * QVCLogDialog.[Ch]:
4780         * ui/QVCLogDialog.ui:
4781         * Dialogs.C:
4782         * Makefile.am:
4783         * Makefile.dialogs: add log and vclog dialogs
4784
4785 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
4786
4787         * Dialogs.C:
4788         * QTabularCreate.[Ch]:
4789         * QTabularCreate.h:
4790         * QTabularCreateDialog.C:
4791         * QTabularCreateDialog.h:
4792         * ui/Makefile.am:
4793         * ui/QTabularCreateDialog.ui: bring back
4794         tabcreate
4795
4796 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
4797
4798         * ui/QCharacterDialog.ui:
4799         * ui/QThesaurusDialog.ui: fix tab order
4800
4801         * QGraphics.[Ch]:
4802         * QGraphicsDialog.[Ch]:
4803         * ui/QGraphicsDialog.ui:
4804         * Makefile.am:
4805         * Makefile.dialogs:
4806         * Dialogs.C: add graphics dialog
4807
4808 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
4809
4810         * QThesaurus.C: clear selection on update
4811
4812         * QInclude.[Ch]:
4813         * QincludeDialog.[Ch]:
4814         * ui/QincludeDialog.ui:
4815         * Makefile.am:
4816         * Makefile.dialogs:
4817         * Dialogs.C: add Include dialog
4818
4819         * README: add note about crashes
4820
4821 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4822
4823         * QThesaurusDialog.C: whoops, forgot to clear before update
4824
4825 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4826
4827         * QBibtex.C:
4828         * QBibtexDialog.h:
4829         * QBibtexDialog.C:
4830         * ui/QBibtexDialog.ui: fix some things, add
4831           delete button
4832
4833         * QExternalDialog.C: fix file dialog thing
4834
4835         * QThesaurus.h:
4836         * QThesaurus.C:
4837         * QThesaurusDialog.h:
4838         * QThesaurusDialog.C:
4839         * ui/QThesaurusDialog.ui: fix compile, get working
4840
4841         * moc/Makefile.am: fix builddir != srcdir
4842
4843 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4844
4845         * GUIRunTime.C: fix argc handling
4846
4847 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4848
4849         * ui/*.ui:
4850         * ui/Makefile.am: add some sed magic to replace tr() with _()
4851
4852 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4853
4854         * Makefile.am: remove accidentally committed xforms file
4855
4856 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4857
4858         * Dialogs.C:
4859         * Makefile.dialogs:
4860         * QThesaurus.[Ch]:
4861         * QThesaurusDialog.[Ch]:
4862         * ui/QThesaurusDialog.ui: add thesaurus dialog
4863
4864 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4865
4866         * Dialogs.C:
4867         * Makefile.am:
4868         * Makefile.dialogs:
4869         * QExternal.[Ch]:
4870         * QExternalDialog.[Ch]:
4871         * ui/QExternalDialog.ui: add external dialog
4872
4873 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4874
4875         * Dialogs.C:
4876         * Makefile.dialogs:
4877         * QERT.[Ch]:
4878         * QERTDialog.[Ch]:
4879         * ui/QERTDialog.ui: add ERT dialog
4880
4881 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4882
4883         * Dialogs.C:
4884         * Makefile.am:
4885         * Makefile.dialogs:
4886         * QError.[Ch]:
4887         * QErrorDialog.[Ch]:
4888         * ui/QErrorDialog.ui: add LaTeX error dialog
4889
4890 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4891
4892         * Dialogs.C:
4893         * QCharacter.[Ch]:
4894         * QCharacterDialog.[Ch]:
4895         * ui/QcharacterDialog.ui: make work again,
4896           add auto-apply feature
4897
4898 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4899
4900         * Dialogs.C:
4901         * Makefile.am:
4902         * Makefile.dialogs:
4903         * QBibitem.[Ch]:
4904         * QBibitemDialog.[Ch]:
4905         * ui/QBibitemDialog.ui: add Bibitem dialog
4906
4907 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4908
4909         * Dialogs.C:
4910         * Makefile.dialogs:
4911         * QBibtex.[Ch]:
4912         * QBibtexDialog.[Ch]:
4913         * ui/QBibtexDialog.ui: added BibTeX dialog.
4914
4915         * README: update
4916
4917 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4918
4919         * Qt2BC.C: whoops, reversed sense of setReadOnly()
4920
4921 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4922
4923         * Dialogs.C:
4924         * QRef.[Ch]:
4925         * ui/QRefDialog.ui: add Ref dialog back
4926
4927         * QAbout.[Ch]:
4928         * QCitation.[Ch]:
4929         * QDocument.[Ch]:
4930         * QIndex.[Ch]:
4931         * QURL.[Ch]:
4932         * Qt2Base.h: protect build() with updating_ too
4933
4934         * QCitationDialog.C: use Qt2Base::readOnly
4935
4936         * README: update
4937
4938 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
4939
4940         * Dialogs.C: add URL
4941
4942         * QAbout.h:
4943         * QCitation.h:
4944         * QDocument.h:
4945         * QIndex.C:
4946         * Qt2Base.h:
4947         * Qt2Base.C: add an updating_ variable to prevent
4948           bc() breakage.
4949
4950         * QURL.h:
4951         * QURL.C:
4952         * QURLDialog.h:
4953         * QURLDialog.C:
4954         * ui/QURLDialog.ui: make alive again
4955
4956         * Qt2BC.C: make lineedits ReadOnly not disabled
4957
4958         * README: update
4959
4960         * ui/QCitationDialog.ui: small cleanups
4961
4962         * ui/QIndexDialog.ui: add a what's this
4963
4964 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
4965
4966         * Dialogs.C: include the right files
4967
4968         * QCitation.C: closePB not cancelPB
4969
4970         * QCitationDialog.C:
4971         * QCitationDialog.h:
4972         * ui/QCitationDialog.ui: small fixes
4973
4974         * QIndex.h:
4975         * QIndex.C:
4976         * QIndexDialog.C:
4977         * QIndexDialog.h:
4978         * ui/QIndexDialog.ui: more fixes
4979
4980         * Qt2Base.h:
4981         * Qt2Base.C: add reset() to workaround problem.
4982
4983         * README: update
4984
4985         * Makefile.am:
4986         * Timeout_pimpl.h:
4987         * Timeout_pimpl.C: add the timer
4988
4989 2001-08-23  John Levon  <moz@compsoc.man.ac.uk>
4990
4991         * Dialogs.C:
4992         * Makefile.am:
4993         * Qt2BC.h:
4994         * Qt2BC.C:
4995         * QAbout.C:
4996         * QCitation.C:
4997         * QDocument.h:
4998         * Qt2Base.C:
4999         * Qt2Base.h: rename qt2BC -> Qt2BC, set focus for widget enable
5000
5001         * QIndex.h:
5002         * QIndex.C:
5003         * ui/QIndexDialog.ui: use the BC properly
5004
5005         * Qt2Base.h:
5006         * Qt2Base.C: add a virtual isValid(), and predicate what changed()
5007           tells the BC on the return value
5008
5009         * README: update
5010
5011 2001-08-21  John Levon  <moz@compsoc.man.ac.uk>
5012
5013         * Dialogs.C: add QIndex
5014
5015         * ui/Makefile.am:
5016         * Makefile.am: fix build
5017
5018         * ui/QAboutDialog.ui:
5019         * QAbout.C: finish dialog
5020
5021         * ui/QCitationDialog.ui:
5022         * QCitationDialog.C: BC fixes
5023
5024         * ui/QIndexDialog.ui:
5025         * QIndex.h:
5026         * QIndex.C:
5027         * QIndexDialog.h:
5028         * QIndexDialog.C: got index dialog working
5029
5030 2001-08-19  John Levon  <moz@compsoc.man.ac.uk>
5031
5032         * all files: enormous naming re-jig and tidy
5033
5034 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
5035
5036         Consistent use of Lsstream.h:
5037         * FormCredits.C (build): std::stringstream -> stringstream.
5038
5039 2001-06-17  Angus Leeming  <a.leeming@ic.ac.uk>
5040
5041         * FormCitation.C (build): removed bc().refresh() call as the controller
5042         should take care of this.
5043         (update): removed noKeys stuff as you don't use it.
5044
5045         * FormCitationDialogImpl.C (slotBibSelected): Can't select bibkeys[-1]!
5046         We were being bit by the xforms browser returns the browser line number
5047         in Fortran style, but Qt uses C-style.
5048
5049 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
5050
5051         * FormCitationDialogImpl.C: added using directive.
5052
5053         * qt2BC.[Ch]: qt2BC now derives from GuiBC<QButton, QWidget>.
5054         No idea why this wasn't done ages ago!
5055
5056 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
5057
5058         * FormCharacter.C:
5059         * FormParagraph.C (c-tor): cosmetic name change of signal.
5060
5061 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
5062
5063         * FormCitation.C:
5064         * Qt2Base.C: removed // -*- C++ -*- as first line.
5065
5066         * FileDialog_private.h:
5067         * FormCopyright.h:
5068         * FormCredits.h:
5069         * FormIndex.h:
5070         * FormParagraph.h:
5071         * FormPrint.h:
5072         * FormRef.h:
5073         * FormSearch.h:
5074         * FormSplash.h:
5075         * FormTabularCreate.h:
5076         * FormToc.h:
5077         * FormUrl.h:
5078         * QtLyXView.h: added // -*- C++ -*- as first line.
5079
5080 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
5081
5082         * <various>: fix random space pepper to use
5083           hard tabs. Also add <config.h> where necessitated
5084           by using LString.h
5085
5086 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
5087
5088         * FormDocument.C (build): add iso8859-15 support.
5089
5090 2001-05-17  Allan Rae  <rae@lyx.org>
5091
5092         * FormCharacter.C:
5093         * FormCopyright.C:
5094         * FormCredits.C:
5095         * FormSearch.C: gettext went missing but is back gain now _().
5096
5097         * Makefile.am:  ButtonController is now ButtonControllerBase.
5098         It now compiles but it won't link lyx on my system.  Complaints about
5099         not being able to link in libraries lib{GL,GLU,Xft,Xext,Xmu} which
5100         are all present and accounted for by ldconfig.  YMMV.
5101
5102 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5103
5104         * FormParagraph.C: remove !NEW_INSETS and !NO_PEXTRA cruft
5105
5106 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
5107
5108         * FormCharacter.C:
5109         * FormDocument.h:
5110         * FormSearch.C:
5111         * Dialogs.C: s/popup/dialog/
5112
5113         * qt2BC.h:
5114         * qt2BC.C:
5115         * FormCitation.C:
5116         * FormDocument.C: s/UndoAll/Restore/
5117
5118         * Qt2Base.h:
5119         * Qt2Base.C: s/ControlButton/ControlButtons/
5120
5121
5122 2001-04-02  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
5123
5124         * Makefile.am: Simplified Makefile.am
5125
5126 2001-03-31  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
5127
5128         * FormCitationDialogImpl.C (doPreviousNext): Propagated search
5129         fixes from XForms
5130         * several files: MVC for citation dialog
5131
5132 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
5133
5134         * Qt2Base.[Ch]: changed ControlBase to ControlButton.
5135
5136 2001-03-19  Edwin Leuven  <leuven@fee.uva.nl>
5137
5138         * qt2 compiles again:
5139         * Makefile.am: added missing xform dialogs
5140         * FormParagraph.C: only extra setting if wanted
5141         * FormParagraph.h: add namespace to connection
5142
5143 2001-03-16  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
5144
5145         * FormParagraph.C (apply): Only call SetParagraphExtraOpt() when
5146         NO_PEXTRA is not defined (in line with XForms frontend)
5147
5148         * Dialogs.C: Adapted to backend changes
5149
5150         * Makefile.am: updated citation dialog
5151         * Citation dialog added: FormCitation.{C,h},
5152         *    FormCitationDialog.ui, FormCitationDialogImpl.{C,h}
5153
5154 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5155
5156         * several files: remove CXX_WORKING_NAMESPACES
5157
5158 2001-03-15  Edwin Leuven  <leuven@fee.uva.nl>
5159
5160         * Added splash screen
5161         * Makefile.am: updated
5162         * FormSplash.[Ch]: added
5163         * FormSplashImpl.[Ch]: added
5164
5165 2001-03-09  Edwin Leuven  <leuven@fee.uva.nl>
5166
5167         * Makefile.am: updated
5168         * paragraphdlg.ui: manually enabled items in minipage settings
5169         * paragraphdlgimpl.C: tweak enable code on extra page
5170         * Stuff sent in by Denis Perchine <dyp@perchine.com> to compile again:
5171         * FileDialog_private.[Ch]: added
5172         * FileDialog.C: added
5173         * FormParagraph.C: params settings updated
5174
5175 2001-03-06  Edwin Leuven  <leuven@fee.uva.nl>
5176
5177         * Search dialog added:
5178         * FormSearch.[Ch]
5179         * searchdlg.ui
5180         * searchdlg.[Ch]
5181         * searchdlgimpl.[Ch]
5182
5183 2001-02-16  Edwin Leuven  <leuven@fee.uva.nl>
5184
5185         * remove inheritance from noncopyable in Form*.h
5186         * Character dialog added:
5187         * FormCharacter.[Ch]
5188         * chardlg.ui
5189         * chardlg.[Ch]
5190         * chardlgimpl.[Ch]
5191
5192 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
5193
5194         * FormParagraph.C: fix bview->update()
5195
5196 2001-01-24  Edwin Leuven  <leuven@fee.uva.nl>
5197
5198         *FormParagraph.C:
5199         *FormParagraph.h:
5200         *FormPrint.C:
5201         *FormPrint.h:
5202         *FormTabularCreate.C:
5203         *FormTabularCreate.h:
5204         *QtLyXView.h:
5205         *emptytable.C:
5206         *emptytable.h:
5207         *paragraphdlg.C:
5208         *paragraphdlg.h:
5209         *paragraphdlg.ui:
5210         *paragraphdlgimpl.C:
5211         *paragraphdlgimpl.h:
5212         *printdlg.C:
5213         *printdlg.h:
5214         *printdlg.ui:
5215         *printdlgimpl.C:
5216         *printdlgimpl.h:
5217         *tabularcreatedlg.C:
5218         *tabularcreatedlg.h:
5219         *tabularcreatedlg.ui:
5220         *tabularcreatedlgimpl.C:
5221         *tabularcreatedlgimpl.h:
5222         *Makefile.am: added paragraph/print/tabular create dialogs
5223
5224 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
5225
5226         * src/frontends/qt2/.cvsignore:
5227         * Dialogs.C:
5228         * FormCopyright.C:
5229         * FormCopyright.h:
5230         * FormCopyrightDialog.C:
5231         * FormCopyrightDialog.h:
5232         * FormCopyrightDialogBase.C:
5233         * FormCopyrightDialogBase.h:
5234         * FormCopyrightDialogBase.ui:
5235         * GUIRunTime.C:
5236         * Makefile.am: start frontend with the Copyright
5237           dialog