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