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