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