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