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