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