]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ChangeLog
Move the external dialog to the new scheme.
[lyx.git] / src / frontends / qt2 / ChangeLog
1 2003-03-05  Angus Leeming  <leeming@lyx.org>
2
3         * QExternal.[Ch]: changes to use the new Dialog-based scheme.
4
5         * Dialogs.C:
6         * Dialogs2.C:
7         * Dialogs_impl.h: remove external dialog.
8
9         * Dialogs3.C: add external dialog.
10
11 2003-03-05  Angus Leeming  <leeming@lyx.org>
12
13         * QIndex.[Ch]: minimal changes needed to use this dialog
14         for both the Index and the Label dialogs.
15
16         * Dialogs3.C: add label dialog.
17
18 2003-03-03  Dekel Tsur  <dekelts@tau.ac.il>
19
20         * qfont_loader.C (available): Rewrite as the old version did not
21         work properly.
22
23 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
24
25         * QLImage.C 
26         * QSendto.C
27         * QSendtoDialog.C: removed #include "converter.h", and...
28         * QPrefs.h: added #include "format.h"
29
30 2003-02-25  John Levon  <levon@movementarian.org>
31
32         From Nathan Weston
33
34         * QBibtexDialogBase.ui:
35         * QCharacterDialogBase.ui:
36         * QCitationDialogBase.ui:
37         * QDocumentDialogBase.ui:
38         * QExternalDialogBase.ui:
39         * QFloatDialogBase.ui:
40         * QMinipageDialogBase.ui:
41         * QParagraphDialogBase.ui: fix default button to be OK (bug #921)
42
43 2003-02-23  John Levon  <levon@movementarian.org>
44
45         * ui/QParagraphDialogBase.ui: fix dupe accelerator (bug #918)
46
47 2003-02-22  Alfredo Braunstein <abraunst@libero.it>
48
49         * lyx_gui.C (parse_init): added a call to LoaderQueue::setPriority
50
51 2003-02-21  Angus Leeming  <leeming@lyx.org>
52
53         * Timeout_pimpl.[Ch]: removed.
54         * qtTimeout.[Ch]: new files, replacing the above.
55         The qtTimeout class derives from Timeout::Impl.
56
57 2003-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
58
59         * qfont_loader.C (addFontPath): make debug messages quieter
60
61 2003-02-21  Angus Leeming  <leeming@lyx.org>
62
63         * FileDialog.C (FileDialog): no need for LyXView *.
64
65 2003-02-17  John Levon  <levon@movementarian.org>
66
67         * QSpellchecker.h:
68         * QSpellchecker.C:
69         * ui/QSpellcheckerDialogBase.ui:
70         * QSpellcheckerDialog.h:
71         * QSpellcheckerDialog.C: re-working, remove start etc.
72
73         * README: add comment about checking accelerators
74
75 2003-02-17  John Levon  <levon@movementarian.org>
76
77         * ui/QPrefSpellcheckerModule.ui: capitalization fix
78
79 2003-02-16  John Levon  <levon@movementarian.org>
80
81         * QX.C: consistent title labels for dialogs.
82
83 2003-02-15  John Levon  <levon@movementarian.org>
84
85         * ui/QSpellcheckerDialogBase.ui: make "Accept" be "Ignore All"
86
87         * QSpellchecker.C: default to the first suggestion in replace
88           combo
89
90 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
91
92         * QLPopupMenu.C (populate): adapt to menubackend change. In
93         particular, unknown and optional+disabled elements are never seen.
94         (disabled): remove. This is done in backend now.
95
96 2003-02-15  John Levon  <levon@movementarian.org>
97
98         * QDocument.C:
99         * QDocumentDialog.C:
100         * ui/LanguageModuleBase.ui: improve UI of language encoding
101
102 2003-02-15  John Levon  <levon@movementarian.org>
103
104         * ui/BulletsModuleBase.ui:
105         * ui/ClassModuleBase.ui:
106         * ui/LanguageModuleBase.ui:
107         * ui/MarginsModuleBase.ui:
108         * ui/NumberingModuleBase.ui:
109         * ui/QPrefScreenFontsModule.ui:
110         * ui/QPrefsDialogBase.ui: tab ordering fixes
111
112         * README: add some rules
113
114 2003-02-15  John Levon  <levon@movementarian.org>
115
116         * QPrefs.C: fix silly typo that screwed up the print
117           parameters
118
119 2003-02-14  John Levon  <levon@movementarian.org>
120
121         * QtView.h:
122         * QtView.C: change prohibit/allowInput() to be busy(bool),
123           and actually implement the busy cursor
124
125 2003-02-09  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
126
127         * QBibtexDialog.C: Fix browsing mechanism of *.sty files (bug 773).
128
129         * ui/QBibtexDialogBase.ui: Remove unused Update button (bug 773).
130         Replace addBib LineEdit with ComboBox.
131
132         * QBibtex.C: Insert available .bib-files into addBibCB. 
133         
134 2003-02-13  John Levon  <levon@movementarian.org>
135
136         * ui/QSpellcheckerDialogBase.ui: A&dd not &Add, bug 884
137
138 2003-02-10  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
139
140         * QDocument.C: Allow qt users actually to use another 
141         papersize than default (set params.paperpackage).
142
143 2003-02-09  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
144
145         * QDocumentDialog.[Ch]: Show A4 packages also when default
146         papersize is A4 (and default chosen) and only in portrait mode.
147
148 2003-02-12  Dekel Tsur  <dekelts@tau.ac.il>
149
150         * qfont_metrics.C: Add checks for lyxrc.use_gui.
151         This fixes 'lyx -e' with the QT frontend.
152
153 2003-02-10  João Luis Meloni Assirati  <assirati@fma.if.usp.br>
154
155         * ui/QMathMatrixDialogBase.ui: Fix horizontal alignment tooltip
156
157 2003-02-08  John Levon  <levon@movementarian.org>
158
159         * Makefile.am:
160         * QChanges.h:
161         * QChanges.C:
162         * QChangesDialog.h:
163         * QChangesDialog.C:
164         * ui/QChangesDialogBase.ui: add changes dialog
165
166         * ui/QPrefIdentityModule.ui:
167         * QPrefs.C:
168         * QPrefsDialog.h:
169         * QPrefsDialog.C: add identity prefs
170
171 2003-02-07  John Levon  <levon@movementarian.org>
172
173         * lyx_gui.C: delete lyxserver on exit path (bug 865)
174
175 2003-02-07  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
176
177         * QTabular.C (closeGUI): do not change if nothing has to 
178         be changed (bug 849).
179
180 2003-01-31  Michael Schmitt  <michael.schmitt@teststep.org>
181
182         * ui/BulletsModuleBase.ui: Replace LaTeX font size names by LyX
183         names for consistency reasons and to resolve a translation conflict
184
185 2003-02-05  John Levon  <levon@movementarian.org>
186
187         * QLPrintDialog.C: fix braindead "helpful" code
188
189 2003-02-02  John Levon  <levon@movementarian.org>
190
191         * QTocDialog.C: set no sorting (bug 856)
192
193 2003-02-02  John Levon  <levon@movementarian.org>
194
195         * QPrefs.C: apply formats first (bug 854)
196         * QPrefsDialog.C: make sure a formats/converters item
197           is always selected (bug 855)
198
199 2003-01-31  Angus Leeming  <leeming@lyx.org>
200
201         * Qt2Base.[Ch]: instantiate the isVisible() virtual method.
202
203 2003-01-30  Angus Leeming  <leeming@lyx.org>
204
205         * Dialogs2.C (createIndex): enable ControlCommand to create an
206         InsetCommandParam of type "index", not null.
207
208 2003-01-26  Michael Schmitt  <michael.schmitt@teststep.org>
209
210         * ui/QThesaurusDialogBase.ui: add colons to labels.
211
212 2003-01-23  John Levon  <levon@movementarian.org>
213
214         * ui/*.ui: move several group box labels to title capitalisation
215
216 2003-01-20  Michael Schmitt  <michael.schmitt@teststep.org>
217
218         * QDocument.C: rename "Xxxskip" to "XxxSkip"
219         * QGraphicsDialog.C:
220         * QLog.C: Make output messages identical to other messages 
221         * ui/*.ui: In strings, remove space in front of colon 
222         ("... :" => "...:") for harmonization with xforms labels
223
224 2003-01-16  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
225
226         * ui/QDocumentDialogBase.ui:
227         * ui/ClassModuleBase.ui:
228         * ui/LanguageModuleBase.ui:
229         * ui/PackagesModuleBase.ui:
230         * QDocument.C:
231         * QDocumentDialog.[Ch]: Rearrangement.
232
233 2003-01-15  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
234
235         * QIndex.C:
236         * QUrl.C: fix validation on update().
237
238 2003-01-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
239
240         * FileDialog.C: implement opendir [bug 824], fix mask.
241
242         * QPrefsDialog.C: use browsedir for paths [bug 824]
243
244 2003-01-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
245
246         * qgridview.cpp: rename to...
247         * qgridview.C: ...this
248         
249         * Makefile.am: distcheck ready 
250
251         * Makefile.dialogs: simplify
252
253         * Rename a lot of files from *Dialog.ui to *DialogBase.ui
254
255         * ui/Makefile.am: simplify and distcheck ready, make sure to dist
256         all the ui files.
257
258         * ui/moc/Makefile.am: simplify and distcheck ready
259
260         * moc/Makefile.am: simplify and distcheck ready
261
262 2003-01-12  Edwin Leuven  <e.leuven@uva.nl>
263
264         * ui/QPreambleDialog.ui:
265         * QPreamble.[Ch]:
266         * QPreambleDialog.[Ch]:
267         * Dialogs.C:
268         * Dialogs_impl.h:
269         * Makefile.dialogs: Remove preamble dialog
270
271 2003-01-12  Alfredo Braunstein <abraunst@libero.it>
272
273         * QSpellcheckerDialog.C (spellcheck,update_contents): enable/disable
274           elements of the dialog.
275
276 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
277
278         * ui/Makefile.am (EXTRA_DIST): dist ui files
279         (SRCS): var with all ui files
280
281 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
282
283         * FileDialog.C:
284         * QIndexDialog.C:
285         * QPrefsDialog.C:
286         * QToc.C:
287         * qfont_loader.C: fix inconsistent usage of spaces, colons,
288         capitalization, and the like.
289
290 2003-01-05  John Levon  <levon@movementarian.org>
291
292         * QLyXKeySym.h:
293         * QLyXKeySym.C: add an encoding map for getISOEncoded
294
295         * lyx_gui.C: init encodings
296
297         * QtView.h:
298         * QtView.C:
299
300 2003-01-04  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
301
302         * QURL.C: isValid(): fix validation.
303
304 2002-12-21  John Levon  <levon@movementarian.org>
305
306         * FileDialog.C:
307         * QBibtex.C: fix mis-use of conversions to QString
308
309 2003-01-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
310
311         * QCitationDialog.C: update dialog correctly on search.
312
313 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
314
315         * ui/QMathDialog.ui:
316         * QPrefsDialog.C (select_workingdir): fix typo
317
318 2002-12-21  Dekel Tsur  <dekelts@tau.ac.il>
319
320         * qfont_loader.C (isAvailable): Call to addFontPath().
321         Also, add a cache.
322
323 2002-12-20  John Levon  <levon@movementarian.org>
324
325         * lyx_gui.C: fix exit to use std::exit, so we don't
326           end up back in the LyX code
327
328 2002-12-19  John Levon  <levon@movementarian.org>
329
330         * ui/QPrefsDialog.ui: remove auto-default stuff - it was
331           confusing
332
333 2002-12-19  John Levon  <levon@movementarian.org>
334
335         * QLyXKeySym.C: do not attempt to compare Qt::Key_unknowns
336
337 2002-12-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
338
339         * lyx_gui.C (getStatus): forks-show is not implemented by the qt
340         frontend
341
342 2002-12-19  John Levon  <levon@movementarian.org>
343
344         * QPrefs.C: if we can't find the font family, use
345           StyleHint to get one close by
346
347 2002-12-18  Alfredo Braunstein <abraunst@libero.it>
348
349         * QRef.C (redoRefs): small bug fix (wrong label was selected)
350
351 2002-12-18  Edwin Leuven  <e.leuven@uva.nl>
352
353         * QCitationDialog.C: update styles combo when necessary
354
355 2002-12-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
356
357         * Alert_pimpl.C (askForText_pimpl): replace qt_() with _()
358
359 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
360
361         * QLPopupMenu.C (populate): ignore unknown lfuns; do not insert
362         separator as first item of a menu
363
364         * lyx_gui.C (getStatus): indicate that LFUN_LAYOUT_PREAMBLE and
365         LFUN_TOOLTIPS_TOGGLE are not implemented
366
367 2002-12-18  Edwin Leuven  <e.leuven@uva.nl>
368
369         * BulletsModule.C: fix crash on custom bullet cancel
370
371 2002-12-18  John Levon  <levon@movementarian.org>
372
373         * qfont_loader.C: symbol should not match "Standard Symbols 1"
374
375 2002-12-18  John Levon  <levon@movementarian.org>
376
377         * qfont_loader.C: rewrite for proper maths symbols
378           handling
379
380 2002-12-17  John Levon  <levon@movementarian.org>
381
382         * qt_helpers.h:
383         * qt_helpers.C: add fromqstr/toqstr/qt_ for converting
384           using locale from/to QString
385
386         * all files: use the above
387
388         * QDocumentDialog.C: fix margins properly
389
390 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
391
392         * QCommandBuffer.C: added up.xpm and down.xpm to the command buffer
393
394 2002-12-13  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
395
396         * QBibtexDialog.[Ch]
397         * ui/QBibtexDialog.ui:
398         Add LineEdit for manual *.bib file insertion, ws changes.
399
400 2002-12-17  John Levon  <levon@movementarian.org>
401
402         * QLPopupMenu.C: add using endl
403
404 2002-12-16  Edwin Leuven  <e.leuven@uva.nl>
405
406         * BulletsModule.C: forgot to remove an include of
407         bulletstrings.[Ch] removed in the previous commit
408
409 2002-12-16  Edwin Leuven  <e.leuven@uva.nl>
410
411         * BulletsModule.[Ch]: Fix bulletstuff
412         * QDocument.C:
413         * QDocumentDialog.C:
414         * ui/BulletsModuleBase.ui:
415
416 2002-12-12  John Levon  <levon@movementarian.org>
417
418         * QSpellcheckerDialog.h:
419         * QSpellcheckerDialog.C:
420         * QSpellchecker.C: place broken word in replace box
421           for user fixing
422
423 2002-12-12  John Levon  <levon@movementarian.org>
424
425         * FileDialog_private.C: don't mess with windows z-ordering
426           when opening a dialog (appear above focusWidget)
427
428 2002-12-12  John Levon  <levon@movementarian.org>
429
430         * QLyXKeySym.C: check for isNull(). It's needed by
431           Kornel, dunno why
432
433 2002-12-12  John Levon  <levon@movementarian.org>
434
435         * ui/QSpellcheckerDialog.ui: make double click replace word
436
437 2002-12-12  John Levon  <levon@movementarian.org>
438
439         * QSearchDialog.C:
440         * ui/QSearchDialog.ui: fixes from Alfredo
441
442 2002-12-12  John Levon  <levon@movementarian.org>
443
444         * QLyxKeySym.h:
445         * QLyXKeySym.C:
446         * qlkey.h: implement isText() to allow us to insert
447           unrecognised text
448
449 2002-12-11  John Levon  <levon@movementarian.org>
450
451         * qfont_loader.h:
452         * qfont_loader.C:
453         * qfont_metrics.C: cache per-char widths to avoid slowness
454           of QFontMetrics::width
455
456 2002-12-10  John Levon  <levon@movementarian.org>
457
458         * ui/QURLDialog.ui: fix tab order
459
460 2002-12-10  John Levon  <levon@movementarian.org>
461
462         * QRef.C: patch from Alfredo
463
464 2002-12-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
465
466         * QAbout.C (build_dialog): use old over-eager version for 1.3.0.
467
468 2002-12-09  John Levon  <levon@movementarian.org>
469
470         * ui/*ModuleBase.ui: some capitalisation fixes
471
472 2002-12-08  John Levon  <levon@movementarian.org>
473
474         * ui/Makefile.am: use uic -tr; fix by Pauli Virtanen
475
476 2002-12-08  John Levon  <levon@movementarian.org>
477
478         * ui/QExternalDialog.ui: connect Edit button; fix by
479         Alfredo Braunstein
480
481 2002-12-07  John Levon  <levon@movementarian.org>
482
483         * QMathMatrixDialog.C: row/column insert was inverted; fix
484           by Alfredo Braunstein
485
486 2002-12-07  John Levon  <levon@movementarian.org>
487
488         * QDelimiterDialog.C:
489         * QDelimiterDialog.h:
490         * QMathDialog.C:
491         * QMathDialog.h:
492         * iconpalette.h: fix connections for Qt 3, hopefully
493
494 2002-12-05  John Levon  <levon@movementarian.org>
495
496         * QContentPane.C: set I-beam cursor
497
498 2002-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
499
500         * qlkey.h (string_to_qkey): Add many missing entries
501
502 2002-12-04  John Levon  <levon@movementarian.org>
503
504         * qt_helpers.h:
505         * qt_helpers.C:
506         * QDocument.h:
507         * QDocument.C: move methods below to helpers
508
509 2002-11-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
510
511         * QDocument.C: new methods widgetsToLength, lengthToWidgets.
512         set defaultUnit
513
514 2002-12-03  John Levon  <levon@movementarian.org>
515
516         * QIncludeDialog.C: another fix
517
518 2002-12-03  John Levon  <levon@movementarian.org>
519
520         * ui/QIncludeDialog.ui:
521         * QInclude.C: support preview()
522
523 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
524
525         * several files: ws changes
526
527 2002-11-30  John Levon  <levon@movementarian.org>
528
529         * QParagraph.C: another fix from Otto Tronarp
530
531 2002-11-30  John Levon  <levon@movementarian.org>
532
533         * various: string(widget->text()) is not good.
534
535 2002-11-28  John Levon  <levon@movementarian.org>
536
537         * qt_helpers.C: fix build
538
539 2002-11-28  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
540
541         * qsetborder.[Ch]: implement John's setEnabled bool
542
543         * QTabular.C:
544         * QTabularDialog.C: remaining fixes.
545
546 2002-11-28  John Levon  <levon@movementarian.org>
547
548         * QSpellcheckerDialog.C: fix Escape + restarting spellcheck
549
550 2002-11-28  John Levon  <levon@movementarian.org>
551
552         * QSpellcheckerDialog.C: small fix
553
554 2002-11-28  John Levon  <levon@movementarian.org>
555
556         * QDocument.C: fix line spacing
557
558 2002-11-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
559
560         * ui/TabularDialog.ui:
561         * QTabular.C:
562         * QTabularDialog.C: ui fixes.
563
564 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
565
566         * qfont_loader.C (font_info): Use lyxrc.*_font_foundry.
567
568         * QPrefs.C: Handle lyxrc.*_font_foundry.
569
570         * qt_helpers.C: New file.
571
572 2002-11-27  John Levon  <levon@movementarian.org>
573
574         * qsetborder.h:
575         * qsetborder.C: cleanup
576
577         * QTabular.C:
578         * QTabularDialog.C: cleanups, fixes
579
580 2002-11-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
581
582         * ui/TabularDialog.ui:
583         * QTabular.[Ch]:
584         * QTabularDialog.[Ch]: implement most functions
585         * qsetborder.[Ch]: fixes
586
587 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
588
589         * Alert_pimpl.C (askForText_pimpl): use boost.format
590
591 2002-11-26  John Levon  <levon@movementarian.org>
592
593         * QMathDialog.C:
594         * Toolbar_pimpl.h:
595         * Toolbar_pimpl.C: Qt is the Lord of Suck
596
597 2002-11-25  John Levon  <levon@movementarian.org>
598
599         * qscreen.C: use LColor::cursor properly
600
601         * QPrefs.C:
602         * ui/QPrefKeyboardModule.ui:
603         * ui/QPrefUIModule.ui: UI fixes
604
605 2002-11-25  Herbert Voss  <Herbert.Voss@alumni.TU-Berlin.DE>
606
607         * QVCLog.C (update_contents): fix USE_BOOST_FORMAT
608
609 2002-11-24  John Levon  <levon@movementarian.org>
610
611         * QDocumentDialog.C: fix build
612
613 2002-11-21  Angus Leeming  <leeming@lyx.org>
614
615         * QDocumentDialog.C (classChanged): use ControlDocument::loadTextclass.
616
617 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
618
619         * QVCLog.C (update_contents): use boost::format
620
621 2002-11-21  John Levon  <levon@movementarian.org>
622
623         * qscreen.C: show content pane cursor even when
624           focus is on dialog, command buffer etc.
625
626 2002-11-20  John Levon  <levon@movementarian.org>
627
628         * QMathDialog.C: don't pass empty commands to math
629           on menu tear-off
630
631 2002-11-20  John Levon  <levon@movementarian.org>
632
633         * QLPopupMenu.C: only check .disabled() on Commands
634
635 2002-11-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
636
637         * QLPopupMenu.C (getLabel): show labels for menu entries
638
639         * qlkey.h (string_to_qkey): add support for KP_xxx keysyms
640
641 2002-11-20  John Levon  <levon@movementarian.org>
642
643         * ui/QDelimiterDialog.ui: geometry fix
644
645 2002-11-20  John Levon  <levon@movementarian.org>
646
647         * Toolbar_pimpl.C:
648         * QDelimiterDialog.C:
649         * QMathDialog.C: use find_xpm to mangle name
650
651 2002-11-20  John Levon  <levon@movementarian.org>
652
653         * QDelimiterDialog.h:
654         * QDelimiterDialog.C: fix delimiter connect()
655
656 2002-11-20  John Levon  <levon@movementarian.org>
657
658         * QDocument.C:
659         * QDocumentDialog.C: fix my sillies
660
661 2002-11-20  John Levon  <levon@movementarian.org>
662
663         * QLPainter.C: use realColor not color for the font
664
665 2002-11-18  John Levon  <levon@movementarian.org>
666
667         * Makefile.am:
668         * qfontexample.h:
669         * qfontexample.C:
670         * QPrefs.C:
671         * QPrefsDialog.h:
672         * QPrefsDialog.C:
673         * ui/QPrefScreenFontsModule.ui: show an example
674           of the chosen font
675
676 2002-11-18  John Levon  <levon@movementarian.org>
677
678         * ui/Makefile.am:
679         * moc/Makefile.am:
680         * ui/moc/Makefile.am:
681         * Makefile.am: define no translation
682
683         * QDocument.C: avoid QBloatList
684
685 2002-11-17  John Levon  <levon@movementarian.org>
686
687         * ui/QPrefScreenFontsModule.ui:
688         * QPrefsDialog.h:
689         * QPrefsDialog.C:
690         * QPrefs.C: use font families properly
691
692         * qfont_loader.C: and obey them
693
694 2002-11-17  John Levon  <levon@movementarian.org>
695
696         * QPrefsDialog.C: partial fonts fix
697
698 2002-11-17  John Levon  <levon@movementarian.org>
699
700         * QPrefsDialog.h:
701         * QPrefsDialog.C: implement browse slots. Also
702           try to do something with fonts for Qt 3 (untested)
703
704 2002-11-17  John Levon  <levon@movementarian.org>
705
706         * QGraphics.C: some fixes from Herbert & me
707
708 2002-11-15  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
709
710         * FileDialog.C: fix empty mask string
711
712 2002-11-17  John Levon  <levon@movementarian.org>
713
714         * QLImage.C: implement monochrome, and fake grayscale
715
716 2002-11-17  John Levon  <levon@movementarian.org>
717
718         * qfont_loader.h:
719         * qfont_loader.C: fix totally broken update code
720
721 2002-11-17  John Levon  <levon@movementarian.org>
722
723         * Makefile.am:
724         * qcoloritem.h:
725         * qcoloritem.C:
726         * ui/QPrefColorsModule.ui:
727         * QPrefs.C:
728         * QPrefsDialog.h:
729         * QPrefsDialog.C: implement colors. We're done !
730
731 2002-11-17  John Levon  <levon@movementarian.org>
732
733         * FileDialog.C:  split into open/save so open
734           no longer says "Save" !
735
736 2002-11-17  John Levon  <levon@movementarian.org>
737
738         * QPrefsDialog.h:
739         * QPrefsDialog.C: implement converters
740
741 2002-11-17  John Levon  <levon@movementarian.org>
742
743         * QPrefsDialog.C:
744         * QPrefs.C: implement formats
745
746 2002-11-17  John Levon  <levon@movementarian.org>
747
748         * fontloader.C: disable crashing code for now
749
750         * QPrefs.h:
751         * QPrefs.C:
752         * QPrefsDialog.C: implement most prefs load/save
753
754 2002-11-17  John Levon  <levon@movementarian.org>
755
756         * ui/QPref*:
757         * QPrefsDialog.C:
758         * QPrefs.C: more work
759
760 2002-11-15  Edwin Leuven  <leuven@fee.uva.nl>
761
762         * QTabular.C: compile fixes
763
764 2002-11-15  Edwin Leuven  <leuven@fee.uva.nl>
765
766         * ui/QTabularDialog.ui: some relabelling
767
768 2002-11-15  John Levon  <levon@movementarian.org>
769
770         * QPrefs.h:
771         * QPrefs.C: some update() work
772
773 2002-11-15  John Levon  <levon@movementarian.org>
774
775         * QPrefs.C: add #if 0 xforms code for working on
776
777         * QTabular.C: remove some handled #if 0 code
778
779 2002-11-15  John Levon  <levon@movementarian.org>
780
781         * qsetborder.h:
782         * qsetborder.C: fix ws
783
784 2002-11-15  John Levon  <levon@movementarian.org>
785
786         * QTabularDialog.h:
787         * QTabularDialog.C:
788         * QTabular.C: add some stuff
789
790 2002-11-15  John Levon  <levon@movementarian.org>
791
792         * Makefile.dialogs:
793         * Makefile.am:
794         * moc/Makefile.am:
795         * Dialogs2.C:
796         * Dialogs_impl.h:
797         * Dialogs.C:
798         * QTabular.h:
799         * QTabular.C:
800         * QTabularDialog.h:
801         * QTabularDialog.C: add skeleton
802
803 2002-11-14  John Levon  <levon@movementarian.org>
804
805         * ui/QTabularDialog.ui: label for cell pos
806
807 2002-11-13  Herbert Voss  <voss@perce.de>
808
809         * QBibtex.C: (apply, isValid) small changes
810
811 2002-11-13  John Levon  <levon@movementarian.org>
812
813         * all pref files: make the stack work
814
815 2002-11-13  John Levon  <levon@movementarian.org>
816
817         * Dialogs.C:
818         * Dialogs2.C:
819         * Dialog_impl.h:
820         * Makefile.dialogs:
821         * QPrefs.h:
822         * QPrefs.C:
823         * QPrefsDialog.h:
824         * QPrefsDialog.C: add skeleton dialog
825
826 2002-11-13  John Levon  <levon@movementarian.org>
827
828         * ui/QBibtexDialog.ui: add some change_adaptors()
829
830         * QBibtex.C: fix duplicate entries in style CB, and
831           alphasort it again, but still allow empty/user-defined
832           style
833
834 2002-11-12  Herbert Voss  <voss@perce.de>
835
836         * QBibtex.[Ch]: fix bugs in the apply-part
837
838 2002-11-13  John Levon  <levon@movementarian.org>
839
840         * QDocument.h:
841         * QDocument.C:
842         * QDocumentDialog.h:
843         * QDocumentDialog.C:
844         * ui/QDocumentDialog.ui:
845         * ui/BulletsModuleBase.ui: some UI fixes
846
847 2002-11-12  Edwin Leuven  <leuven@fee.uva.nl>
848
849         * QDocumentDialog.C: enable apply on change
850         * QBrowseBox.C: remove qWarning
851
852 2002-11-12  Edwin Leuven  <leuven@fee.uva.nl>
853
854         * BulletsModule.C: more bullet changes
855         * BulletsModule.h
856         * Makefile.am
857         * QDocument.C
858         * QDocumentDialog.C
859         * bulletstrings.C
860         * bulletstrings.h
861         * ui/BulletsModuleBase.ui
862
863 2002-11-12  Edwin Leuven  <leuven@fee.uva.nl>
864
865         * QBrowseBox: Juergen Spitzmueller's mouse focus fix
866
867 2002-11-08  Edwin Leuven  <leuven@fee.uva.nl>
868
869         * Dialogs2.C: compile fix
870
871 2002-11-08  Edwin Leuven <leuven@fee.uva.nl>
872
873         * QDocument.[Ch]: Remove unused methods
874         * QBrowseBox.[Ch]: Capture mouse, new methods, etc
875         * BulletsModule.[Ch]: Further improvements
876         * QDocumentDialog.[Ch]: more bullet stuff
877         * ui/BulletsModuleBase.ui: idem
878         * ui/QTabularDialog.ui: new tabular dialog
879         * qsetborder.[Ch]: new small qt widget to set table borders
880
881 2002-11-08  Dekel Tsur  <dekelts@tau.ac.il>
882
883         * lyx_gui.C:
884         * QWorkArea.C: Fix X selection code.
885
886 2002-11-07  John Levon  <levon@movementarian.org>
887
888         * ui/QIncludeDialog.ui:
889         * QInclude.C: fix setting of combobox
890
891 2002-11-07  John Levon  <levon@movementarian.org>
892
893         * ui/QPref*: add initial prefs ui from Juergen S
894
895 2002-11-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
896
897         * ui/QDocument.ui:
898         * QDocumentDialog.C:
899         * QDocument.[Ch]:
900         Implement "Save as default" and "Use class defaults"
901
902         * QDocumentDialog.C: Fix dialog update on class change
903         implement lyxrc.auto_reset_options
904
905 2002-11-07  John Levon  <levon@movementarian.org>
906
907         * QGraphics.[Ch]:
908         * QGraphicsDialog.[Ch]:
909         * ui/QGraphicsDialog.ui: various fixes so it actually
910         works
911
912 2002-11-01  Herbert Voss  <voss@perce.de>
913
914         * QGraphics.[Ch]:
915         * QGraphicsDialog.[Ch]:
916         * ui/QGraphicsDialog.ui: get scale/rotate working
917
918 2002-11-04  Angus Leeming  <leeming@lyx.org>
919
920         * QGraphics.C (update_contents): controller.getUnits() ->
921         frnt::getBBUnits().
922
923 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
924
925         * QAbout.C (build_dialog): do not use str().c_str() when not needed.
926
927         * qttableview.C: include config.h
928
929         * lyx_gui.C: move includes around a bit
930         (start): adjust signature
931
932 2002-10-31  John Levon  <levon@movementarian.org>
933
934         * QExternal.C: fix crash, valid check
935
936 2002-10-31  John Levon  <levon@movementarian.org>
937
938         * QGraphics.C:
939         * QGraphicsDialog.C:
940         * QGraphicsDialog.h:
941         * ui/QGraphicsDialog.ui: bb unit fixes
942
943 2002-10-30  John Levon  <levon@movementarian.org>
944
945         * QPrintDialog.[hC]: move to ...
946
947         * QLPrintDialog.[hC]: ... here to prevent name clash
948
949         * QPrint.h:
950         * QPrint.C:
951         * Dialogs_impl.h:
952         * Makefile.dialogs: from above
953
954         * QSpellchecker.C: reset progress
955
956 2002-10-30  John Levon  <levon@movementarian.org>
957
958         * QGraphics.C:
959         * ui/QGraphicsDialog.ui: some fixes from Herbert
960
961 2002-10-30  John Levon  <levon@movementarian.org>
962
963         * ui/QTabularDialog.ui: initial UI from Juergen Spitzmueller
964
965 2002-10-28  John Levon  <levon@movementarian.org>
966
967         * iconpalette.C:
968         * QMathDialog.C: fix symbol insert breakage from Lars' patch
969
970 2002-10-26  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
971
972         * ui/QMathMatrixDialog.ui:
973         * QMathMatrixDialog.[Ch]:
974         * Makefile.dialogs:
975         * QMath.C:
976         * QMathDialog.C: implement Matrix dialog
977
978         * QMathDialog.C: enlarge Symbols combox (prevent scrollbar)
979
980 2002-10-28  Dekel Tsur  <dekelts@tau.ac.il>
981
982         * qfont_loader.C (font_info): Add xfonts to the font path if
983         necessary.
984
985 2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
986
987         * QVCLog.C (update_contents): modify
988
989         * QPreamble.C (apply): modify
990
991 2002-10-21  Dekel Tsur  <dekelts@tau.ac.il>
992
993         * qfont_metrics.C (ascent): Fix returned value.
994
995 2002-10-21  Philippe Elie  <phil.el@wanadoo.fr>
996
997         * QContentPane.h:
998         * QContentPane.C: implement wheelEvent
999
1000 2002-10-20  Dekel Tsur  <dekelts@tau.ac.il>
1001
1002         * several files: Use QT_VERSION >= 300 instead of >= 0x030000
1003
1004 2002-10-20  John Levon  <levon@movementarian.org>
1005
1006         * ui/QDelimiterDialog.ui: remove two huge XPMs that
1007           were accidentally built in
1008
1009 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
1010
1011         * Toolbar_pimpl.C (setLayout): initialize i to 0, don't
1012         reinitialize.
1013
1014         * README: add a comment about the strange moc behaviour.
1015
1016         * QWrap.C (apply): local ref to params
1017         (update_contents): ditto
1018         (numtostr): use erase to clear string
1019
1020         * QWorkArea.C (setScrollbarParams): use explicit std::max
1021
1022         * QURL.C (update_contents): local ref to params
1023         (apply): ditto
1024
1025         * QRef.C (update_contents): local ref to params
1026         (apply): ditto
1027
1028         * QPreambleDialog.C (editClicked): no need to explicitly
1029         initialize an std::string.
1030         (editClicked): read file with smaller overhead.
1031
1032         * QParagraph.C (apply): local ref to params
1033         (update_contents): ditto
1034
1035         * QMinipage.C (apply): local ref to params
1036         (update_contents): ditto
1037         (update_contents): handle InsetMinipage::top in switch
1038
1039         * QMath.C (createMathPanel): use "new Type" not "new Type()"
1040
1041         * QLyXKeySym.h: adda key_ accessor key().
1042
1043         * QLyXKeySym.C (operator=): out of class version.
1044
1045         * QLog.C (update_contents): use a simpler and faster way to fill
1046         the log dialog.
1047
1048         * QLPopupMenu.C (getLabel): use subst directly on mi.label()
1049
1050         * QLPainter.C (QLPainter): use "new Type" not "new Type()"
1051         (lines): put int i inside for scope
1052         (fillPolygon): put j insize for scope
1053
1054         * QInclude.C (update_contents): local ref to params
1055         (apply): ditto
1056
1057         * QGraphics.C (update_contents): initialize item to 0
1058         (apply): use erase to clear string
1059
1060         * QFloat.C (update_contents): local ref to params
1061         (apply): ditto
1062
1063         * QExternal.C (update_contents): local ref to params
1064         (helpText): ditto
1065         (apply): ditto
1066
1067         * QERT.C (apply): local reference to params
1068
1069         * QDocument.C (apply): have a local reference to the params
1070         (update_contents): ditto
1071
1072         * QCommandEdit.C: add missing include config.h
1073
1074         * QCommandBuffer.C (QCommandBuffer): call method directly on
1075         unnamed pointer objects.
1076         (complete): use "new Type", not "new Type()"
1077         (complete): use explict std::max
1078
1079         * QCharacter.C (update_contents): use a local reference as
1080         controller cache
1081         (apply): ditto
1082
1083         * QBibtex.C (update_contents): use erase to clear a string.
1084
1085         * QAbout.C (build_dialog): fill the credits view in a bit more
1086         elegant way
1087
1088         * almost all files: clean up formatting and indenting.
1089
1090 2002-10-19  Lars Gullik Bjønnes  <larsbj@gullik.net>
1091
1092         * qfont_loader.C (update): move loop vars into for scopes.
1093         (get): add some debug msg.
1094         (font_info): ditto
1095         (getfontinfo): simplify slightly
1096
1097         * QParagraph.C (setWidgetsFromVSpace): initilize item
1098
1099         * QERT.C (update_contents): initialize rb
1100
1101         * QDocument.C (build_dialog): move int n inside for scope.
1102
1103         * QCharacter.C (findPos2nd): add a typedef
1104
1105         * FileDialog_private.C: include order changed.
1106         (LyXFileDialog): some reformat
1107
1108         * FileDialog.C: include order changed.
1109         (FileDialog): fix wrong use of new.
1110
1111 2002-10-17  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1112
1113         * ui/QSendtoDialog.ui: fix layout
1114
1115 2002-10-17  Angus Leeming  <leeming@lyx.org>
1116
1117         * lyx_gui.C (getDPI): use an average of DpiX and DpiY.
1118
1119         * QBrowseBox.[Ch] (c-tor): remove unneeded arguments.
1120
1121 2002-10-17  André Pönitz  <poenitz@lyx.org>
1122
1123         * QBrowseBox.[Ch]: fix style issues
1124
1125 2002-10-17  Angus Leeming  <leeming@lyx.org>
1126
1127         * ui/moc/Makefile.am:
1128         * moc/Makefile.am: add a distclean-local target to remove *_moc.C.
1129
1130 2002-10-16  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1131
1132         * ui/QSendtoDialog.ui:
1133         * QSendtoDialog.[Ch]:
1134         * QSendto.[Ch]:
1135         * Makefile.dialogs:
1136         * Dialogs.C:
1137         * Dialogs2.C:
1138         * Dialogs_impl.h: Implement Sendto (Custom Export) dialog
1139
1140 2002-10-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1141
1142         * qfont_loader.C (font_info): correct calculation of font size
1143         (point size) for qt.
1144
1145 2002-10-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1146
1147         * QBrowseBox.C (QBrowseBox): transpose const char
1148
1149 2002-10-15  Angus Leeming  <leeming@lyx.org>
1150
1151         * QBrowseBox.C (c-tor): default values should go only in the .h file.
1152
1153         * QDocument.C: add a using std::vector declaration.
1154
1155 2002-10-15  Dekel Tsur  <dekelts@tau.ac.il>
1156
1157         * QLPainter.C (text): Unicode support.
1158         * qfont_metrics.C (width): ditto.
1159
1160         * qfont_loader.C (available): Add code for QT 2.x.
1161
1162 2002-10-14  Dekel Tsur  <dekelts@tau.ac.il>
1163
1164         * lyx_gui.C (getDPI): Implemented.
1165
1166 2002-10-12  Dekel Tsur  <dekelts@tau.ac.il>
1167
1168         * qfont_loader.C (available): Implemented.
1169
1170 2002-10-09  Edwin Leuven <leuven@fee.uva.nl>
1171
1172         * QDocument.C: Brand new document dialog
1173         * QDocument.h:
1174         * QDocumentDialog.C:
1175         * QDocumentDialog.h:
1176         * BulletsModule.C:
1177         * BulletsModule.h:
1178         * Dialogs.C:
1179         * Dialogs2.C:
1180         * Dialogs_impl.h:
1181         * Makefile.am:
1182         * Makefile.dialogs:
1183         * QBrowseBox.C:
1184         * QBrowseBox.h:
1185         * qgridview.cpp:
1186         * qgridview.h:
1187         * moc/Makefile.am:
1188         * ui/BiblioModuleBase.ui:
1189         * ui/BulletsModuleBase.ui:
1190         * ui/ClassModuleBase.ui:
1191         * ui/LanguageModuleBase.ui:
1192         * ui/Makefile.am:
1193         * ui/MarginsModuleBase.ui:
1194         * ui/NumberingModuleBase.ui:
1195         * ui/PackagesModuleBase.ui:
1196         * ui/PaperModuleBase.ui:
1197         * ui/PreambleModuleBase.ui:
1198         * ui/QDocumentDialog.ui:
1199         * ui/QGraphicsDialog.ui:
1200         * ui/QPrintDialog.ui:
1201         * ui/QRefDialog.ui:
1202
1203 2002-09-28  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1204
1205         * ui/QWrapDialog.ui:
1206         * QWrapDialog.[Ch]:
1207         * QWrap.[Ch]:
1208         * Makefile.dialogs:
1209         * Dialogs.C:
1210         * Dialogs2.C:
1211         * Dialogs_impl.h: Implement Wrap figure dialog
1212
1213 2002-09-25  Angus Leeming  <leeming@lyx.org>
1214
1215         * Dialogs2.C:
1216         * Dialogs_impl.h:
1217         * LyXKeySymFactory.C:
1218         * LyXScreenFactory.C:
1219         * Menubar_pimpl.[Ch]:
1220         * Toolbar_pimpl.[Ch]:
1221         * WorkAreaFactory.C:
1222         * lyx_gui.C: doxygen fixes.
1223
1224 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1225
1226         * ui/moc/Makefile.am (INCLUDES):
1227         * ui/Makefile.am (INCLUDES):
1228         * moc/Makefile.am (INCLUDES):
1229         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
1230
1231 2002-09-24  John Levon  <levon@movementarian.org>
1232
1233         * QCommandEdit.h:
1234         * QCommandEdit.C: fix build by removing the pragmas.
1235
1236 2002-09-24  Angus Leeming  <leeming@lyx.org>
1237
1238         * most files: "standard-conforming" Licence declaration.
1239         Remove trailing whitespace.
1240
1241         * many header files: do not #include <config.h>.
1242         Remove unnecessary #includes by using forward declarations.
1243         Add as first line: // -*- C++ -*-
1244         Move several definitions of virtual functions out of line
1245         as they are unlikely to be inlined anyway (and it reduces
1246         header file dependencies)...
1247
1248         * many files: added g++ #pragma directives.
1249
1250 2002-09-23  Angus Leeming  <leeming@lyx.org>
1251
1252         * QMath.h: forward declare QMathDialog.
1253         Remove trailing semi-colons after definition of apply and
1254         update_contents methods.
1255
1256         * qfont_metrics.C: endl is in namespace std.
1257         Some whitespece stuff.
1258
1259 2002-09-22  John Levon  <levon@movementarian.org>
1260
1261         * qlkey.h: make Key_Unknown a modifier, to handle
1262           Norbert's Alt Gr
1263
1264 2002-09-17  John Levon  <levon@movementarian.org>
1265
1266         * QLPainter.C: use dots for dashes because Qt sucks
1267
1268 2002-09-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1269
1270         * Toolbar_pimpl.C (changed_layout): when selecting a layout in
1271         combox, make sure the corresponding shortcut is shown in
1272         minibuffer
1273
1274 2002-09-16  John Levon  <levon@movementarian.org>
1275
1276         * FileDialog.C: set AnyFile mode
1277
1278 2002-09-16  John Levon  <levon@movementarian.org>
1279
1280         * QMathDialog.C: allow menus to be torn off
1281
1282 2002-09-16  John Levon  <levon@movementarian.org>
1283
1284         * QDelimiterDialog.C: fix empty delimiter
1285
1286 2002-09-15  John Levon  <levon@movementarian.org>
1287
1288         * Makefile.dialogs:
1289         * ui/QDelimiterDialog.ui:
1290         * QDelimiterDialog.h:
1291         * QDelimiterDialog.C:
1292         * QMath.h:
1293         * QMath.C:
1294         * QMathDialog.h:
1295         * QMathDialog.C: add delimiter dialog
1296
1297 2002-09-15  John Levon  <levon@movementarian.org>
1298
1299         * Alert_pimpl.C: title fix
1300
1301 2002-09-14  John Levon  <levon@movementarian.org>
1302
1303         * QMath.h:
1304         * QMath.C:
1305         * QMathDialog.h:
1306         * QMathDialog.C:
1307         * ui/QMathDialog.ui: matrix
1308
1309 2002-09-14  John Levon  <levon@movementarian.org>
1310
1311         * qlkey.h: fix two typos to be Alt_R instead
1312
1313 2002-09-14  John Levon  <levon@movementarian.org>
1314
1315         * qfont_metrics.C: fix rbearing()
1316
1317 2002-09-14  John Levon  <levon@movementarian.org>
1318
1319         * QLPainter.C: fix arc
1320
1321 2002-09-14  John Levon  <levon@movementarian.org>
1322
1323         * ui/QMathDialog.ui:
1324         * QMathDialog.h:
1325         * QMathDialog.C: add back display. Implement
1326           font/style
1327
1328 2002-09-14  John Levon  <levon@movementarian.org>
1329
1330         * ui/QMathDialog.ui:
1331         * QMathDialog.h:
1332         * QMathDialog.C: add spaces menu
1333
1334 2002-09-13  John Levon  <levon@movementarian.org>
1335
1336         * Menubar_pimpl.C:
1337         * QLPopupMenu.C: fix submenus again
1338
1339 2002-09-12  John Levon  <levon@movementarian.org>
1340
1341         * qscreen.h:
1342         * qscreen.C: be even smarter about repaint() vs. update()
1343
1344 2002-09-12  John Levon  <levon@movementarian.org>
1345
1346         * QPrint.C: don't reset unless different buffer
1347
1348 2002-09-12  John Levon  <levon@movementarian.org>
1349
1350         * QPrint.C: get collate from params too
1351
1352         * ui/QGraphicsDialog.ui: re-arrange bb a bit
1353
1354 2002-09-12  John Levon  <levon@movementarian.org>
1355
1356         * Menubar_pimpl.C:
1357         * Menubar_pimpl.h:
1358         * QtView.C: implement openByName(). Move activated
1359         signal to per-menu
1360
1361 2002-09-12  John Levon  <levon@movementarian.org>
1362
1363         * QCommandBuffer.C: fix click
1364
1365 2002-09-12  John Levon  <levon@movementarian.org>
1366
1367         * QMathDialog.C: work around Qt bug in previous change
1368
1369 2002-09-12  John Levon  <levon@movementarian.org>
1370
1371         * QMathDialog.h:
1372         * QMathDialog.C: load icon palettes on demand
1373
1374 2002-09-12  John Levon  <levon@movementarian.org>
1375
1376         * QMathDialog.C: get the scrollbars right on first show
1377
1378 2002-09-11  John Levon  <levon@movementarian.org>
1379
1380         * QPrint.h:
1381         * QPrint.C:
1382         * ui/QPrintDialog.ui: update for odd/even changes
1383
1384 2002-09-11  John Levon  <levon@movementarian.org>
1385
1386         * QCitationDialog.C: show right info when selecting a cite
1387
1388         * QParagraphDialog.C: don't validate lengths, to allow glue
1389
1390 2002-09-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1391
1392         * QFloatDialog.C: Fix the setEnable() logic
1393
1394 2002-09-11  John Levon  <levon@movementarian.org>
1395
1396         * Alert_pimpl.C:
1397         * QExternalDialog.h:
1398         * QExternalDialog.C:
1399         * QGraphicsDialog.h:
1400         * QGraphicsDialog.C:
1401         * QIncludeDialog.h:
1402         * QIncludeDialog.C:
1403         * QIndexDialog.h:
1404         * QIndexDialog.C:
1405         * QSearchDialog.h:
1406         * QSearchDialog.C:
1407         * QURLDialog.h:
1408         * QURLDialog.C: focus on the first linedit on show()
1409
1410 2002-09-11  John Levon  <levon@movementarian.org>
1411
1412         * QSearchDialog.C: fill combo boxes
1413
1414 2002-09-11  John Levon  <levon@movementarian.org>
1415
1416         * qscreen.C: use repaint() not update() for immediate change
1417
1418         * QContentPane.C: warning fix
1419
1420 2002-09-11  John Levon  <levon@movementarian.org>
1421
1422         * qfont_metrics.C: fix button metrics
1423
1424         * QLPainter.C: fillPolygon() should actually fill
1425
1426 2002-09-10  John Levon  <levon@movementarian.org>
1427
1428         * Menubar_pimpl.C:
1429         * QLPopupMenu.h:
1430         * QLPopupMenu.C: finally fix Navigate
1431
1432 2002-09-10  John Levon  <levon@movementarian.org>
1433
1434         * ui/QIncludeDialog.ui:
1435         * QInclude.h:
1436         * QInclude.C: remove don't typeset
1437
1438         * Dialogs2.C: add empty showWrap
1439
1440 2002-09-08  John Levon  <levon@movementarian.org>
1441
1442         * QFloat.C: another fix
1443
1444 2002-09-08  John Levon  <levon@movementarian.org>
1445
1446         * QFloat.h:
1447         * QFloat.C:
1448         * QFloatDialog.h:
1449         * QFloatDialog.C:
1450         * ui/QFloatDialog.ui: fix bug 527 and more
1451
1452 2002-09-12  Angus Leeming  <leeming@lyx.org>
1453
1454         * iconpalette.C (resizeEvent): compile fix.
1455
1456         * QInclude.C (update_contents): remove lyxerr call.
1457
1458 2002-09-08  John Levon  <levon@movementarian.org>
1459
1460         * qfont_loader.C: fix bug 531 (emph())
1461
1462 2002-09-08  John Levon  <levon@movementarian.org>
1463
1464         * QMathDialog.C:
1465         * iconpalette.h:
1466         * iconpalette.C: make sizing work properly
1467
1468 2002-09-08  John Levon  <levon@movementarian.org>
1469
1470         * QMathDialog.h:
1471         * QMathDialog.C: detachable icon menus
1472
1473 2002-09-08  John Levon  <levon@movementarian.org>
1474
1475         * QMathDialog.C:
1476         * iconpalette.h:
1477         * iconpalette.C: re lay out on size change
1478
1479 2002-09-08  John Levon  <levon@movementarian.org>
1480
1481         * QMathDialog.h:
1482         * QMathDialog.C:
1483         * iconpalette.C: More fixes.
1484
1485 2002-09-08  John Levon  <levon@movementarian.org>
1486
1487         * ui/QMathDialog.ui:
1488         * QMathDialog.h:
1489         * QMathDialog.C: add decos as symbols. Some fixes.
1490
1491 2002-09-07  John Levon  <levon@movementarian.org>
1492
1493         * qfont_metrics.C: unrevert per-char metrics. Droppings
1494           are better than entirely wrong metrics. Hopefully
1495           Andre can fix it ...
1496
1497 2002-09-07  John Levon  <levon@movementarian.org>
1498
1499         * qfont_loader.C: fix sizes for symbols etc.
1500
1501 2002-09-07  John Levon  <levon@movementarian.org>
1502
1503         * qfont_metrics.C: revert accurate per-char metrics
1504           because LyX is broken
1505
1506 2002-09-07  John Levon  <levon@movementarian.org>
1507
1508         * qfont_loader.h:
1509         * qfont_loader.C: add debug
1510
1511 2002-09-06  John Levon  <levon@movementarian.org>
1512
1513         * QMath.h:
1514         * QMath.C: add sub/superscript
1515
1516         * ui/QMathDialog.ui:
1517         * QMathDialog.h:
1518         * QMathDialog.C: add dots. Use a completely broken :(
1519           scrollview.
1520
1521         * iconpalette.C: increase size
1522
1523 2002-09-04  Angus Leeming  <leeming@lyx.org>
1524
1525         * QLyXKeySym.C: using std::endl directive.
1526
1527 2002-08-30  John Levon  <levon@movementarian.org>
1528
1529         * Makefile.dialogs:
1530         * moc/Makefile.am:
1531         * QMath.h:
1532         * QMath.C:
1533         * QMathDialog.h:
1534         * QMathDialog.C:
1535         * ui/QMathDialog.ui: start math panel
1536
1537         * iconpalette.h:
1538         * iconpalette.C: new widget used by above
1539
1540 2002-08-29  John Levon  <levon@movementarian.org>
1541
1542         * Toolbar_pimpl.C: defocus layout combo on select
1543
1544 2002-08-29  John Levon  <levon@movementarian.org>
1545
1546         * QtView.C: add back in allow/prohibitInput (for now)
1547
1548         * TODO: update
1549
1550 2002-08-29  John Levon  <levon@movementarian.org>
1551
1552         * Toolbar_pimpl.C: mathed math-insert - skip
1553           the preceding '\' when looking for file name
1554
1555 2002-08-29  John Levon  <levon@movementarian.org>
1556
1557         * Toolbar_pimpl.C: math xpm handling in preparation
1558         for some fixed XPMs
1559
1560 2002-08-29  John Levon  <levon@movementarian.org>
1561
1562         * QCommandBuffer.h:
1563         * QCommandBuffer.C: use a QListView not combo box.
1564           Qt Sucks.
1565
1566 2002-08-29  John Levon  <levon@movementarian.org>
1567
1568         * ui/*: use size grippie consistently
1569
1570 2002-08-29  John Levon  <levon@movementarian.org>
1571
1572         * QContentPane.C:
1573         * QContentPane.h: implement triple click
1574
1575 2002-08-29  John Levon  <levon@movementarian.org>
1576
1577         * QInclude.C: remove some wrong code removed from xforms
1578
1579 2002-08-29  John Levon  <levon@movementarian.org>
1580
1581         * qfont_metrics.C: add per char ascent/descent
1582
1583 2002-08-28  John Levon  <levon@movementarian.org>
1584
1585         * QContentPane.C: fix cut-and-paste borkage from
1586           LFUN_MOUSE changes
1587
1588 2002-08-25  Rob Lahaye  <lahaye@snu.ac.kr>
1589
1590         * QLImage.C: replace redundant xoffset_l and yoffset_t
1591         calculation by something better.
1592
1593 2002-08-25  John Levon  <levon@movementarian.org>
1594
1595         * FileDialog.C:
1596         * FileDialog_private.h:
1597         * FileDialog_private.C: disable non-sync code due
1598           to Qt bug. Add support for buttons
1599
1600 2002-08-25  John Levon  <levon@movementarian.org>
1601
1602         * QLPopupMenu.C: implement optional() support
1603
1604         * TODO: update
1605
1606 2002-08-25  John Levon  <levon@movementarian.org>
1607
1608         * Makefile.am:
1609         * Menubar_pimpl.h:
1610         * Menubar_pimpl.C:
1611         * QLPopupMenu.h:
1612         * QLPopupMenu.C: Populate menus upon open
1613
1614 2002-08-25  John Levon  <levon@movementarian.org>
1615
1616         * qlkey.h: add A-Z into string_to_qkey
1617
1618         * QLyXKeySym.h:
1619         * QLyXKeySym.C: remove crap again
1620
1621 2002-08-25  John Levon  <levon@movementarian.org>
1622
1623         * QLyXKeySym.h:
1624         * QLyXKeySym.C:
1625         * QContentPane.C: revert some wrong direction stuff and try
1626           again. STILL BROKEN :(
1627
1628 2002-08-25  John Levon  <levon@movementarian.org>
1629
1630         * QGraphics.C:
1631         * ui/QGraphicsDialog.ui: update, and some UI improvements
1632
1633 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
1634
1635         * lengthcombo.C: apply changes to "enum UNIT" in src/lyxlength.h
1636
1637         * QLImage.C:
1638         * QGraphics.C: Implement changes for new xforms graphics dialog
1639         (NB: Qt Graphics dialog itself is NOT YET updated!).
1640
1641 2002-08-15  Angus Leeming  <leeming@lyx.org>
1642
1643         * lyx_gui.C (hexname): enable previews to work!
1644
1645 2002-08-15  Angus Leeming  <leeming@lyx.org>
1646
1647         * Dialogs.C:
1648         * Dialogs2.C
1649         * Dialogs_impl.h: the brave new world of Dialog creation.
1650
1651         * guiapi.C: discard.
1652
1653         * Makefile.am: add new files Dialogs2.C Dialogs_impl.h and
1654         remove guiapi.C.
1655
1656 2002-08-14  John Levon  <levon@movementarian.org>
1657
1658         * Alert_pimpl.C: remove xforms header
1659
1660         * Toolbar_pimpl.C: build fix
1661
1662 2002-08-13  Angus Leeming  <leeming@lyx.org>
1663
1664         * Qt2Base.h: compile fix isReadonly -> bufferIsReadonly.
1665
1666         * FileDialog_private.C:
1667         * Menubar_pimpl.C:
1668         * Toolbar_pimpl.C:
1669         * QtView.C:
1670         * lyx_gui.C:
1671         changes due to the changed LyXView interface that now returns references
1672         to member variables not pointers.
1673
1674 2002-08-12  Angus Leeming  <leeming@lyx.org>
1675
1676         * Menubar_pimpl.C: no need to #include "Dialogs.h". Remove semi-colon
1677         from namespace closing delimiter.
1678
1679         * Menubar_pimpl.h:  remove MenuItemInfo:: prefix from c-tor declaration.
1680
1681         * QAbout.[Ch]:
1682         * QBibitem.[Ch]:
1683         * QBibtex.[Ch]:
1684         * QCharacter.[Ch]:
1685         * QCitation.[Ch]:
1686         * QERT.[Ch]:
1687         * QError.[Ch]:
1688         * QExternal.[Ch]:
1689         * QFloat.[Ch]:
1690         * QGraphics.[Ch]:
1691         * QInclude.[Ch]:
1692         * QIndex.[Ch]:
1693         * QLog.[Ch]:
1694         * QMinipage.[Ch]:
1695         * QParagraph.[Ch]:
1696         * QPreamble.[Ch]:
1697         * QPrint.[Ch]:
1698         * QRef.[Ch]:
1699         * QSearch.[Ch]:
1700         * QShowFile.[Ch]:
1701         * QSpellchecker.[Ch]:
1702         * QTabularCreate.[Ch]:
1703         * QTexinfo.[Ch]:
1704         * QThesaurus.[Ch]:
1705         * QToc.[Ch]:
1706         * QURL.[Ch]:
1707         * QVCLog.[Ch]:
1708         No longer pass Controller or Dialogs to the c-tor.
1709         No longer forward-declare Dialogs.
1710
1711         * Qt2Base.[Ch]: derives from ViewBase directly.
1712         No longer passed ControlButtons & or Dialogs &.
1713         (bc): new method, enabling the daughter classes to access the
1714         ButtonController.
1715         (slotWMHide):
1716         (slotApply):
1717         (slotOK):
1718         (slotClose):
1719         (slotRestore): changes due to a change in the ViewBase class.
1720
1721         * QtView.C (c-tor): no longer pass Dialogs & to the Toolbar.
1722
1723         * Toolbar_pimpl.[Ch] (c-tor): no longer passed a Dialogs &.
1724
1725         * guiapi.C: access the controller methods by explicit invocation of the
1726         controller.
1727
1728 2002-08-09  John Levon  <levon@movementarian.org>
1729
1730         * Toolbar_pimpl.C: add missing header
1731
1732 2002-08-08  John Levon  <levon@movementarian.org>
1733
1734         * Toolbar_pimpl.C:
1735         * Menubar_pimpl.C: lyxaction cleanup
1736
1737 2002-08-08  John Levon  <levon@movementarian.org>
1738
1739         * QGraphicsDialog.C: enable rotate
1740
1741         * ui/QGraphicsDialog.ui: trigger changed on
1742           activated() not highlighted()
1743
1744 2002-08-08  John Levon  <levon@movementarian.org>
1745
1746         * QGraphics.C:
1747         * ui/QGraphicsDialog.ui: lots of fixes and cleanup
1748
1749         * ui/QRefDialog.ui: geometry cleanup
1750
1751 2002-08-07  John Levon  <levon@movementarian.org>
1752
1753         * Menubar_pimpl.C: fix compile for gcc 3.1
1754
1755 2002-08-06  John Levon  <levon@movementarian.org>
1756
1757         * ui/QSpellcheckerDialogBase.ui:
1758         * QSpellcheckerDialog.h:
1759         * QSpellchecker.h:
1760         * QSpellchecker.C: remove options()
1761
1762         * QtView.C: fix build
1763
1764 2002-07-31  John Levon  <levon@movementarian.org>
1765
1766         * io_callback.h: make a more proper class
1767
1768         * lyx_gui.C: implement removal of I/O callbacks
1769
1770 2002-07-30  John Levon  <levon@movementarian.org>
1771
1772         * qlkey.h:
1773         * QLyXKeySym.h:
1774         * QLyXKeySym.C: do our own getISOEncoded() mapping
1775           because Qt can't handle it
1776
1777 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1778
1779         * several file: strip,frontStrip -> trim,ltrim,rtrim
1780
1781 2002-07-25  John Levon  <levon@movementarian.org>
1782
1783         * Toolbar_pimpl.C: fix tooltips
1784
1785 2002-07-25  John Levon  <levon@movementarian.org>
1786
1787         * QCommandEdit.C:
1788         * Toolbar_pimpl.C: make Tab work in the content pane
1789
1790 2002-07-25  John Levon  <levon@movementarian.org>
1791
1792         * Menubar_pimpl.C: split create/fill of menus into
1793           two functions
1794
1795 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
1796
1797         * Menubar_pimpl.C: make it compile again
1798
1799 2002-07-24  John Levon  <moz@compsoc.man.ac.uk>
1800
1801         * Menubar_pimpl.C: make it compile again
1802
1803 2002-07-24  Angus Leeming  <leeming@lyx.org>
1804
1805         * FileDialog_private.C (done): add a false to the arguments passed to
1806         getLyXFunc.
1807
1808         * QBibtex.C:
1809         * QCommandBuffer.C: add a using std::vector directive.
1810
1811         * QBibtexDialog.C: s/<vector.h>/<vector>/
1812
1813         * QCommandBuffer.C: remove trailing semi-colon at the end of the
1814         namespace scope.
1815
1816         * QTexinfo.h: s/vector<string>/std::vector<string>/
1817
1818 2002-07-23  Edwin Leuven <leuven@fee.uva.nl>
1819
1820         * QBibtex.C: syle combobox instead of listbox
1821         * QBibtexDialog.C:
1822         * ui/QBibtexDialog.ui
1823         * QTexinfo.C: Repair view without path/selection
1824         * QTexinfo.h
1825         * QTexinfoDialog.C
1826         * QTexinfoDialog.h
1827         * ui/QTexinfoDialog.ui
1828         * ui/QCitationDialog.ui: layout fix
1829         * ui/QExternalDialog.ui: idem
1830         * TODO: update
1831
1832 2002-07-23  John Levon  <moz@compsoc.man.ac.uk>
1833
1834         * QCommandBuffer.C: real compile fix
1835
1836 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
1837
1838         * QLyXKeySym.C: return 0 when text_ is empty
1839           for getISOEncoded()
1840
1841 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
1842
1843         * QCommandBuffer.C: probably compile fix
1844
1845         * QtView.C:
1846         * Toolbar_pimpl.h:
1847         * Toolbar_pimpl.C: remove dead code
1848
1849 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
1850
1851         * lyx_gui.C: add exit() so we don't busy loop !
1852
1853 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
1854
1855         * QCommandEdit.C: complete if right at end of line
1856
1857         * QLyXKeySym.C: cleanup comments
1858
1859         * QtView.C: prefer const int
1860
1861         * qlkey.h: fix some transliteration errors...
1862
1863 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
1864
1865         * Toolbar_pimpl.h:
1866         * Toolbar_pimpl.C: remove ->push()
1867
1868 2002-07-22  Edwin Leuven  <leuven@fee.uva.nl>
1869
1870         * QCitationDialog.C: fix loop search and info update after selecting
1871         * TODO: remove this is issue
1872
1873 2002-07-22  Edwin Leuven  <leuven@fee.uva.nl>
1874
1875         * ui/QBibtexDialog.ui: style browser
1876         * QBibtex.C: idem
1877         * QBibtexDialog.C: idem
1878
1879         * ui/QRefDialog.ui: document combo
1880         * QRef.C: idem
1881
1882         * QInclude.C: new layout
1883         * ui/QIncludeDialog.ui: new layout
1884
1885         * ui/QCitationDialog.ui: new layout
1886
1887         * ui/QExternalDialog.ui: new layout
1888
1889         * QGraphics.C: Compile fix
1890
1891         * TODO:
1892
1893 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
1894
1895         * Menubar_pimpl.h:
1896         * Menubar_pimpl.C: implement check/disable, submenus
1897
1898 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
1899
1900         * Toolbar_pimpl.h:
1901         * Toolbar_pimpl.C: implement getLayoutList()
1902
1903 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1904
1905         * Toolbar_pimpl.C: use BufferParams::getLyXTextClass
1906
1907 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
1908
1909         * QToc.h:
1910         * QToc.C: compile fixes, default to depth_(1)
1911
1912 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
1913
1914         * Menubar_pimpl.C: change for removed menubar stuff
1915
1916 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
1917
1918         * QtView.C: reset idle timer on message()
1919
1920 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
1921
1922         * QLImage.C: various fixes
1923
1924         * QWorkArea.C: set focus proxy
1925
1926         * qscreen.C: don't show cursor when in command buffer
1927
1928         * Makefile.am:
1929         * moc/Makefile.am:
1930         * QMiniBuffer.h:
1931         * QMiniBuffer.C:
1932         * QCommandBuffer.h:
1933         * QCommandBuffer.C:
1934         * QCommandEdit.h:
1935         * QCommandEdit.C:
1936         * QtView.h:
1937         * QtView.C: Rudimentary command buffer
1938
1939 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
1940
1941         * QWorkArea.C: remove unnecessary include
1942
1943 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
1944
1945         * QtView.C:
1946         * Toolbar_pimpl.C:
1947         * lyx_gui.C: verboseDispatch() is now dispatch()
1948
1949 2002-07-07  Edwin Leuven  <leuven@fee.uva.nl>
1950
1951         * QParagraph.[Ch]: Add paragraph dialog
1952         * QParagraphDialog.[Ch]:
1953         * ui/QParagraphDialog.[Ch]:
1954         * Makefile.am:
1955         * Makefile.dialogs:
1956         * guiapi.C:
1957
1958 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
1959
1960         * QtView.C: basic statusbar show
1961
1962 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
1963
1964         * QLImage.C: add using std
1965
1966 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
1967
1968         * QLImage.h:
1969         * QLImage.C: remove getPixmap() add isDrawable()
1970
1971 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
1972
1973         * io_callback.h:
1974         * lyx_gui.C: make set_read_callback() work
1975
1976 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
1977
1978         * lyx_gui.C: add set_read_callback()
1979
1980         * Makefile.am:
1981         * xforms/*: remove
1982
1983 2002-07-13  John Levon  <moz@compsoc.man.ac.uk>
1984
1985         * QtView.C: add a status bar
1986
1987         * Toolbar_pimpl.C: minor fixes
1988
1989         * lyx_gui.C: implement hexname()
1990
1991 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
1992
1993         * lyx_gui.C: move init_graphics() to parse_init()
1994
1995 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
1996
1997         * Toolbar_pimpl.h:
1998         * Toolbar_pimpl.C: remove unused (de)activate()
1999
2000 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
2001
2002         * lyx_gui.C: implement update_fonts(), font_available()
2003
2004 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
2005
2006         * lyx_gui.C: add un-needed update_color()
2007
2008 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
2009
2010         * QtView.h:
2011         * QtView.C: remove unused methods
2012
2013 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
2014
2015         * Makefile.am:
2016         * QLImage.h:
2017         * QLImage.C: initial image loader
2018
2019         * lyx_gui.C: initialise graphics
2020
2021         * QLPainter.C: draw images
2022
2023         * QWorkArea.C: implement clipboard as much as possible
2024
2025 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
2026
2027         * dialog files: add unused Dialogs paramater to allow compile
2028
2029         * QtView.C:
2030         * QMiniBuffer.h:
2031         * QMiniBuffer.C:
2032         * Makefile.am: add QMiniBuffer (placeholder)
2033
2034         * TODO: add
2035
2036         * Toolbar_pimpl.h:
2037         * Toolbar_pimpl.C: compile fix
2038
2039         * lyx_gui.C: add hexname() place holder
2040
2041 2002-07-04  André Pönitz  <poenitz@lyx.org>
2042
2043         * xforms/Makefile.am: replace XFORMSGIMAGE by XFORMSIMAGE
2044
2045 2002-06-28  Angus Leeming  <leeming@lyx.org>
2046
2047         * QLPainter.[Ch]: changes associated with the name change
2048         grfx::GImage -> grfx::Image.
2049
2050 2002-06-21  Angus Leeming  <leeming@lyx.org>
2051
2052         * Menubar_pimpl.C (c-tor): rename MenuBackend const & mb argument to
2053         avoid name clash with MenuBackend::const_iterator mb.
2054
2055         * QContentPane.C:
2056         * QLPainter.C:
2057         * qscreen.C: add using std::endl directive.
2058
2059         * QLPainter.C (lines, fillPolygon) : wrap QCOORD points inside a
2060         scoped_array as np is not known at compile time and my compiler barfs.
2061
2062         * Toolbar_pimpl.h: forward declare class ToolbarProxy.
2063
2064         * qfont_loader.h: don't #include "font_loader.h".
2065
2066         * qfont_metrics.C: remove trailing ';' from namespace anon scope.
2067
2068 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
2069
2070         * qfont_metrics.C: fix variable names
2071
2072 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
2073
2074         * QWorkArea.C: remove dead splash code
2075
2076 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
2077
2078         * QContentPane.C: restore calls to workAreaResize()
2079
2080         * QLyXKeySym.h: tidy
2081
2082         * QWorkArea.h: remove redraw()
2083
2084         * QWorkArea.C: remove resize()
2085
2086 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
2087
2088         * guiapi.C: createIndex() changed
2089
2090 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
2091
2092         * QWorkArea.h: remove unused resize(...)
2093
2094 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
2095
2096         * QWorkArea.h: remove unused stuff
2097
2098 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
2099
2100         * QContentPane.h:
2101         * QContentPane.C: remove focus/unfocus events
2102
2103 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
2104
2105         * QWorkArea.h: remove unused methods
2106
2107 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
2108
2109         * LyXKeySymFactory.C: add
2110
2111         * Makefile.am:
2112         * QContentPane.C:
2113         * qlkey.h:
2114         * QLyXKeySym.h:
2115         * QLyXKeySym.C: get keyboard partly working
2116
2117         * qfont_metrics.C: fix compile
2118
2119 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
2120
2121         * Makefile.am: add the new files ...
2122
2123         * Dialogs.C:
2124         * guiapi.C:
2125         * all dialogs: implement new dialog stuff, fix compile
2126
2127         * FileDialog_private.h:
2128
2129         * GUIRunTime.C:
2130         * lyx_gui.C: update for lyx_gui namespace
2131
2132         * LyXScreenFactory.C: add
2133
2134         * QContentPane.h:
2135         * QContentPane.C: new widget for containing a lyx document
2136
2137         * QLPainter.h:
2138         * QLPainter.C: qt painter object
2139
2140         * QWorkArea.h:
2141         * QWorkArea.C: Qt version of the work area
2142
2143         * QtView.h:
2144         * QtView.C: Qt version of LyXView
2145
2146         * Toolbar_pimpl.h:
2147         * Toolbar_pimpl.C:
2148         * Menubar_pimpl.h:
2149         * Menubar_pimpl.C: initial Qt versions
2150
2151         * WorkAreaFactory.C: generate a QWorkArea
2152
2153         * emptytable.C: add a resize grippie
2154
2155         * qfont_loader.h:
2156         * qfont_loader.C: font loader for Qt
2157
2158         * qfont_metrics.h:
2159         * qfont_metrics.C: font metrics for Qt
2160
2161         * qlkey.h: convert Qt key symbol into a name
2162
2163         * qscreen.h:
2164         * qscreen.C: Qt version of screen
2165
2166         * moc/Makefile.am: add new files
2167
2168         * xforms/Makefile.am: remove all xforms dialogs
2169
2170 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2171
2172         * Qt2BC.C: do not include ButtonController.tmpl
2173
2174 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
2175
2176         * QtLyXView.h: moved into frontends/
2177
2178 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2179
2180         * QDocument.h: use more specific smart_ptr header.
2181         * Qt2Base.h: ditto
2182
2183 2002-04-30  John Levon  <moz@compsoc.man.ac.uk>
2184
2185         * QCharacter.h:
2186         * QCharacter.C: update for language i18n change
2187
2188 2002-04-16  John Levon  <moz@compsoc.man.ac.uk>
2189
2190         * Dialogs.C: add tooltipsEnabled()
2191
2192         * QTeXInfo.C: include right header
2193
2194         * moc/Makefile.am: add back missing moc files
2195
2196         * xforms/Makefile.am: add missing FeedbackController
2197
2198 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2199
2200         * xforms/Makefile.am (link_files): use correct _SOURCES variable.
2201
2202         * ui/moc/Makefile.am: move include to top
2203         (DISTCLEANFILES): take the UIMOCDIALOGS variable instead
2204
2205         * ui/Makefile.am: ws change
2206
2207         * moc/Makefile.am: move include to top
2208
2209         * Makefile.am (EXTRA_DIST): some file taken from...
2210         * Makefile.dialogs (DIALOGSOURCES):here
2211
2212         * xforms/Makefile.am (EXTRA_DIST): delete
2213         (libqt2xforms_la_SOURCES): change to...
2214         (nodist_libqt2xforms_la_SOURCES): this
2215
2216         * ui/moc/Makefile.am (libqt2uimoc_la_SOURCES): change to...
2217         (nodist_libqt2uimoc_la_SOURCES): this
2218
2219         * ui/Makefile.am (libqt2ui_la_SOURCES): change to...
2220         (nodist_libqt2ui_la_SOURCES): this
2221
2222         * moc/Makefile.am (libqtmoc_la_SOURCES): comment out
2223         (nodist_libqt2moc_la_SOURCES): new
2224
2225         * Makefile.dialogs (DIALOGSOURCES): add QParagraph,
2226         QParagraphDialog, QDocument, QDocumentDialog
2227
2228         * Makefile.am (DISTCLEANFILES): delete
2229         (EXTRA_DIST): add with Makefile.dialogs
2230
2231 2002-04-02  John Levon  <moz@compsoc.man.ac.uk>
2232
2233         * ui/QParagraphDialog.ui: fix a couple of typos for
2234           the translators
2235
2236 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
2237
2238         * xforms/Makefile.am (link_files): whitespace.
2239
2240 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
2241
2242         * xforms/Makefile.am (libqt2xforms.la): it should depend on
2243         libqt2xforms_la_OBJECTS not libqt2xforms_la_SOURCES!
2244
2245 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2246
2247         * most files: ws cleanup
2248
2249 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2250
2251         * docygen fixes.
2252
2253 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
2254
2255         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
2256         your version of the xforms libraries is up to the task.
2257
2258         * xforms/Makefile.am: link in the xforms image loader if so configured.
2259
2260 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
2261
2262         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
2263
2264         * Dialogs.C:
2265         * GUIRunTime.C (initialiseGraphics): moved to GUIRunTime.
2266
2267 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2268
2269         * Makefile.am: get rid of LYX_LIBS
2270
2271         * QDocument.C (class_update): layout as string
2272
2273 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
2274
2275         * Makefile.am:
2276         * moc/Makefile.am:
2277         * ui/Makefile.am:
2278         * ui/moc/Makefile.am: fix compile
2279
2280         * xforms/: compile the necessary files via symlinks
2281
2282         * QPreambleDialog.C: new systemcall interface
2283
2284         * Timeout_pimpl.h:
2285         * Timeout_pimpl.C: add running()
2286
2287         * Dialogs.C: add init graphics, and doc/par xforms forms
2288
2289 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
2290
2291         * QToc.C: fix crash
2292
2293 2002-02-06  Edwin Leuven  <leuven@fee.uva.nl>
2294
2295         * QGraphics.C: compilation fix
2296         * QTexinfoDialog.C:
2297         * QTexinfoDialog.h:
2298         * ui/QTexinfoDialog.ui: remove help button
2299
2300 2002-01-31  Edwin Leuven  <leuven@fee.uva.nl>
2301
2302         * qt2/QGraphics.C:
2303         * qt2/QGraphics.h:
2304         * qt2/QGraphicsDialog.C:
2305         * qt2/QGraphicsDialog.h:
2306         * qt2/lengthcombo.C:
2307         * qt2/ui/QGraphicsDialog.ui: new dialog
2308         * qt2/QAbout.C:
2309         * qt2/ui/QAboutDialog.ui: reduce size
2310         * qt2/ui/QFloatDialog.ui: update dialog
2311
2312 2002-01-29  Edwin Leuven  <leuven@fee.uva.nl>
2313
2314         * Makefile.am:
2315         * Dialogs.C:
2316         * Makefile.dialogs:
2317         * QShowFile.h:
2318         * QShowFile.C:
2319         * QShowFileDialog.h:
2320         * QShowFileDialog.C:
2321         * ui/QShowFileDialog.ui: add showfile dialog
2322         * ui/QCitationDialog.ui: minor layout tweaks
2323
2324 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
2325
2326         * Dialogs.C: removed now redundant #include "QParagraph.h".
2327
2328         * QSearchDialog.h (remember): removed unnecessary
2329         QSearchDialog qualifier.
2330
2331         * QTexinfo.C:
2332         * QToc.C: added various using std::xyz directives.
2333
2334 2002-01-25  Edwin Leuven  <leuven@fee.uva.nl>
2335
2336         * Makefile.am:
2337         * Dialogs.C:
2338         * Makefile.dialogs:
2339         * QFloat.h:
2340         * QFloat.C:
2341         * QFloatDialog.h:
2342         * QFloatDialog.C:
2343         * ui/QFloatDialog.ui: add float dialog
2344
2345 2002-01-25  John Levon  <moz@compsoc.man.ac.uk>
2346
2347         * Makefile.am:
2348         * Makefile.dialogs: don't compile QPar/Doc
2349           for now, as they cause problems
2350
2351 2002-01-20  John Levon  <moz@compsoc.man.ac.uk>
2352
2353         * Makefile.am:
2354         * Dialogs.C:
2355         * QToc.h:
2356         * QToc.C:
2357         * QTocDialog.h:
2358         * QTocDialog.C:
2359         * ui/QTocDialog.ui: resuscitate TOC dialog
2360
2361 2002-01-20  John Levon  <moz@compsoc.man.ac.uk>
2362
2363         * QCitation.h:
2364         * QCitation.C:
2365         * QCitationDialog.h:
2366         * QCitationDialog.C:
2367         * ui/QCitationDialog.ui: natbib fixes
2368
2369 2002-01-19  Edwin Leuven  <leuven@fee.uva.nl>
2370
2371         * QTexinfo.[Ch]: added
2372         * QTexinfoDialog.[Ch]: added
2373         * ui/QTexinfoDialog.ui: added
2374         * Dialogs.C: add dialog
2375         * Makefile.dialogs: idem
2376
2377 2002-01-18  Edwin Leuven  <leuven@fee.uva.nl>
2378
2379         * QMinipage.C: compiles fixes (lyxlength related)
2380
2381 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
2382
2383         * Makefile.am:
2384         * FileDialog_private.h: fix compile
2385
2386         * QThesaurus.h:
2387         * QThesaurus.C:
2388         * QThesaurusDialog.h:
2389         * QThesaurusDialog.C:
2390         * ui/QThesaurusDialog.ui: new thesaurus code
2391
2392 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2393
2394         * QMinipage.C (apply, update_contents): MinipageParams::width renamed
2395         as MinipageParams::pageWidth.
2396
2397 2002-01-04  John Levon  <moz@compsoc.man.ac.uk>
2398
2399         * QParagraph.C: add needed include
2400
2401 2001-12-08  John Levon  <moz@compsoc.man.ac.uk>
2402
2403         * Makefile.am:
2404         * Dialogs.C: bring back unconverted dialogs
2405
2406 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2407
2408         * QParagraph.C:
2409         * QParagraphDialog.h:
2410         * QParagraphDialog.C: use new vspace API
2411
2412         * QTocDialog.C: silence warnings
2413
2414 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2415
2416         * qttableview.C: change "while(" to "while ("
2417
2418 2001-12-05  Allan Rae  <rae@lyx.org>
2419
2420         * QParagraph.C (apply):
2421         (update): Use the right LyXText -- extending John's fix
2422
2423 2001-12-01  Maks Orlovich  <mo002j@mail.rochester.edu>
2424
2425         * moc/Makefile.am:
2426         * Makefile.am:
2427         * QBibtexDialog.C:
2428         * QExternalDialog.C:
2429         * QParagraphDialog.h:
2430         * QPreambleDialog.C:
2431         * emptytable.C:
2432         * qttableview.C:
2433         * qttableview.C:
2434         * qttableview.h: fixes for Qt3
2435
2436 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
2437
2438         * Makefile.am: add Alert_pimpl.lo
2439
2440 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
2441
2442         * Makefile.am: link in new DropDown.lo
2443
2444         * QSpellcheckerDialog.C: fix warning
2445
2446         * ui/moc/Makefile.am: remove dead thing
2447
2448 2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2449
2450         * ui/moc/Makefile.am: remove unportable # at beginning of
2451         declaration.
2452
2453         * ui/Makefile.am:
2454         * Makefile.am: remove extra DISTCLEANFILES declaration
2455
2456 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2457
2458         * ui/QDocumentDialog.ui:
2459         * QDocument.C (build_dialog): support latin4
2460
2461 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2462
2463         * ui/QDocumentDialog.ui:
2464         * QDocument.C (build_dialog): support latin3
2465
2466 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
2467
2468         * Dialogs.C: remove splash dialog code.
2469
2470         * QSplash.[Ch]:
2471         * QSplashDialog.[Ch]: removed.
2472
2473         * Makefile.dialogs: remove splash dialog files.
2474
2475 2001-09-18  John Levon  <moz@compsoc.man.ac.uk>
2476
2477         * QRef.C: fix compile
2478
2479         * README: update
2480
2481 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2482
2483         * Makefile.am (libqt2_la_LIBADD): rename from OBJADD, depend on
2484         gui libs
2485
2486 2001-09-06  John Levon  <moz@compsoc.man.ac.uk>
2487
2488         * ui/QMinipageDialog.ui: fix layout, remove old slot
2489
2490         * QRefDialog.C: fix warning
2491
2492 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
2493
2494         * ui/QSpellcheckerDialog.ui: reworded layout
2495
2496 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
2497
2498         * QMinipage.C: remove radiobutton add combox
2499         * ui/QMinipageDialog.ui: + buttons at bottom
2500
2501 2001-09-01  John Levon  <moz@compsoc.man.ac.uk>
2502
2503         * Makefile.dialogs:
2504         * Dialogs.C:
2505         * QSpellchecker.[Ch]:
2506         * QSpellcheckerDialog.[Ch]:
2507         * ui/QSpellcheckerDialog.ui: add spellchecker dialog
2508
2509 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
2510
2511         * ui/QMinipageDialog.ui: layout tweak again (but it's getting better)
2512
2513 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
2514
2515         * ui/QGraphicsDialog.ui : minor layout tweak
2516         * ui/QIncludeDialog.ui : idem
2517         * ui/QMinipageDialog.ui: idem
2518         * ui/QURLDialog.ui: idem
2519
2520 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
2521
2522         * ui/QRefDialog.ui : minor layout tweak
2523         * Qref.C: idem
2524
2525 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
2526
2527         * QTabularCreateDialog.C: fix warnings
2528
2529         * emptytable.h:
2530         * emptytable.C:
2531         * ui/QTabularCreateDialog.ui: fix layout
2532           when table size is changed
2533
2534 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
2535
2536         * Dialogs.C:
2537         * QSearch.[Ch]:
2538         * QSearchDialog.[Ch]:
2539         * ui/QSearchDialog.ui: add search back
2540
2541 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
2542
2543         * Dialogs.C:
2544         * QPrint.[Ch]:
2545         * QPrintDialog.[Ch]:
2546         * ui/QPrintDialog.ui: add print dialog back
2547
2548 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
2549
2550         * Makefile.am:
2551         * moc/Makefile.am:
2552         * ui/Makefile.am:
2553         * ui/moc/Makefile.am: use AM_CXXFLAGS to add defines
2554
2555 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
2556
2557         * QAbout.C: added a using std::getline directive.
2558
2559         * QCitationDialog.C (doFind): removed const from argument to make it
2560         consistent with the header file.
2561
2562         * QDocument.[Ch] (c-tor): moved declaration of into .C file. Compilation
2563         was failing with "incomplete type is not allowed" in instantiation
2564         of boost::scoped_ptr<QDocumentDialog> dialog_.
2565
2566         * QLog.C: added a couple of using std::xyz directives.
2567
2568         * QPreambleDialog.C: added a using std::getline directive.
2569
2570         * QToc.C: using SigC::slot directive.
2571
2572 2001-08-29  Edwin Leuven  <leuven@fee.uva.nl>
2573
2574         * ui/QURLDialog.ui : minor layout tweak
2575
2576 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
2577
2578         * QPreamble.[Ch]:
2579         * QPreambleDialog.[Ch]:
2580         * ui/QPreambleDialog.ui:
2581         * Makefile.am:
2582         * Makefile.dialogs:
2583         * Dialogs.C: add pre-amble dialog
2584
2585 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
2586
2587         * ui/QIndexDialog.ui:
2588         * QIndexDialog.C: add QWhatsThis in C source
2589
2590         * README: document this restriction
2591
2592 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
2593
2594         * QMinipage.[Ch]:
2595         * QMinipageDialog.[Ch]:
2596         * ui/QMinipageDialog.ui:
2597         * lengthcombo.[Ch]:
2598         * Makefile.am:
2599         * moc/Makefile.am:
2600         * Makefile.dialogs:
2601         * Dialogs.C: add minipage and prototype length combo widget
2602
2603 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
2604
2605         * QLog.[Ch]:
2606         * QLogDialog.[Ch]:
2607         * ui/QLogDialog.ui:
2608         * QVCLog.[Ch]:
2609         * QVCLogDialog.[Ch]:
2610         * ui/QVCLogDialog.ui:
2611         * Dialogs.C:
2612         * Makefile.am:
2613         * Makefile.dialogs: add log and vclog dialogs
2614
2615 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
2616
2617         * Dialogs.C:
2618         * QTabularCreate.[Ch]:
2619         * QTabularCreate.h:
2620         * QTabularCreateDialog.C:
2621         * QTabularCreateDialog.h:
2622         * ui/Makefile.am:
2623         * ui/QTabularCreateDialog.ui: bring back
2624         tabcreate
2625
2626 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
2627
2628         * ui/QCharacterDialog.ui:
2629         * ui/QThesaurusDialog.ui: fix tab order
2630
2631         * QGraphics.[Ch]:
2632         * QGraphicsDialog.[Ch]:
2633         * ui/QGraphicsDialog.ui:
2634         * Makefile.am:
2635         * Makefile.dialogs:
2636         * Dialogs.C: add graphics dialog
2637
2638 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
2639
2640         * QThesaurus.C: clear selection on update
2641
2642         * QInclude.[Ch]:
2643         * QincludeDialog.[Ch]:
2644         * ui/QincludeDialog.ui:
2645         * Makefile.am:
2646         * Makefile.dialogs:
2647         * Dialogs.C: add Include dialog
2648
2649         * README: add note about crashes
2650
2651 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
2652
2653         * QThesaurusDialog.C: whoops, forgot to clear before update
2654
2655 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
2656
2657         * QBibtex.C:
2658         * QBibtexDialog.h:
2659         * QBibtexDialog.C:
2660         * ui/QBibtexDialog.ui: fix some things, add
2661           delete button
2662
2663         * QExternalDialog.C: fix file dialog thing
2664
2665         * QThesaurus.h:
2666         * QThesaurus.C:
2667         * QThesaurusDialog.h:
2668         * QThesaurusDialog.C:
2669         * ui/QThesaurusDialog.ui: fix compile, get working
2670
2671         * moc/Makefile.am: fix builddir != srcdir
2672
2673 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
2674
2675         * GUIRunTime.C: fix argc handling
2676
2677 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
2678
2679         * ui/*.ui:
2680         * ui/Makefile.am: add some sed magic to replace tr() with _()
2681
2682 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
2683
2684         * Makefile.am: remove accidentally committed xforms file
2685
2686 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
2687
2688         * Dialogs.C:
2689         * Makefile.dialogs:
2690         * QThesaurus.[Ch]:
2691         * QThesaurusDialog.[Ch]:
2692         * ui/QThesaurusDialog.ui: add thesaurus dialog
2693
2694 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
2695
2696         * Dialogs.C:
2697         * Makefile.am:
2698         * Makefile.dialogs:
2699         * QExternal.[Ch]:
2700         * QExternalDialog.[Ch]:
2701         * ui/QExternalDialog.ui: add external dialog
2702
2703 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
2704
2705         * Dialogs.C:
2706         * Makefile.dialogs:
2707         * QERT.[Ch]:
2708         * QERTDialog.[Ch]:
2709         * ui/QERTDialog.ui: add ERT dialog
2710
2711 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
2712
2713         * Dialogs.C:
2714         * Makefile.am:
2715         * Makefile.dialogs:
2716         * QError.[Ch]:
2717         * QErrorDialog.[Ch]:
2718         * ui/QErrorDialog.ui: add LaTeX error dialog
2719
2720 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
2721
2722         * Dialogs.C:
2723         * QCharacter.[Ch]:
2724         * QCharacterDialog.[Ch]:
2725         * ui/QcharacterDialog.ui: make work again,
2726           add auto-apply feature
2727
2728 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
2729
2730         * Dialogs.C:
2731         * Makefile.am:
2732         * Makefile.dialogs:
2733         * QBibitem.[Ch]:
2734         * QBibitemDialog.[Ch]:
2735         * ui/QBibitemDialog.ui: add Bibitem dialog
2736
2737 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
2738
2739         * Dialogs.C:
2740         * Makefile.dialogs:
2741         * QBibtex.[Ch]:
2742         * QBibtexDialog.[Ch]:
2743         * ui/QBibtexDialog.ui: added BibTeX dialog.
2744
2745         * README: update
2746
2747 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
2748
2749         * Qt2BC.C: whoops, reversed sense of setReadOnly()
2750
2751 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
2752
2753         * Dialogs.C:
2754         * QRef.[Ch]:
2755         * ui/QRefDialog.ui: add Ref dialog back
2756
2757         * QAbout.[Ch]:
2758         * QCitation.[Ch]:
2759         * QDocument.[Ch]:
2760         * QIndex.[Ch]:
2761         * QURL.[Ch]:
2762         * Qt2Base.h: protect build() with updating_ too
2763
2764         * QCitationDialog.C: use Qt2Base::readOnly
2765
2766         * README: update
2767
2768 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
2769
2770         * Dialogs.C: add URL
2771
2772         * QAbout.h:
2773         * QCitation.h:
2774         * QDocument.h:
2775         * QIndex.C:
2776         * Qt2Base.h:
2777         * Qt2Base.C: add an updating_ variable to prevent
2778           bc() breakage.
2779
2780         * QURL.h:
2781         * QURL.C:
2782         * QURLDialog.h:
2783         * QURLDialog.C:
2784         * ui/QURLDialog.ui: make alive again
2785
2786         * Qt2BC.C: make lineedits ReadOnly not disabled
2787
2788         * README: update
2789
2790         * ui/QCitationDialog.ui: small cleanups
2791
2792         * ui/QIndexDialog.ui: add a what's this
2793
2794 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
2795
2796         * Dialogs.C: include the right files
2797
2798         * QCitation.C: closePB not cancelPB
2799
2800         * QCitationDialog.C:
2801         * QCitationDialog.h:
2802         * ui/QCitationDialog.ui: small fixes
2803
2804         * QIndex.h:
2805         * QIndex.C:
2806         * QIndexDialog.C:
2807         * QIndexDialog.h:
2808         * ui/QIndexDialog.ui: more fixes
2809
2810         * Qt2Base.h:
2811         * Qt2Base.C: add reset() to workaround problem.
2812
2813         * README: update
2814
2815         * Makefile.am:
2816         * Timeout_pimpl.h:
2817         * Timeout_pimpl.C: add the timer
2818
2819 2001-08-23  John Levon  <moz@compsoc.man.ac.uk>
2820
2821         * Dialogs.C:
2822         * Makefile.am:
2823         * Qt2BC.h:
2824         * Qt2BC.C:
2825         * QAbout.C:
2826         * QCitation.C:
2827         * QDocument.h:
2828         * Qt2Base.C:
2829         * Qt2Base.h: rename qt2BC -> Qt2BC, set focus for widget enable
2830
2831         * QIndex.h:
2832         * QIndex.C:
2833         * ui/QIndexDialog.ui: use the BC properly
2834
2835         * Qt2Base.h:
2836         * Qt2Base.C: add a virtual isValid(), and predicate what changed()
2837           tells the BC on the return value
2838
2839         * README: update
2840
2841 2001-08-21  John Levon  <moz@compsoc.man.ac.uk>
2842
2843         * Dialogs.C: add QIndex
2844
2845         * ui/Makefile.am:
2846         * Makefile.am: fix build
2847
2848         * ui/QAboutDialog.ui:
2849         * QAbout.C: finish dialog
2850
2851         * ui/QCitationDialog.ui:
2852         * QCitationDialog.C: BC fixes
2853
2854         * ui/QIndexDialog.ui:
2855         * QIndex.h:
2856         * QIndex.C:
2857         * QIndexDialog.h:
2858         * QIndexDialog.C: got index dialog working
2859
2860 2001-08-19  John Levon  <moz@compsoc.man.ac.uk>
2861
2862         * all files: enormous naming re-jig and tidy
2863
2864 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
2865
2866         Consistent use of Lsstream.h:
2867         * FormCredits.C (build): std::stringstream -> stringstream.
2868
2869 2001-06-17  Angus Leeming  <a.leeming@ic.ac.uk>
2870
2871         * FormCitation.C (build): removed bc().refresh() call as the controller
2872         should take care of this.
2873         (update): removed noKeys stuff as you don't use it.
2874
2875         * FormCitationDialogImpl.C (slotBibSelected): Can't select bibkeys[-1]!
2876         We were being bit by the xforms browser returns the browser line number
2877         in Fortran style, but Qt uses C-style.
2878
2879 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
2880
2881         * FormCitationDialogImpl.C: added using directive.
2882
2883         * qt2BC.[Ch]: qt2BC now derives from GuiBC<QButton, QWidget>.
2884         No idea why this wasn't done ages ago!
2885
2886 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
2887
2888         * FormCharacter.C:
2889         * FormParagraph.C (c-tor): cosmetic name change of signal.
2890
2891 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
2892
2893         * FormCitation.C:
2894         * Qt2Base.C: removed // -*- C++ -*- as first line.
2895
2896         * FileDialog_private.h:
2897         * FormCopyright.h:
2898         * FormCredits.h:
2899         * FormIndex.h:
2900         * FormParagraph.h:
2901         * FormPrint.h:
2902         * FormRef.h:
2903         * FormSearch.h:
2904         * FormSplash.h:
2905         * FormTabularCreate.h:
2906         * FormToc.h:
2907         * FormUrl.h:
2908         * QtLyXView.h: added // -*- C++ -*- as first line.
2909
2910 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
2911
2912         * <various>: fix random space pepper to use
2913           hard tabs. Also add <config.h> where necessitated
2914           by using LString.h
2915
2916 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
2917
2918         * FormDocument.C (build): add iso8859-15 support.
2919
2920 2001-05-17  Allan Rae  <rae@lyx.org>
2921
2922         * FormCharacter.C:
2923         * FormCopyright.C:
2924         * FormCredits.C:
2925         * FormSearch.C: gettext went missing but is back gain now _().
2926
2927         * Makefile.am:  ButtonController is now ButtonControllerBase.
2928         It now compiles but it won't link lyx on my system.  Complaints about
2929         not being able to link in libraries lib{GL,GLU,Xft,Xext,Xmu} which
2930         are all present and accounted for by ldconfig.  YMMV.
2931
2932 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2933
2934         * FormParagraph.C: remove !NEW_INSETS and !NO_PEXTRA cruft
2935
2936 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
2937
2938         * FormCharacter.C:
2939         * FormDocument.h:
2940         * FormSearch.C:
2941         * Dialogs.C: s/popup/dialog/
2942
2943         * qt2BC.h:
2944         * qt2BC.C:
2945         * FormCitation.C:
2946         * FormDocument.C: s/UndoAll/Restore/
2947
2948         * Qt2Base.h:
2949         * Qt2Base.C: s/ControlButton/ControlButtons/
2950
2951
2952 2001-04-02  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
2953
2954         * Makefile.am: Simplified Makefile.am
2955
2956 2001-03-31  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
2957
2958         * FormCitationDialogImpl.C (doPreviousNext): Propagated search
2959         fixes from XForms
2960         * several files: MVC for citation dialog
2961
2962 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2963
2964         * Qt2Base.[Ch]: changed ControlBase to ControlButton.
2965
2966 2001-03-19  Edwin Leuven  <leuven@fee.uva.nl>
2967
2968         * qt2 compiles again:
2969         * Makefile.am: added missing xform dialogs
2970         * FormParagraph.C: only extra setting if wanted
2971         * FormParagraph.h: add namespace to connection
2972
2973 2001-03-16  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
2974
2975         * FormParagraph.C (apply): Only call SetParagraphExtraOpt() when
2976         NO_PEXTRA is not defined (in line with XForms frontend)
2977
2978         * Dialogs.C: Adapted to backend changes
2979
2980         * Makefile.am: updated citation dialog
2981         * Citation dialog added: FormCitation.{C,h},
2982         *    FormCitationDialog.ui, FormCitationDialogImpl.{C,h}
2983
2984 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2985
2986         * several files: remove CXX_WORKING_NAMESPACES
2987
2988 2001-03-15  Edwin Leuven  <leuven@fee.uva.nl>
2989
2990         * Added splash screen
2991         * Makefile.am: updated
2992         * FormSplash.[Ch]: added
2993         * FormSplashImpl.[Ch]: added
2994
2995 2001-03-09  Edwin Leuven  <leuven@fee.uva.nl>
2996
2997         * Makefile.am: updated
2998         * paragraphdlg.ui: manually enabled items in minipage settings
2999         * paragraphdlgimpl.C: tweak enable code on extra page
3000         * Stuff sent in by Denis Perchine <dyp@perchine.com> to compile again:
3001         * FileDialog_private.[Ch]: added
3002         * FileDialog.C: added
3003         * FormParagraph.C: params settings updated
3004
3005 2001-03-06  Edwin Leuven  <leuven@fee.uva.nl>
3006
3007         * Search dialog added:
3008         * FormSearch.[Ch]
3009         * searchdlg.ui
3010         * searchdlg.[Ch]
3011         * searchdlgimpl.[Ch]
3012
3013 2001-02-16  Edwin Leuven  <leuven@fee.uva.nl>
3014
3015         * remove inheritance from noncopyable in Form*.h
3016         * Character dialog added:
3017         * FormCharacter.[Ch]
3018         * chardlg.ui
3019         * chardlg.[Ch]
3020         * chardlgimpl.[Ch]
3021
3022 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
3023
3024         * FormParagraph.C: fix bview->update()
3025
3026 2001-01-24  Edwin Leuven  <leuven@fee.uva.nl>
3027
3028         *FormParagraph.C:
3029         *FormParagraph.h:
3030         *FormPrint.C:
3031         *FormPrint.h:
3032         *FormTabularCreate.C:
3033         *FormTabularCreate.h:
3034         *QtLyXView.h:
3035         *emptytable.C:
3036         *emptytable.h:
3037         *paragraphdlg.C:
3038         *paragraphdlg.h:
3039         *paragraphdlg.ui:
3040         *paragraphdlgimpl.C:
3041         *paragraphdlgimpl.h:
3042         *printdlg.C:
3043         *printdlg.h:
3044         *printdlg.ui:
3045         *printdlgimpl.C:
3046         *printdlgimpl.h:
3047         *tabularcreatedlg.C:
3048         *tabularcreatedlg.h:
3049         *tabularcreatedlg.ui:
3050         *tabularcreatedlgimpl.C:
3051         *tabularcreatedlgimpl.h:
3052         *Makefile.am: added paragraph/print/tabular create dialogs
3053
3054 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
3055
3056         * src/frontends/qt2/.cvsignore:
3057         * Dialogs.C:
3058         * FormCopyright.C:
3059         * FormCopyright.h:
3060         * FormCopyrightDialog.C:
3061         * FormCopyrightDialog.h:
3062         * FormCopyrightDialogBase.C:
3063         * FormCopyrightDialogBase.h:
3064         * FormCopyrightDialogBase.ui:
3065         * GUIRunTime.C:
3066         * Makefile.am: start frontend with the Copyright
3067           dialog