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