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