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