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