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