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