]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ChangeLog
5dfe00444432d3f192686cc8c354dbd7e25f10e9
[lyx.git] / src / frontends / qt2 / ChangeLog
1 2002-10-09  Edwin Leuven <leuven@fee.uva.nl>
2         
3         * QDocument.C: Brand new document dialog
4         * QDocument.h:
5         * QDocumentDialog.C:
6         * QDocumentDialog.h:
7         * BulletsModule.C:
8         * BulletsModule.h:
9         * Dialogs.C:
10         * Dialogs2.C:
11         * Dialogs_impl.h:
12         * Makefile.am:
13         * Makefile.dialogs:
14         * QBrowseBox.C:
15         * QBrowseBox.h:
16         * qgridview.cpp:
17         * qgridview.h:
18         * moc/Makefile.am:
19         * ui/BiblioModuleBase.ui:
20         * ui/BulletsModuleBase.ui:
21         * ui/ClassModuleBase.ui:
22         * ui/LanguageModuleBase.ui:
23         * ui/Makefile.am:
24         * ui/MarginsModuleBase.ui:
25         * ui/NumberingModuleBase.ui:
26         * ui/PackagesModuleBase.ui:
27         * ui/PaperModuleBase.ui:
28         * ui/PreambleModuleBase.ui:
29         * ui/QDocumentDialog.ui:
30         * ui/QGraphicsDialog.ui:
31         * ui/QPrintDialog.ui:
32         * ui/QRefDialog.ui:
33         
34 2002-09-28  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
35
36         * ui/QWrapDialog.ui:
37         * QWrapDialog.[Ch]:
38         * QWrap.[Ch]:
39         * Makefile.dialogs:
40         * Dialogs.C:
41         * Dialogs2.C:
42         * Dialogs_impl.h: Implement Wrap figure dialog
43  
44 2002-09-25  Angus Leeming  <leeming@lyx.org>
45
46         * Dialogs2.C:
47         * Dialogs_impl.h:
48         * LyXKeySymFactory.C:
49         * LyXScreenFactory.C:
50         * Menubar_pimpl.[Ch]:
51         * Toolbar_pimpl.[Ch]:
52         * WorkAreaFactory.C:
53         * lyx_gui.C: doxygen fixes.
54
55 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
56
57         * ui/moc/Makefile.am (INCLUDES):
58         * ui/Makefile.am (INCLUDES): 
59         * moc/Makefile.am (INCLUDES): 
60         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
61
62 2002-09-24  John Levon  <levon@movementarian.org>
63
64         * QCommandEdit.h:
65         * QCommandEdit.C: fix build by removing the pragmas.
66
67 2002-09-24  Angus Leeming  <leeming@lyx.org>
68
69         * most files: "standard-conforming" Licence declaration.
70         Remove trailing whitespace.
71
72         * many header files: do not #include <config.h>.
73         Remove unnecessary #includes by using forward declarations.
74         Add as first line: // -*- C++ -*-
75         Move several definitions of virtual functions out of line
76         as they are unlikely to be inlined anyway (and it reduces
77         header file dependencies)...
78
79         * many files: added g++ #pragma directives.
80
81 2002-09-23  Angus Leeming  <leeming@lyx.org>
82
83         * QMath.h: forward declare QMathDialog.
84         Remove trailing semi-colons after definition of apply and
85         update_contents methods.
86
87         * qfont_metrics.C: endl is in namespace std.
88         Some whitespece stuff.
89
90 2002-09-22  John Levon  <levon@movementarian.org>
91
92         * qlkey.h: make Key_Unknown a modifier, to handle
93           Norbert's Alt Gr
94
95 2002-09-17  John Levon  <levon@movementarian.org>
96
97         * QLPainter.C: use dots for dashes because Qt sucks
98
99 2002-09-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
100
101         * Toolbar_pimpl.C (changed_layout): when selecting a layout in
102         combox, make sure the corresponding shortcut is shown in
103         minibuffer
104
105 2002-09-16  John Levon  <levon@movementarian.org>
106
107         * FileDialog.C: set AnyFile mode
108
109 2002-09-16  John Levon  <levon@movementarian.org>
110
111         * QMathDialog.C: allow menus to be torn off
112
113 2002-09-16  John Levon  <levon@movementarian.org>
114
115         * QDelimiterDialog.C: fix empty delimiter
116
117 2002-09-15  John Levon  <levon@movementarian.org>
118
119         * Makefile.dialogs:
120         * ui/QDelimiterDialog.ui:
121         * QDelimiterDialog.h:
122         * QDelimiterDialog.C:
123         * QMath.h:
124         * QMath.C:
125         * QMathDialog.h:
126         * QMathDialog.C: add delimiter dialog
127
128 2002-09-15  John Levon  <levon@movementarian.org>
129
130         * Alert_pimpl.C: title fix
131
132 2002-09-14  John Levon  <levon@movementarian.org>
133
134         * QMath.h:
135         * QMath.C:
136         * QMathDialog.h:
137         * QMathDialog.C:
138         * ui/QMathDialog.ui: matrix
139
140 2002-09-14  John Levon  <levon@movementarian.org>
141
142         * qlkey.h: fix two typos to be Alt_R instead
143
144 2002-09-14  John Levon  <levon@movementarian.org>
145
146         * qfont_metrics.C: fix rbearing()
147
148 2002-09-14  John Levon  <levon@movementarian.org>
149
150         * QLPainter.C: fix arc
151
152 2002-09-14  John Levon  <levon@movementarian.org>
153
154         * ui/QMathDialog.ui:
155         * QMathDialog.h:
156         * QMathDialog.C: add back display. Implement
157           font/style
158
159 2002-09-14  John Levon  <levon@movementarian.org>
160
161         * ui/QMathDialog.ui:
162         * QMathDialog.h:
163         * QMathDialog.C: add spaces menu
164
165 2002-09-13  John Levon  <levon@movementarian.org>
166
167         * Menubar_pimpl.C:
168         * QLPopupMenu.C: fix submenus again
169
170 2002-09-12  John Levon  <levon@movementarian.org>
171
172         * qscreen.h:
173         * qscreen.C: be even smarter about repaint() vs. update()
174
175 2002-09-12  John Levon  <levon@movementarian.org>
176
177         * QPrint.C: don't reset unless different buffer
178
179 2002-09-12  John Levon  <levon@movementarian.org>
180
181         * QPrint.C: get collate from params too
182
183         * ui/QGraphicsDialog.ui: re-arrange bb a bit
184
185 2002-09-12  John Levon  <levon@movementarian.org>
186
187         * Menubar_pimpl.C:
188         * Menubar_pimpl.h:
189         * QtView.C: implement openByName(). Move activated
190         signal to per-menu
191
192 2002-09-12  John Levon  <levon@movementarian.org>
193
194         * QCommandBuffer.C: fix click
195
196 2002-09-12  John Levon  <levon@movementarian.org>
197
198         * QMathDialog.C: work around Qt bug in previous change
199
200 2002-09-12  John Levon  <levon@movementarian.org>
201
202         * QMathDialog.h:
203         * QMathDialog.C: load icon palettes on demand
204
205 2002-09-12  John Levon  <levon@movementarian.org>
206
207         * QMathDialog.C: get the scrollbars right on first show
208
209 2002-09-11  John Levon  <levon@movementarian.org>
210
211         * QPrint.h:
212         * QPrint.C:
213         * ui/QPrintDialog.ui: update for odd/even changes
214
215 2002-09-11  John Levon  <levon@movementarian.org>
216
217         * QCitationDialog.C: show right info when selecting a cite
218
219         * QParagraphDialog.C: don't validate lengths, to allow glue
220
221 2002-09-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
222
223         * QFloatDialog.C: Fix the setEnable() logic
224
225 2002-09-11  John Levon  <levon@movementarian.org>
226
227         * Alert_pimpl.C:
228         * QExternalDialog.h:
229         * QExternalDialog.C:
230         * QGraphicsDialog.h:
231         * QGraphicsDialog.C:
232         * QIncludeDialog.h:
233         * QIncludeDialog.C:
234         * QIndexDialog.h:
235         * QIndexDialog.C:
236         * QSearchDialog.h:
237         * QSearchDialog.C:
238         * QURLDialog.h:
239         * QURLDialog.C: focus on the first linedit on show()
240
241 2002-09-11  John Levon  <levon@movementarian.org>
242
243         * QSearchDialog.C: fill combo boxes
244
245 2002-09-11  John Levon  <levon@movementarian.org>
246
247         * qscreen.C: use repaint() not update() for immediate change
248
249         * QContentPane.C: warning fix
250
251 2002-09-11  John Levon  <levon@movementarian.org>
252
253         * qfont_metrics.C: fix button metrics
254
255         * QLPainter.C: fillPolygon() should actually fill
256
257 2002-09-10  John Levon  <levon@movementarian.org>
258
259         * Menubar_pimpl.C:
260         * QLPopupMenu.h:
261         * QLPopupMenu.C: finally fix Navigate
262
263 2002-09-10  John Levon  <levon@movementarian.org>
264
265         * ui/QIncludeDialog.ui:
266         * QInclude.h:
267         * QInclude.C: remove don't typeset
268
269         * Dialogs2.C: add empty showWrap
270
271 2002-09-08  John Levon  <levon@movementarian.org>
272
273         * QFloat.C: another fix
274
275 2002-09-08  John Levon  <levon@movementarian.org>
276
277         * QFloat.h:
278         * QFloat.C:
279         * QFloatDialog.h:
280         * QFloatDialog.C:
281         * ui/QFloatDialog.ui: fix bug 527 and more
282
283 2002-09-12  Angus Leeming  <leeming@lyx.org>
284
285         * iconpalette.C (resizeEvent): compile fix.
286
287         * QInclude.C (update_contents): remove lyxerr call.
288
289 2002-09-08  John Levon  <levon@movementarian.org>
290
291         * qfont_loader.C: fix bug 531 (emph())
292
293 2002-09-08  John Levon  <levon@movementarian.org>
294
295         * QMathDialog.C:
296         * iconpalette.h:
297         * iconpalette.C: make sizing work properly
298
299 2002-09-08  John Levon  <levon@movementarian.org>
300
301         * QMathDialog.h:
302         * QMathDialog.C: detachable icon menus
303
304 2002-09-08  John Levon  <levon@movementarian.org>
305
306         * QMathDialog.C:
307         * iconpalette.h:
308         * iconpalette.C: re lay out on size change
309
310 2002-09-08  John Levon  <levon@movementarian.org>
311
312         * QMathDialog.h:
313         * QMathDialog.C:
314         * iconpalette.C: More fixes.
315
316 2002-09-08  John Levon  <levon@movementarian.org>
317
318         * ui/QMathDialog.ui:
319         * QMathDialog.h:
320         * QMathDialog.C: add decos as symbols. Some fixes.
321
322 2002-09-07  John Levon  <levon@movementarian.org>
323
324         * qfont_metrics.C: unrevert per-char metrics. Droppings
325           are better than entirely wrong metrics. Hopefully
326           Andre can fix it ...
327
328 2002-09-07  John Levon  <levon@movementarian.org>
329
330         * qfont_loader.C: fix sizes for symbols etc.
331
332 2002-09-07  John Levon  <levon@movementarian.org>
333
334         * qfont_metrics.C: revert accurate per-char metrics
335           because LyX is broken
336
337 2002-09-07  John Levon  <levon@movementarian.org>
338
339         * qfont_loader.h:
340         * qfont_loader.C: add debug
341
342 2002-09-06  John Levon  <levon@movementarian.org>
343
344         * QMath.h:
345         * QMath.C: add sub/superscript
346
347         * ui/QMathDialog.ui:
348         * QMathDialog.h:
349         * QMathDialog.C: add dots. Use a completely broken :(
350           scrollview.
351
352         * iconpalette.C: increase size
353
354 2002-09-04  Angus Leeming  <leeming@lyx.org>
355
356         * QLyXKeySym.C: using std::endl directive.
357
358 2002-08-30  John Levon  <levon@movementarian.org>
359
360         * Makefile.dialogs:
361         * moc/Makefile.am:
362         * QMath.h:
363         * QMath.C:
364         * QMathDialog.h:
365         * QMathDialog.C:
366         * ui/QMathDialog.ui: start math panel
367
368         * iconpalette.h:
369         * iconpalette.C: new widget used by above
370
371 2002-08-29  John Levon  <levon@movementarian.org>
372
373         * Toolbar_pimpl.C: defocus layout combo on select
374
375 2002-08-29  John Levon  <levon@movementarian.org>
376
377         * QtView.C: add back in allow/prohibitInput (for now)
378
379         * TODO: update
380
381 2002-08-29  John Levon  <levon@movementarian.org>
382
383         * Toolbar_pimpl.C: mathed math-insert - skip
384           the preceding '\' when looking for file name
385
386 2002-08-29  John Levon  <levon@movementarian.org>
387
388         * Toolbar_pimpl.C: math xpm handling in preparation
389         for some fixed XPMs
390
391 2002-08-29  John Levon  <levon@movementarian.org>
392
393         * QCommandBuffer.h:
394         * QCommandBuffer.C: use a QListView not combo box.
395           Qt Sucks.
396
397 2002-08-29  John Levon  <levon@movementarian.org>
398
399         * ui/*: use size grippie consistently
400
401 2002-08-29  John Levon  <levon@movementarian.org>
402
403         * QContentPane.C:
404         * QContentPane.h: implement triple click
405
406 2002-08-29  John Levon  <levon@movementarian.org>
407
408         * QInclude.C: remove some wrong code removed from xforms
409
410 2002-08-29  John Levon  <levon@movementarian.org>
411
412         * qfont_metrics.C: add per char ascent/descent
413
414 2002-08-28  John Levon  <levon@movementarian.org>
415
416         * QContentPane.C: fix cut-and-paste borkage from
417           LFUN_MOUSE changes
418
419 2002-08-25  Rob Lahaye  <lahaye@snu.ac.kr>
420
421         * QLImage.C: replace redundant xoffset_l and yoffset_t
422         calculation by something better.
423
424 2002-08-25  John Levon  <levon@movementarian.org>
425
426         * FileDialog.C:
427         * FileDialog_private.h:
428         * FileDialog_private.C: disable non-sync code due
429           to Qt bug. Add support for buttons
430
431 2002-08-25  John Levon  <levon@movementarian.org>
432
433         * QLPopupMenu.C: implement optional() support
434
435         * TODO: update
436
437 2002-08-25  John Levon  <levon@movementarian.org>
438
439         * Makefile.am:
440         * Menubar_pimpl.h:
441         * Menubar_pimpl.C:
442         * QLPopupMenu.h:
443         * QLPopupMenu.C: Populate menus upon open
444
445 2002-08-25  John Levon  <levon@movementarian.org>
446
447         * qlkey.h: add A-Z into string_to_qkey
448
449         * QLyXKeySym.h:
450         * QLyXKeySym.C: remove crap again
451
452 2002-08-25  John Levon  <levon@movementarian.org>
453
454         * QLyXKeySym.h:
455         * QLyXKeySym.C:
456         * QContentPane.C: revert some wrong direction stuff and try
457           again. STILL BROKEN :(
458
459 2002-08-25  John Levon  <levon@movementarian.org>
460
461         * QGraphics.C:
462         * ui/QGraphicsDialog.ui: update, and some UI improvements
463
464 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
465
466         * lengthcombo.C: apply changes to "enum UNIT" in src/lyxlength.h
467
468         * QLImage.C:
469         * QGraphics.C: Implement changes for new xforms graphics dialog
470         (NB: Qt Graphics dialog itself is NOT YET updated!).
471
472 2002-08-15  Angus Leeming  <leeming@lyx.org>
473
474         * lyx_gui.C (hexname): enable previews to work!
475
476 2002-08-15  Angus Leeming  <leeming@lyx.org>
477
478         * Dialogs.C:
479         * Dialogs2.C
480         * Dialogs_impl.h: the brave new world of Dialog creation.
481
482         * guiapi.C: discard.
483
484         * Makefile.am: add new files Dialogs2.C Dialogs_impl.h and
485         remove guiapi.C.
486
487 2002-08-14  John Levon  <levon@movementarian.org>
488
489         * Alert_pimpl.C: remove xforms header
490
491         * Toolbar_pimpl.C: build fix
492
493 2002-08-13  Angus Leeming  <leeming@lyx.org>
494
495         * Qt2Base.h: compile fix isReadonly -> bufferIsReadonly.
496
497         * FileDialog_private.C:
498         * Menubar_pimpl.C:
499         * Toolbar_pimpl.C:
500         * QtView.C:
501         * lyx_gui.C:
502         changes due to the changed LyXView interface that now returns references
503         to member variables not pointers.
504
505 2002-08-12  Angus Leeming  <leeming@lyx.org>
506
507         * Menubar_pimpl.C: no need to #include "Dialogs.h". Remove semi-colon
508         from namespace closing delimiter.
509
510         * Menubar_pimpl.h:  remove MenuItemInfo:: prefix from c-tor declaration.
511
512         * QAbout.[Ch]:
513         * QBibitem.[Ch]:
514         * QBibtex.[Ch]:
515         * QCharacter.[Ch]:
516         * QCitation.[Ch]:
517         * QERT.[Ch]:
518         * QError.[Ch]:
519         * QExternal.[Ch]:
520         * QFloat.[Ch]:
521         * QGraphics.[Ch]:
522         * QInclude.[Ch]:
523         * QIndex.[Ch]:
524         * QLog.[Ch]:
525         * QMinipage.[Ch]:
526         * QParagraph.[Ch]:
527         * QPreamble.[Ch]:
528         * QPrint.[Ch]:
529         * QRef.[Ch]:
530         * QSearch.[Ch]:
531         * QShowFile.[Ch]:
532         * QSpellchecker.[Ch]:
533         * QTabularCreate.[Ch]:
534         * QTexinfo.[Ch]:
535         * QThesaurus.[Ch]:
536         * QToc.[Ch]:
537         * QURL.[Ch]:
538         * QVCLog.[Ch]:
539         No longer pass Controller or Dialogs to the c-tor.
540         No longer forward-declare Dialogs.
541
542         * Qt2Base.[Ch]: derives from ViewBase directly.
543         No longer passed ControlButtons & or Dialogs &.
544         (bc): new method, enabling the daughter classes to access the
545         ButtonController.
546         (slotWMHide):
547         (slotApply):
548         (slotOK):
549         (slotClose):
550         (slotRestore): changes due to a change in the ViewBase class.
551
552         * QtView.C (c-tor): no longer pass Dialogs & to the Toolbar.
553
554         * Toolbar_pimpl.[Ch] (c-tor): no longer passed a Dialogs &.
555
556         * guiapi.C: access the controller methods by explicit invocation of the
557         controller.
558
559 2002-08-09  John Levon  <levon@movementarian.org>
560
561         * Toolbar_pimpl.C: add missing header
562
563 2002-08-08  John Levon  <levon@movementarian.org>
564
565         * Toolbar_pimpl.C:
566         * Menubar_pimpl.C: lyxaction cleanup
567
568 2002-08-08  John Levon  <levon@movementarian.org>
569
570         * QGraphicsDialog.C: enable rotate
571
572         * ui/QGraphicsDialog.ui: trigger changed on
573           activated() not highlighted()
574
575 2002-08-08  John Levon  <levon@movementarian.org>
576
577         * QGraphics.C:
578         * ui/QGraphicsDialog.ui: lots of fixes and cleanup
579
580         * ui/QRefDialog.ui: geometry cleanup
581
582 2002-08-07  John Levon  <levon@movementarian.org>
583
584         * Menubar_pimpl.C: fix compile for gcc 3.1
585
586 2002-08-06  John Levon  <levon@movementarian.org>
587
588         * ui/QSpellcheckerDialogBase.ui:
589         * QSpellcheckerDialog.h:
590         * QSpellchecker.h:
591         * QSpellchecker.C: remove options()
592
593         * QtView.C: fix build
594
595 2002-07-31  John Levon  <levon@movementarian.org>
596
597         * io_callback.h: make a more proper class
598
599         * lyx_gui.C: implement removal of I/O callbacks
600
601 2002-07-30  John Levon  <levon@movementarian.org>
602
603         * qlkey.h:
604         * QLyXKeySym.h:
605         * QLyXKeySym.C: do our own getISOEncoded() mapping
606           because Qt can't handle it
607
608 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
609
610         * several file: strip,frontStrip -> trim,ltrim,rtrim
611
612 2002-07-25  John Levon  <levon@movementarian.org>
613
614         * Toolbar_pimpl.C: fix tooltips
615
616 2002-07-25  John Levon  <levon@movementarian.org>
617
618         * QCommandEdit.C:
619         * Toolbar_pimpl.C: make Tab work in the content pane
620
621 2002-07-25  John Levon  <levon@movementarian.org>
622
623         * Menubar_pimpl.C: split create/fill of menus into
624           two functions
625
626 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
627
628         * Menubar_pimpl.C: make it compile again
629
630 2002-07-24  John Levon  <moz@compsoc.man.ac.uk>
631
632         * Menubar_pimpl.C: make it compile again
633
634 2002-07-24  Angus Leeming  <leeming@lyx.org>
635
636         * FileDialog_private.C (done): add a false to the arguments passed to
637         getLyXFunc.
638
639         * QBibtex.C:
640         * QCommandBuffer.C: add a using std::vector directive.
641
642         * QBibtexDialog.C: s/<vector.h>/<vector>/
643
644         * QCommandBuffer.C: remove trailing semi-colon at the end of the
645         namespace scope.
646
647         * QTexinfo.h: s/vector<string>/std::vector<string>/
648
649 2002-07-23  Edwin Leuven <leuven@fee.uva.nl>
650
651         * QBibtex.C: syle combobox instead of listbox
652         * QBibtexDialog.C:
653         * ui/QBibtexDialog.ui
654         * QTexinfo.C: Repair view without path/selection
655         * QTexinfo.h
656         * QTexinfoDialog.C
657         * QTexinfoDialog.h
658         * ui/QTexinfoDialog.ui
659         * ui/QCitationDialog.ui: layout fix
660         * ui/QExternalDialog.ui: idem
661         * TODO: update
662
663 2002-07-23  John Levon  <moz@compsoc.man.ac.uk>
664
665         * QCommandBuffer.C: real compile fix
666
667 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
668
669         * QLyXKeySym.C: return 0 when text_ is empty
670           for getISOEncoded()
671
672 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
673
674         * QCommandBuffer.C: probably compile fix
675
676         * QtView.C:
677         * Toolbar_pimpl.h:
678         * Toolbar_pimpl.C: remove dead code
679
680 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
681
682         * lyx_gui.C: add exit() so we don't busy loop !
683
684 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
685
686         * QCommandEdit.C: complete if right at end of line
687
688         * QLyXKeySym.C: cleanup comments
689
690         * QtView.C: prefer const int
691
692         * qlkey.h: fix some transliteration errors...
693
694 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
695
696         * Toolbar_pimpl.h:
697         * Toolbar_pimpl.C: remove ->push()
698
699 2002-07-22  Edwin Leuven  <leuven@fee.uva.nl>
700
701         * QCitationDialog.C: fix loop search and info update after selecting
702         * TODO: remove this is issue
703
704 2002-07-22  Edwin Leuven  <leuven@fee.uva.nl>
705
706         * ui/QBibtexDialog.ui: style browser
707         * QBibtex.C: idem
708         * QBibtexDialog.C: idem
709
710         * ui/QRefDialog.ui: document combo
711         * QRef.C: idem
712
713         * QInclude.C: new layout
714         * ui/QIncludeDialog.ui: new layout
715
716         * ui/QCitationDialog.ui: new layout
717
718         * ui/QExternalDialog.ui: new layout
719
720         * QGraphics.C: Compile fix
721
722         * TODO:
723
724 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
725
726         * Menubar_pimpl.h:
727         * Menubar_pimpl.C: implement check/disable, submenus
728
729 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
730
731         * Toolbar_pimpl.h:
732         * Toolbar_pimpl.C: implement getLayoutList()
733
734 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
735
736         * Toolbar_pimpl.C: use BufferParams::getLyXTextClass
737
738 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
739
740         * QToc.h:
741         * QToc.C: compile fixes, default to depth_(1)
742
743 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
744
745         * Menubar_pimpl.C: change for removed menubar stuff
746
747 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
748
749         * QtView.C: reset idle timer on message()
750
751 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
752
753         * QLImage.C: various fixes
754
755         * QWorkArea.C: set focus proxy
756
757         * qscreen.C: don't show cursor when in command buffer
758
759         * Makefile.am:
760         * moc/Makefile.am:
761         * QMiniBuffer.h:
762         * QMiniBuffer.C:
763         * QCommandBuffer.h:
764         * QCommandBuffer.C:
765         * QCommandEdit.h:
766         * QCommandEdit.C:
767         * QtView.h:
768         * QtView.C: Rudimentary command buffer
769
770 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
771
772         * QWorkArea.C: remove unnecessary include
773
774 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
775
776         * QtView.C:
777         * Toolbar_pimpl.C:
778         * lyx_gui.C: verboseDispatch() is now dispatch()
779
780 2002-07-07  Edwin Leuven  <leuven@fee.uva.nl>
781
782         * QParagraph.[Ch]: Add paragraph dialog
783         * QParagraphDialog.[Ch]:
784         * ui/QParagraphDialog.[Ch]:
785         * Makefile.am:
786         * Makefile.dialogs:
787         * guiapi.C:
788
789 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
790
791         * QtView.C: basic statusbar show
792
793 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
794
795         * QLImage.C: add using std
796
797 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
798
799         * QLImage.h:
800         * QLImage.C: remove getPixmap() add isDrawable()
801
802 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
803
804         * io_callback.h:
805         * lyx_gui.C: make set_read_callback() work
806
807 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
808
809         * lyx_gui.C: add set_read_callback()
810
811         * Makefile.am:
812         * xforms/*: remove
813
814 2002-07-13  John Levon  <moz@compsoc.man.ac.uk>
815
816         * QtView.C: add a status bar
817
818         * Toolbar_pimpl.C: minor fixes
819
820         * lyx_gui.C: implement hexname()
821
822 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
823
824         * lyx_gui.C: move init_graphics() to parse_init()
825
826 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
827
828         * Toolbar_pimpl.h:
829         * Toolbar_pimpl.C: remove unused (de)activate()
830
831 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
832
833         * lyx_gui.C: implement update_fonts(), font_available()
834
835 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
836
837         * lyx_gui.C: add un-needed update_color()
838
839 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
840
841         * QtView.h:
842         * QtView.C: remove unused methods
843
844 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
845
846         * Makefile.am:
847         * QLImage.h:
848         * QLImage.C: initial image loader
849
850         * lyx_gui.C: initialise graphics
851
852         * QLPainter.C: draw images
853
854         * QWorkArea.C: implement clipboard as much as possible
855
856 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
857
858         * dialog files: add unused Dialogs paramater to allow compile
859
860         * QtView.C:
861         * QMiniBuffer.h:
862         * QMiniBuffer.C:
863         * Makefile.am: add QMiniBuffer (placeholder)
864
865         * TODO: add
866
867         * Toolbar_pimpl.h:
868         * Toolbar_pimpl.C: compile fix
869
870         * lyx_gui.C: add hexname() place holder
871
872 2002-07-04  André Pönitz  <poenitz@lyx.org>
873
874         * xforms/Makefile.am: replace XFORMSGIMAGE by XFORMSIMAGE
875
876 2002-06-28  Angus Leeming  <leeming@lyx.org>
877
878         * QLPainter.[Ch]: changes associated with the name change
879         grfx::GImage -> grfx::Image.
880
881 2002-06-21  Angus Leeming  <leeming@lyx.org>
882
883         * Menubar_pimpl.C (c-tor): rename MenuBackend const & mb argument to
884         avoid name clash with MenuBackend::const_iterator mb.
885
886         * QContentPane.C:
887         * QLPainter.C:
888         * qscreen.C: add using std::endl directive.
889
890         * QLPainter.C (lines, fillPolygon) : wrap QCOORD points inside a
891         scoped_array as np is not known at compile time and my compiler barfs.
892
893         * Toolbar_pimpl.h: forward declare class ToolbarProxy.
894
895         * qfont_loader.h: don't #include "font_loader.h".
896
897         * qfont_metrics.C: remove trailing ';' from namespace anon scope.
898
899 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
900
901         * qfont_metrics.C: fix variable names
902
903 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
904
905         * QWorkArea.C: remove dead splash code
906
907 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
908
909         * QContentPane.C: restore calls to workAreaResize()
910
911         * QLyXKeySym.h: tidy
912
913         * QWorkArea.h: remove redraw()
914
915         * QWorkArea.C: remove resize()
916
917 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
918
919         * guiapi.C: createIndex() changed
920
921 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
922
923         * QWorkArea.h: remove unused resize(...)
924
925 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
926
927         * QWorkArea.h: remove unused stuff
928
929 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
930
931         * QContentPane.h:
932         * QContentPane.C: remove focus/unfocus events
933
934 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
935
936         * QWorkArea.h: remove unused methods
937
938 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
939
940         * LyXKeySymFactory.C: add
941
942         * Makefile.am:
943         * QContentPane.C:
944         * qlkey.h:
945         * QLyXKeySym.h:
946         * QLyXKeySym.C: get keyboard partly working
947
948         * qfont_metrics.C: fix compile
949
950 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
951
952         * Makefile.am: add the new files ...
953
954         * Dialogs.C:
955         * guiapi.C:
956         * all dialogs: implement new dialog stuff, fix compile
957
958         * FileDialog_private.h:
959
960         * GUIRunTime.C:
961         * lyx_gui.C: update for lyx_gui namespace
962
963         * LyXScreenFactory.C: add
964
965         * QContentPane.h:
966         * QContentPane.C: new widget for containing a lyx document
967
968         * QLPainter.h:
969         * QLPainter.C: qt painter object
970
971         * QWorkArea.h:
972         * QWorkArea.C: Qt version of the work area
973
974         * QtView.h:
975         * QtView.C: Qt version of LyXView
976
977         * Toolbar_pimpl.h:
978         * Toolbar_pimpl.C:
979         * Menubar_pimpl.h:
980         * Menubar_pimpl.C: initial Qt versions
981
982         * WorkAreaFactory.C: generate a QWorkArea
983
984         * emptytable.C: add a resize grippie
985
986         * qfont_loader.h:
987         * qfont_loader.C: font loader for Qt
988
989         * qfont_metrics.h:
990         * qfont_metrics.C: font metrics for Qt
991
992         * qlkey.h: convert Qt key symbol into a name
993
994         * qscreen.h:
995         * qscreen.C: Qt version of screen
996
997         * moc/Makefile.am: add new files
998
999         * xforms/Makefile.am: remove all xforms dialogs
1000
1001 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1002
1003         * Qt2BC.C: do not include ButtonController.tmpl
1004
1005 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1006
1007         * QtLyXView.h: moved into frontends/
1008
1009 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1010
1011         * QDocument.h: use more specific smart_ptr header.
1012         * Qt2Base.h: ditto
1013
1014 2002-04-30  John Levon  <moz@compsoc.man.ac.uk>
1015
1016         * QCharacter.h:
1017         * QCharacter.C: update for language i18n change
1018
1019 2002-04-16  John Levon  <moz@compsoc.man.ac.uk>
1020
1021         * Dialogs.C: add tooltipsEnabled()
1022
1023         * QTeXInfo.C: include right header
1024
1025         * moc/Makefile.am: add back missing moc files
1026
1027         * xforms/Makefile.am: add missing FeedbackController
1028
1029 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1030
1031         * xforms/Makefile.am (link_files): use correct _SOURCES variable.
1032
1033         * ui/moc/Makefile.am: move include to top
1034         (DISTCLEANFILES): take the UIMOCDIALOGS variable instead
1035
1036         * ui/Makefile.am: ws change
1037
1038         * moc/Makefile.am: move include to top
1039
1040         * Makefile.am (EXTRA_DIST): some file taken from...
1041         * Makefile.dialogs (DIALOGSOURCES):here
1042
1043         * xforms/Makefile.am (EXTRA_DIST): delete
1044         (libqt2xforms_la_SOURCES): change to...
1045         (nodist_libqt2xforms_la_SOURCES): this
1046
1047         * ui/moc/Makefile.am (libqt2uimoc_la_SOURCES): change to...
1048         (nodist_libqt2uimoc_la_SOURCES): this
1049
1050         * ui/Makefile.am (libqt2ui_la_SOURCES): change to...
1051         (nodist_libqt2ui_la_SOURCES): this
1052
1053         * moc/Makefile.am (libqtmoc_la_SOURCES): comment out
1054         (nodist_libqt2moc_la_SOURCES): new
1055
1056         * Makefile.dialogs (DIALOGSOURCES): add QParagraph,
1057         QParagraphDialog, QDocument, QDocumentDialog
1058
1059         * Makefile.am (DISTCLEANFILES): delete
1060         (EXTRA_DIST): add with Makefile.dialogs
1061
1062 2002-04-02  John Levon  <moz@compsoc.man.ac.uk>
1063
1064         * ui/QParagraphDialog.ui: fix a couple of typos for
1065           the translators
1066
1067 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
1068
1069         * xforms/Makefile.am (link_files): whitespace.
1070
1071 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1072
1073         * xforms/Makefile.am (libqt2xforms.la): it should depend on
1074         libqt2xforms_la_OBJECTS not libqt2xforms_la_SOURCES!
1075
1076 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1077
1078         * most files: ws cleanup
1079
1080 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1081
1082         * docygen fixes.
1083
1084 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
1085
1086         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
1087         your version of the xforms libraries is up to the task.
1088
1089         * xforms/Makefile.am: link in the xforms image loader if so configured.
1090
1091 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
1092
1093         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
1094
1095         * Dialogs.C:
1096         * GUIRunTime.C (initialiseGraphics): moved to GUIRunTime.
1097
1098 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1099
1100         * Makefile.am: get rid of LYX_LIBS
1101
1102         * QDocument.C (class_update): layout as string
1103
1104 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
1105
1106         * Makefile.am:
1107         * moc/Makefile.am:
1108         * ui/Makefile.am:
1109         * ui/moc/Makefile.am: fix compile
1110
1111         * xforms/: compile the necessary files via symlinks
1112
1113         * QPreambleDialog.C: new systemcall interface
1114
1115         * Timeout_pimpl.h:
1116         * Timeout_pimpl.C: add running()
1117
1118         * Dialogs.C: add init graphics, and doc/par xforms forms
1119
1120 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
1121
1122         * QToc.C: fix crash
1123
1124 2002-02-06  Edwin Leuven  <leuven@fee.uva.nl>
1125
1126         * QGraphics.C: compilation fix
1127         * QTexinfoDialog.C:
1128         * QTexinfoDialog.h:
1129         * ui/QTexinfoDialog.ui: remove help button
1130
1131 2002-01-31  Edwin Leuven  <leuven@fee.uva.nl>
1132
1133         * qt2/QGraphics.C:
1134         * qt2/QGraphics.h:
1135         * qt2/QGraphicsDialog.C:
1136         * qt2/QGraphicsDialog.h:
1137         * qt2/lengthcombo.C:
1138         * qt2/ui/QGraphicsDialog.ui: new dialog
1139         * qt2/QAbout.C:
1140         * qt2/ui/QAboutDialog.ui: reduce size
1141         * qt2/ui/QFloatDialog.ui: update dialog
1142
1143 2002-01-29  Edwin Leuven  <leuven@fee.uva.nl>
1144
1145         * Makefile.am:
1146         * Dialogs.C:
1147         * Makefile.dialogs:
1148         * QShowFile.h:
1149         * QShowFile.C:
1150         * QShowFileDialog.h:
1151         * QShowFileDialog.C:
1152         * ui/QShowFileDialog.ui: add showfile dialog
1153         * ui/QCitationDialog.ui: minor layout tweaks
1154
1155 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
1156
1157         * Dialogs.C: removed now redundant #include "QParagraph.h".
1158
1159         * QSearchDialog.h (remember): removed unnecessary
1160         QSearchDialog qualifier.
1161
1162         * QTexinfo.C:
1163         * QToc.C: added various using std::xyz directives.
1164
1165 2002-01-25  Edwin Leuven  <leuven@fee.uva.nl>
1166
1167         * Makefile.am:
1168         * Dialogs.C:
1169         * Makefile.dialogs:
1170         * QFloat.h:
1171         * QFloat.C:
1172         * QFloatDialog.h:
1173         * QFloatDialog.C:
1174         * ui/QFloatDialog.ui: add float dialog
1175
1176 2002-01-25  John Levon  <moz@compsoc.man.ac.uk>
1177
1178         * Makefile.am:
1179         * Makefile.dialogs: don't compile QPar/Doc
1180           for now, as they cause problems
1181
1182 2002-01-20  John Levon  <moz@compsoc.man.ac.uk>
1183
1184         * Makefile.am:
1185         * Dialogs.C:
1186         * QToc.h:
1187         * QToc.C:
1188         * QTocDialog.h:
1189         * QTocDialog.C:
1190         * ui/QTocDialog.ui: resuscitate TOC dialog
1191
1192 2002-01-20  John Levon  <moz@compsoc.man.ac.uk>
1193
1194         * QCitation.h:
1195         * QCitation.C:
1196         * QCitationDialog.h:
1197         * QCitationDialog.C:
1198         * ui/QCitationDialog.ui: natbib fixes
1199
1200 2002-01-19  Edwin Leuven  <leuven@fee.uva.nl>
1201
1202         * QTexinfo.[Ch]: added
1203         * QTexinfoDialog.[Ch]: added
1204         * ui/QTexinfoDialog.ui: added
1205         * Dialogs.C: add dialog
1206         * Makefile.dialogs: idem
1207
1208 2002-01-18  Edwin Leuven  <leuven@fee.uva.nl>
1209
1210         * QMinipage.C: compiles fixes (lyxlength related)
1211
1212 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
1213
1214         * Makefile.am:
1215         * FileDialog_private.h: fix compile
1216
1217         * QThesaurus.h:
1218         * QThesaurus.C:
1219         * QThesaurusDialog.h:
1220         * QThesaurusDialog.C:
1221         * ui/QThesaurusDialog.ui: new thesaurus code
1222
1223 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1224
1225         * QMinipage.C (apply, update_contents): MinipageParams::width renamed
1226         as MinipageParams::pageWidth.
1227
1228 2002-01-04  John Levon  <moz@compsoc.man.ac.uk>
1229
1230         * QParagraph.C: add needed include
1231
1232 2001-12-08  John Levon  <moz@compsoc.man.ac.uk>
1233
1234         * Makefile.am:
1235         * Dialogs.C: bring back unconverted dialogs
1236
1237 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
1238
1239         * QParagraph.C:
1240         * QParagraphDialog.h:
1241         * QParagraphDialog.C: use new vspace API
1242
1243         * QTocDialog.C: silence warnings
1244
1245 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1246
1247         * qttableview.C: change "while(" to "while ("
1248
1249 2001-12-05  Allan Rae  <rae@lyx.org>
1250
1251         * QParagraph.C (apply):
1252         (update): Use the right LyXText -- extending John's fix
1253
1254 2001-12-01  Maks Orlovich  <mo002j@mail.rochester.edu>
1255
1256         * moc/Makefile.am:
1257         * Makefile.am:
1258         * QBibtexDialog.C:
1259         * QExternalDialog.C:
1260         * QParagraphDialog.h:
1261         * QPreambleDialog.C:
1262         * emptytable.C:
1263         * qttableview.C:
1264         * qttableview.C:
1265         * qttableview.h: fixes for Qt3
1266
1267 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
1268
1269         * Makefile.am: add Alert_pimpl.lo
1270
1271 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
1272
1273         * Makefile.am: link in new DropDown.lo
1274
1275         * QSpellcheckerDialog.C: fix warning
1276
1277         * ui/moc/Makefile.am: remove dead thing
1278
1279 2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1280
1281         * ui/moc/Makefile.am: remove unportable # at beginning of
1282         declaration.
1283
1284         * ui/Makefile.am:
1285         * Makefile.am: remove extra DISTCLEANFILES declaration
1286
1287 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1288
1289         * ui/QDocumentDialog.ui:
1290         * QDocument.C (build_dialog): support latin4
1291
1292 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1293
1294         * ui/QDocumentDialog.ui:
1295         * QDocument.C (build_dialog): support latin3
1296
1297 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
1298
1299         * Dialogs.C: remove splash dialog code.
1300
1301         * QSplash.[Ch]:
1302         * QSplashDialog.[Ch]: removed.
1303
1304         * Makefile.dialogs: remove splash dialog files.
1305
1306 2001-09-18  John Levon  <moz@compsoc.man.ac.uk>
1307
1308         * QRef.C: fix compile
1309
1310         * README: update
1311
1312 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1313
1314         * Makefile.am (libqt2_la_LIBADD): rename from OBJADD, depend on
1315         gui libs
1316
1317 2001-09-06  John Levon  <moz@compsoc.man.ac.uk>
1318
1319         * ui/QMinipageDialog.ui: fix layout, remove old slot
1320
1321         * QRefDialog.C: fix warning
1322
1323 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
1324
1325         * ui/QSpellcheckerDialog.ui: reworded layout
1326
1327 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
1328
1329         * QMinipage.C: remove radiobutton add combox
1330         * ui/QMinipageDialog.ui: + buttons at bottom
1331
1332 2001-09-01  John Levon  <moz@compsoc.man.ac.uk>
1333
1334         * Makefile.dialogs:
1335         * Dialogs.C:
1336         * QSpellchecker.[Ch]:
1337         * QSpellcheckerDialog.[Ch]:
1338         * ui/QSpellcheckerDialog.ui: add spellchecker dialog
1339
1340 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
1341
1342         * ui/QMinipageDialog.ui: layout tweak again (but it's getting better)
1343
1344 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
1345
1346         * ui/QGraphicsDialog.ui : minor layout tweak
1347         * ui/QIncludeDialog.ui : idem
1348         * ui/QMinipageDialog.ui: idem
1349         * ui/QURLDialog.ui: idem
1350
1351 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
1352
1353         * ui/QRefDialog.ui : minor layout tweak
1354         * Qref.C: idem
1355
1356 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1357
1358         * QTabularCreateDialog.C: fix warnings
1359
1360         * emptytable.h:
1361         * emptytable.C:
1362         * ui/QTabularCreateDialog.ui: fix layout
1363           when table size is changed
1364
1365 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1366
1367         * Dialogs.C:
1368         * QSearch.[Ch]:
1369         * QSearchDialog.[Ch]:
1370         * ui/QSearchDialog.ui: add search back
1371
1372 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
1373
1374         * Dialogs.C:
1375         * QPrint.[Ch]:
1376         * QPrintDialog.[Ch]:
1377         * ui/QPrintDialog.ui: add print dialog back
1378
1379 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
1380
1381         * Makefile.am:
1382         * moc/Makefile.am:
1383         * ui/Makefile.am:
1384         * ui/moc/Makefile.am: use AM_CXXFLAGS to add defines
1385
1386 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
1387
1388         * QAbout.C: added a using std::getline directive.
1389
1390         * QCitationDialog.C (doFind): removed const from argument to make it
1391         consistent with the header file.
1392
1393         * QDocument.[Ch] (c-tor): moved declaration of into .C file. Compilation
1394         was failing with "incomplete type is not allowed" in instantiation
1395         of boost::scoped_ptr<QDocumentDialog> dialog_.
1396
1397         * QLog.C: added a couple of using std::xyz directives.
1398
1399         * QPreambleDialog.C: added a using std::getline directive.
1400
1401         * QToc.C: using SigC::slot directive.
1402
1403 2001-08-29  Edwin Leuven  <leuven@fee.uva.nl>
1404
1405         * ui/QURLDialog.ui : minor layout tweak
1406
1407 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
1408
1409         * QPreamble.[Ch]:
1410         * QPreambleDialog.[Ch]:
1411         * ui/QPreambleDialog.ui:
1412         * Makefile.am:
1413         * Makefile.dialogs:
1414         * Dialogs.C: add pre-amble dialog
1415
1416 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
1417
1418         * ui/QIndexDialog.ui:
1419         * QIndexDialog.C: add QWhatsThis in C source
1420
1421         * README: document this restriction
1422
1423 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
1424
1425         * QMinipage.[Ch]:
1426         * QMinipageDialog.[Ch]:
1427         * ui/QMinipageDialog.ui:
1428         * lengthcombo.[Ch]:
1429         * Makefile.am:
1430         * moc/Makefile.am:
1431         * Makefile.dialogs:
1432         * Dialogs.C: add minipage and prototype length combo widget
1433
1434 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
1435
1436         * QLog.[Ch]:
1437         * QLogDialog.[Ch]:
1438         * ui/QLogDialog.ui:
1439         * QVCLog.[Ch]:
1440         * QVCLogDialog.[Ch]:
1441         * ui/QVCLogDialog.ui:
1442         * Dialogs.C:
1443         * Makefile.am:
1444         * Makefile.dialogs: add log and vclog dialogs
1445
1446 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
1447
1448         * Dialogs.C:
1449         * QTabularCreate.[Ch]:
1450         * QTabularCreate.h:
1451         * QTabularCreateDialog.C:
1452         * QTabularCreateDialog.h:
1453         * ui/Makefile.am:
1454         * ui/QTabularCreateDialog.ui: bring back
1455         tabcreate
1456
1457 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
1458
1459         * ui/QCharacterDialog.ui:
1460         * ui/QThesaurusDialog.ui: fix tab order
1461
1462         * QGraphics.[Ch]:
1463         * QGraphicsDialog.[Ch]:
1464         * ui/QGraphicsDialog.ui:
1465         * Makefile.am:
1466         * Makefile.dialogs:
1467         * Dialogs.C: add graphics dialog
1468
1469 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
1470
1471         * QThesaurus.C: clear selection on update
1472
1473         * QInclude.[Ch]:
1474         * QincludeDialog.[Ch]:
1475         * ui/QincludeDialog.ui:
1476         * Makefile.am:
1477         * Makefile.dialogs:
1478         * Dialogs.C: add Include dialog
1479
1480         * README: add note about crashes
1481
1482 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1483
1484         * QThesaurusDialog.C: whoops, forgot to clear before update
1485
1486 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1487
1488         * QBibtex.C:
1489         * QBibtexDialog.h:
1490         * QBibtexDialog.C:
1491         * ui/QBibtexDialog.ui: fix some things, add
1492           delete button
1493
1494         * QExternalDialog.C: fix file dialog thing
1495
1496         * QThesaurus.h:
1497         * QThesaurus.C:
1498         * QThesaurusDialog.h:
1499         * QThesaurusDialog.C:
1500         * ui/QThesaurusDialog.ui: fix compile, get working
1501
1502         * moc/Makefile.am: fix builddir != srcdir
1503
1504 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1505
1506         * GUIRunTime.C: fix argc handling
1507
1508 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1509
1510         * ui/*.ui:
1511         * ui/Makefile.am: add some sed magic to replace tr() with _()
1512
1513 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1514
1515         * Makefile.am: remove accidentally committed xforms file
1516
1517 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1518
1519         * Dialogs.C:
1520         * Makefile.dialogs:
1521         * QThesaurus.[Ch]:
1522         * QThesaurusDialog.[Ch]:
1523         * ui/QThesaurusDialog.ui: add thesaurus dialog
1524
1525 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1526
1527         * Dialogs.C:
1528         * Makefile.am:
1529         * Makefile.dialogs:
1530         * QExternal.[Ch]:
1531         * QExternalDialog.[Ch]:
1532         * ui/QExternalDialog.ui: add external dialog
1533
1534 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1535
1536         * Dialogs.C:
1537         * Makefile.dialogs:
1538         * QERT.[Ch]:
1539         * QERTDialog.[Ch]:
1540         * ui/QERTDialog.ui: add ERT dialog
1541
1542 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1543
1544         * Dialogs.C:
1545         * Makefile.am:
1546         * Makefile.dialogs:
1547         * QError.[Ch]:
1548         * QErrorDialog.[Ch]:
1549         * ui/QErrorDialog.ui: add LaTeX error dialog
1550
1551 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1552
1553         * Dialogs.C:
1554         * QCharacter.[Ch]:
1555         * QCharacterDialog.[Ch]:
1556         * ui/QcharacterDialog.ui: make work again,
1557           add auto-apply feature
1558
1559 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1560
1561         * Dialogs.C:
1562         * Makefile.am:
1563         * Makefile.dialogs:
1564         * QBibitem.[Ch]:
1565         * QBibitemDialog.[Ch]:
1566         * ui/QBibitemDialog.ui: add Bibitem dialog
1567
1568 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1569
1570         * Dialogs.C:
1571         * Makefile.dialogs:
1572         * QBibtex.[Ch]:
1573         * QBibtexDialog.[Ch]:
1574         * ui/QBibtexDialog.ui: added BibTeX dialog.
1575
1576         * README: update
1577
1578 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1579
1580         * Qt2BC.C: whoops, reversed sense of setReadOnly()
1581
1582 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1583
1584         * Dialogs.C:
1585         * QRef.[Ch]:
1586         * ui/QRefDialog.ui: add Ref dialog back
1587
1588         * QAbout.[Ch]:
1589         * QCitation.[Ch]:
1590         * QDocument.[Ch]:
1591         * QIndex.[Ch]:
1592         * QURL.[Ch]:
1593         * Qt2Base.h: protect build() with updating_ too
1594
1595         * QCitationDialog.C: use Qt2Base::readOnly
1596
1597         * README: update
1598
1599 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
1600
1601         * Dialogs.C: add URL
1602
1603         * QAbout.h:
1604         * QCitation.h:
1605         * QDocument.h:
1606         * QIndex.C:
1607         * Qt2Base.h:
1608         * Qt2Base.C: add an updating_ variable to prevent
1609           bc() breakage.
1610
1611         * QURL.h:
1612         * QURL.C:
1613         * QURLDialog.h:
1614         * QURLDialog.C:
1615         * ui/QURLDialog.ui: make alive again
1616
1617         * Qt2BC.C: make lineedits ReadOnly not disabled
1618
1619         * README: update
1620
1621         * ui/QCitationDialog.ui: small cleanups
1622
1623         * ui/QIndexDialog.ui: add a what's this
1624
1625 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
1626
1627         * Dialogs.C: include the right files
1628
1629         * QCitation.C: closePB not cancelPB
1630
1631         * QCitationDialog.C:
1632         * QCitationDialog.h:
1633         * ui/QCitationDialog.ui: small fixes
1634
1635         * QIndex.h:
1636         * QIndex.C:
1637         * QIndexDialog.C:
1638         * QIndexDialog.h:
1639         * ui/QIndexDialog.ui: more fixes
1640
1641         * Qt2Base.h:
1642         * Qt2Base.C: add reset() to workaround problem.
1643
1644         * README: update
1645
1646         * Makefile.am:
1647         * Timeout_pimpl.h:
1648         * Timeout_pimpl.C: add the timer
1649
1650 2001-08-23  John Levon  <moz@compsoc.man.ac.uk>
1651
1652         * Dialogs.C:
1653         * Makefile.am:
1654         * Qt2BC.h:
1655         * Qt2BC.C:
1656         * QAbout.C:
1657         * QCitation.C:
1658         * QDocument.h:
1659         * Qt2Base.C:
1660         * Qt2Base.h: rename qt2BC -> Qt2BC, set focus for widget enable
1661
1662         * QIndex.h:
1663         * QIndex.C:
1664         * ui/QIndexDialog.ui: use the BC properly
1665
1666         * Qt2Base.h:
1667         * Qt2Base.C: add a virtual isValid(), and predicate what changed()
1668           tells the BC on the return value
1669
1670         * README: update
1671
1672 2001-08-21  John Levon  <moz@compsoc.man.ac.uk>
1673
1674         * Dialogs.C: add QIndex
1675
1676         * ui/Makefile.am:
1677         * Makefile.am: fix build
1678
1679         * ui/QAboutDialog.ui:
1680         * QAbout.C: finish dialog
1681
1682         * ui/QCitationDialog.ui:
1683         * QCitationDialog.C: BC fixes
1684
1685         * ui/QIndexDialog.ui:
1686         * QIndex.h:
1687         * QIndex.C:
1688         * QIndexDialog.h:
1689         * QIndexDialog.C: got index dialog working
1690
1691 2001-08-19  John Levon  <moz@compsoc.man.ac.uk>
1692
1693         * all files: enormous naming re-jig and tidy
1694
1695 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1696
1697         Consistent use of Lsstream.h:
1698         * FormCredits.C (build): std::stringstream -> stringstream.
1699
1700 2001-06-17  Angus Leeming  <a.leeming@ic.ac.uk>
1701
1702         * FormCitation.C (build): removed bc().refresh() call as the controller
1703         should take care of this.
1704         (update): removed noKeys stuff as you don't use it.
1705
1706         * FormCitationDialogImpl.C (slotBibSelected): Can't select bibkeys[-1]!
1707         We were being bit by the xforms browser returns the browser line number
1708         in Fortran style, but Qt uses C-style.
1709
1710 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
1711
1712         * FormCitationDialogImpl.C: added using directive.
1713
1714         * qt2BC.[Ch]: qt2BC now derives from GuiBC<QButton, QWidget>.
1715         No idea why this wasn't done ages ago!
1716
1717 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
1718
1719         * FormCharacter.C:
1720         * FormParagraph.C (c-tor): cosmetic name change of signal.
1721
1722 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
1723
1724         * FormCitation.C:
1725         * Qt2Base.C: removed // -*- C++ -*- as first line.
1726
1727         * FileDialog_private.h:
1728         * FormCopyright.h:
1729         * FormCredits.h:
1730         * FormIndex.h:
1731         * FormParagraph.h:
1732         * FormPrint.h:
1733         * FormRef.h:
1734         * FormSearch.h:
1735         * FormSplash.h:
1736         * FormTabularCreate.h:
1737         * FormToc.h:
1738         * FormUrl.h:
1739         * QtLyXView.h: added // -*- C++ -*- as first line.
1740
1741 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
1742
1743         * <various>: fix random space pepper to use
1744           hard tabs. Also add <config.h> where necessitated
1745           by using LString.h
1746
1747 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
1748
1749         * FormDocument.C (build): add iso8859-15 support.
1750
1751 2001-05-17  Allan Rae  <rae@lyx.org>
1752
1753         * FormCharacter.C:
1754         * FormCopyright.C:
1755         * FormCredits.C:
1756         * FormSearch.C: gettext went missing but is back gain now _().
1757
1758         * Makefile.am:  ButtonController is now ButtonControllerBase.
1759         It now compiles but it won't link lyx on my system.  Complaints about
1760         not being able to link in libraries lib{GL,GLU,Xft,Xext,Xmu} which
1761         are all present and accounted for by ldconfig.  YMMV.
1762
1763 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1764
1765         * FormParagraph.C: remove !NEW_INSETS and !NO_PEXTRA cruft
1766
1767 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
1768
1769         * FormCharacter.C:
1770         * FormDocument.h:
1771         * FormSearch.C:
1772         * Dialogs.C: s/popup/dialog/
1773
1774         * qt2BC.h:
1775         * qt2BC.C:
1776         * FormCitation.C:
1777         * FormDocument.C: s/UndoAll/Restore/
1778
1779         * Qt2Base.h:
1780         * Qt2Base.C: s/ControlButton/ControlButtons/
1781
1782
1783 2001-04-02  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
1784
1785         * Makefile.am: Simplified Makefile.am
1786
1787 2001-03-31  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
1788
1789         * FormCitationDialogImpl.C (doPreviousNext): Propagated search
1790         fixes from XForms
1791         * several files: MVC for citation dialog
1792
1793 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1794
1795         * Qt2Base.[Ch]: changed ControlBase to ControlButton.
1796
1797 2001-03-19  Edwin Leuven  <leuven@fee.uva.nl>
1798
1799         * qt2 compiles again:
1800         * Makefile.am: added missing xform dialogs
1801         * FormParagraph.C: only extra setting if wanted
1802         * FormParagraph.h: add namespace to connection
1803
1804 2001-03-16  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
1805
1806         * FormParagraph.C (apply): Only call SetParagraphExtraOpt() when
1807         NO_PEXTRA is not defined (in line with XForms frontend)
1808
1809         * Dialogs.C: Adapted to backend changes
1810
1811         * Makefile.am: updated citation dialog
1812         * Citation dialog added: FormCitation.{C,h},
1813         *    FormCitationDialog.ui, FormCitationDialogImpl.{C,h}
1814
1815 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1816
1817         * several files: remove CXX_WORKING_NAMESPACES
1818
1819 2001-03-15  Edwin Leuven  <leuven@fee.uva.nl>
1820
1821         * Added splash screen
1822         * Makefile.am: updated
1823         * FormSplash.[Ch]: added
1824         * FormSplashImpl.[Ch]: added
1825
1826 2001-03-09  Edwin Leuven  <leuven@fee.uva.nl>
1827
1828         * Makefile.am: updated
1829         * paragraphdlg.ui: manually enabled items in minipage settings
1830         * paragraphdlgimpl.C: tweak enable code on extra page
1831         * Stuff sent in by Denis Perchine <dyp@perchine.com> to compile again:
1832         * FileDialog_private.[Ch]: added
1833         * FileDialog.C: added
1834         * FormParagraph.C: params settings updated
1835
1836 2001-03-06  Edwin Leuven  <leuven@fee.uva.nl>
1837
1838         * Search dialog added:
1839         * FormSearch.[Ch]
1840         * searchdlg.ui
1841         * searchdlg.[Ch]
1842         * searchdlgimpl.[Ch]
1843
1844 2001-02-16  Edwin Leuven  <leuven@fee.uva.nl>
1845
1846         * remove inheritance from noncopyable in Form*.h
1847         * Character dialog added:
1848         * FormCharacter.[Ch]
1849         * chardlg.ui
1850         * chardlg.[Ch]
1851         * chardlgimpl.[Ch]
1852
1853 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
1854
1855         * FormParagraph.C: fix bview->update()
1856
1857 2001-01-24  Edwin Leuven  <leuven@fee.uva.nl>
1858
1859         *FormParagraph.C:
1860         *FormParagraph.h:
1861         *FormPrint.C:
1862         *FormPrint.h:
1863         *FormTabularCreate.C:
1864         *FormTabularCreate.h:
1865         *QtLyXView.h:
1866         *emptytable.C:
1867         *emptytable.h:
1868         *paragraphdlg.C:
1869         *paragraphdlg.h:
1870         *paragraphdlg.ui:
1871         *paragraphdlgimpl.C:
1872         *paragraphdlgimpl.h:
1873         *printdlg.C:
1874         *printdlg.h:
1875         *printdlg.ui:
1876         *printdlgimpl.C:
1877         *printdlgimpl.h:
1878         *tabularcreatedlg.C:
1879         *tabularcreatedlg.h:
1880         *tabularcreatedlg.ui:
1881         *tabularcreatedlgimpl.C:
1882         *tabularcreatedlgimpl.h:
1883         *Makefile.am: added paragraph/print/tabular create dialogs
1884
1885 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
1886
1887         * src/frontends/qt2/.cvsignore:
1888         * Dialogs.C:
1889         * FormCopyright.C:
1890         * FormCopyright.h:
1891         * FormCopyrightDialog.C:
1892         * FormCopyrightDialog.h:
1893         * FormCopyrightDialogBase.C:
1894         * FormCopyrightDialogBase.h:
1895         * FormCopyrightDialogBase.ui:
1896         * GUIRunTime.C:
1897         * Makefile.am: start frontend with the Copyright
1898           dialog