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