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