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