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