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