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