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