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