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