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