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