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