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