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