]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ChangeLog
make lyxserver work
[lyx.git] / src / frontends / qt2 / ChangeLog
1 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
2
3         * io_callback.h:
4         * lyx_gui.C: make set_read_callback() work
5  
6 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
7
8         * lyx_gui.C: add set_read_callback()
9  
10         * Makefile.am: 
11         * xforms/*: remove
12  
13 2002-07-13  John Levon  <moz@compsoc.man.ac.uk>
14
15         * QtView.C: add a status bar
16  
17         * Toolbar_pimpl.C: minor fixes 
18
19         * lyx_gui.C: implement hexname() 
20
21 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
22
23         * lyx_gui.C: move init_graphics() to parse_init()
24  
25 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
26
27         * Toolbar_pimpl.h:
28         * Toolbar_pimpl.C: remove unused (de)activate()
29  
30 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
31
32         * lyx_gui.C: implement update_fonts(), font_available() 
33  
34 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
35
36         * lyx_gui.C: add un-needed update_color()
37
38 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
39
40         * QtView.h:
41         * QtView.C: remove unused methods
42  
43 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
44
45         * Makefile.am:
46         * QLImage.h:
47         * QLImage.C: initial image loader
48
49         * lyx_gui.C: initialise graphics
50
51         * QLPainter.C: draw images
52
53         * QWorkArea.C: implement clipboard as much as possible
54  
55 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
56
57         * dialog files: add unused Dialogs paramater to allow compile
58  
59         * QtView.C:
60         * QMiniBuffer.h:
61         * QMiniBuffer.C:
62         * Makefile.am: add QMiniBuffer (placeholder)
63  
64         * TODO: add
65  
66         * Toolbar_pimpl.h:
67         * Toolbar_pimpl.C: compile fix
68
69         * lyx_gui.C: add hexname() place holder
70  
71 2002-07-04  André Pönitz  <poenitz@lyx.org>
72
73         * xforms/Makefile.am: replace XFORMSGIMAGE by XFORMSIMAGE
74
75 2002-06-28  Angus Leeming  <leeming@lyx.org>
76
77         * QLPainter.[Ch]: changes associated with the name change
78         grfx::GImage -> grfx::Image.
79
80 2002-06-21  Angus Leeming  <leeming@lyx.org>
81
82         * Menubar_pimpl.C (c-tor): rename MenuBackend const & mb argument to
83         avoid name clash with MenuBackend::const_iterator mb.
84
85         * QContentPane.C:
86         * QLPainter.C:
87         * qscreen.C: add using std::endl directive.
88
89         * QLPainter.C (lines, fillPolygon) : wrap QCOORD points inside a
90         scoped_array as np is not known at compile time and my compiler barfs.
91
92         * Toolbar_pimpl.h: forward declare class ToolbarProxy.
93
94         * qfont_loader.h: don't #include "font_loader.h".
95
96         * qfont_metrics.C: remove trailing ';' from namespace anon scope.
97
98 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
99
100         * qfont_metrics.C: fix variable names
101  
102 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
103
104         * QWorkArea.C: remove dead splash code
105  
106 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
107
108         * QContentPane.C: restore calls to workAreaResize()
109
110         * QLyXKeySym.h: tidy 
111
112         * QWorkArea.h: remove redraw() 
113  
114         * QWorkArea.C: remove resize()
115  
116 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
117
118         * guiapi.C: createIndex() changed
119  
120 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
121
122         * QWorkArea.h: remove unused resize(...)
123  
124 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
125
126         * QWorkArea.h: remove unused stuff
127  
128 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
129
130         * QContentPane.h:
131         * QContentPane.C: remove focus/unfocus events
132  
133 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
134
135         * QWorkArea.h: remove unused methods
136  
137 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
138
139         * LyXKeySymFactory.C: add
140
141         * Makefile.am:
142         * QContentPane.C:
143         * qlkey.h:
144         * QLyXKeySym.h:
145         * QLyXKeySym.C: get keyboard partly working
146
147         * qfont_metrics.C: fix compile 
148  
149 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
150
151         * Makefile.am: add the new files ...
152  
153         * Dialogs.C:
154         * guiapi.C:
155         * all dialogs: implement new dialog stuff, fix compile
156
157         * FileDialog_private.h:
158
159         * GUIRunTime.C:
160         * lyx_gui.C: update for lyx_gui namespace
161
162         * LyXScreenFactory.C: add
163
164         * QContentPane.h:
165         * QContentPane.C: new widget for containing a lyx document
166  
167         * QLPainter.h:
168         * QLPainter.C: qt painter object
169  
170         * QWorkArea.h:
171         * QWorkArea.C: Qt version of the work area
172  
173         * QtView.h:
174         * QtView.C: Qt version of LyXView
175
176         * Toolbar_pimpl.h:
177         * Toolbar_pimpl.C:
178         * Menubar_pimpl.h:
179         * Menubar_pimpl.C: initial Qt versions
180  
181         * WorkAreaFactory.C: generate a QWorkArea
182  
183         * emptytable.C: add a resize grippie 
184  
185         * qfont_loader.h:
186         * qfont_loader.C: font loader for Qt
187  
188         * qfont_metrics.h:
189         * qfont_metrics.C: font metrics for Qt
190  
191         * qlkey.h: convert Qt key symbol into a name
192  
193         * qscreen.h:
194         * qscreen.C: Qt version of screen
195  
196         * moc/Makefile.am: add new files
197  
198         * xforms/Makefile.am: remove all xforms dialogs
199  
200 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
201
202         * Qt2BC.C: do not include ButtonController.tmpl
203
204 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
205
206         * QtLyXView.h: moved into frontends/
207  
208 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
209
210         * QDocument.h: use more specific smart_ptr header.
211         * Qt2Base.h: ditto
212
213 2002-04-30  John Levon  <moz@compsoc.man.ac.uk>
214
215         * QCharacter.h:
216         * QCharacter.C: update for language i18n change
217
218 2002-04-16  John Levon  <moz@compsoc.man.ac.uk>
219
220         * Dialogs.C: add tooltipsEnabled()
221
222         * QTeXInfo.C: include right header
223
224         * moc/Makefile.am: add back missing moc files
225
226         * xforms/Makefile.am: add missing FeedbackController
227
228 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
229
230         * xforms/Makefile.am (link_files): use correct _SOURCES variable.
231
232         * ui/moc/Makefile.am: move include to top
233         (DISTCLEANFILES): take the UIMOCDIALOGS variable instead
234
235         * ui/Makefile.am: ws change
236
237         * moc/Makefile.am: move include to top
238
239         * Makefile.am (EXTRA_DIST): some file taken from...
240         * Makefile.dialogs (DIALOGSOURCES):here
241
242         * xforms/Makefile.am (EXTRA_DIST): delete
243         (libqt2xforms_la_SOURCES): change to...
244         (nodist_libqt2xforms_la_SOURCES): this
245
246         * ui/moc/Makefile.am (libqt2uimoc_la_SOURCES): change to...
247         (nodist_libqt2uimoc_la_SOURCES): this
248
249         * ui/Makefile.am (libqt2ui_la_SOURCES): change to...
250         (nodist_libqt2ui_la_SOURCES): this
251
252         * moc/Makefile.am (libqtmoc_la_SOURCES): comment out
253         (nodist_libqt2moc_la_SOURCES): new
254
255         * Makefile.dialogs (DIALOGSOURCES): add QParagraph,
256         QParagraphDialog, QDocument, QDocumentDialog
257
258         * Makefile.am (DISTCLEANFILES): delete
259         (EXTRA_DIST): add with Makefile.dialogs
260
261 2002-04-02  John Levon  <moz@compsoc.man.ac.uk>
262
263         * ui/QParagraphDialog.ui: fix a couple of typos for
264           the translators
265
266 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
267
268         * xforms/Makefile.am (link_files): whitespace.
269
270 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
271
272         * xforms/Makefile.am (libqt2xforms.la): it should depend on
273         libqt2xforms_la_OBJECTS not libqt2xforms_la_SOURCES!
274
275 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
276
277         * most files: ws cleanup
278
279 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
280
281         * docygen fixes.
282
283 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
284
285         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
286         your version of the xforms libraries is up to the task.
287
288         * xforms/Makefile.am: link in the xforms image loader if so configured.
289
290 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
291
292         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
293
294         * Dialogs.C:
295         * GUIRunTime.C (initialiseGraphics): moved to GUIRunTime.
296
297 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
298
299         * Makefile.am: get rid of LYX_LIBS
300
301         * QDocument.C (class_update): layout as string
302
303 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
304
305         * Makefile.am:
306         * moc/Makefile.am:
307         * ui/Makefile.am:
308         * ui/moc/Makefile.am: fix compile
309
310         * xforms/: compile the necessary files via symlinks
311
312         * QPreambleDialog.C: new systemcall interface
313
314         * Timeout_pimpl.h:
315         * Timeout_pimpl.C: add running()
316
317         * Dialogs.C: add init graphics, and doc/par xforms forms
318
319 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
320
321         * QToc.C: fix crash
322
323 2002-02-06  Edwin Leuven  <leuven@fee.uva.nl>
324
325         * QGraphics.C: compilation fix
326         * QTexinfoDialog.C:
327         * QTexinfoDialog.h:
328         * ui/QTexinfoDialog.ui: remove help button
329
330 2002-01-31  Edwin Leuven  <leuven@fee.uva.nl>
331
332         * qt2/QGraphics.C:
333         * qt2/QGraphics.h:
334         * qt2/QGraphicsDialog.C:
335         * qt2/QGraphicsDialog.h:
336         * qt2/lengthcombo.C:
337         * qt2/ui/QGraphicsDialog.ui: new dialog
338         * qt2/QAbout.C:
339         * qt2/ui/QAboutDialog.ui: reduce size
340         * qt2/ui/QFloatDialog.ui: update dialog
341
342 2002-01-29  Edwin Leuven  <leuven@fee.uva.nl>
343
344         * Makefile.am:
345         * Dialogs.C:
346         * Makefile.dialogs:
347         * QShowFile.h:
348         * QShowFile.C:
349         * QShowFileDialog.h:
350         * QShowFileDialog.C:
351         * ui/QShowFileDialog.ui: add showfile dialog
352         * ui/QCitationDialog.ui: minor layout tweaks
353
354 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
355
356         * Dialogs.C: removed now redundant #include "QParagraph.h".
357
358         * QSearchDialog.h (remember): removed unnecessary
359         QSearchDialog qualifier.
360
361         * QTexinfo.C:
362         * QToc.C: added various using std::xyz directives.
363
364 2002-01-25  Edwin Leuven  <leuven@fee.uva.nl>
365
366         * Makefile.am:
367         * Dialogs.C:
368         * Makefile.dialogs:
369         * QFloat.h:
370         * QFloat.C:
371         * QFloatDialog.h:
372         * QFloatDialog.C:
373         * ui/QFloatDialog.ui: add float dialog
374
375 2002-01-25  John Levon  <moz@compsoc.man.ac.uk>
376
377         * Makefile.am:
378         * Makefile.dialogs: don't compile QPar/Doc
379           for now, as they cause problems
380
381 2002-01-20  John Levon  <moz@compsoc.man.ac.uk>
382
383         * Makefile.am:
384         * Dialogs.C:
385         * QToc.h:
386         * QToc.C:
387         * QTocDialog.h:
388         * QTocDialog.C:
389         * ui/QTocDialog.ui: resuscitate TOC dialog
390
391 2002-01-20  John Levon  <moz@compsoc.man.ac.uk>
392
393         * QCitation.h:
394         * QCitation.C:
395         * QCitationDialog.h:
396         * QCitationDialog.C:
397         * ui/QCitationDialog.ui: natbib fixes
398
399 2002-01-19  Edwin Leuven  <leuven@fee.uva.nl>
400
401         * QTexinfo.[Ch]: added
402         * QTexinfoDialog.[Ch]: added
403         * ui/QTexinfoDialog.ui: added
404         * Dialogs.C: add dialog
405         * Makefile.dialogs: idem
406
407 2002-01-18  Edwin Leuven  <leuven@fee.uva.nl>
408
409         * QMinipage.C: compiles fixes (lyxlength related)
410
411 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
412
413         * Makefile.am:
414         * FileDialog_private.h: fix compile
415
416         * QThesaurus.h:
417         * QThesaurus.C:
418         * QThesaurusDialog.h:
419         * QThesaurusDialog.C:
420         * ui/QThesaurusDialog.ui: new thesaurus code
421
422 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
423
424         * QMinipage.C (apply, update_contents): MinipageParams::width renamed
425         as MinipageParams::pageWidth.
426
427 2002-01-04  John Levon  <moz@compsoc.man.ac.uk>
428
429         * QParagraph.C: add needed include
430
431 2001-12-08  John Levon  <moz@compsoc.man.ac.uk>
432
433         * Makefile.am:
434         * Dialogs.C: bring back unconverted dialogs
435
436 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
437
438         * QParagraph.C:
439         * QParagraphDialog.h:
440         * QParagraphDialog.C: use new vspace API
441
442         * QTocDialog.C: silence warnings
443
444 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
445
446         * qttableview.C: change "while(" to "while ("
447
448 2001-12-05  Allan Rae  <rae@lyx.org>
449
450         * QParagraph.C (apply):
451         (update): Use the right LyXText -- extending John's fix
452
453 2001-12-01  Maks Orlovich  <mo002j@mail.rochester.edu>
454
455         * moc/Makefile.am:
456         * Makefile.am:
457         * QBibtexDialog.C:
458         * QExternalDialog.C:
459         * QParagraphDialog.h:
460         * QPreambleDialog.C:
461         * emptytable.C:
462         * qttableview.C:
463         * qttableview.C:
464         * qttableview.h: fixes for Qt3
465
466 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
467
468         * Makefile.am: add Alert_pimpl.lo
469
470 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
471
472         * Makefile.am: link in new DropDown.lo
473
474         * QSpellcheckerDialog.C: fix warning
475
476         * ui/moc/Makefile.am: remove dead thing
477
478 2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
479
480         * ui/moc/Makefile.am: remove unportable # at beginning of
481         declaration.
482
483         * ui/Makefile.am:
484         * Makefile.am: remove extra DISTCLEANFILES declaration
485
486 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
487
488         * ui/QDocumentDialog.ui:
489         * QDocument.C (build_dialog): support latin4
490
491 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
492
493         * ui/QDocumentDialog.ui:
494         * QDocument.C (build_dialog): support latin3
495
496 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
497
498         * Dialogs.C: remove splash dialog code.
499
500         * QSplash.[Ch]:
501         * QSplashDialog.[Ch]: removed.
502
503         * Makefile.dialogs: remove splash dialog files.
504
505 2001-09-18  John Levon  <moz@compsoc.man.ac.uk>
506
507         * QRef.C: fix compile
508
509         * README: update
510
511 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
512
513         * Makefile.am (libqt2_la_LIBADD): rename from OBJADD, depend on
514         gui libs
515
516 2001-09-06  John Levon  <moz@compsoc.man.ac.uk>
517
518         * ui/QMinipageDialog.ui: fix layout, remove old slot
519
520         * QRefDialog.C: fix warning
521
522 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
523
524         * ui/QSpellcheckerDialog.ui: reworded layout
525
526 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
527
528         * QMinipage.C: remove radiobutton add combox
529         * ui/QMinipageDialog.ui: + buttons at bottom
530
531 2001-09-01  John Levon  <moz@compsoc.man.ac.uk>
532
533         * Makefile.dialogs:
534         * Dialogs.C:
535         * QSpellchecker.[Ch]:
536         * QSpellcheckerDialog.[Ch]:
537         * ui/QSpellcheckerDialog.ui: add spellchecker dialog
538
539 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
540
541         * ui/QMinipageDialog.ui: layout tweak again (but it's getting better)
542
543 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
544
545         * ui/QGraphicsDialog.ui : minor layout tweak
546         * ui/QIncludeDialog.ui : idem
547         * ui/QMinipageDialog.ui: idem
548         * ui/QURLDialog.ui: idem
549
550 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
551
552         * ui/QRefDialog.ui : minor layout tweak
553         * Qref.C: idem
554
555 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
556
557         * QTabularCreateDialog.C: fix warnings
558
559         * emptytable.h:
560         * emptytable.C:
561         * ui/QTabularCreateDialog.ui: fix layout
562           when table size is changed
563
564 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
565
566         * Dialogs.C:
567         * QSearch.[Ch]:
568         * QSearchDialog.[Ch]:
569         * ui/QSearchDialog.ui: add search back
570
571 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
572
573         * Dialogs.C:
574         * QPrint.[Ch]:
575         * QPrintDialog.[Ch]:
576         * ui/QPrintDialog.ui: add print dialog back
577
578 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
579
580         * Makefile.am:
581         * moc/Makefile.am:
582         * ui/Makefile.am:
583         * ui/moc/Makefile.am: use AM_CXXFLAGS to add defines
584
585 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
586
587         * QAbout.C: added a using std::getline directive.
588
589         * QCitationDialog.C (doFind): removed const from argument to make it
590         consistent with the header file.
591
592         * QDocument.[Ch] (c-tor): moved declaration of into .C file. Compilation
593         was failing with "incomplete type is not allowed" in instantiation
594         of boost::scoped_ptr<QDocumentDialog> dialog_.
595
596         * QLog.C: added a couple of using std::xyz directives.
597
598         * QPreambleDialog.C: added a using std::getline directive.
599
600         * QToc.C: using SigC::slot directive.
601
602 2001-08-29  Edwin Leuven  <leuven@fee.uva.nl>
603
604         * ui/QURLDialog.ui : minor layout tweak
605
606 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
607
608         * QPreamble.[Ch]:
609         * QPreambleDialog.[Ch]:
610         * ui/QPreambleDialog.ui:
611         * Makefile.am:
612         * Makefile.dialogs:
613         * Dialogs.C: add pre-amble dialog
614
615 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
616
617         * ui/QIndexDialog.ui:
618         * QIndexDialog.C: add QWhatsThis in C source
619
620         * README: document this restriction
621
622 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
623
624         * QMinipage.[Ch]:
625         * QMinipageDialog.[Ch]:
626         * ui/QMinipageDialog.ui:
627         * lengthcombo.[Ch]:
628         * Makefile.am:
629         * moc/Makefile.am:
630         * Makefile.dialogs:
631         * Dialogs.C: add minipage and prototype length combo widget
632
633 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
634
635         * QLog.[Ch]:
636         * QLogDialog.[Ch]:
637         * ui/QLogDialog.ui:
638         * QVCLog.[Ch]:
639         * QVCLogDialog.[Ch]:
640         * ui/QVCLogDialog.ui:
641         * Dialogs.C:
642         * Makefile.am:
643         * Makefile.dialogs: add log and vclog dialogs
644
645 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
646
647         * Dialogs.C:
648         * QTabularCreate.[Ch]:
649         * QTabularCreate.h:
650         * QTabularCreateDialog.C:
651         * QTabularCreateDialog.h:
652         * ui/Makefile.am:
653         * ui/QTabularCreateDialog.ui: bring back
654         tabcreate
655
656 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
657
658         * ui/QCharacterDialog.ui:
659         * ui/QThesaurusDialog.ui: fix tab order
660
661         * QGraphics.[Ch]:
662         * QGraphicsDialog.[Ch]:
663         * ui/QGraphicsDialog.ui:
664         * Makefile.am:
665         * Makefile.dialogs:
666         * Dialogs.C: add graphics dialog
667
668 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
669
670         * QThesaurus.C: clear selection on update
671
672         * QInclude.[Ch]:
673         * QincludeDialog.[Ch]:
674         * ui/QincludeDialog.ui:
675         * Makefile.am:
676         * Makefile.dialogs:
677         * Dialogs.C: add Include dialog
678
679         * README: add note about crashes
680
681 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
682
683         * QThesaurusDialog.C: whoops, forgot to clear before update
684
685 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
686
687         * QBibtex.C:
688         * QBibtexDialog.h:
689         * QBibtexDialog.C:
690         * ui/QBibtexDialog.ui: fix some things, add
691           delete button
692
693         * QExternalDialog.C: fix file dialog thing
694
695         * QThesaurus.h:
696         * QThesaurus.C:
697         * QThesaurusDialog.h:
698         * QThesaurusDialog.C:
699         * ui/QThesaurusDialog.ui: fix compile, get working
700
701         * moc/Makefile.am: fix builddir != srcdir
702
703 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
704
705         * GUIRunTime.C: fix argc handling
706
707 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
708
709         * ui/*.ui:
710         * ui/Makefile.am: add some sed magic to replace tr() with _()
711
712 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
713
714         * Makefile.am: remove accidentally committed xforms file
715
716 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
717
718         * Dialogs.C:
719         * Makefile.dialogs:
720         * QThesaurus.[Ch]:
721         * QThesaurusDialog.[Ch]:
722         * ui/QThesaurusDialog.ui: add thesaurus dialog
723
724 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
725
726         * Dialogs.C:
727         * Makefile.am:
728         * Makefile.dialogs:
729         * QExternal.[Ch]:
730         * QExternalDialog.[Ch]:
731         * ui/QExternalDialog.ui: add external dialog
732
733 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
734
735         * Dialogs.C:
736         * Makefile.dialogs:
737         * QERT.[Ch]:
738         * QERTDialog.[Ch]:
739         * ui/QERTDialog.ui: add ERT dialog
740
741 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
742
743         * Dialogs.C:
744         * Makefile.am:
745         * Makefile.dialogs:
746         * QError.[Ch]:
747         * QErrorDialog.[Ch]:
748         * ui/QErrorDialog.ui: add LaTeX error dialog
749
750 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
751
752         * Dialogs.C:
753         * QCharacter.[Ch]:
754         * QCharacterDialog.[Ch]:
755         * ui/QcharacterDialog.ui: make work again,
756           add auto-apply feature
757
758 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
759
760         * Dialogs.C:
761         * Makefile.am:
762         * Makefile.dialogs:
763         * QBibitem.[Ch]:
764         * QBibitemDialog.[Ch]:
765         * ui/QBibitemDialog.ui: add Bibitem dialog
766
767 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
768
769         * Dialogs.C:
770         * Makefile.dialogs:
771         * QBibtex.[Ch]:
772         * QBibtexDialog.[Ch]:
773         * ui/QBibtexDialog.ui: added BibTeX dialog.
774
775         * README: update
776
777 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
778
779         * Qt2BC.C: whoops, reversed sense of setReadOnly()
780
781 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
782
783         * Dialogs.C:
784         * QRef.[Ch]:
785         * ui/QRefDialog.ui: add Ref dialog back
786
787         * QAbout.[Ch]:
788         * QCitation.[Ch]:
789         * QDocument.[Ch]:
790         * QIndex.[Ch]:
791         * QURL.[Ch]:
792         * Qt2Base.h: protect build() with updating_ too
793
794         * QCitationDialog.C: use Qt2Base::readOnly
795
796         * README: update
797
798 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
799
800         * Dialogs.C: add URL
801
802         * QAbout.h:
803         * QCitation.h:
804         * QDocument.h:
805         * QIndex.C:
806         * Qt2Base.h:
807         * Qt2Base.C: add an updating_ variable to prevent
808           bc() breakage.
809
810         * QURL.h:
811         * QURL.C:
812         * QURLDialog.h:
813         * QURLDialog.C:
814         * ui/QURLDialog.ui: make alive again
815
816         * Qt2BC.C: make lineedits ReadOnly not disabled
817
818         * README: update
819
820         * ui/QCitationDialog.ui: small cleanups
821
822         * ui/QIndexDialog.ui: add a what's this
823
824 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
825
826         * Dialogs.C: include the right files
827
828         * QCitation.C: closePB not cancelPB
829
830         * QCitationDialog.C:
831         * QCitationDialog.h:
832         * ui/QCitationDialog.ui: small fixes
833
834         * QIndex.h:
835         * QIndex.C:
836         * QIndexDialog.C:
837         * QIndexDialog.h:
838         * ui/QIndexDialog.ui: more fixes
839
840         * Qt2Base.h:
841         * Qt2Base.C: add reset() to workaround problem.
842
843         * README: update
844
845         * Makefile.am:
846         * Timeout_pimpl.h:
847         * Timeout_pimpl.C: add the timer
848
849 2001-08-23  John Levon  <moz@compsoc.man.ac.uk>
850
851         * Dialogs.C:
852         * Makefile.am:
853         * Qt2BC.h:
854         * Qt2BC.C:
855         * QAbout.C:
856         * QCitation.C:
857         * QDocument.h:
858         * Qt2Base.C:
859         * Qt2Base.h: rename qt2BC -> Qt2BC, set focus for widget enable
860
861         * QIndex.h:
862         * QIndex.C:
863         * ui/QIndexDialog.ui: use the BC properly
864
865         * Qt2Base.h:
866         * Qt2Base.C: add a virtual isValid(), and predicate what changed()
867           tells the BC on the return value
868
869         * README: update
870
871 2001-08-21  John Levon  <moz@compsoc.man.ac.uk>
872
873         * Dialogs.C: add QIndex
874
875         * ui/Makefile.am:
876         * Makefile.am: fix build
877
878         * ui/QAboutDialog.ui:
879         * QAbout.C: finish dialog
880
881         * ui/QCitationDialog.ui:
882         * QCitationDialog.C: BC fixes
883
884         * ui/QIndexDialog.ui:
885         * QIndex.h:
886         * QIndex.C:
887         * QIndexDialog.h:
888         * QIndexDialog.C: got index dialog working
889
890 2001-08-19  John Levon  <moz@compsoc.man.ac.uk>
891
892         * all files: enormous naming re-jig and tidy
893
894 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
895
896         Consistent use of Lsstream.h:
897         * FormCredits.C (build): std::stringstream -> stringstream.
898
899 2001-06-17  Angus Leeming  <a.leeming@ic.ac.uk>
900
901         * FormCitation.C (build): removed bc().refresh() call as the controller
902         should take care of this.
903         (update): removed noKeys stuff as you don't use it.
904
905         * FormCitationDialogImpl.C (slotBibSelected): Can't select bibkeys[-1]!
906         We were being bit by the xforms browser returns the browser line number
907         in Fortran style, but Qt uses C-style.
908
909 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
910
911         * FormCitationDialogImpl.C: added using directive.
912
913         * qt2BC.[Ch]: qt2BC now derives from GuiBC<QButton, QWidget>.
914         No idea why this wasn't done ages ago!
915
916 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
917
918         * FormCharacter.C:
919         * FormParagraph.C (c-tor): cosmetic name change of signal.
920
921 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
922
923         * FormCitation.C:
924         * Qt2Base.C: removed // -*- C++ -*- as first line.
925
926         * FileDialog_private.h:
927         * FormCopyright.h:
928         * FormCredits.h:
929         * FormIndex.h:
930         * FormParagraph.h:
931         * FormPrint.h:
932         * FormRef.h:
933         * FormSearch.h:
934         * FormSplash.h:
935         * FormTabularCreate.h:
936         * FormToc.h:
937         * FormUrl.h:
938         * QtLyXView.h: added // -*- C++ -*- as first line.
939
940 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
941
942         * <various>: fix random space pepper to use
943           hard tabs. Also add <config.h> where necessitated
944           by using LString.h
945
946 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
947
948         * FormDocument.C (build): add iso8859-15 support.
949
950 2001-05-17  Allan Rae  <rae@lyx.org>
951
952         * FormCharacter.C:
953         * FormCopyright.C:
954         * FormCredits.C:
955         * FormSearch.C: gettext went missing but is back gain now _().
956
957         * Makefile.am:  ButtonController is now ButtonControllerBase.
958         It now compiles but it won't link lyx on my system.  Complaints about
959         not being able to link in libraries lib{GL,GLU,Xft,Xext,Xmu} which
960         are all present and accounted for by ldconfig.  YMMV.
961
962 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
963
964         * FormParagraph.C: remove !NEW_INSETS and !NO_PEXTRA cruft
965
966 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
967
968         * FormCharacter.C:
969         * FormDocument.h:
970         * FormSearch.C:
971         * Dialogs.C: s/popup/dialog/
972
973         * qt2BC.h:
974         * qt2BC.C:
975         * FormCitation.C:
976         * FormDocument.C: s/UndoAll/Restore/
977
978         * Qt2Base.h:
979         * Qt2Base.C: s/ControlButton/ControlButtons/
980
981
982 2001-04-02  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
983
984         * Makefile.am: Simplified Makefile.am
985
986 2001-03-31  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
987
988         * FormCitationDialogImpl.C (doPreviousNext): Propagated search
989         fixes from XForms
990         * several files: MVC for citation dialog
991
992 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
993
994         * Qt2Base.[Ch]: changed ControlBase to ControlButton.
995
996 2001-03-19  Edwin Leuven  <leuven@fee.uva.nl>
997
998         * qt2 compiles again:
999         * Makefile.am: added missing xform dialogs
1000         * FormParagraph.C: only extra setting if wanted
1001         * FormParagraph.h: add namespace to connection
1002
1003 2001-03-16  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
1004
1005         * FormParagraph.C (apply): Only call SetParagraphExtraOpt() when
1006         NO_PEXTRA is not defined (in line with XForms frontend)
1007
1008         * Dialogs.C: Adapted to backend changes
1009
1010         * Makefile.am: updated citation dialog
1011         * Citation dialog added: FormCitation.{C,h},
1012         *    FormCitationDialog.ui, FormCitationDialogImpl.{C,h}
1013
1014 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1015
1016         * several files: remove CXX_WORKING_NAMESPACES
1017
1018 2001-03-15  Edwin Leuven  <leuven@fee.uva.nl>
1019
1020         * Added splash screen
1021         * Makefile.am: updated
1022         * FormSplash.[Ch]: added
1023         * FormSplashImpl.[Ch]: added
1024
1025 2001-03-09  Edwin Leuven  <leuven@fee.uva.nl>
1026
1027         * Makefile.am: updated
1028         * paragraphdlg.ui: manually enabled items in minipage settings
1029         * paragraphdlgimpl.C: tweak enable code on extra page
1030         * Stuff sent in by Denis Perchine <dyp@perchine.com> to compile again:
1031         * FileDialog_private.[Ch]: added
1032         * FileDialog.C: added
1033         * FormParagraph.C: params settings updated
1034
1035 2001-03-06  Edwin Leuven  <leuven@fee.uva.nl>
1036
1037         * Search dialog added:
1038         * FormSearch.[Ch]
1039         * searchdlg.ui
1040         * searchdlg.[Ch]
1041         * searchdlgimpl.[Ch]
1042
1043 2001-02-16  Edwin Leuven  <leuven@fee.uva.nl>
1044
1045         * remove inheritance from noncopyable in Form*.h
1046         * Character dialog added:
1047         * FormCharacter.[Ch]
1048         * chardlg.ui
1049         * chardlg.[Ch]
1050         * chardlgimpl.[Ch]
1051
1052 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
1053
1054         * FormParagraph.C: fix bview->update()
1055
1056 2001-01-24  Edwin Leuven  <leuven@fee.uva.nl>
1057
1058         *FormParagraph.C:
1059         *FormParagraph.h:
1060         *FormPrint.C:
1061         *FormPrint.h:
1062         *FormTabularCreate.C:
1063         *FormTabularCreate.h:
1064         *QtLyXView.h:
1065         *emptytable.C:
1066         *emptytable.h:
1067         *paragraphdlg.C:
1068         *paragraphdlg.h:
1069         *paragraphdlg.ui:
1070         *paragraphdlgimpl.C:
1071         *paragraphdlgimpl.h:
1072         *printdlg.C:
1073         *printdlg.h:
1074         *printdlg.ui:
1075         *printdlgimpl.C:
1076         *printdlgimpl.h:
1077         *tabularcreatedlg.C:
1078         *tabularcreatedlg.h:
1079         *tabularcreatedlg.ui:
1080         *tabularcreatedlgimpl.C:
1081         *tabularcreatedlgimpl.h:
1082         *Makefile.am: added paragraph/print/tabular create dialogs
1083
1084 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
1085
1086         * src/frontends/qt2/.cvsignore:
1087         * Dialogs.C:
1088         * FormCopyright.C:
1089         * FormCopyright.h:
1090         * FormCopyrightDialog.C:
1091         * FormCopyrightDialog.h:
1092         * FormCopyrightDialogBase.C:
1093         * FormCopyrightDialogBase.h:
1094         * FormCopyrightDialogBase.ui:
1095         * GUIRunTime.C:
1096         * Makefile.am: start frontend with the Copyright
1097           dialog