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