]> git.lyx.org Git - features.git/blob - src/frontends/qt2/ChangeLog
Remove trailing slash from -Ifoo/ in the AM_CPPFLAGS rules in the various
[features.git] / src / frontends / qt2 / ChangeLog
1 2004-12-14  Angus Leeming  <leeming@lyx.org>
2
3         * Makefile.am (AM_CPPFLAGS):
4         * moc/Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/
5         to overcome bug in the MinGW port of g++ 3.4.2.
6
7 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
8
9         * Makefile.am (AM_CPPFLAGS): reformat slightly
10
11 2004-12-03  Lars Gullik Bjonnes  <larsbj@gullik.net>
12
13         * Makefile.am, ui/Makefile.am (AM_CPPFLAGS): fix typo
14
15 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
16
17         * QTabular.C: use size_t-like types for cell, row and column indices
18
19 2004-12-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
20
21         * lengthvalidator.C: revert to correct if clause.
22
23         * QDocument.C:
24         * QDocumentDialog.C:
25         * QTabular.C:
26         * QTabularDialog.C:
27         * QPrefs.C: implement length validators
28
29         * QExternalDialog.C:
30         * QGraphicsDialog.C: chose correct validators
31
32 2004-11-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
33
34         * qt_helpers.[Ch]: new member function widgetsToLength
35         for ordinary QComboBoxes
36         * QGraphics.C:
37         * QGraphicsDialog.C: use new member function. Add length
38         validator
39         * QBox.C:
40         * QBoxDialog.C: Add length validator
41
42 2004-11-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
43
44         * ui/QTabularDialogBase.ui: Rename button ("Default" to "Set"),
45         which is more appropriate. Also modify some tooltips.
46
47 2004-11-26  Angus Leeming  <leeming@lyx.org>
48
49         * FileDialog.C:
50         * FileDialog_private.C: changes due to the changed FileFilterList API.
51
52 2004-11-25  Angus Leeming  <leeming@lyx.org>
53
54         * FileDialog.C:
55         * FileDialog_private.C: s/globbing.h/filefilterlist.h/ in #includes.
56
57 2004-11-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
58
59         * lengthvalidator.[Ch]: add GlueLength validator
60         * QVSpace.C:
61         * QVSpaceDialog.C: use GlueLength validator
62
63         * lengthcombo.C: whitespace
64
65 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
66
67         * QPrefsDialog.h: include LColor.h to satisfy concept checks.
68         * lcolorcache.h: ditto
69
70 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
71
72         * QtView.C (hasFocus): new method
73
74         * QLPopupMenu.C (populate): remove a Qt/Mac hack to disable some
75         menu entries when the main window does not have focus
76
77 2004-11-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
78
79         * QLToolbar.C (selected): use layoutSelected
80
81 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
82
83         * QLToolbar.C (activated, clicked):
84         * QtView.C (activated): do not use the verbose argument to dispatch
85
86 2004-11-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
87
88         * QPrefsDialog.C (new_format(), remove_format()): fix crash when
89         adding new formats (add missing converters().update() call) [bug 1692]
90
91         * QPrefsDialog.[Ch]:
92         * ui/QPrefConvertersModule.C: improve ui for converter changes
93         [bug 1488].
94
95 2004-11-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
96
97         * QLImage.C (loadableFormats): use bind, equal_to instead of
98         compare_memfun
99
100         * lyx_gui.C (start): use for_each instead of explict for loop
101
102 2004-10-26  Angus Leeming  <leeming@lyx.org>
103
104         * Makefile.dialogs:
105         * QPrefs.[Ch]:
106         * QPrefsDialog.[Ch]:
107         * ui/QPrefCopierModule.ui: enable the Movers to be modified from the
108         preferences dialog.
109
110 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
111
112         * ui/QPrefConvertersModule.ui: Add translation context to "To:"
113         * ui/QPrintDialogBase.ui: ditto
114
115 2004-10-11  Andreas Vox  <vox@isp.uni-luebeck.de>
116
117         * qfont_loader.C (initFontPath, addToFontPath): two new static
118         member functions that replace addFontPath
119         (available): remove special MacOSX code; use addToFontPath
120
121         * lyx_gui.C (parse_init): add call to qfont_loader::initFontPath()
122
123 2004-10-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
124
125         * QLPopupMenu.C (populate): move the code below to here, so that
126         it only has an effect on the menu entries
127
128         * lyx_gui.C (getStatus): remove special Qt/Mac code, which broke
129         most dialogs (bug 1693)
130
131 2004-10-05  Angus Leeming  <leeming@lyx.org>
132
133         * QPrefs.C, QPRefsDialog.C, ui/QPrefLatexModule.ui: add code to
134         input/output the indexing command (usually 'makeindex').
135
136 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
137
138         * qfont_loader.C (addFontPath): quote the name of the font dir in
139         case it contains a space
140
141 2004-08-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
142
143         * BulletsModule.C (setBullet): use toqstr() for a string passed to
144         qt, otherwise it won't compile on SuSE 9.0
145
146 2004-08-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
147
148         * Some pch work.
149
150 2004-08-18  José Matos  <jamatos@lyx.org>
151
152         * BulletsModule.C (setBullet): show custom bullet instead of "...",
153         change from John Levon.
154
155 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
156
157         * qfontexample.h: add header guards
158
159         * qcoloritem.h: add header guards
160
161         * floatplacement.h: add header guards
162
163         * pch.h: new file
164
165         * Makefile.am: support pch
166
167 2004-08-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
168
169         Fix problem with the menu merging functionality of Qt/Mac. All the
170         code below is #ifdef Q_WS_MACX.
171
172         * QLPopupMenu.C (showing): append dummy entries to one menu (so that
173         Qt/Mac moves them to the LyX menu) and give them special index value.
174         (fire): if index is more than indexOffset, dispatch to the
175         corresponding entry from the "LyX" menu.
176
177         * lyx_gui.C (parse_init): add a new translator whose sole purpose
178         is to hide some menu entries from Qt/Mac scrutiny and avoid some
179         menu merging.
180
181         * QLMenubar.C (QLMenubar): Use "LyX" as special menu; initialize
182         the contents of the first menu in the menubar
183
184 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
185
186         * QPrefsDialog.C (change_color):
187         * QDocumentDialog.C (toggleBranchColor): set the parent of the
188         color picker correctly.
189
190 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
191
192         * QLPopupMenu.C (fire): make Qt process events before we
193         dispatch our function (toolbars still do not get repainted
194         correctly, though)
195
196 2004-08-12  Kornel Benko  <kornel.benko@berlin.de>
197
198         * QPrefs.C (setComboxFont): Use fromqstr() instead of latin1() for
199         font name comparison since latin1() can return NULL
200         * lyx_gui.C (roman_font_name): convert return value with fromqstr()
201         instead of latin1() since latin1() can return NULL
202         (sans_font_name): ditto
203         (typewriter_font_name): ditto
204
205 2004-08-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
206
207         * FileDialog.C: #define USE_NATIVE_FILEDIALOG under LyX/Mac
208         (save, open, opendir): when USE_NATIVE_FILEDIALOG
209         is defined, use QFileDialog::getOpenFileName and friends.
210
211 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
212
213         * Makefile.am (AM_CXXFLAGS): do not disable QTranslator code
214
215         * lyx_gui.C (parse_init): install a translator for Qt native
216         strings.
217
218 2004-08-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
219
220         * QBibtexDialog.C (browsePressed): use ControlBibtex::browseBst
221         (browseBibPressed): use ControlBibtex::browseBib
222
223         * QLPrintDialog.C (browseClicked): use ControlPrint::browse
224
225 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
226
227         * QContentPane.C (keyPressEvent): make sure to use the smart
228         pointer as soon as possible.
229
230 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
231
232         * QPrefs.C, QMathMatrixDialog.C:
233         * QLog.C, QAbout.C: change "support/std_sstream.h" to <sstream>
234
235 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
236
237         * lyx_gui.C (set_read_callback,remove_read_callback): delete funcs
238
239         * Makefile.dialogs (MOCFILES): remove io_callback.[Ch]
240         * io_callback.[Ch]: delete files
241
242 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
243
244         * socket_callback.C (data_received): simplify
245         (socket_callback): take fd and boost::function as args.
246         (server_received): delete function
247
248         * lyx_gui.C (register_socket_callback): setup the callback
249         (unregiser_socket_callback): tear down the callback
250
251 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
252
253         * QLyXKeySym.C (qprint): like print, but return a QString
254         (print): use qprint.
255
256         * QLPopupMenu.C (getLabel): do not add the binding here anymore
257         (populate): changes to make bindings work on Qt/Mac.
258
259 2004-06-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
260
261         * lyx_gui.C (getStatus): under Mac OS X, disable the
262         buffer-related lfuns when the main window does not have the focus.
263
264 2004-06-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
265
266         * QCitation.[Ch]: add validation (fix bug 1617).
267
268 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
269
270         * lyx_gui.C (roman_font_name): go through QString when converting
271         to std::string.
272         (sans_font_name): ditto
273         (typewriter_font_name): ditto
274
275 2004-06-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
276
277         * QLMenubar.C (QLMenubar): use QLMenubar::menuBar().
278         (menuBar): new method; returns the menu bar that LyX should use.
279
280 2004-06-02  Angus Leeming  <leeming@lyx.org>
281
282         * Q[a-zA-Z]*DialogBase.C: reverse yesterday's patch, as discussed
283         on the list.
284
285 2004-06-01  Angus Leeming  <leeming@lyx.org>
286
287         * Q[a-zA-Z]*DialogBase.C: tell the QDialog base class who the
288         parent dialog is.
289
290 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
291
292         * ui/Makefile.am (EXTRA_DIST): add QPreambleDialogBase.ui
293
294 2004-05-20  Angus Leeming  <leeming@lyx.org>
295
296         * Most .C files: bring some sort of sanity to the order
297         of inclusion of header files.
298
299 2004-05-19  Angus Leeming  <leeming@lyx.org>
300
301         * Most files: wrap code up inside namespace lyx::frontend.
302
303 2004-05-14  Angus Leeming  <leeming@lyx.org>
304
305         * QCitation.C: small changes due to the changes in biblio.h.
306
307 2004-05-12  Angus Leeming  <leeming@lyx.org>
308
309         * QDocument.C (apply, update): get, set data with
310         BufferParams::cite_engine.
311
312 2004-05-10  Angus Leeming  <leeming@lyx.org>
313
314         * QCitation.C: simplified code to use the biblio::CiteEngine
315         enum rather than multiple bools, usingNatbib and using Jurabib.
316
317 2004-05-05  Angus Leeming  <leeming@lyx.org>
318
319         * QIndexDialog.[Ch] (reject): overload the QDialog::reject function
320         and so squash bug 1251 completely.
321
322 2004-05-05  Angus Leeming  <leeming@lyx.org>
323
324         * QRef.C (redoRefs): Prevent widgets from emitting any signals
325         whilst we modify their state.
326
327 2004-05-04  Angus Leeming  <leeming@lyx.org>
328
329         * Dialogs.C: Remove "error" dialog identifier.
330
331 2004-05-02  Angus Leeming  <leeming@lyx.org>
332
333         * QLImage.[Ch]: store and use QImage rather than QPixmap. Saves
334         a heap of transformations to/from QImage when manipulating the
335         data.
336
337         * QLPainter.C (image): access QLImage::qimage rather than ::qpixmap.
338
339 2004-05-02  Angus Leeming  <leeming@lyx.org>
340
341         * QLPainter.C (image): set the background colour to
342         LColor::graphicsbg.
343
344         * QLImage.C (setPixmap_impl): remove commented out xforms code
345         to set pixmap background colour.
346
347 2004-05-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
348
349         * QGraphics.C: #include <cmath> (STLport compile fix for floor())
350
351 2004-04-29  Angus Leeming  <leeming@lyx.org>
352
353         * QLImage.C (toGray): new helper function, copied from
354         KImageEffect::toGray.
355         (setPixmap_impl): use it.
356
357 2004-04-29  Angus Leeming  <leeming@lyx.org>
358
359         * QGraphics.C (apply): Remove a #warning statement by
360         fixing the code.
361
362 2004-04-28  Angus Leeming  <leeming@lyx.org>
363
364         * QLToolbar.[Ch]: rewrite code to derive from a single Toolbar or
365         LayoutBox.
366
367         * QtView.C: small changes due to changed Toolbar API.
368
369 2004-04-28  Angus Leeming  <leeming@lyx.org>
370
371         * WorkAreaFactory.C (create): No longer passed x, y data.
372
373         * QWorkArea.[Ch] (c-tor): No longer receives x, y data.
374
375         * QtView.[Ch] (c-tor): no longer passes x, y data to BufferView c-tor.
376
377 2004-04-28  Angus Leeming  <leeming@lyx.org>
378
379         * WorkAreaFactory.C (create): pass a LyXView & to QWorkArea c-tor.
380
381         * QWorkArea.[Ch] (c-tor): now receives a LyXView &.
382
383 2004-04-21  John Levon  <levon@movementarian.org>
384
385         * QLToolbar.C: use GUI name for tooltip
386
387 2004-04-19  Angus Leeming  <leeming@lyx.org>
388
389         * QPref.C:
390         * QPrefsDialog.C:
391         * ui/QPrefDisplayModule.ui: changes due to changes to LyXRC::preview.
392
393 2004-04-18  John Levon  <levon@movementarian.org>
394
395         * QDelimiterDialog.C:
396         * QMathDialog.C: make button callbacks work again
397
398         * README: add a warning
399
400 2004-04-13  Angus Leeming  <leeming@lyx.org>
401
402         * ui/QExternalDialogBase.ui:
403         * ui/QGraphicsDialogBase.ui: layout tweaks.
404
405 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
406
407         * QPrefsDialog.C, ui/QPrefFileformatsModule.ui: add editor to format
408         * QGraphics.[Ch]: add slotEdit()
409         * QGraphicsDialog.[Ch]: add edit_clicked()
410         * ui/QGraphicsDialogBase.ui: add Edit button
411
412 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
413
414         * QLPainter.[Ch]: adjust to changes in Painter.h
415
416 2004-04-05  Angus Leeming  <leeming@lyx.org>
417
418         * Dialogs.C (build): set the preferences dialog button policy to
419         PreferencesPolicy.
420
421 2004-04-05  Angus Leeming  <leeming@lyx.org>
422
423         * QGraphics.C (getUnitNo): const-correct.
424
425 2004-04-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
426
427         * floatplacement.[Ch]: check whether we are in the float or
428         document dialog (in the latter, the span and sideways checkboxes
429         are not used). Fixes a crash.
430
431 2004-04-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
432
433         * floatplacement.[Ch]: another adjustment of placement enabling.
434
435 2004-04-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
436
437         * floatplacement.[Ch]: correct fix for enabling of placement
438         values (bug 1016)
439
440 2004-03-31  Angus Leeming  <leeming@lyx.org>
441
442         * Dialogs2.C:
443         * Qt2Base.[Ch]: removed.
444
445         * Makefile.am:
446         * Makefile.dialogs: adjusted to suit.
447
448 2004-03-31  Angus Leeming  <leeming@lyx.org>
449
450         * Dialogs.C (build): added "preamble" as a symonym for "document".
451         * Dialogs2.C (showPreamble): removed.
452
453 2004-03-31  Angus Leeming  <leeming@lyx.org>
454
455         * Dialogs.C (build): added spellchecker dialog.
456         * Dialogs2.C (showSpellchecker): removed.
457
458         * QSpellchecker.[Ch]: converted to the Dialog-based scheme.
459
460 2004-03-31  Angus Leeming  <leeming@lyx.org>
461
462         * Dialogs.C (build): added preferences dialog.
463         * Dialogs2.C (showPreferences): removed.
464
465         * QPrefs.[Ch]: converted to the Dialog-based scheme.
466
467 2004-03-31  Angus Leeming  <leeming@lyx.org>
468
469         * QPrefs.[Ch]:
470         * QPrefsDialog.C: changes due to the changed ControlPrefs interface.
471
472 2004-03-30  Angus Leeming  <leeming@lyx.org>
473
474         * Dialogs.C (build): added document dialog.
475         * Dialogs2.C (showDocument): removed.
476
477         * QDocument.[Ch]: converted to the Dialog-based scheme.
478
479 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
480
481         * QBibtex.C:
482         * QDocument.C:
483         * QDocumentDialog.C:
484         * ui/BiblioModuleBase.ui: bibtopic support.
485
486         * QPrefs.C:
487         * QPrefsDialog.C:
488         * ui/QPrefsLaTeXModule.ui: customize bibtex call.
489
490         * QFloat.C:
491         * QFloatDialog.C:
492         * floatplacement.[Ch]: add support for sidewaysfloats
493         fix enabling of placement values (bug 1016)
494
495 2004-03-28  Angus Leeming  <leeming@lyx.org>
496
497         * Dialogs.C (build): added print dialog.
498         * Dialogs2.C (showPrint): removed.
499
500         * QPrint.[Ch]: converted to the Dialog-based scheme.
501
502 2004-03-27  Angus Leeming  <leeming@lyx.org>
503
504         * Dialogs.C (build): added sendto dialog.
505         * Dialogs2.C (showSendto): removed.
506
507         * QSendto.[Ch]: converted to the Dialog-based scheme.
508
509 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
510
511         * QLyXKeySym.C (print): new method; print a KeySym using Qt syntax
512
513 2004-03-17  Angus Leeming  <leeming@lyx.org>
514
515         * Dialogs2.C, lyx_gui.C: remove mention of the forks dialog.
516
517 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
518
519         * QCitation.C:
520         * QDocument.C:
521         * QDocumentDialog.C:
522         * ui/BiblioModuleBase.ui: support jurabib.
523
524 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
525
526         * QCitation.C:
527         * ui/QCitationDialogBase.ui: Support second \cite option.
528
529         * QDocumentDialog.C (branches): Don't deselect branch
530         after button press.
531         * QBranch.C: fix off-by-one-error.
532
533 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
534
535         * QPrefs.C, QPrefsDialog.C, ui/QPrefPathsModule.ui: remove
536         use_tempdir
537
538 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
539
540         * QDocument.C:
541         * QDocumentDialog.C:
542         * ui/LanguageModuleBase.ui: get rid of the single/double
543         quote toggle (accessible via lfuns now).
544
545 2004-02-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
546
547         * QRef.[Ch]: Real fix for bug 1511 (restore latest settings);
548         fix for bug 1512 (restore ref format settings).
549
550 2004-02-18  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
551
552         * QCitation.[Ch]:
553         * QCitationDialog.[Ch]: open the find dialog if an inset is
554         new (new method openFind()). Fixes bug 1146.
555
556         * QCitation.C: restore the chosen natbib style.
557
558         * QRef.C: Disable goto button if there is no ref (bug 1037)
559         Restore setting of the buffer combo (bug 1511)
560
561 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
562
563         * floatplacement.C (set): "c" -> 'c' in calls to contains
564
565 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
566
567         * QPrefs.C: add using statement for std::distance
568         (findPos): add a typedef for the const_iterator.
569
570         * QLPopupMenu.C: add using statement for std::distance
571
572         * QDocument.C: add using statement for std::distance
573
574 2004-01-25  Angus Leeming  <leeming@lyx.org>
575
576         * Dialog.C (build): add the "findreplace" dialog.
577         * Dialogs2.C (showSearch): removed.
578
579         * QSearch.[Ch]: derive from QDialogView rather than from Qt2Base.
580
581 2004-01-15  Ronald Florence  <ron@18james.com>
582
583         * Menubar_pimpl.C: change Q_WS_MAC conditional define to
584         Q_WS_MACX.
585
586         * qfont_loader.C: add support for LyX/Mac to find Fonts directory
587         inside the application bundle.
588
589 2004-01-08  Angus Leeming  <leeming@lyx.org>
590
591         * FileDialog.C (open, save):
592         * FileDialog_private.[Ch] (c-tor):
593         the file filter mask is now passed as a FileFilterList rather than
594         as a string.
595
596         * QExternalDialog.C (browseClicked):
597         * QGraphicsDialog.C (browse_clicked):
598         * QInclude.C (browse):
599         changes doe to the name change controller().Browse() to
600         controller().browse().
601
602 2003-12-15  Ronald Florence <ron@18james.com>
603
604         * qfont_loader.C: fixed headers to compile w/o X11
605
606         * QWorkArea.C (checkAppleEventForMissingParams)
607         (handleOpenDocuments): add support for OpenDocuments apple event
608
609         * lyx_gui.C (macEventFilter): handle apple events
610
611 2004-01-05  Angus Leeming  <leeming@lyx.org>
612
613         * FileDialog_private.C (c-tor): invoke convert_brace_glob to convert
614         a csh-style glob like "*.{abc,def}" to something that
615         Qt can understand.
616
617 2003-12-30  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
618
619         * ui/QGraphicsDialogBase.ui: add missing signal/slot (bug 1469).
620
621 2003-12-14  Angus Leeming  <leeming@lyx.org>
622
623         * QBranch.C: use the List interface to BranchList, simplifying the code.
624
625         * QDocument.C:
626         * QDocumentDialog.C: overhaul the branchlist code.
627
628 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
629
630         * QMinipage.[Ch]:
631         * QMinipageDialog.[Ch]:
632         * ui/QMinipageDialogBase.ui: remove from repository.
633         * Dialogs.C:
634         * Makefile.am:
635         * Makefile.dialogs: remove minipage.
636
637 2003-12-12  Angus Leeming  <leeming@lyx.org>
638
639         * QBranch.C:
640         * socket_callback.[Ch]: unix line endings.
641
642 2003-12-11  Angus Leeming  <leeming@lyx.org>
643
644         * QCitationDialog.C (availableChanged, selectedChanged): ensure that
645         the bibkeysInfo map is populated before calling biblio::getInfo.
646         Prevents and assert when the bibtex database is not found.
647
648 2003-12-10  Angus Leeming  <leeming@lyx.org>
649
650         * QExternal.C, ui/QExternalDialogBase.ui: add a 'draft' check box
651         and use it to fill InsetExternalParams::draft.
652
653 2003-12-10  Angus Leeming  <leeming@lyx.org>
654
655         * QNote.C: changes due to the change of type of InsetNoteParams::type
656         from string to an enum.
657
658 2003-12-10  Angus Leeming  <leeming@lyx.org>
659
660         * lengthvalidator.[Ch]: make <qwidget.h> visible to the class.
661
662 2003-12-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
663
664         * lengthvalidator.[Ch] (LengthValidator): change the constructor to
665         take a QWidget* instead of QObject*.
666
667 2003-12-09  Angus Leeming  <leeming@lyx.org>
668
669         * checkedwidgets.C (setWarningColor): new function that should
670         work also with Qt 2.3.x.
671         (setWidget): call setWarningColor, not setPaletteForegroundColor.
672
673 2003-12-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
674
675         * QExternal.C: add using directive
676
677 2003-12-05  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
678
679         * QBox.[Ch]: (new)
680         * QBoxDialog.[Ch]: (new)
681         * ui/QBoxDialogBase.ui: (new)
682         * Makefile.am:
683         * Makefile.dialogs:
684         * Dialogs.C: new VSpace dialog.
685         * lengthcommon.[Ch]: add insertItem(int) method
686
687 2003-12-05  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
688
689         * QDocument.C: use geometry on custom, A3, B3 and B4
690         papersizes.
691
692 2003-12-05  Angus Leeming  <leeming@lyx.org>
693
694         * QVCLog.[Ch]:
695         * QVCLogDialog.[Ch]:
696         * ui/QVCLogDialogBase.ui: removed.
697
698         * Makefile.am, Makefile.dialogs: remove all mention of these files.
699
700 2003-12-05  Angus Leeming  <leeming@lyx.org>
701
702         * QLog.C: much simplified, thanks to the more powerful interface
703         of ControlLog.
704
705         * Dialogs.C: no need anymore to build a separate VCLog dialog.
706
707 2003-12-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
708
709         * ui/QExternalDialogBase.ui: improved layout.
710
711 2003-12-04  Angus Leeming  <leeming@lyx.org>
712
713         * lengthvalidator.[Ch]: a new class LengthValidator, derived from
714         QValidator enables us to validate that the input text is a LyXLength.
715
716         * checkedwidgets.[Ch]: a new class CheckedLineEdit derived from
717         CheckedWidget enables us to add widgets to a list at build time.
718         Thereafter, their validity is checked automatically on each
719         input event, thus allowing us to 'remember' invalid widgets and
720         so control the state of the 'Apply', 'Ok' buttons.
721         As a bit of fun and to provide the user with some visual feedback,
722         the invalid widgets are displayed in red.
723
724         * Makefile.am, Makefile.dialogs: add the new files.
725
726         * QExternal.[Ch]:
727         * QExternalDialog.C:
728         * ui/QExternalDialogBase.ui: a total overhaul. In addition, the
729         dialog can now manipulate the transform data (rotate, scale, crop).
730         Makes full use of CheckedLineEdit.
731
732 2003-12-01  Angus Leeming  <leeming@lyx.org>
733
734         * QContentPane.[Ch] (SyntheticMouseEvent): a new, helper struct.
735         (QContentPane): store an instance of SyntheticMouseEvent and
736         add a slot, generateSyntheticMouseEvent, that is invoked by the
737         SyntheticMouseEvent::timeout.
738         (mouseMoveEvent): initialize synthetic_mouse_event_ when the
739         mouse button is depressed and the cursor is outside of the work area.
740         (generateSyntheticMouseEvent): if the scrollbar value is different
741         from the cached value, then dispatch a 'synthetic' mouse event.
742
743 2003-12-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
744
745         * QVSpace.C: remove VSPACE::NONE, remove restore button.
746         * ui/QVSpaceDialogBase.ui: remove restore button, fix tooltip.
747
748 2003-12-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
749
750         * QDocumentDialog.[Ch]: (branches) don't insert a coloritem
751         for colorless branches; implement double click for (de)activating
752         branches.
753
754         * lengthcombo.[Ch]: introduce a noPercents() method which allows
755         to use the widget without the %-items.
756         * QVSpace.C:
757         * QDocument.C: use noPercents() where appropriate.
758
759         * QParagraph.[Ch]: remove dead code and dependencies.
760
761 2003-11-30  Angus Leeming  <leeming@lyx.org>
762
763         * QContentPane.C (QContentPane): squash warning about variables
764         being initialized in the wrong order.
765
766 2003-11-29  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
767
768         * qt_helpers.C (widgetsToLength): handle glue lengths
769         * QDocumentDialog.C: use clicked() instead of pressed()
770         for branches color button.
771         * QVSpace.[Ch]: fix a few bugs, simplify the code (by using
772         qt_helpers functions)
773         * QDocumentDialog.C:
774         * ui/QDocumentDialogBase.ui: use lengthcombo instead of
775         QComboBox (which simplifies the code).
776         * QParagraphDialog.C: whitespace
777         * ui/QParagraphDialogBase.ui: restore lost connections.
778
779 2003-11-29  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
780
781         * QVSpace.[Ch]: (new)
782         * QVSpaceDialog.[Ch]: (new)
783         * ui/QVSpaceDialogBase.ui: (new)
784         * Makefile.am:
785         * Makefile.dialogs:
786         * Dialogs.C: new VSpace dialog.
787
788 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
789
790         * QContentpane.[Ch] (trackScrollbar): add
791         * QWorkarea.C (setScrollbarParams): do not track scrollbar signals
792         when manually setting the scrollbar position
793
794 2003-11-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
795
796         * ui/QMathDialogBase.ui: remove mention of \frac in tooltip, since
797         \f is interpreted by gettext as a special sequence.
798
799         * QDocument.C (build_dialog): remove use of latin1 in
800         some translatable strings. It confuses gettext.
801
802 2003-11-20  Angus Leeming  <leeming@lyx.org>
803
804         * BulletsModule.C (setBullet): squash gcc 'may be uninitialized' warning.
805         * QTabularDialog.C (hAlign_changed, vAlign_changed): ditto.
806
807         * QLImage.C (clip_impl): squash comparison of signed, unsigned warning.
808         * QSendto.C (apply, isValid): ditto.
809         * qt_helpers.C (formatted): ditto.
810
811 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
812
813         * lyx_gui.C: {set,remove}_{server,data}socket_callback(): replace
814         dummy functions with working ones
815         * socket_callback.[Ch] ():
816         new files with a class to connect sockets.
817         * Makefile.am: add the above
818
819 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
820
821         * QSearch.[Ch]:
822         * QSearchDialog.C: adjust to spellcheck code changes
823
824 2003-11-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
825
826         * ui/QParagraphDialogBase.ui: finally remove [line|pagebreak]_[above|below]
827
828 2003-10-27  André Pönitz  <poenitz@gmx.net>
829
830         * QParagraph.C:
831         * ui/QParagraphDialogBase.ui: partially remove [line|pagebreak]_[above|below]
832
833 2003-10-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
834
835         * QDocument.[Ch]:
836         * QDocumentDialog.[Ch]: Fix color setting of branches.
837
838 2003-10-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
839
840         * Dialogs.C:
841         * Makefile.am:
842         * Makefile.dialogs:
843         * QDocument.[Ch]:
844         * QDocumentDialog.[Ch]: Add qt gui for branches
845
846         * QBranch.[Ch]:
847         * QBranchDialog.[Ch]:
848         * ui/BranchesModuleBase.ui:
849         * ui/QBranchModuleBase.ui: new files (qt gui for branches).
850
851 2003-10-22  Angus Leeming  <leeming@lyx.org>
852
853         * QExternal.C:
854         * QExternalDialogBase.ui: enable the user to choose to 'preview' the
855         external file.
856
857 2003-10-14  Angus Leeming  <leeming@lyx.org>
858
859         * lyx_gui.C (start): store the LyXView in the LyX list of all LyXViews.
860
861 2003-10-13  João Luis Meloni Assirati  <assirati@fma.if.usp.br>
862
863         * lyx_gui.C: Declared and allocated lyxsocket.
864
865 2003-10-13  Angus Leeming  <leeming@lyx.org>
866
867         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
868         remove_datasocket_callback, remove_serversocket_callback):
869         placeholder functions, enabling the frontend to be linked.
870
871 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
872
873         * lyx_gui.C (start): adjust for distpatch change
874
875 2003-10-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
876
877         * qfont_loader.C: add #include (needed for LyX/Mac)
878
879 2003-10-08  Angus Leeming  <leeming@lyx.org>
880
881         Fix doxygen warnings.
882
883         * QLToolbar.h: \file qt2/Toolbar_pimpl.h -> \file QLToolbar.h
884
885 2003-10-07  Angus Leeming  <leeming@lyx.org>
886
887         * ui/QExternalDialogBase.ui:
888         * QExternal.[Ch]:
889         * QExternalDialog.[Ch]: allow the user to alter the extradata
890         field of InsetExternal::Params.
891
892 2003-10-07  Angus Leeming  <leeming@lyx.org>
893
894         * QExternal.C: InsetExternal::Params -> InsetExternalParams.
895
896 2003-10-06  Michael Schmitt  <michael.schmitt@teststep.org>
897
898         * QDelimiterDialog.h:
899         * QMathDialog.h:
900         * QSearchDialog.h:
901         * floatplacement.h:
902         * iconpalette.h:
903         * panelstack.h: add #include <string>.
904
905 2003-10-01  Vitaly Lipatov  <lav@vl3143.spb.edu>
906
907         * FileDialog.C: use fromqstr in a few places to enable the dialog to
908         read non-latin filenames.
909
910 2003-10-01  Angus Leeming  <leeming@lyx.org>
911
912         * QExternal.C (helpText): changes due to the introduction of
913         namespace lyx::external.
914
915 2003-09-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
916
917         * several .C files: add debug.h at top to avoid compilation
918         errors.
919
920 2003-09-25  Angus Leeming  <leeming@lyx.org>
921
922         * QExternal.C (update_contents, apply): InsetExternal::Params::
923         templatename now has accessor functions.
924
925 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
926
927         * QLPopupMenu.C (getLabel): fix so that bindings are added even if
928         shortcut is missing.
929
930 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
931
932         * QtView.C (activated): change to take a FuncRequest, not a slot
933         anymore.
934
935         * QLToolbar.C (update): adjust
936         (add): change to take a FuncRequest
937
938         * QLPopupMenu.C (createMenu): constify id
939         (QLPopupMenu): connect to local class func fire instead of to
940         QtView::activated.
941         (fire): new class function
942         (populate): change to store a cache of FuncRequest for the menu
943         items, adjust
944
945         * QContentPane.C (keyPressEvent): fix new bug
946
947         * LyXKeySymFactory.C (create): fix new bug
948
949 2003-09-19  Angus Leeming  <leeming@lyx.org>
950
951         * QInclude.C: changes dues to the changed storage in InsetInclude,
952         from an InsetInclude::params to an InsetCommandParams.
953
954 2003-09-18  Angus Leeming  <leeming@lyx.org>
955
956         * QInclude.C (apply): No need to set InsetInclude::Params::flag;
957         the variable has been removed. Instead, set the command name directly.
958
959 2003-09-18  Angus Leeming  <leeming@lyx.org>
960
961         * QLPainter.C:
962         * QLPainter.h:
963         * QPrefsDialog.h:
964         * lcolorcache.C:
965         * lcolorcache.h:
966         * lyx_gui.C: rename EnumLColor as LColor_color.
967
968 2003-09-16  Angus Leeming  <leeming@lyx.org>
969
970         * QLImage.[Ch]: separate interface from implementation. Make all the virtual
971         functions private.
972
973 2003-09-16  Angus Leeming  <leeming@lyx.org>
974
975         * QCharacter.C, QPrefs.C, lyx_gui.C: add #include "LColor.h".
976
977 2003-09-15  Angus Leeming  <leeming@lyx.org>
978
979         * QLPainter.C: add #include "LColor.h".
980         * QLPainter.[Ch] (setPen, point, line, lines, rectangle, fillPolygon, arc):
981         pass EnumLColor args, rather than LColor::color ones.
982
983         * QPrefsDialog.C: add #include "LColor.h".
984         * QPrefsDialog.h: remove #include "LColor.h". Store a vector<EnumLColor> colors_;
985
986         * QWorkArea.C: add #include "LColor.h".
987
988         * lcolorcache.C: add #include "LColor.h".
989         * lcolorcache.h: store a map<EnumLColor, QColor>.
990         * lcolorcache.[Ch] (get):pass EnumLColor args, rather than LColor::color ones.
991
992         * qscreen.C: add #include "LColor.h".
993
994         * lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
995         than LColor::color ones.
996
997 2003-09-15  Angus Leeming  <leeming@lyx.org>
998
999         * QAbout.C (build_dialog):
1000         * QPrefs.C (apply): remove STRCONV.
1001
1002 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1003
1004         * BulletsModule.C: change Assert to BOOST_ASSERT
1005         * panelstack.C: ditto
1006         * QDocument.C: ditto
1007
1008 2003-09-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1009
1010         * QLToolbar.C: include <qtoolbar.h>
1011
1012         * QLPopupMenu.h: include <utility>
1013
1014         * qt_helpers.C:
1015         * qfont_loader.C: include <algorithm>
1016
1017 2003-09-08  Angus Leeming  <leeming@lyx.org>
1018
1019         * FileDialog.C:
1020         * QCitation.C:
1021         * QCitationDialog.C:
1022         * QCommandBuffer.C:
1023         * QContentPane.C:
1024         * QGraphics.C:
1025         * QLMenubar.C:
1026         * QLPopupMenu.C:
1027         * QLog.C:
1028         * QMathDialog.C:
1029         * QParagraphDialog.C:
1030         * QPrefsDialog.C:
1031         * QRef.C:
1032         * QTexinfo.C:
1033         * QtView.C:
1034         * lyx_gui.C:
1035         * panelstack.C:
1036         * qscreen.C:
1037         * qt_helpers.C: remove redundant using directives.
1038
1039 2003-09-07  Angus Leeming  <leeming@lyx.org>
1040
1041         * BulletsModule.h: remove #include "support/std_string.h", <vector>.
1042         * QBrowseBox.h: remove #include <qwidget.h>.
1043         * QCharacter.h: remove #include "support/std_string.h".
1044         * QCharacterDialog.h: remove #include <qevent.h>, <qcheckbox.h>,
1045         <qcombobox.h>.
1046         * QContentPane.h: remove #include <qevent.h>.
1047         * QDialogView.h: remove #include <qfont.h>.
1048         * QDocumentDialog.h: remove #include "ui/BulletsModuleBase.h".
1049         * QLPopupMenu.h: remove #include <map>.
1050         * QLToolbar.h: remove #include <vector>.
1051         * QWorkArea.h: remove #include <qwidget.h>, <qpixmap.h>.
1052         * Qt2Base.h: remove #include <qfont.h>.
1053         * QtLyXView.h: remove #include "frontends/LyXView.h".
1054         * emptytable.h: remove #include <qpainter.h>.
1055         * qsetborder.h: remove #include <qcolor.h>.
1056
1057 2003-09-06  Angus Leeming  <leeming@lyx.org>
1058
1059         * QParagraph.C: add Spacing.h and vspace.h includes.
1060
1061 2003-09-06  Angus Leeming  <leeming@lyx.org>
1062
1063         * QContentPane.C: add a typedef for LyXKeySymPtr.
1064
1065 2003-09-06  Angus Leeming  <leeming@lyx.org>
1066
1067         * QCitationDialog.C:
1068         * QMathDialog.C:
1069         * QTabularDialog.C: remove using std::endl directive.
1070
1071 2003-09-06  Kornel Benko  <kornel.benko@berlin.de>
1072
1073         * QLyXKeySym.C: re-add <map> header file.
1074         * QBrowseBox.C: re-add <cmath> header file.
1075         * qttableview.C: re-add <limits.h> header file.
1076
1077 2003-09-05  Angus Leeming  <leeming@lyx.org>
1078
1079         * QCitation.h:
1080         * QGraphics.h:
1081         * QPrefs.h:
1082         * qscreen.[Ch]:
1083         ensure that the header files can be compiled stand-alone.
1084
1085 2003-09-05  Angus Leeming  <leeming@lyx.org>
1086
1087         * *.C: strip out redundant #includes. (352 in total.)
1088
1089 2003-09-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1090
1091         * ui/QTabularDialogBase.ui: fix typo in tooltip.
1092
1093 2003-08-18  Bas Zoetekouw  <bas@o2w.nl>
1094
1095         * ui/QRefDialogBase.ui: add eqref entry
1096
1097 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
1098
1099         * QTabularDialog.C:
1100         * QTabular.C: rename LYX_VALIGN_CENTER to LYX_VALIGN_MIDDLE;
1101         rename VCENTER to MIDDLE;
1102         * ui/QTabularDialogBase.ui:
1103         * ui/QMathMatrixDialogBase.ui: replace "Center" by "Middle"
1104         * ui/QBibtexDialogBase.ui: rename "Bibtex" to "BibTeX"
1105         * ui/QDocumentDialogBase.ui: Remove redundant ' ' from message
1106
1107 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1108
1109         * QWorkArea.C (QWorkArea):
1110         (dragEnterEvent):
1111         (dropEvent): add support for drag and drop of URIs
1112
1113 2003-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1114
1115         * ui/moc/Makefile.am (INCLUDES): forgot to use QT_INCLUDES
1116
1117 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1118
1119         * ui/Makefile.am (INCLUDES):
1120         * moc/Makefile.am (INCLUDES):
1121         * Makefile.am (INCLUDES): use QT_INCLUDES
1122
1123         * QLToolbar.C (clearLayoutList): call Toolbar::clearLayoutList
1124
1125 2003-07-30  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1126
1127         * ui/QCitationDialogBase.ui: Omit correct signal for styleCO changes
1128         (bug 1284).
1129         * QNote.C:
1130         * ui/QNoteDialogBase.ui: consistent terminology for note inset (bug 1270)
1131
1132 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1133
1134         * qfont_loader.C:
1135         * QLPopupMenu.h: add includes needed by gcc 2.95.3
1136
1137 2003-07-27  John Levon  <levon@movementarian.org>
1138
1139         * QToc.h:
1140         * QToc.C: fix compile for lyx::toc
1141
1142 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1143
1144         * QPrefs.C:
1145         * QDocumentDialog.C:
1146         * QDocument.C:
1147         * QGraphics.C: adapt PAPER_* enums
1148
1149 2003-07-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1150
1151         * QLMenubar.h:
1152         * QLMenubar.C: derives from Menubar (replaces Menubar::Pimpl)
1153
1154         * Menubar_pimpl.C:
1155         * Menubar_pimpl.h: removed
1156
1157         * QtView.C: modified because of changes above
1158
1159 2003-07-25  Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1160
1161         * QLToolbar.h:
1162         * QLToolbar.C: derives from Toolbar (replaces Toolbar::Pimpl)
1163
1164         * Toolbar_pimpl.C:
1165         * Toolbar_pimpl.h: removed
1166
1167         * QtView.C: modified because of changes above
1168
1169 2003-07-24  John Levon  <levon@movementarian.org>
1170
1171         * QPrefs.C: make sure to correctly split a default
1172         lyxrc font for finding the font in the combo box
1173         (bug 1285)
1174
1175 2003-07-23  Angus Leeming  <leeming@lyx.org>
1176
1177         * QExternal.C (apply, update_contents):
1178         changes due to the use of the FileName class to store the external
1179         file name.
1180
1181         * QGraphics.C (apply, update_contents): use Kernel::bufferFilepath()
1182         wrapper.
1183
1184 2003-07-21  Angus Leeming  <leeming@lyx.org>
1185
1186         * QGraphics.C (apply, update_contents):
1187         changes due to the use of the FileName class to store the graphics
1188         file name.
1189
1190 2003-07-21  Angus Leeming  <leeming@lyx.org>
1191
1192         * QExternal.C (update_contents, apply):
1193         * QGraphics.C (update_contents, apply):
1194         * QLPainter.C (image):
1195         * QPrefs.C (update_contents, apply): use namespace lyx::graphics rather
1196         than grfx shortcut.
1197
1198 2003-07-21  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1199
1200         * QBibTeXDialog.C:
1201         * QCitationDialog.C:
1202         * ui/QBibTeXAddDialogBase.ui:
1203         * ui/QCitationFindDialogBase.ui:
1204         Allow multiple selections, forbid duplicates (bug 1146)
1205
1206 2003-07-19  John Levon  <levon@movementarian.org>
1207
1208         * ui/QTabularCreateDialogBase.ui: set a max size (bug 1152)
1209
1210 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1211
1212         * Qt2Base.h (controller): ditto
1213
1214         * QDialogView.h (controller): follow C++ rules more closely.
1215
1216 2003-07-15  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1217
1218         * QTabular.C:
1219         * QTabularDialog.C: handle clever width input (bug 1156)
1220
1221 2003-07-15  John Levon  <levon@movementarian.org>
1222
1223         * QMathDialog.C: use widget(i) not visibleWidget() due to
1224         issue N26610 in Qt 3.2.0beta2
1225
1226 2003-07-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1227
1228         * Menubar_pimpl.C (Pimpl): when creating a top-level menu, make
1229         sure that it is initialized to some reasonable value, so that the
1230         (ugly) Qt/Mac code can do its magic (conditionally on Q_WS_MAC).
1231
1232 2003-07-09  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1233
1234         * ui/QNoteDialog.ui:
1235         * QNoteDialog.[Ch]:
1236         * QNote.[Ch]:
1237         * Makefile.dialogs:
1238         * Dialogs.C:
1239         * Dialogs2.C: New Annotation (Note) dialog
1240
1241 2003-07-11  André Pönitz  <poenitz@lyx.org>
1242
1243         * Alert_pimpl.C:
1244         * QDocument.C: use bformat() instead of #ifdef
1245
1246 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1247
1248         * introduce namespace lyx::graphics
1249
1250 2003-07-03  John Levon  <levon@movementarian.org>
1251
1252         * ui/QTexinfoDialog.ui: enable View properly
1253
1254 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1255
1256         * introduce namespace lyx::support
1257
1258 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1259
1260         * QLPopupMenu.C: fix \file
1261
1262         * BulletsModule.C (BulletsModule): fix type const order (opposite
1263         of everywhere else in the lyx code)
1264         * QAboutDialog.C (QAboutDialog): ditto
1265         * QBrowseBox.C (QBrowseBox): ditto
1266         (exec): ditto
1267         * and several more files the same...
1268
1269 2003-06-27  Alfredo Braunstein  <abraunst@libero.it>
1270
1271         * lyx_gui.C (start): use BufferView::loadLyXFile
1272
1273 2003-06-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1274
1275         * Toolbar_pimpl.C (add): do not add unknown lfuns
1276
1277 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1278
1279         * QError.[Ch]:
1280         * QErrorDialog.[Ch]:
1281         * ui/QErrorDialogBase.ui: removed
1282         * Makefile.am:
1283         * Makefile.dialogs:
1284         * Dialogs.C: adjust
1285
1286 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1287
1288         * QDocumentDialog.C: header reordering to handle qt/boost "signals"
1289         symbol clash
1290
1291 2003-06-20  Angus Leeming  <leeming@lyx.org>
1292
1293         * QBibtexDialog.C (browsePressed): fix warning of comparison between
1294         signed and unsigned ints.
1295
1296         * QBibtex.C (update_contents): changes due to changed controller
1297         interface.
1298
1299         * QTexinfo.[Ch]:
1300         * QTexinfoDialog.C: clean-up handling of TeX file databases.
1301
1302 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1303
1304         * lyx_gui.C (start): call ::loadLyXFile instead
1305         of BufferList::loadLyXFile
1306
1307 2003-06-19  Angus Leeming  <leeming@lyx.org>
1308
1309         * Dialogs.C:
1310         * Dialogs2.C:
1311         * QTexinfo.[Ch]: changes to use the new Dialog-based scheme.
1312
1313 2003-06-19  Angus Leeming  <leeming@lyx.org>
1314
1315         * lyx_gui.C (getStatus): changes due to replacement of lots of lfuns
1316         with LFUN_DIALOG_SHOW <name>.
1317
1318 2003-06-17  Angus Leeming  <leeming@lyx.org>
1319
1320         * Dialogs.C: rename math panel identifier as "mathpanel".
1321         * Dialogs2.C (showMathPanel): removed.
1322
1323 2003-06-17  Angus Leeming  <leeming@lyx.org>
1324
1325         * Dialogs.C:
1326         * QDelimiterDialog.C:
1327         * QMath.[Ch]:
1328         * QMathDialog.C:
1329         * QMathMatrixDialog.C: s/ControlMath2/ControlMath/.
1330
1331 2003-06-17  Angus Leeming  <leeming@lyx.org>
1332
1333         * Dialogs.C (build): create "mathdelimiter" and "mathmatrix" dialogs.
1334
1335         * QMath.[Ch]: add QMathMatrix and QMathDelimiter classes.
1336
1337         * QDelimiterDialog.[Ch]: store a QMathDelimiter*, not a QMath*.
1338         * QMathMatrixDialog.[Ch]: store a QMathMatrix*, not a QMath*.
1339
1340         * QMathDialog.C (delimiterClicked, matrixClicked): fix memory leaks.
1341
1342 2003-06-14  John Levon  <levon@movementarian.org>
1343
1344         * ui/QPrintDialogBase.ui: make "OK" default
1345
1346 2003-06-13  John Levon  <levon@movementarian.org>
1347
1348         * ui/QRefDialogBase.ui: reduce visual clutter
1349
1350 2003-06-13  John Levon  <levon@movementarian.org>
1351
1352         * qfont_loader.C: handle Qt 3.2 beta1's "xft" raw name
1353
1354 2003-06-12  Angus Leeming  <leeming@lyx.org>
1355
1356         * Dialogs.C: add the math dialog.
1357         * Dialogs2.C: a temporary hack; keep showMathPanel() but invoke (and store)
1358         the new dialog.
1359
1360         * QMath.[Ch]: derive from QDialogView.
1361
1362         * QMathDialog.C:
1363         * QDelimiterDialog.C:
1364         * QMathMatrixDialog.C: the dispatch functions are now in the controller.
1365
1366 2003-06-12  Angus Leeming  <leeming@lyx.org>
1367
1368         * QExternalDialog.C (editClicked): do not call form_->changed().
1369
1370 2003-06-11  Angus Leeming  <leeming@lyx.org>
1371
1372         * QExternal.C: changes due to InsetExternal::Params no longer
1373         storing the ExternalTemplate but its name.
1374         * QRef.C: move #include "insets/insetref.h" above the Qt headers.
1375         Something nasty going on with Qt polluting the global namespace.
1376
1377 2003-06-10  Angus Leeming  <leeming@lyx.org>
1378
1379         * QDocument.C (apply): compilation fix after Lars' changes ;-)
1380
1381 2003-06-10  Angus Leeming  <leeming@lyx.org>
1382
1383         * QExternal.C (update_contents): show the help text when the dialog is
1384         opened.
1385
1386 2003-06-06  John Levon  <levon@movementarian.org>
1387
1388         * ui/QExternalDialogBase.ui: re-org
1389
1390 2003-06-04  Angus Leeming  <leeming@lyx.org>
1391
1392         * QExternal.C:
1393         * ui/QExternalDialogBase.ui: remove the widget to input the removed
1394         InsetExternal::Params::parameters variable.
1395
1396 2003-06-03  Angus Leeming  <leeming@lyx.org>
1397
1398         * Dialogs.C (build): change the External dialog button policy to
1399         NoRepeatedApplyReadOnlyPolicy.
1400
1401         * QExternal.C:
1402         * QExternalDialog.[Ch]:
1403         * ui/QExternalDialogBase.ui:
1404         add widgets to set the way the External dialog is
1405         displayed within LyX.
1406         Remove the buttons to trigger the View command and the Update command
1407         (duplicates Apply).
1408
1409 2003-06-03  John Levon  <levon@movementarian.org>
1410
1411         * lyx_gui.C: add sync_events()
1412         * qscreen.C: remove previous hack for bug 818
1413
1414 2003-06-03  John Levon  <levon@movementarian.org>
1415
1416         * qscreen.C: paint before saving the cursor pixmap
1417         (bug 818)
1418
1419 2003-06-03  John Levon  <levon@movementarian.org>
1420
1421         * QTabular.C: fix a crash
1422
1423 2003-06-01  John Levon  <levon@movementarian.org>
1424
1425         * QGraphicsDialog.C: use relative file browsing
1426         (bug 1028)
1427
1428 2003-05-24  John Levon  <levon@movementarian.org>
1429
1430         * Toolbar_pimpl.C: workaround a Qt bug with combobox
1431         popup
1432
1433 2003-05-24  John Levon  <levon@movementarian.org>
1434
1435         * Makefile.am:
1436         * lcolorcache.h:
1437         * lcolorcache.C: add LColor::color -> QColor cache
1438
1439         * QLPainter.C:
1440         * QPrefs.C:
1441         * QWorkArea.C:
1442         * lyx_gui.C: use it
1443
1444 2003-05-22  Angus Leeming  <leeming@lyx.org>
1445
1446         compile fixes.
1447         * QDialogView.h: QController and QView c-tors take a string not a
1448         QString.
1449         * Qt2Base.h: ditto for the Qt2DB and Qt2CB c-tors.
1450
1451         * QDocument.C (c-tor):
1452         * QPrefs.C (c-tor):
1453         * QPrint.C (c-tor):
1454         * QSearch.C (c-tor):
1455         * QSendto.C (c-tor):
1456         * QSpellchecker.C (c-tor):
1457         * QTexinfo.C (c-tor): pass a string not a QString to the base class.
1458
1459         * QIndex.[Ch](c-tor): pass it a string, not a QString.
1460
1461         * Dialogs.C (build): the title passed to the Index dialog is a string,
1462         not a QString.
1463
1464 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
1465
1466         * Qt2Base.[Ch]:
1467         * QDialogView.[Ch] (setTitle): added
1468         * QAbout.C:
1469         * QBibitem.C:
1470         * QBibtex.C:
1471         * QChanges.C:
1472         * QCharacter.C:
1473         * QCitation.C:
1474         * QERT.C:
1475         * QError.C:
1476         * QErrorList.C:
1477         * QErrorListDialog.C:
1478         * QExternal.C:
1479         * QFloat.C:
1480         * QGraphics.C:
1481         * QInclude.C:
1482         * QLog.C:
1483         * QMinipage.C:
1484         * QParagraph.C:
1485         * QRef.C:
1486         * QShowFile.C:
1487         * QTabular.C:
1488         * QTabularCreate.C:
1489         * QThesaurus.C:
1490         * QToc.C:
1491         * QURL.C:
1492         * QVCLog.C:
1493         * QWrap.C: the argument to Dialog::View ctor is now a string. use
1494         setTitle instead of setCaption when appropriate
1495
1496 2003-05-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1497
1498         * QErrorListDialog.C: remove include for <qtextedit.h>
1499
1500 2003-05-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1501
1502         * qt_helpers.C: include <algorithm> for std::min.
1503
1504 2003-05-20  Alfredo Braunstein  <abraunst@libero.it>
1505
1506         * QErrorList.[Ch]: small bugs fixed.
1507
1508 2003-05-17  Alfredo Braunstein  <abraunst@libero.it>
1509
1510         * QErrorList.C (update_contents): replace TextBrowser::clear() by
1511         TextBrowser::setText(QString())
1512
1513 2003-05-14  Juergen Spitzmueller <juergen.sp@t-online.de>
1514
1515         * QErrorList.C (select): added a missing toqstr()
1516
1517 2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1518
1519         * Menubar_pimpl.C (~Pimpl): move out of line
1520         (update): ditto
1521         (view): ditto
1522         (backend): ditto
1523
1524 2003-05-13  Alfredo Braunstein  <abraunst@libero.it>
1525
1526         * QErrorList.[Ch]:
1527         * QErrorListDialog.[Ch]: added
1528         * Makefile.dialogs:
1529         * Makefile.am: the above additions
1530         * Dialogs.C: ditto
1531
1532 2003-05-13  André Pönitz  <poenitz@lyx.org>
1533
1534         * Document.C:
1535         * QGraphics.C:
1536         * QTabular.C:
1537         * QPref.C:
1538         * QTabular.C:
1539         * QWrap.C:
1540         * QMinipage.C: tostr() has a header of its own now
1541
1542 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1543
1544         * ui/moc/Makefile.am: better lib building
1545
1546         * ui/Makefile.am: better lib building
1547
1548         * moc/Makefile.am: better lib building
1549
1550         * QtView.h: have to include config.h so that all code see the
1551         defines therein.
1552
1553         * Makefile.am: better lib building
1554
1555 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
1556
1557         * QDocument.C:
1558         * QDocumentDialog.C: Handle document classes with missing TeX class
1559         (-> class name prefix: "Unavailable: ")
1560
1561 2003-05-03  John Levon  <levon@movementarian.org>
1562
1563         * qscreen.h:
1564         * qscreen.C: implement new cursor API
1565
1566 2003-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1567
1568         * QPrefs.C (apply): only set colors if they are different from
1569         their original values
1570
1571 2003-04-30  John Levon  <levon@movementarian.org>
1572
1573         * various: change dialog titles to match new menu layout
1574
1575 2003-04-29  John Levon  <levon@movementarian.org>
1576
1577         * ui/QGraphicsDialogBase.ui: re-organise visually
1578
1579 2003-04-27  John Levon  <levon@movementarian.org>
1580
1581         * Alert_pimpl.C: handle cancel_button
1582
1583         * QTabular.C:
1584         * QTabularDialog.C:
1585         * QTabularDialog.h:
1586         * ui/QTabularDialogBase.ui: ui fixes
1587
1588 2003-04-23  John Levon  <levon@movementarian.org>
1589
1590         * QCitationDialog.C: close dialog on return in listbox
1591         (bug 866)
1592
1593 2003-04-23  John Levon  <levon@movementarian.org>
1594
1595         * QPrefs.C:
1596         * lyx_gui.C: fix bug 1063
1597
1598 2003-04-15  Angus Leeming  <leeming@lyx.org>
1599
1600         * QLImage.C: #include lstrings.h.
1601
1602 2003-04-15  John Levon  <levon@movementarian.org>
1603
1604         * QCommandBuffer.h:
1605         * QCommandBuffer.C: make a widget not a toolbar
1606
1607         * QtView.h:
1608         * QtView.C: don't let the toolbars be movable.
1609         Create addCommandBuffer(), and handle no command buffer.
1610
1611         * Toolbar_pimpl.C: handle toolbar placement flags, and
1612         Minibuffer.
1613
1614 2003-04-14  John Levon  <levon@movementarian.org>
1615
1616         * QPrefs.C: fix warning
1617
1618 2003-04-12  John Levon  <levon@movementarian.org>
1619
1620         * ui/QExternalDialogBase.ui: fix tab order
1621
1622 2003-04-12  John Levon  <levon@movementarian.org>
1623
1624         * floatplacement.C: fix tab order
1625
1626         * QTocDialog.C:
1627         * QThesaurusDialog.C: hide the pointless QHeader
1628
1629 2003-04-12  John Levon  <levon@movementarian.org>
1630
1631         * ui/QBibtexDialogBase.ui:
1632         * ui/QBibtexAddDialogBase.ui:
1633         * Makefile.dialogs:
1634         * QBibtex.C:
1635         * QBibtexDialog.h:
1636         * QBibtexDialog.C: do the same thing with bibtex
1637
1638 2003-04-12  John Levon  <levon@movementarian.org>
1639
1640         * Makefile.dialogs:
1641         * ui/QCitationDialogBase.ui:
1642         * ui/QCitationFindDialogBase.ui:
1643         * QCitation.C:
1644         * QCitationDialog.h:
1645         * QCitationDialog.C: move the search/add citation
1646         stuff into a separate dialog.
1647
1648 2003-04-10  John Levon  <levon@movementarian.org>
1649
1650         * QTabularDialog.h:
1651         * QTabularDialog.C:
1652         * ui/QTabularDialog.ui: move stuff to controller
1653
1654 2003-04-10  John Levon  <levon@movementarian.org>
1655
1656         * ui/NumberingModuleBase.ui: bug 1032
1657
1658 2003-04-10  John Levon  <levon@movementarian.org>
1659
1660         * QtView.C: Toolbar ctor changed
1661
1662         * Toolbar_pimpl.h:
1663         * Toolbar_pimpl.C: store toolbars in a map
1664         for show/hide as needed
1665
1666 2003-04-09  John Levon  <levon@movementarian.org>
1667
1668         * Toolbar_pimpl.h:
1669         * Toolbar_pimpl.C: handle API change for multiple
1670         toolbars
1671
1672 2003-04-08  John Levon  <levon@movementarian.org>
1673
1674         * Toolbar_pimpl.C: move xpm code into ToolbarBackend,
1675         handle tooltip
1676
1677 2003-04-07  John Levon  <levon@movementarian.org>
1678
1679         * ui/QIncludeDialogBase.ui: make "Show preview"
1680         call change_adaptor()
1681
1682 2003-04-07  John Levon  <levon@movementarian.org>
1683
1684         * QtView.h:
1685         * QtView.C: implement clearMessage()
1686
1687 2003-04-07  John Levon  <levon@movementarian.org>
1688
1689         * QtView.h:
1690         * QtView.C: rename idle_timer_. Make it single-shot.
1691           Do not over-write an explicit message with the
1692           default message.
1693
1694 2003-04-05  John Levon  <levon@movementarian.org>
1695
1696         * QCommandBuffer.C:
1697         * QCommandEdit.C:
1698         * QCommandEdit.h: use tab instead of right-arrow
1699         for completion
1700
1701 2003-04-04  John Levon  <levon@movementarian.org>
1702
1703         * panelstack.C: hide the pointless header
1704
1705 2003-04-04  John Levon  <levon@movementarian.org>
1706
1707         * QCitation.C:
1708         * QCitationDialog.C:
1709         * QCitationDialogBase.ui: some UI fixes, remove
1710         text before, add accelerators
1711
1712 2003-04-03  John Levon  <levon@movementarian.org>
1713
1714         * QRefDialog.h:
1715         * QRefDialog.C: set focus on the refs list. Don't
1716         use "Goto" jargon. Add some accelerators. Make return/click
1717         on a reference close the dialog. Don't use obsolete inSort()
1718
1719 2003-04-01  John Levon  <levon@movementarian.org>
1720
1721         * QtView.C:
1722         * Toolbar_pimpl.C: ToolbarDefaults got renamed,
1723         handle no toolbar
1724
1725 2003-03-31  John Levon  <levon@movementarian.org>
1726
1727         * lyx_gui.C: return useful default font names, add use_gui
1728
1729         * QPrefs.C: remove some dead font code
1730
1731         * qfont_loader.C: use_gui moved.
1732         * qfont_metrics.C: use_gui moved.
1733
1734 2003-03-31  John Levon  <levon@movementarian.org>
1735
1736         * Alert_pimpl.C: remove alert()
1737
1738 2003-03-29  John Levon  <levon@movementarian.org>
1739
1740         * QBrowseBox.C: handle transparent pixmaps
1741
1742 2003-03-29  John Levon  <levon@movementarian.org>
1743
1744         * QBrowseBox.h:
1745         * QBrowseBox.C: fix bug 908
1746
1747 2003-03-29  John Levon  <levon@movementarian.org>
1748
1749         * ui/BulletsModuleBase.ui: final tweaks
1750
1751 2003-03-29  John Levon  <levon@movementarian.org>
1752
1753         * Alert_pimpl.C: implement warning(), information(), error()
1754
1755 2003-03-29  John Levon  <levon@movementarian.org>
1756
1757         * Alert_pimpl.C: implement prompt()
1758
1759 2003-03-29  John Levon  <levon@movementarian.org>
1760
1761         * QDocument.C:
1762         * QDocumentDialog.C:
1763         * QDocumentDialog.h:
1764         * ui/NumberingModuleBase.ui: feedback for numbering
1765
1766         * ui/TextLayoutModuleBase.ui: relayout
1767
1768 2003-03-29  John Levon  <levon@movementarian.org>
1769
1770         * BulletsModule.h:
1771         * BulletsModule.C:
1772         * QDocumentDialog.C:
1773         * ui/BulletsModuleBase.ui: completely rework the
1774         bullets panel
1775
1776 2003-03-28  John Levon  <levon@movementarian.org>
1777
1778         * ui/QDocumentDialogBase.ui: small tweak
1779
1780 2003-03-28  John Levon  <levon@movementarian.org>
1781
1782         * QPrefs.C:
1783         * ui/QPrefSpellcheckerModule.ui: fix bug 978
1784
1785 2003-03-28  John Levon  <levon@movementarian.org>
1786
1787         * ui/QCharacterDialogBase.ui: re-org, fix bug 999
1788
1789 2003-03-28  John Levon  <levon@movementarian.org>
1790
1791         * QParagraph.C:
1792         * QParagraphDialog.C:
1793         * ui/QParagraphDialog.ui: don't use negative checkbox
1794         strings. Add whats this for label width. Add tooltips
1795         (bug 997). Never show "Senseless with this layout!"
1796
1797         * lengthcombo.C: remove pointless whatsthis
1798
1799 2003-03-28  John Levon  <levon@movementarian.org>
1800
1801         * panelstack.C: compile fixes for Qt 2.3
1802
1803 2003-03-28  John Levon  <levon@movementarian.org>
1804
1805         * QFloat.C:
1806         * QFloatDialog.h:
1807         * QFloatDialog.C:
1808         * ui/QFloatDialog.ui:
1809         * Makefile.dialogs:
1810         * moc/Makefile.am:
1811         * floatplacement.h:
1812         * floatplacement.C: move the float code into its
1813           own widget
1814
1815         * QDocument.C:
1816         * QDocumentDialog.h:
1817         * QDocumentDialog.C: use that widget
1818
1819         * Makefile.dialogs:
1820         * QDocument.C:
1821         * QDocumentDialog.h:
1822         * QDocumentDialog.C:
1823         * ui/QDocumentDialogBase.ui:
1824         * ui/ClassModuleBase.ui:
1825         * ui/PaperModuleBase.ui:
1826         * ui/PackagesModuleBase.ui:
1827         * ui/MathsModuleBase.ui:
1828         * ui/LatexModuleBase.ui:
1829         * ui/PageLayoutModuleBase.ui:
1830         * ui/TextLayoutModuleBase.ui: big re-organisation
1831         of the doc dialog panes
1832
1833 2003-03-28  John Levon  <levon@movementarian.org>
1834
1835         * panelstack.C: make sure the first panel is visible
1836
1837         * QDocument.h:
1838         * QDocument.C: add (unused) showPreamble
1839
1840         * QDocumentDialog.h:
1841         * QDocumentDialog.C:
1842         * ui/QDocumentDialog.ui: use PanelStack
1843
1844 2003-03-28  John Levon  <levon@movementarian.org>
1845
1846         * Makefile.am:
1847         * Makefile.dialogs:
1848         * moc/Makefile.am:
1849         * panelstack.h:
1850         * panelstack.C: add new class for handling paned dialogs
1851
1852         * QPrefsDialog.h:
1853         * QPrefsDialog.C:
1854         * ui/QPrefsDialogBase.ui: use the above
1855
1856         * ui/QPrefUIModule.ui: re-layout
1857
1858 2003-03-27  John Levon  <levon@movementarian.org>
1859
1860         * ui/QParagraphDialogBase.ui: fix dupe accelerator / group label
1861
1862 2003-03-27  John Levon  <levon@movementarian.org>
1863
1864         * QLyXKeySym.C: remove debug stuff from startup hot path
1865
1866 2003-03-26  Edwin Leuven  <e.leuven@uva.nl>
1867
1868         * bulletstring.[Ch]: unused; remove
1869
1870 2003-03-26  Angus Leeming  <leeming@lyx.org>
1871
1872         * Dialogs.C:
1873         * Dialogs2.C:
1874         * Dialogs3.C:
1875         * Dialogs_impl.h:
1876         move the contents of Dialogs.C and Dialogs_impl.h into Dialogs2.C.
1877         move Dialog3.C to Dialogs.C.
1878
1879         * Makefile.am: remove Dialogs_impl.h, Dialog3.C.
1880
1881 2003-03-26  Angus Leeming  <leeming@lyx.org>
1882
1883         * Dialogs.C:
1884         * Dialogs2.C:
1885         * Dialogs_impl.h: remove the thesaurus dialog.
1886
1887         * Dialogs3.C: add it here.
1888
1889         * QThesaurus.[Ch]: changes to use the new Dialog-based scheme.
1890
1891 2003-03-25  Angus Leeming  <leeming@lyx.org>
1892
1893         * Dialogs.C:
1894         * Dialogs2.C:
1895         * Dialogs_impl.h: remove the log, showfile and vclog dialogs.
1896
1897         * Dialogs3.C: add these dialogs.
1898
1899         * QLog.[Ch]:
1900         * QShowFile.[Ch]:
1901         * QVCLog.[Ch]: changes to use the new Dialog-based scheme.
1902
1903 2003-03-23  John Levon  <levon@movementarian.org>
1904
1905         * lyx_gui.C: remove unused variables
1906
1907 2003-03-22  John Levon  <levon@movementarian.org>
1908
1909         * qscreen.C: remove "internal" parameter, unused
1910
1911 2003-03-21  John Levon  <levon@movementarian.org>
1912
1913         * QDocument.C: fix swapping of TOC and secnum depth
1914
1915 2003-03-15  John Levon  <levon@movementarian.org>
1916
1917         * QMathDialog.C: "Sans serif" not "San serif"
1918
1919 2003-03-15  John Levon  <levon@movementarian.org>
1920
1921         * ui/QMathDialogBase.ui: fix english in a tooltip
1922
1923 2003-03-15  John Levon  <levon@movementarian.org>
1924
1925         * ui/QRefDialogBase.ui: s/Goto/Go to reference/
1926
1927 2003-03-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1928
1929         * QParagraph.C (apply): do not reset vfill spacing to 'none' when
1930         there is no explicit length given (off by one typo)
1931
1932 2003-03-13  Angus Leeming  <leeming@lyx.org>
1933
1934         * Dialogs.C:
1935         * Dialogs2.C:
1936         * Dialogs_impl.h: remove paragraph dialog.
1937
1938         * Dialogs3.C: add paragraph dialog.
1939
1940         * QParagraph.[Ch]: changes to use the new Dialog-based scheme.
1941
1942 2003-03-12  John Levon  <levon@movementarian.org>
1943
1944         * ui/QPrefsDialogBase.ui: resizing improvement
1945
1946 2003-03-12  Angus Leeming  <leeming@lyx.org>
1947
1948         * Dialogs.C:
1949         * Dialogs2.C:
1950         * Dialogs_impl.h: remove character dialog.
1951
1952         * Dialogs3.C: add character dialog.
1953
1954         * QCharacter.[Ch]: changes to use the new Dialog-based scheme.
1955
1956
1957 2003-03-12  John Levon  <levon@movementarian.org>
1958
1959         * QSearch.C: don't disable checkboxes on RO doc (bug 937)
1960
1961 2003-03-10  Angus Leeming  <leeming@lyx.org>
1962
1963         * Dialogs3.C (build): the "tabularcreate" dialog is always valid.
1964         Use IgnorantPolicy for thr B.C.
1965
1966 2003-03-09  Angus Leeming  <leeming@lyx.org>
1967
1968         * lots of files: changes associated with the clean-up of the
1969         ButtonController.
1970
1971 2003-03-09  Angus Leeming  <leeming@lyx.org>
1972
1973         * Dialogs.C:
1974         * Dialogs2.C:
1975         * Dialogs_impl.h: remove merge changes dialog.
1976
1977         * Dialogs3.C: add merge changes dialog.
1978
1979         * QChanges.[Ch]: changes to use the new Dialog-based scheme.
1980
1981 2003-03-09  Angus Leeming  <leeming@lyx.org>
1982
1983         * Dialogs.C:
1984         * Dialogs2.C:
1985         * Dialogs_impl.h: remove about lyx dialog.
1986
1987         * Dialogs3.C: add about lyx dialog.
1988
1989         * QAbout.[Ch]: changes to use the new Dialog-based scheme.
1990
1991 2003-03-09  Angus Leeming  <leeming@lyx.org>
1992
1993         * Dialogs.C:
1994         * Dialogs2.C:
1995         * Dialogs_impl.h: remove tabularcreate dialog.
1996
1997         * Dialogs3.C: add tabularcreate dialog.
1998
1999         * QTabularCreate.[Ch]: changes to use the new Dialog-based scheme.
2000
2001 2003-03-09  Angus Leeming  <leeming@lyx.org>
2002
2003         * Dialogs.C:
2004         * Dialogs2.C:
2005         * Dialogs_impl.h: remove tabular dialog.
2006
2007         * Dialogs3.C: add tabular dialog.
2008
2009         * QTabular.[Ch]: changes to use the new Dialog-based scheme.
2010
2011 2003-03-09  Angus Leeming  <leeming@lyx.org>
2012
2013         * QDialogView.h: make controller methods of QController public to
2014         enable the QXyzDialog classes to access the controller if need be.
2015         * Qt2Base.h: ditto for the controller methods of Qt2CB.
2016
2017         * QTabular.C:
2018         * QTabularDialog.C: changes due to the changed ControlTabular
2019         interface.
2020
2021 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
2022
2023         * QPrefs.C:
2024         * QPrefSpellcheckerModule.ui: Add 'hspell' option.
2025
2026 2003-03-07  Angus Leeming  <leeming@lyx.org>
2027
2028         * Dialogs.C:
2029         * Dialogs2.C:
2030         * Dialogs_impl.h: remove graphics dialog.
2031
2032         * Dialogs3.C: add graphics dialog.
2033
2034         * QGraphics.[Ch]: changes to use the new Dialog-based scheme.
2035
2036 2003-03-07  Angus Leeming  <leeming@lyx.org>
2037
2038         * Dialogs.C:
2039         * Dialogs2.C:
2040         * Dialogs_impl.h: remove minipage dialog.
2041
2042         * Dialogs3.C: add minipage dialog. No longer use the bibitem, include,
2043         label or url controllers; use ControlCommand instead.
2044
2045         * QBibitem.[Ch]:
2046         * QIndex.[Ch]:
2047         * QURL.[Ch]: changes due to use of ControlCommand, above
2048
2049         * QBibitemDialog.C: no need to include controller.
2050
2051         * QMinipage.[Ch]: changes to use the new Dialog-based scheme.
2052
2053 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
2054
2055         * qscreen.C: use LyXText::top_y() instead of LyXText::first_y
2056
2057 2003-03-06  John Levon  <levon@movementarian.org>
2058
2059         * ui/QPrefUIModule.ui: make max last files reflect reality,
2060         spotted by Michael Abshoff
2061
2062 2003-03-06  John Levon  <levon@movementarian.org>
2063
2064         * QDocument.C: compile fix
2065
2066 2003-03-06  John Levon  <levon@movementarian.org>
2067
2068         * QExternalDialog.C: connect Apply
2069
2070 2003-03-05  Angus Leeming  <leeming@lyx.org>
2071
2072         * QWrap.[Ch]: changes to use the new Dialog-based scheme.
2073
2074         * Dialogs.C:
2075         * Dialogs2.C:
2076         * Dialogs_impl.h: remove wrap dialog.
2077
2078         * Dialogs3.C: add wrap dialog.
2079
2080 2003-03-05  Angus Leeming  <leeming@lyx.org>
2081
2082         * QFloat.[Ch]: changes to use the new Dialog-based scheme.
2083
2084         * Dialogs.C:
2085         * Dialogs2.C:
2086         * Dialogs_impl.h: remove float dialog.
2087
2088         * Dialogs3.C: add float dialog.
2089
2090 2003-03-05  Angus Leeming  <leeming@lyx.org>
2091
2092         * QFloat.C (update_contents): rename FloatParams as InsetFloatParams.
2093
2094 2003-03-05  Angus Leeming  <leeming@lyx.org>
2095
2096         * QInclude.[Ch]: changes to use the new Dialog-based scheme.
2097
2098         * Dialogs.C:
2099         * Dialogs2.C:
2100         * Dialogs_impl.h: remove include dialog.
2101
2102         * Dialogs3.C: add include dialog.
2103
2104 2003-03-05  Angus Leeming  <leeming@lyx.org>
2105
2106         * QExternal.[Ch]: changes to use the new Dialog-based scheme.
2107
2108         * Dialogs.C:
2109         * Dialogs2.C:
2110         * Dialogs_impl.h: remove external dialog.
2111
2112         * Dialogs3.C: add external dialog.
2113
2114 2003-03-05  Angus Leeming  <leeming@lyx.org>
2115
2116         * QIndex.[Ch]: minimal changes needed to use this dialog
2117         for both the Index and the Label dialogs.
2118
2119         * Dialogs3.C: add label dialog.
2120
2121 2003-03-03  Dekel Tsur  <dekelts@tau.ac.il>
2122
2123         * qfont_loader.C (available): Rewrite as the old version did not
2124         work properly.
2125
2126 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
2127
2128         * QLImage.C
2129         * QSendto.C
2130         * QSendtoDialog.C: removed #include "converter.h", and...
2131         * QPrefs.h: added #include "format.h"
2132
2133 2003-02-25  John Levon  <levon@movementarian.org>
2134
2135         From Nathan Weston
2136
2137         * QBibtexDialogBase.ui:
2138         * QCharacterDialogBase.ui:
2139         * QCitationDialogBase.ui:
2140         * QDocumentDialogBase.ui:
2141         * QExternalDialogBase.ui:
2142         * QFloatDialogBase.ui:
2143         * QMinipageDialogBase.ui:
2144         * QParagraphDialogBase.ui: fix default button to be OK (bug #921)
2145
2146 2003-02-23  John Levon  <levon@movementarian.org>
2147
2148         * ui/QParagraphDialogBase.ui: fix dupe accelerator (bug #918)
2149
2150 2003-02-22  Alfredo Braunstein <abraunst@libero.it>
2151
2152         * lyx_gui.C (parse_init): added a call to LoaderQueue::setPriority
2153
2154 2003-02-21  Angus Leeming  <leeming@lyx.org>
2155
2156         * Timeout_pimpl.[Ch]: removed.
2157         * qtTimeout.[Ch]: new files, replacing the above.
2158         The qtTimeout class derives from Timeout::Impl.
2159
2160 2003-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2161
2162         * qfont_loader.C (addFontPath): make debug messages quieter
2163
2164 2003-02-21  Angus Leeming  <leeming@lyx.org>
2165
2166         * FileDialog.C (FileDialog): no need for LyXView *.
2167
2168 2003-02-17  John Levon  <levon@movementarian.org>
2169
2170         * QSpellchecker.h:
2171         * QSpellchecker.C:
2172         * ui/QSpellcheckerDialogBase.ui:
2173         * QSpellcheckerDialog.h:
2174         * QSpellcheckerDialog.C: re-working, remove start etc.
2175
2176         * README: add comment about checking accelerators
2177
2178 2003-02-17  John Levon  <levon@movementarian.org>
2179
2180         * ui/QPrefSpellcheckerModule.ui: capitalization fix
2181
2182 2003-02-16  John Levon  <levon@movementarian.org>
2183
2184         * QX.C: consistent title labels for dialogs.
2185
2186 2003-02-15  John Levon  <levon@movementarian.org>
2187
2188         * ui/QSpellcheckerDialogBase.ui: make "Accept" be "Ignore All"
2189
2190         * QSpellchecker.C: default to the first suggestion in replace
2191           combo
2192
2193 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2194
2195         * QLPopupMenu.C (populate): adapt to menubackend change. In
2196         particular, unknown and optional+disabled elements are never seen.
2197         (disabled): remove. This is done in backend now.
2198
2199 2003-02-15  John Levon  <levon@movementarian.org>
2200
2201         * QDocument.C:
2202         * QDocumentDialog.C:
2203         * ui/LanguageModuleBase.ui: improve UI of language encoding
2204
2205 2003-02-15  John Levon  <levon@movementarian.org>
2206
2207         * ui/BulletsModuleBase.ui:
2208         * ui/ClassModuleBase.ui:
2209         * ui/LanguageModuleBase.ui:
2210         * ui/MarginsModuleBase.ui:
2211         * ui/NumberingModuleBase.ui:
2212         * ui/QPrefScreenFontsModule.ui:
2213         * ui/QPrefsDialogBase.ui: tab ordering fixes
2214
2215         * README: add some rules
2216
2217 2003-02-15  John Levon  <levon@movementarian.org>
2218
2219         * QPrefs.C: fix silly typo that screwed up the print
2220           parameters
2221
2222 2003-02-14  John Levon  <levon@movementarian.org>
2223
2224         * QtView.h:
2225         * QtView.C: change prohibit/allowInput() to be busy(bool),
2226           and actually implement the busy cursor
2227
2228 2003-02-09  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2229
2230         * QBibtexDialog.C: Fix browsing mechanism of *.sty files (bug 773).
2231
2232         * ui/QBibtexDialogBase.ui: Remove unused Update button (bug 773).
2233         Replace addBib LineEdit with ComboBox.
2234
2235         * QBibtex.C: Insert available .bib-files into addBibCB.
2236
2237 2003-02-13  John Levon  <levon@movementarian.org>
2238
2239         * ui/QSpellcheckerDialogBase.ui: A&dd not &Add, bug 884
2240
2241 2003-02-10  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2242
2243         * QDocument.C: Allow qt users actually to use another
2244         papersize than default (set params.paperpackage).
2245
2246 2003-02-09  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2247
2248         * QDocumentDialog.[Ch]: Show A4 packages also when default
2249         papersize is A4 (and default chosen) and only in portrait mode.
2250
2251 2003-02-12  Dekel Tsur  <dekelts@tau.ac.il>
2252
2253         * qfont_metrics.C: Add checks for lyxrc.use_gui.
2254         This fixes 'lyx -e' with the QT frontend.
2255
2256 2003-02-10  João Luis Meloni Assirati  <assirati@fma.if.usp.br>
2257
2258         * ui/QMathMatrixDialogBase.ui: Fix horizontal alignment tooltip
2259
2260 2003-02-08  John Levon  <levon@movementarian.org>
2261
2262         * Makefile.am:
2263         * QChanges.h:
2264         * QChanges.C:
2265         * QChangesDialog.h:
2266         * QChangesDialog.C:
2267         * ui/QChangesDialogBase.ui: add changes dialog
2268
2269         * ui/QPrefIdentityModule.ui:
2270         * QPrefs.C:
2271         * QPrefsDialog.h:
2272         * QPrefsDialog.C: add identity prefs
2273
2274 2003-02-07  John Levon  <levon@movementarian.org>
2275
2276         * lyx_gui.C: delete lyxserver on exit path (bug 865)
2277
2278 2003-02-07  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2279
2280         * QTabular.C (closeGUI): do not change if nothing has to
2281         be changed (bug 849).
2282
2283 2003-01-31  Michael Schmitt  <michael.schmitt@teststep.org>
2284
2285         * ui/BulletsModuleBase.ui: Replace LaTeX font size names by LyX
2286         names for consistency reasons and to resolve a translation conflict
2287
2288 2003-02-05  John Levon  <levon@movementarian.org>
2289
2290         * QLPrintDialog.C: fix braindead "helpful" code
2291
2292 2003-02-02  John Levon  <levon@movementarian.org>
2293
2294         * QTocDialog.C: set no sorting (bug 856)
2295
2296 2003-02-02  John Levon  <levon@movementarian.org>
2297
2298         * QPrefs.C: apply formats first (bug 854)
2299         * QPrefsDialog.C: make sure a formats/converters item
2300           is always selected (bug 855)
2301
2302 2003-01-31  Angus Leeming  <leeming@lyx.org>
2303
2304         * Qt2Base.[Ch]: instantiate the isVisible() virtual method.
2305
2306 2003-01-30  Angus Leeming  <leeming@lyx.org>
2307
2308         * Dialogs2.C (createIndex): enable ControlCommand to create an
2309         InsetCommandParam of type "index", not null.
2310
2311 2003-01-26  Michael Schmitt  <michael.schmitt@teststep.org>
2312
2313         * ui/QThesaurusDialogBase.ui: add colons to labels.
2314
2315 2003-01-23  John Levon  <levon@movementarian.org>
2316
2317         * ui/*.ui: move several group box labels to title capitalisation
2318
2319 2003-01-20  Michael Schmitt  <michael.schmitt@teststep.org>
2320
2321         * QDocument.C: rename "Xxxskip" to "XxxSkip"
2322         * QGraphicsDialog.C:
2323         * QLog.C: Make output messages identical to other messages
2324         * ui/*.ui: In strings, remove space in front of colon
2325         ("... :" => "...:") for harmonization with xforms labels
2326
2327 2003-01-16  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2328
2329         * ui/QDocumentDialogBase.ui:
2330         * ui/ClassModuleBase.ui:
2331         * ui/LanguageModuleBase.ui:
2332         * ui/PackagesModuleBase.ui:
2333         * QDocument.C:
2334         * QDocumentDialog.[Ch]: Rearrangement.
2335
2336 2003-01-15  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2337
2338         * QIndex.C:
2339         * QUrl.C: fix validation on update().
2340
2341 2003-01-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2342
2343         * FileDialog.C: implement opendir [bug 824], fix mask.
2344
2345         * QPrefsDialog.C: use browsedir for paths [bug 824]
2346
2347 2003-01-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2348
2349         * qgridview.cpp: rename to...
2350         * qgridview.C: ...this
2351
2352         * Makefile.am: distcheck ready
2353
2354         * Makefile.dialogs: simplify
2355
2356         * Rename a lot of files from *Dialog.ui to *DialogBase.ui
2357
2358         * ui/Makefile.am: simplify and distcheck ready, make sure to dist
2359         all the ui files.
2360
2361         * ui/moc/Makefile.am: simplify and distcheck ready
2362
2363         * moc/Makefile.am: simplify and distcheck ready
2364
2365 2003-01-12  Edwin Leuven  <e.leuven@uva.nl>
2366
2367         * ui/QPreambleDialog.ui:
2368         * QPreamble.[Ch]:
2369         * QPreambleDialog.[Ch]:
2370         * Dialogs.C:
2371         * Dialogs_impl.h:
2372         * Makefile.dialogs: Remove preamble dialog
2373
2374 2003-01-12  Alfredo Braunstein <abraunst@libero.it>
2375
2376         * QSpellcheckerDialog.C (spellcheck,update_contents): enable/disable
2377           elements of the dialog.
2378
2379 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
2380
2381         * ui/Makefile.am (EXTRA_DIST): dist ui files
2382         (SRCS): var with all ui files
2383
2384 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
2385
2386         * FileDialog.C:
2387         * QIndexDialog.C:
2388         * QPrefsDialog.C:
2389         * QToc.C:
2390         * qfont_loader.C: fix inconsistent usage of spaces, colons,
2391         capitalization, and the like.
2392
2393 2003-01-05  John Levon  <levon@movementarian.org>
2394
2395         * QLyXKeySym.h:
2396         * QLyXKeySym.C: add an encoding map for getISOEncoded
2397
2398         * lyx_gui.C: init encodings
2399
2400         * QtView.h:
2401         * QtView.C:
2402
2403 2003-01-04  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2404
2405         * QURL.C: isValid(): fix validation.
2406
2407 2002-12-21  John Levon  <levon@movementarian.org>
2408
2409         * FileDialog.C:
2410         * QBibtex.C: fix mis-use of conversions to QString
2411
2412 2003-01-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2413
2414         * QCitationDialog.C: update dialog correctly on search.
2415
2416 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2417
2418         * ui/QMathDialog.ui:
2419         * QPrefsDialog.C (select_workingdir): fix typo
2420
2421 2002-12-21  Dekel Tsur  <dekelts@tau.ac.il>
2422
2423         * qfont_loader.C (isAvailable): Call to addFontPath().
2424         Also, add a cache.
2425
2426 2002-12-20  John Levon  <levon@movementarian.org>
2427
2428         * lyx_gui.C: fix exit to use std::exit, so we don't
2429           end up back in the LyX code
2430
2431 2002-12-19  John Levon  <levon@movementarian.org>
2432
2433         * ui/QPrefsDialog.ui: remove auto-default stuff - it was
2434           confusing
2435
2436 2002-12-19  John Levon  <levon@movementarian.org>
2437
2438         * QLyXKeySym.C: do not attempt to compare Qt::Key_unknowns
2439
2440 2002-12-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2441
2442         * lyx_gui.C (getStatus): forks-show is not implemented by the qt
2443         frontend
2444
2445 2002-12-19  John Levon  <levon@movementarian.org>
2446
2447         * QPrefs.C: if we can't find the font family, use
2448           StyleHint to get one close by
2449
2450 2002-12-18  Alfredo Braunstein <abraunst@libero.it>
2451
2452         * QRef.C (redoRefs): small bug fix (wrong label was selected)
2453
2454 2002-12-18  Edwin Leuven  <e.leuven@uva.nl>
2455
2456         * QCitationDialog.C: update styles combo when necessary
2457
2458 2002-12-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2459
2460         * Alert_pimpl.C (askForText_pimpl): replace qt_() with _()
2461
2462 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2463
2464         * QLPopupMenu.C (populate): ignore unknown lfuns; do not insert
2465         separator as first item of a menu
2466
2467         * lyx_gui.C (getStatus): indicate that LFUN_LAYOUT_PREAMBLE and
2468         LFUN_TOOLTIPS_TOGGLE are not implemented
2469
2470 2002-12-18  Edwin Leuven  <e.leuven@uva.nl>
2471
2472         * BulletsModule.C: fix crash on custom bullet cancel
2473
2474 2002-12-18  John Levon  <levon@movementarian.org>
2475
2476         * qfont_loader.C: symbol should not match "Standard Symbols 1"
2477
2478 2002-12-18  John Levon  <levon@movementarian.org>
2479
2480         * qfont_loader.C: rewrite for proper maths symbols
2481           handling
2482
2483 2002-12-17  John Levon  <levon@movementarian.org>
2484
2485         * qt_helpers.h:
2486         * qt_helpers.C: add fromqstr/toqstr/qt_ for converting
2487           using locale from/to QString
2488
2489         * all files: use the above
2490
2491         * QDocumentDialog.C: fix margins properly
2492
2493 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
2494
2495         * QCommandBuffer.C: added up.xpm and down.xpm to the command buffer
2496
2497 2002-12-13  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2498
2499         * QBibtexDialog.[Ch]
2500         * ui/QBibtexDialog.ui:
2501         Add LineEdit for manual *.bib file insertion, ws changes.
2502
2503 2002-12-17  John Levon  <levon@movementarian.org>
2504
2505         * QLPopupMenu.C: add using endl
2506
2507 2002-12-16  Edwin Leuven  <e.leuven@uva.nl>
2508
2509         * BulletsModule.C: forgot to remove an include of
2510         bulletstrings.[Ch] removed in the previous commit
2511
2512 2002-12-16  Edwin Leuven  <e.leuven@uva.nl>
2513
2514         * BulletsModule.[Ch]: Fix bulletstuff
2515         * QDocument.C:
2516         * QDocumentDialog.C:
2517         * ui/BulletsModuleBase.ui:
2518
2519 2002-12-12  John Levon  <levon@movementarian.org>
2520
2521         * QSpellcheckerDialog.h:
2522         * QSpellcheckerDialog.C:
2523         * QSpellchecker.C: place broken word in replace box
2524           for user fixing
2525
2526 2002-12-12  John Levon  <levon@movementarian.org>
2527
2528         * FileDialog_private.C: don't mess with windows z-ordering
2529           when opening a dialog (appear above focusWidget)
2530
2531 2002-12-12  John Levon  <levon@movementarian.org>
2532
2533         * QLyXKeySym.C: check for isNull(). It's needed by
2534           Kornel, dunno why
2535
2536 2002-12-12  John Levon  <levon@movementarian.org>
2537
2538         * ui/QSpellcheckerDialog.ui: make double click replace word
2539
2540 2002-12-12  John Levon  <levon@movementarian.org>
2541
2542         * QSearchDialog.C:
2543         * ui/QSearchDialog.ui: fixes from Alfredo
2544
2545 2002-12-12  John Levon  <levon@movementarian.org>
2546
2547         * QLyxKeySym.h:
2548         * QLyXKeySym.C:
2549         * qlkey.h: implement isText() to allow us to insert
2550           unrecognised text
2551
2552 2002-12-11  John Levon  <levon@movementarian.org>
2553
2554         * qfont_loader.h:
2555         * qfont_loader.C:
2556         * qfont_metrics.C: cache per-char widths to avoid slowness
2557           of QFontMetrics::width
2558
2559 2002-12-10  John Levon  <levon@movementarian.org>
2560
2561         * ui/QURLDialog.ui: fix tab order
2562
2563 2002-12-10  John Levon  <levon@movementarian.org>
2564
2565         * QRef.C: patch from Alfredo
2566
2567 2002-12-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2568
2569         * QAbout.C (build_dialog): use old over-eager version for 1.3.0.
2570
2571 2002-12-09  John Levon  <levon@movementarian.org>
2572
2573         * ui/*ModuleBase.ui: some capitalisation fixes
2574
2575 2002-12-08  John Levon  <levon@movementarian.org>
2576
2577         * ui/Makefile.am: use uic -tr; fix by Pauli Virtanen
2578
2579 2002-12-08  John Levon  <levon@movementarian.org>
2580
2581         * ui/QExternalDialog.ui: connect Edit button; fix by
2582         Alfredo Braunstein
2583
2584 2002-12-07  John Levon  <levon@movementarian.org>
2585
2586         * QMathMatrixDialog.C: row/column insert was inverted; fix
2587           by Alfredo Braunstein
2588
2589 2002-12-07  John Levon  <levon@movementarian.org>
2590
2591         * QDelimiterDialog.C:
2592         * QDelimiterDialog.h:
2593         * QMathDialog.C:
2594         * QMathDialog.h:
2595         * iconpalette.h: fix connections for Qt 3, hopefully
2596
2597 2002-12-05  John Levon  <levon@movementarian.org>
2598
2599         * QContentPane.C: set I-beam cursor
2600
2601 2002-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2602
2603         * qlkey.h (string_to_qkey): Add many missing entries
2604
2605 2002-12-04  John Levon  <levon@movementarian.org>
2606
2607         * qt_helpers.h:
2608         * qt_helpers.C:
2609         * QDocument.h:
2610         * QDocument.C: move methods below to helpers
2611
2612 2002-11-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2613
2614         * QDocument.C: new methods widgetsToLength, lengthToWidgets.
2615         set defaultUnit
2616
2617 2002-12-03  John Levon  <levon@movementarian.org>
2618
2619         * QIncludeDialog.C: another fix
2620
2621 2002-12-03  John Levon  <levon@movementarian.org>
2622
2623         * ui/QIncludeDialog.ui:
2624         * QInclude.C: support preview()
2625
2626 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2627
2628         * several files: ws changes
2629
2630 2002-11-30  John Levon  <levon@movementarian.org>
2631
2632         * QParagraph.C: another fix from Otto Tronarp
2633
2634 2002-11-30  John Levon  <levon@movementarian.org>
2635
2636         * various: string(widget->text()) is not good.
2637
2638 2002-11-28  John Levon  <levon@movementarian.org>
2639
2640         * qt_helpers.C: fix build
2641
2642 2002-11-28  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2643
2644         * qsetborder.[Ch]: implement John's setEnabled bool
2645
2646         * QTabular.C:
2647         * QTabularDialog.C: remaining fixes.
2648
2649 2002-11-28  John Levon  <levon@movementarian.org>
2650
2651         * QSpellcheckerDialog.C: fix Escape + restarting spellcheck
2652
2653 2002-11-28  John Levon  <levon@movementarian.org>
2654
2655         * QSpellcheckerDialog.C: small fix
2656
2657 2002-11-28  John Levon  <levon@movementarian.org>
2658
2659         * QDocument.C: fix line spacing
2660
2661 2002-11-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2662
2663         * ui/TabularDialog.ui:
2664         * QTabular.C:
2665         * QTabularDialog.C: ui fixes.
2666
2667 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
2668
2669         * qfont_loader.C (font_info): Use lyxrc.*_font_foundry.
2670
2671         * QPrefs.C: Handle lyxrc.*_font_foundry.
2672
2673         * qt_helpers.C: New file.
2674
2675 2002-11-27  John Levon  <levon@movementarian.org>
2676
2677         * qsetborder.h:
2678         * qsetborder.C: cleanup
2679
2680         * QTabular.C:
2681         * QTabularDialog.C: cleanups, fixes
2682
2683 2002-11-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2684
2685         * ui/TabularDialog.ui:
2686         * QTabular.[Ch]:
2687         * QTabularDialog.[Ch]: implement most functions
2688         * qsetborder.[Ch]: fixes
2689
2690 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2691
2692         * Alert_pimpl.C (askForText_pimpl): use boost.format
2693
2694 2002-11-26  John Levon  <levon@movementarian.org>
2695
2696         * QMathDialog.C:
2697         * Toolbar_pimpl.h:
2698         * Toolbar_pimpl.C: Qt is the Lord of Suck
2699
2700 2002-11-25  John Levon  <levon@movementarian.org>
2701
2702         * qscreen.C: use LColor::cursor properly
2703
2704         * QPrefs.C:
2705         * ui/QPrefKeyboardModule.ui:
2706         * ui/QPrefUIModule.ui: UI fixes
2707
2708 2002-11-25  Herbert Voss  <Herbert.Voss@alumni.TU-Berlin.DE>
2709
2710         * QVCLog.C (update_contents): fix USE_BOOST_FORMAT
2711
2712 2002-11-24  John Levon  <levon@movementarian.org>
2713
2714         * QDocumentDialog.C: fix build
2715
2716 2002-11-21  Angus Leeming  <leeming@lyx.org>
2717
2718         * QDocumentDialog.C (classChanged): use ControlDocument::loadTextclass.
2719
2720 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2721
2722         * QVCLog.C (update_contents): use boost::format
2723
2724 2002-11-21  John Levon  <levon@movementarian.org>
2725
2726         * qscreen.C: show content pane cursor even when
2727           focus is on dialog, command buffer etc.
2728
2729 2002-11-20  John Levon  <levon@movementarian.org>
2730
2731         * QMathDialog.C: don't pass empty commands to math
2732           on menu tear-off
2733
2734 2002-11-20  John Levon  <levon@movementarian.org>
2735
2736         * QLPopupMenu.C: only check .disabled() on Commands
2737
2738 2002-11-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2739
2740         * QLPopupMenu.C (getLabel): show labels for menu entries
2741
2742         * qlkey.h (string_to_qkey): add support for KP_xxx keysyms
2743
2744 2002-11-20  John Levon  <levon@movementarian.org>
2745
2746         * ui/QDelimiterDialog.ui: geometry fix
2747
2748 2002-11-20  John Levon  <levon@movementarian.org>
2749
2750         * Toolbar_pimpl.C:
2751         * QDelimiterDialog.C:
2752         * QMathDialog.C: use find_xpm to mangle name
2753
2754 2002-11-20  John Levon  <levon@movementarian.org>
2755
2756         * QDelimiterDialog.h:
2757         * QDelimiterDialog.C: fix delimiter connect()
2758
2759 2002-11-20  John Levon  <levon@movementarian.org>
2760
2761         * QDocument.C:
2762         * QDocumentDialog.C: fix my sillies
2763
2764 2002-11-20  John Levon  <levon@movementarian.org>
2765
2766         * QLPainter.C: use realColor not color for the font
2767
2768 2002-11-18  John Levon  <levon@movementarian.org>
2769
2770         * Makefile.am:
2771         * qfontexample.h:
2772         * qfontexample.C:
2773         * QPrefs.C:
2774         * QPrefsDialog.h:
2775         * QPrefsDialog.C:
2776         * ui/QPrefScreenFontsModule.ui: show an example
2777           of the chosen font
2778
2779 2002-11-18  John Levon  <levon@movementarian.org>
2780
2781         * ui/Makefile.am:
2782         * moc/Makefile.am:
2783         * ui/moc/Makefile.am:
2784         * Makefile.am: define no translation
2785
2786         * QDocument.C: avoid QBloatList
2787
2788 2002-11-17  John Levon  <levon@movementarian.org>
2789
2790         * ui/QPrefScreenFontsModule.ui:
2791         * QPrefsDialog.h:
2792         * QPrefsDialog.C:
2793         * QPrefs.C: use font families properly
2794
2795         * qfont_loader.C: and obey them
2796
2797 2002-11-17  John Levon  <levon@movementarian.org>
2798
2799         * QPrefsDialog.C: partial fonts fix
2800
2801 2002-11-17  John Levon  <levon@movementarian.org>
2802
2803         * QPrefsDialog.h:
2804         * QPrefsDialog.C: implement browse slots. Also
2805           try to do something with fonts for Qt 3 (untested)
2806
2807 2002-11-17  John Levon  <levon@movementarian.org>
2808
2809         * QGraphics.C: some fixes from Herbert & me
2810
2811 2002-11-15  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2812
2813         * FileDialog.C: fix empty mask string
2814
2815 2002-11-17  John Levon  <levon@movementarian.org>
2816
2817         * QLImage.C: implement monochrome, and fake grayscale
2818
2819 2002-11-17  John Levon  <levon@movementarian.org>
2820
2821         * qfont_loader.h:
2822         * qfont_loader.C: fix totally broken update code
2823
2824 2002-11-17  John Levon  <levon@movementarian.org>
2825
2826         * Makefile.am:
2827         * qcoloritem.h:
2828         * qcoloritem.C:
2829         * ui/QPrefColorsModule.ui:
2830         * QPrefs.C:
2831         * QPrefsDialog.h:
2832         * QPrefsDialog.C: implement colors. We're done !
2833
2834 2002-11-17  John Levon  <levon@movementarian.org>
2835
2836         * FileDialog.C:  split into open/save so open
2837           no longer says "Save" !
2838
2839 2002-11-17  John Levon  <levon@movementarian.org>
2840
2841         * QPrefsDialog.h:
2842         * QPrefsDialog.C: implement converters
2843
2844 2002-11-17  John Levon  <levon@movementarian.org>
2845
2846         * QPrefsDialog.C:
2847         * QPrefs.C: implement formats
2848
2849 2002-11-17  John Levon  <levon@movementarian.org>
2850
2851         * fontloader.C: disable crashing code for now
2852
2853         * QPrefs.h:
2854         * QPrefs.C:
2855         * QPrefsDialog.C: implement most prefs load/save
2856
2857 2002-11-17  John Levon  <levon@movementarian.org>
2858
2859         * ui/QPref*:
2860         * QPrefsDialog.C:
2861         * QPrefs.C: more work
2862
2863 2002-11-15  Edwin Leuven  <leuven@fee.uva.nl>
2864
2865         * QTabular.C: compile fixes
2866
2867 2002-11-15  Edwin Leuven  <leuven@fee.uva.nl>
2868
2869         * ui/QTabularDialog.ui: some relabelling
2870
2871 2002-11-15  John Levon  <levon@movementarian.org>
2872
2873         * QPrefs.h:
2874         * QPrefs.C: some update() work
2875
2876 2002-11-15  John Levon  <levon@movementarian.org>
2877
2878         * QPrefs.C: add #if 0 xforms code for working on
2879
2880         * QTabular.C: remove some handled #if 0 code
2881
2882 2002-11-15  John Levon  <levon@movementarian.org>
2883
2884         * qsetborder.h:
2885         * qsetborder.C: fix ws
2886
2887 2002-11-15  John Levon  <levon@movementarian.org>
2888
2889         * QTabularDialog.h:
2890         * QTabularDialog.C:
2891         * QTabular.C: add some stuff
2892
2893 2002-11-15  John Levon  <levon@movementarian.org>
2894
2895         * Makefile.dialogs:
2896         * Makefile.am:
2897         * moc/Makefile.am:
2898         * Dialogs2.C:
2899         * Dialogs_impl.h:
2900         * Dialogs.C:
2901         * QTabular.h:
2902         * QTabular.C:
2903         * QTabularDialog.h:
2904         * QTabularDialog.C: add skeleton
2905
2906 2002-11-14  John Levon  <levon@movementarian.org>
2907
2908         * ui/QTabularDialog.ui: label for cell pos
2909
2910 2002-11-13  Herbert Voss  <voss@perce.de>
2911
2912         * QBibtex.C: (apply, isValid) small changes
2913
2914 2002-11-13  John Levon  <levon@movementarian.org>
2915
2916         * all pref files: make the stack work
2917
2918 2002-11-13  John Levon  <levon@movementarian.org>
2919
2920         * Dialogs.C:
2921         * Dialogs2.C:
2922         * Dialog_impl.h:
2923         * Makefile.dialogs:
2924         * QPrefs.h:
2925         * QPrefs.C:
2926         * QPrefsDialog.h:
2927         * QPrefsDialog.C: add skeleton dialog
2928
2929 2002-11-13  John Levon  <levon@movementarian.org>
2930
2931         * ui/QBibtexDialog.ui: add some change_adaptors()
2932
2933         * QBibtex.C: fix duplicate entries in style CB, and
2934           alphasort it again, but still allow empty/user-defined
2935           style
2936
2937 2002-11-12  Herbert Voss  <voss@perce.de>
2938
2939         * QBibtex.[Ch]: fix bugs in the apply-part
2940
2941 2002-11-13  John Levon  <levon@movementarian.org>
2942
2943         * QDocument.h:
2944         * QDocument.C:
2945         * QDocumentDialog.h:
2946         * QDocumentDialog.C:
2947         * ui/QDocumentDialog.ui:
2948         * ui/BulletsModuleBase.ui: some UI fixes
2949
2950 2002-11-12  Edwin Leuven  <leuven@fee.uva.nl>
2951
2952         * QDocumentDialog.C: enable apply on change
2953         * QBrowseBox.C: remove qWarning
2954
2955 2002-11-12  Edwin Leuven  <leuven@fee.uva.nl>
2956
2957         * BulletsModule.C: more bullet changes
2958         * BulletsModule.h
2959         * Makefile.am
2960         * QDocument.C
2961         * QDocumentDialog.C
2962         * bulletstrings.C
2963         * bulletstrings.h
2964         * ui/BulletsModuleBase.ui
2965
2966 2002-11-12  Edwin Leuven  <leuven@fee.uva.nl>
2967
2968         * QBrowseBox: Juergen Spitzmueller's mouse focus fix
2969
2970 2002-11-08  Edwin Leuven  <leuven@fee.uva.nl>
2971
2972         * Dialogs2.C: compile fix
2973
2974 2002-11-08  Edwin Leuven <leuven@fee.uva.nl>
2975
2976         * QDocument.[Ch]: Remove unused methods
2977         * QBrowseBox.[Ch]: Capture mouse, new methods, etc
2978         * BulletsModule.[Ch]: Further improvements
2979         * QDocumentDialog.[Ch]: more bullet stuff
2980         * ui/BulletsModuleBase.ui: idem
2981         * ui/QTabularDialog.ui: new tabular dialog
2982         * qsetborder.[Ch]: new small qt widget to set table borders
2983
2984 2002-11-08  Dekel Tsur  <dekelts@tau.ac.il>
2985
2986         * lyx_gui.C:
2987         * QWorkArea.C: Fix X selection code.
2988
2989 2002-11-07  John Levon  <levon@movementarian.org>
2990
2991         * ui/QIncludeDialog.ui:
2992         * QInclude.C: fix setting of combobox
2993
2994 2002-11-07  John Levon  <levon@movementarian.org>
2995
2996         * ui/QPref*: add initial prefs ui from Juergen S
2997
2998 2002-11-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2999
3000         * ui/QDocument.ui:
3001         * QDocumentDialog.C:
3002         * QDocument.[Ch]:
3003         Implement "Save as default" and "Use class defaults"
3004
3005         * QDocumentDialog.C: Fix dialog update on class change
3006         implement lyxrc.auto_reset_options
3007
3008 2002-11-07  John Levon  <levon@movementarian.org>
3009
3010         * QGraphics.[Ch]:
3011         * QGraphicsDialog.[Ch]:
3012         * ui/QGraphicsDialog.ui: various fixes so it actually
3013         works
3014
3015 2002-11-01  Herbert Voss  <voss@perce.de>
3016
3017         * QGraphics.[Ch]:
3018         * QGraphicsDialog.[Ch]:
3019         * ui/QGraphicsDialog.ui: get scale/rotate working
3020
3021 2002-11-04  Angus Leeming  <leeming@lyx.org>
3022
3023         * QGraphics.C (update_contents): controller.getUnits() ->
3024         frnt::getBBUnits().
3025
3026 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3027
3028         * QAbout.C (build_dialog): do not use str().c_str() when not needed.
3029
3030         * qttableview.C: include config.h
3031
3032         * lyx_gui.C: move includes around a bit
3033         (start): adjust signature
3034
3035 2002-10-31  John Levon  <levon@movementarian.org>
3036
3037         * QExternal.C: fix crash, valid check
3038
3039 2002-10-31  John Levon  <levon@movementarian.org>
3040
3041         * QGraphics.C:
3042         * QGraphicsDialog.C:
3043         * QGraphicsDialog.h:
3044         * ui/QGraphicsDialog.ui: bb unit fixes
3045
3046 2002-10-30  John Levon  <levon@movementarian.org>
3047
3048         * QPrintDialog.[hC]: move to ...
3049
3050         * QLPrintDialog.[hC]: ... here to prevent name clash
3051
3052         * QPrint.h:
3053         * QPrint.C:
3054         * Dialogs_impl.h:
3055         * Makefile.dialogs: from above
3056
3057         * QSpellchecker.C: reset progress
3058
3059 2002-10-30  John Levon  <levon@movementarian.org>
3060
3061         * QGraphics.C:
3062         * ui/QGraphicsDialog.ui: some fixes from Herbert
3063
3064 2002-10-30  John Levon  <levon@movementarian.org>
3065
3066         * ui/QTabularDialog.ui: initial UI from Juergen Spitzmueller
3067
3068 2002-10-28  John Levon  <levon@movementarian.org>
3069
3070         * iconpalette.C:
3071         * QMathDialog.C: fix symbol insert breakage from Lars' patch
3072
3073 2002-10-26  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3074
3075         * ui/QMathMatrixDialog.ui:
3076         * QMathMatrixDialog.[Ch]:
3077         * Makefile.dialogs:
3078         * QMath.C:
3079         * QMathDialog.C: implement Matrix dialog
3080
3081         * QMathDialog.C: enlarge Symbols combox (prevent scrollbar)
3082
3083 2002-10-28  Dekel Tsur  <dekelts@tau.ac.il>
3084
3085         * qfont_loader.C (font_info): Add xfonts to the font path if
3086         necessary.
3087
3088 2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3089
3090         * QVCLog.C (update_contents): modify
3091
3092         * QPreamble.C (apply): modify
3093
3094 2002-10-21  Dekel Tsur  <dekelts@tau.ac.il>
3095
3096         * qfont_metrics.C (ascent): Fix returned value.
3097
3098 2002-10-21  Philippe Elie  <phil.el@wanadoo.fr>
3099
3100         * QContentPane.h:
3101         * QContentPane.C: implement wheelEvent
3102
3103 2002-10-20  Dekel Tsur  <dekelts@tau.ac.il>
3104
3105         * several files: Use QT_VERSION >= 300 instead of >= 0x030000
3106
3107 2002-10-20  John Levon  <levon@movementarian.org>
3108
3109         * ui/QDelimiterDialog.ui: remove two huge XPMs that
3110           were accidentally built in
3111
3112 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
3113
3114         * Toolbar_pimpl.C (setLayout): initialize i to 0, don't
3115         reinitialize.
3116
3117         * README: add a comment about the strange moc behaviour.
3118
3119         * QWrap.C (apply): local ref to params
3120         (update_contents): ditto
3121         (numtostr): use erase to clear string
3122
3123         * QWorkArea.C (setScrollbarParams): use explicit std::max
3124
3125         * QURL.C (update_contents): local ref to params
3126         (apply): ditto
3127
3128         * QRef.C (update_contents): local ref to params
3129         (apply): ditto
3130
3131         * QPreambleDialog.C (editClicked): no need to explicitly
3132         initialize an std::string.
3133         (editClicked): read file with smaller overhead.
3134
3135         * QParagraph.C (apply): local ref to params
3136         (update_contents): ditto
3137
3138         * QMinipage.C (apply): local ref to params
3139         (update_contents): ditto
3140         (update_contents): handle InsetMinipage::top in switch
3141
3142         * QMath.C (createMathPanel): use "new Type" not "new Type()"
3143
3144         * QLyXKeySym.h: adda key_ accessor key().
3145
3146         * QLyXKeySym.C (operator=): out of class version.
3147
3148         * QLog.C (update_contents): use a simpler and faster way to fill
3149         the log dialog.
3150
3151         * QLPopupMenu.C (getLabel): use subst directly on mi.label()
3152
3153         * QLPainter.C (QLPainter): use "new Type" not "new Type()"
3154         (lines): put int i inside for scope
3155         (fillPolygon): put j insize for scope
3156
3157         * QInclude.C (update_contents): local ref to params
3158         (apply): ditto
3159
3160         * QGraphics.C (update_contents): initialize item to 0
3161         (apply): use erase to clear string
3162
3163         * QFloat.C (update_contents): local ref to params
3164         (apply): ditto
3165
3166         * QExternal.C (update_contents): local ref to params
3167         (helpText): ditto
3168         (apply): ditto
3169
3170         * QERT.C (apply): local reference to params
3171
3172         * QDocument.C (apply): have a local reference to the params
3173         (update_contents): ditto
3174
3175         * QCommandEdit.C: add missing include config.h
3176
3177         * QCommandBuffer.C (QCommandBuffer): call method directly on
3178         unnamed pointer objects.
3179         (complete): use "new Type", not "new Type()"
3180         (complete): use explict std::max
3181
3182         * QCharacter.C (update_contents): use a local reference as
3183         controller cache
3184         (apply): ditto
3185
3186         * QBibtex.C (update_contents): use erase to clear a string.
3187
3188         * QAbout.C (build_dialog): fill the credits view in a bit more
3189         elegant way
3190
3191         * almost all files: clean up formatting and indenting.
3192
3193 2002-10-19  Lars Gullik Bjønnes  <larsbj@gullik.net>
3194
3195         * qfont_loader.C (update): move loop vars into for scopes.
3196         (get): add some debug msg.
3197         (font_info): ditto
3198         (getfontinfo): simplify slightly
3199
3200         * QParagraph.C (setWidgetsFromVSpace): initilize item
3201
3202         * QERT.C (update_contents): initialize rb
3203
3204         * QDocument.C (build_dialog): move int n inside for scope.
3205
3206         * QCharacter.C (findPos2nd): add a typedef
3207
3208         * FileDialog_private.C: include order changed.
3209         (LyXFileDialog): some reformat
3210
3211         * FileDialog.C: include order changed.
3212         (FileDialog): fix wrong use of new.
3213
3214 2002-10-17  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3215
3216         * ui/QSendtoDialog.ui: fix layout
3217
3218 2002-10-17  Angus Leeming  <leeming@lyx.org>
3219
3220         * lyx_gui.C (getDPI): use an average of DpiX and DpiY.
3221
3222         * QBrowseBox.[Ch] (c-tor): remove unneeded arguments.
3223
3224 2002-10-17  André Pönitz  <poenitz@lyx.org>
3225
3226         * QBrowseBox.[Ch]: fix style issues
3227
3228 2002-10-17  Angus Leeming  <leeming@lyx.org>
3229
3230         * ui/moc/Makefile.am:
3231         * moc/Makefile.am: add a distclean-local target to remove *_moc.C.
3232
3233 2002-10-16  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3234
3235         * ui/QSendtoDialog.ui:
3236         * QSendtoDialog.[Ch]:
3237         * QSendto.[Ch]:
3238         * Makefile.dialogs:
3239         * Dialogs.C:
3240         * Dialogs2.C:
3241         * Dialogs_impl.h: Implement Sendto (Custom Export) dialog
3242
3243 2002-10-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3244
3245         * qfont_loader.C (font_info): correct calculation of font size
3246         (point size) for qt.
3247
3248 2002-10-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3249
3250         * QBrowseBox.C (QBrowseBox): transpose const char
3251
3252 2002-10-15  Angus Leeming  <leeming@lyx.org>
3253
3254         * QBrowseBox.C (c-tor): default values should go only in the .h file.
3255
3256         * QDocument.C: add a using std::vector declaration.
3257
3258 2002-10-15  Dekel Tsur  <dekelts@tau.ac.il>
3259
3260         * QLPainter.C (text): Unicode support.
3261         * qfont_metrics.C (width): ditto.
3262
3263         * qfont_loader.C (available): Add code for QT 2.x.
3264
3265 2002-10-14  Dekel Tsur  <dekelts@tau.ac.il>
3266
3267         * lyx_gui.C (getDPI): Implemented.
3268
3269 2002-10-12  Dekel Tsur  <dekelts@tau.ac.il>
3270
3271         * qfont_loader.C (available): Implemented.
3272
3273 2002-10-09  Edwin Leuven <leuven@fee.uva.nl>
3274
3275         * QDocument.C: Brand new document dialog
3276         * QDocument.h:
3277         * QDocumentDialog.C:
3278         * QDocumentDialog.h:
3279         * BulletsModule.C:
3280         * BulletsModule.h:
3281         * Dialogs.C:
3282         * Dialogs2.C:
3283         * Dialogs_impl.h:
3284         * Makefile.am:
3285         * Makefile.dialogs:
3286         * QBrowseBox.C:
3287         * QBrowseBox.h:
3288         * qgridview.cpp:
3289         * qgridview.h:
3290         * moc/Makefile.am:
3291         * ui/BiblioModuleBase.ui:
3292         * ui/BulletsModuleBase.ui:
3293         * ui/ClassModuleBase.ui:
3294         * ui/LanguageModuleBase.ui:
3295         * ui/Makefile.am:
3296         * ui/MarginsModuleBase.ui:
3297         * ui/NumberingModuleBase.ui:
3298         * ui/PackagesModuleBase.ui:
3299         * ui/PaperModuleBase.ui:
3300         * ui/PreambleModuleBase.ui:
3301         * ui/QDocumentDialog.ui:
3302         * ui/QGraphicsDialog.ui:
3303         * ui/QPrintDialog.ui:
3304         * ui/QRefDialog.ui:
3305
3306 2002-09-28  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3307
3308         * ui/QWrapDialog.ui:
3309         * QWrapDialog.[Ch]:
3310         * QWrap.[Ch]:
3311         * Makefile.dialogs:
3312         * Dialogs.C:
3313         * Dialogs2.C:
3314         * Dialogs_impl.h: Implement Wrap figure dialog
3315
3316 2002-09-25  Angus Leeming  <leeming@lyx.org>
3317
3318         * Dialogs2.C:
3319         * Dialogs_impl.h:
3320         * LyXKeySymFactory.C:
3321         * LyXScreenFactory.C:
3322         * Menubar_pimpl.[Ch]:
3323         * Toolbar_pimpl.[Ch]:
3324         * WorkAreaFactory.C:
3325         * lyx_gui.C: doxygen fixes.
3326
3327 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3328
3329         * ui/moc/Makefile.am (INCLUDES):
3330         * ui/Makefile.am (INCLUDES):
3331         * moc/Makefile.am (INCLUDES):
3332         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
3333
3334 2002-09-24  John Levon  <levon@movementarian.org>
3335
3336         * QCommandEdit.h:
3337         * QCommandEdit.C: fix build by removing the pragmas.
3338
3339 2002-09-24  Angus Leeming  <leeming@lyx.org>
3340
3341         * most files: "standard-conforming" Licence declaration.
3342         Remove trailing whitespace.
3343
3344         * many header files: do not #include <config.h>.
3345         Remove unnecessary #includes by using forward declarations.
3346         Add as first line: // -*- C++ -*-
3347         Move several definitions of virtual functions out of line
3348         as they are unlikely to be inlined anyway (and it reduces
3349         header file dependencies)...
3350
3351         * many files: added g++ #pragma directives.
3352
3353 2002-09-23  Angus Leeming  <leeming@lyx.org>
3354
3355         * QMath.h: forward declare QMathDialog.
3356         Remove trailing semi-colons after definition of apply and
3357         update_contents methods.
3358
3359         * qfont_metrics.C: endl is in namespace std.
3360         Some whitespece stuff.
3361
3362 2002-09-22  John Levon  <levon@movementarian.org>
3363
3364         * qlkey.h: make Key_Unknown a modifier, to handle
3365           Norbert's Alt Gr
3366
3367 2002-09-17  John Levon  <levon@movementarian.org>
3368
3369         * QLPainter.C: use dots for dashes because Qt sucks
3370
3371 2002-09-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3372
3373         * Toolbar_pimpl.C (changed_layout): when selecting a layout in
3374         combox, make sure the corresponding shortcut is shown in
3375         minibuffer
3376
3377 2002-09-16  John Levon  <levon@movementarian.org>
3378
3379         * FileDialog.C: set AnyFile mode
3380
3381 2002-09-16  John Levon  <levon@movementarian.org>
3382
3383         * QMathDialog.C: allow menus to be torn off
3384
3385 2002-09-16  John Levon  <levon@movementarian.org>
3386
3387         * QDelimiterDialog.C: fix empty delimiter
3388
3389 2002-09-15  John Levon  <levon@movementarian.org>
3390
3391         * Makefile.dialogs:
3392         * ui/QDelimiterDialog.ui:
3393         * QDelimiterDialog.h:
3394         * QDelimiterDialog.C:
3395         * QMath.h:
3396         * QMath.C:
3397         * QMathDialog.h:
3398         * QMathDialog.C: add delimiter dialog
3399
3400 2002-09-15  John Levon  <levon@movementarian.org>
3401
3402         * Alert_pimpl.C: title fix
3403
3404 2002-09-14  John Levon  <levon@movementarian.org>
3405
3406         * QMath.h:
3407         * QMath.C:
3408         * QMathDialog.h:
3409         * QMathDialog.C:
3410         * ui/QMathDialog.ui: matrix
3411
3412 2002-09-14  John Levon  <levon@movementarian.org>
3413
3414         * qlkey.h: fix two typos to be Alt_R instead
3415
3416 2002-09-14  John Levon  <levon@movementarian.org>
3417
3418         * qfont_metrics.C: fix rbearing()
3419
3420 2002-09-14  John Levon  <levon@movementarian.org>
3421
3422         * QLPainter.C: fix arc
3423
3424 2002-09-14  John Levon  <levon@movementarian.org>
3425
3426         * ui/QMathDialog.ui:
3427         * QMathDialog.h:
3428         * QMathDialog.C: add back display. Implement
3429           font/style
3430
3431 2002-09-14  John Levon  <levon@movementarian.org>
3432
3433         * ui/QMathDialog.ui:
3434         * QMathDialog.h:
3435         * QMathDialog.C: add spaces menu
3436
3437 2002-09-13  John Levon  <levon@movementarian.org>
3438
3439         * Menubar_pimpl.C:
3440         * QLPopupMenu.C: fix submenus again
3441
3442 2002-09-12  John Levon  <levon@movementarian.org>
3443
3444         * qscreen.h:
3445         * qscreen.C: be even smarter about repaint() vs. update()
3446
3447 2002-09-12  John Levon  <levon@movementarian.org>
3448
3449         * QPrint.C: don't reset unless different buffer
3450
3451 2002-09-12  John Levon  <levon@movementarian.org>
3452
3453         * QPrint.C: get collate from params too
3454
3455         * ui/QGraphicsDialog.ui: re-arrange bb a bit
3456
3457 2002-09-12  John Levon  <levon@movementarian.org>
3458
3459         * Menubar_pimpl.C:
3460         * Menubar_pimpl.h:
3461         * QtView.C: implement openByName(). Move activated
3462         signal to per-menu
3463
3464 2002-09-12  John Levon  <levon@movementarian.org>
3465
3466         * QCommandBuffer.C: fix click
3467
3468 2002-09-12  John Levon  <levon@movementarian.org>
3469
3470         * QMathDialog.C: work around Qt bug in previous change
3471
3472 2002-09-12  John Levon  <levon@movementarian.org>
3473
3474         * QMathDialog.h:
3475         * QMathDialog.C: load icon palettes on demand
3476
3477 2002-09-12  John Levon  <levon@movementarian.org>
3478
3479         * QMathDialog.C: get the scrollbars right on first show
3480
3481 2002-09-11  John Levon  <levon@movementarian.org>
3482
3483         * QPrint.h:
3484         * QPrint.C:
3485         * ui/QPrintDialog.ui: update for odd/even changes
3486
3487 2002-09-11  John Levon  <levon@movementarian.org>
3488
3489         * QCitationDialog.C: show right info when selecting a cite
3490
3491         * QParagraphDialog.C: don't validate lengths, to allow glue
3492
3493 2002-09-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3494
3495         * QFloatDialog.C: Fix the setEnable() logic
3496
3497 2002-09-11  John Levon  <levon@movementarian.org>
3498
3499         * Alert_pimpl.C:
3500         * QExternalDialog.h:
3501         * QExternalDialog.C:
3502         * QGraphicsDialog.h:
3503         * QGraphicsDialog.C:
3504         * QIncludeDialog.h:
3505         * QIncludeDialog.C:
3506         * QIndexDialog.h:
3507         * QIndexDialog.C:
3508         * QSearchDialog.h:
3509         * QSearchDialog.C:
3510         * QURLDialog.h:
3511         * QURLDialog.C: focus on the first linedit on show()
3512
3513 2002-09-11  John Levon  <levon@movementarian.org>
3514
3515         * QSearchDialog.C: fill combo boxes
3516
3517 2002-09-11  John Levon  <levon@movementarian.org>
3518
3519         * qscreen.C: use repaint() not update() for immediate change
3520
3521         * QContentPane.C: warning fix
3522
3523 2002-09-11  John Levon  <levon@movementarian.org>
3524
3525         * qfont_metrics.C: fix button metrics
3526
3527         * QLPainter.C: fillPolygon() should actually fill
3528
3529 2002-09-10  John Levon  <levon@movementarian.org>
3530
3531         * Menubar_pimpl.C:
3532         * QLPopupMenu.h:
3533         * QLPopupMenu.C: finally fix Navigate
3534
3535 2002-09-10  John Levon  <levon@movementarian.org>
3536
3537         * ui/QIncludeDialog.ui:
3538         * QInclude.h:
3539         * QInclude.C: remove don't typeset
3540
3541         * Dialogs2.C: add empty showWrap
3542
3543 2002-09-08  John Levon  <levon@movementarian.org>
3544
3545         * QFloat.C: another fix
3546
3547 2002-09-08  John Levon  <levon@movementarian.org>
3548
3549         * QFloat.h:
3550         * QFloat.C:
3551         * QFloatDialog.h:
3552         * QFloatDialog.C:
3553         * ui/QFloatDialog.ui: fix bug 527 and more
3554
3555 2002-09-12  Angus Leeming  <leeming@lyx.org>
3556
3557         * iconpalette.C (resizeEvent): compile fix.
3558
3559         * QInclude.C (update_contents): remove lyxerr call.
3560
3561 2002-09-08  John Levon  <levon@movementarian.org>
3562
3563         * qfont_loader.C: fix bug 531 (emph())
3564
3565 2002-09-08  John Levon  <levon@movementarian.org>
3566
3567         * QMathDialog.C:
3568         * iconpalette.h:
3569         * iconpalette.C: make sizing work properly
3570
3571 2002-09-08  John Levon  <levon@movementarian.org>
3572
3573         * QMathDialog.h:
3574         * QMathDialog.C: detachable icon menus
3575
3576 2002-09-08  John Levon  <levon@movementarian.org>
3577
3578         * QMathDialog.C:
3579         * iconpalette.h:
3580         * iconpalette.C: re lay out on size change
3581
3582 2002-09-08  John Levon  <levon@movementarian.org>
3583
3584         * QMathDialog.h:
3585         * QMathDialog.C:
3586         * iconpalette.C: More fixes.
3587
3588 2002-09-08  John Levon  <levon@movementarian.org>
3589
3590         * ui/QMathDialog.ui:
3591         * QMathDialog.h:
3592         * QMathDialog.C: add decos as symbols. Some fixes.
3593
3594 2002-09-07  John Levon  <levon@movementarian.org>
3595
3596         * qfont_metrics.C: unrevert per-char metrics. Droppings
3597           are better than entirely wrong metrics. Hopefully
3598           Andre can fix it ...
3599
3600 2002-09-07  John Levon  <levon@movementarian.org>
3601
3602         * qfont_loader.C: fix sizes for symbols etc.
3603
3604 2002-09-07  John Levon  <levon@movementarian.org>
3605
3606         * qfont_metrics.C: revert accurate per-char metrics
3607           because LyX is broken
3608
3609 2002-09-07  John Levon  <levon@movementarian.org>
3610
3611         * qfont_loader.h:
3612         * qfont_loader.C: add debug
3613
3614 2002-09-06  John Levon  <levon@movementarian.org>
3615
3616         * QMath.h:
3617         * QMath.C: add sub/superscript
3618
3619         * ui/QMathDialog.ui:
3620         * QMathDialog.h:
3621         * QMathDialog.C: add dots. Use a completely broken :(
3622           scrollview.
3623
3624         * iconpalette.C: increase size
3625
3626 2002-09-04  Angus Leeming  <leeming@lyx.org>
3627
3628         * QLyXKeySym.C: using std::endl directive.
3629
3630 2002-08-30  John Levon  <levon@movementarian.org>
3631
3632         * Makefile.dialogs:
3633         * moc/Makefile.am:
3634         * QMath.h:
3635         * QMath.C:
3636         * QMathDialog.h:
3637         * QMathDialog.C:
3638         * ui/QMathDialog.ui: start math panel
3639
3640         * iconpalette.h:
3641         * iconpalette.C: new widget used by above
3642
3643 2002-08-29  John Levon  <levon@movementarian.org>
3644
3645         * Toolbar_pimpl.C: defocus layout combo on select
3646
3647 2002-08-29  John Levon  <levon@movementarian.org>
3648
3649         * QtView.C: add back in allow/prohibitInput (for now)
3650
3651         * TODO: update
3652
3653 2002-08-29  John Levon  <levon@movementarian.org>
3654
3655         * Toolbar_pimpl.C: mathed math-insert - skip
3656           the preceding '\' when looking for file name
3657
3658 2002-08-29  John Levon  <levon@movementarian.org>
3659
3660         * Toolbar_pimpl.C: math xpm handling in preparation
3661         for some fixed XPMs
3662
3663 2002-08-29  John Levon  <levon@movementarian.org>
3664
3665         * QCommandBuffer.h:
3666         * QCommandBuffer.C: use a QListView not combo box.
3667           Qt Sucks.
3668
3669 2002-08-29  John Levon  <levon@movementarian.org>
3670
3671         * ui/*: use size grippie consistently
3672
3673 2002-08-29  John Levon  <levon@movementarian.org>
3674
3675         * QContentPane.C:
3676         * QContentPane.h: implement triple click
3677
3678 2002-08-29  John Levon  <levon@movementarian.org>
3679
3680         * QInclude.C: remove some wrong code removed from xforms
3681
3682 2002-08-29  John Levon  <levon@movementarian.org>
3683
3684         * qfont_metrics.C: add per char ascent/descent
3685
3686 2002-08-28  John Levon  <levon@movementarian.org>
3687
3688         * QContentPane.C: fix cut-and-paste borkage from
3689           LFUN_MOUSE changes
3690
3691 2002-08-25  Rob Lahaye  <lahaye@snu.ac.kr>
3692
3693         * QLImage.C: replace redundant xoffset_l and yoffset_t
3694         calculation by something better.
3695
3696 2002-08-25  John Levon  <levon@movementarian.org>
3697
3698         * FileDialog.C:
3699         * FileDialog_private.h:
3700         * FileDialog_private.C: disable non-sync code due
3701           to Qt bug. Add support for buttons
3702
3703 2002-08-25  John Levon  <levon@movementarian.org>
3704
3705         * QLPopupMenu.C: implement optional() support
3706
3707         * TODO: update
3708
3709 2002-08-25  John Levon  <levon@movementarian.org>
3710
3711         * Makefile.am:
3712         * Menubar_pimpl.h:
3713         * Menubar_pimpl.C:
3714         * QLPopupMenu.h:
3715         * QLPopupMenu.C: Populate menus upon open
3716
3717 2002-08-25  John Levon  <levon@movementarian.org>
3718
3719         * qlkey.h: add A-Z into string_to_qkey
3720
3721         * QLyXKeySym.h:
3722         * QLyXKeySym.C: remove crap again
3723
3724 2002-08-25  John Levon  <levon@movementarian.org>
3725
3726         * QLyXKeySym.h:
3727         * QLyXKeySym.C:
3728         * QContentPane.C: revert some wrong direction stuff and try
3729           again. STILL BROKEN :(
3730
3731 2002-08-25  John Levon  <levon@movementarian.org>
3732
3733         * QGraphics.C:
3734         * ui/QGraphicsDialog.ui: update, and some UI improvements
3735
3736 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
3737
3738         * lengthcombo.C: apply changes to "enum UNIT" in src/lyxlength.h
3739
3740         * QLImage.C:
3741         * QGraphics.C: Implement changes for new xforms graphics dialog
3742         (NB: Qt Graphics dialog itself is NOT YET updated!).
3743
3744 2002-08-15  Angus Leeming  <leeming@lyx.org>
3745
3746         * lyx_gui.C (hexname): enable previews to work!
3747
3748 2002-08-15  Angus Leeming  <leeming@lyx.org>
3749
3750         * Dialogs.C:
3751         * Dialogs2.C
3752         * Dialogs_impl.h: the brave new world of Dialog creation.
3753
3754         * guiapi.C: discard.
3755
3756         * Makefile.am: add new files Dialogs2.C Dialogs_impl.h and
3757         remove guiapi.C.
3758
3759 2002-08-14  John Levon  <levon@movementarian.org>
3760
3761         * Alert_pimpl.C: remove xforms header
3762
3763         * Toolbar_pimpl.C: build fix
3764
3765 2002-08-13  Angus Leeming  <leeming@lyx.org>
3766
3767         * Qt2Base.h: compile fix isReadonly -> bufferIsReadonly.
3768
3769         * FileDialog_private.C:
3770         * Menubar_pimpl.C:
3771         * Toolbar_pimpl.C:
3772         * QtView.C:
3773         * lyx_gui.C:
3774         changes due to the changed LyXView interface that now returns references
3775         to member variables not pointers.
3776
3777 2002-08-12  Angus Leeming  <leeming@lyx.org>
3778
3779         * Menubar_pimpl.C: no need to #include "Dialogs.h". Remove semi-colon
3780         from namespace closing delimiter.
3781
3782         * Menubar_pimpl.h:  remove MenuItemInfo:: prefix from c-tor declaration.
3783
3784         * QAbout.[Ch]:
3785         * QBibitem.[Ch]:
3786         * QBibtex.[Ch]:
3787         * QCharacter.[Ch]:
3788         * QCitation.[Ch]:
3789         * QERT.[Ch]:
3790         * QError.[Ch]:
3791         * QExternal.[Ch]:
3792         * QFloat.[Ch]:
3793         * QGraphics.[Ch]:
3794         * QInclude.[Ch]:
3795         * QIndex.[Ch]:
3796         * QLog.[Ch]:
3797         * QMinipage.[Ch]:
3798         * QParagraph.[Ch]:
3799         * QPreamble.[Ch]:
3800         * QPrint.[Ch]:
3801         * QRef.[Ch]:
3802         * QSearch.[Ch]:
3803         * QShowFile.[Ch]:
3804         * QSpellchecker.[Ch]:
3805         * QTabularCreate.[Ch]:
3806         * QTexinfo.[Ch]:
3807         * QThesaurus.[Ch]:
3808         * QToc.[Ch]:
3809         * QURL.[Ch]:
3810         * QVCLog.[Ch]:
3811         No longer pass Controller or Dialogs to the c-tor.
3812         No longer forward-declare Dialogs.
3813
3814         * Qt2Base.[Ch]: derives from ViewBase directly.
3815         No longer passed ControlButtons & or Dialogs &.
3816         (bc): new method, enabling the daughter classes to access the
3817         ButtonController.
3818         (slotWMHide):
3819         (slotApply):
3820         (slotOK):
3821         (slotClose):
3822         (slotRestore): changes due to a change in the ViewBase class.
3823
3824         * QtView.C (c-tor): no longer pass Dialogs & to the Toolbar.
3825
3826         * Toolbar_pimpl.[Ch] (c-tor): no longer passed a Dialogs &.
3827
3828         * guiapi.C: access the controller methods by explicit invocation of the
3829         controller.
3830
3831 2002-08-09  John Levon  <levon@movementarian.org>
3832
3833         * Toolbar_pimpl.C: add missing header
3834
3835 2002-08-08  John Levon  <levon@movementarian.org>
3836
3837         * Toolbar_pimpl.C:
3838         * Menubar_pimpl.C: lyxaction cleanup
3839
3840 2002-08-08  John Levon  <levon@movementarian.org>
3841
3842         * QGraphicsDialog.C: enable rotate
3843
3844         * ui/QGraphicsDialog.ui: trigger changed on
3845           activated() not highlighted()
3846
3847 2002-08-08  John Levon  <levon@movementarian.org>
3848
3849         * QGraphics.C:
3850         * ui/QGraphicsDialog.ui: lots of fixes and cleanup
3851
3852         * ui/QRefDialog.ui: geometry cleanup
3853
3854 2002-08-07  John Levon  <levon@movementarian.org>
3855
3856         * Menubar_pimpl.C: fix compile for gcc 3.1
3857
3858 2002-08-06  John Levon  <levon@movementarian.org>
3859
3860         * ui/QSpellcheckerDialogBase.ui:
3861         * QSpellcheckerDialog.h:
3862         * QSpellchecker.h:
3863         * QSpellchecker.C: remove options()
3864
3865         * QtView.C: fix build
3866
3867 2002-07-31  John Levon  <levon@movementarian.org>
3868
3869         * io_callback.h: make a more proper class
3870
3871         * lyx_gui.C: implement removal of I/O callbacks
3872
3873 2002-07-30  John Levon  <levon@movementarian.org>
3874
3875         * qlkey.h:
3876         * QLyXKeySym.h:
3877         * QLyXKeySym.C: do our own getISOEncoded() mapping
3878           because Qt can't handle it
3879
3880 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3881
3882         * several file: strip,frontStrip -> trim,ltrim,rtrim
3883
3884 2002-07-25  John Levon  <levon@movementarian.org>
3885
3886         * Toolbar_pimpl.C: fix tooltips
3887
3888 2002-07-25  John Levon  <levon@movementarian.org>
3889
3890         * QCommandEdit.C:
3891         * Toolbar_pimpl.C: make Tab work in the content pane
3892
3893 2002-07-25  John Levon  <levon@movementarian.org>
3894
3895         * Menubar_pimpl.C: split create/fill of menus into
3896           two functions
3897
3898 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
3899
3900         * Menubar_pimpl.C: make it compile again
3901
3902 2002-07-24  John Levon  <moz@compsoc.man.ac.uk>
3903
3904         * Menubar_pimpl.C: make it compile again
3905
3906 2002-07-24  Angus Leeming  <leeming@lyx.org>
3907
3908         * FileDialog_private.C (done): add a false to the arguments passed to
3909         getLyXFunc.
3910
3911         * QBibtex.C:
3912         * QCommandBuffer.C: add a using std::vector directive.
3913
3914         * QBibtexDialog.C: s/<vector.h>/<vector>/
3915
3916         * QCommandBuffer.C: remove trailing semi-colon at the end of the
3917         namespace scope.
3918
3919         * QTexinfo.h: s/vector<string>/std::vector<string>/
3920
3921 2002-07-23  Edwin Leuven <leuven@fee.uva.nl>
3922
3923         * QBibtex.C: syle combobox instead of listbox
3924         * QBibtexDialog.C:
3925         * ui/QBibtexDialog.ui
3926         * QTexinfo.C: Repair view without path/selection
3927         * QTexinfo.h
3928         * QTexinfoDialog.C
3929         * QTexinfoDialog.h
3930         * ui/QTexinfoDialog.ui
3931         * ui/QCitationDialog.ui: layout fix
3932         * ui/QExternalDialog.ui: idem
3933         * TODO: update
3934
3935 2002-07-23  John Levon  <moz@compsoc.man.ac.uk>
3936
3937         * QCommandBuffer.C: real compile fix
3938
3939 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
3940
3941         * QLyXKeySym.C: return 0 when text_ is empty
3942           for getISOEncoded()
3943
3944 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
3945
3946         * QCommandBuffer.C: probably compile fix
3947
3948         * QtView.C:
3949         * Toolbar_pimpl.h:
3950         * Toolbar_pimpl.C: remove dead code
3951
3952 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
3953
3954         * lyx_gui.C: add exit() so we don't busy loop !
3955
3956 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
3957
3958         * QCommandEdit.C: complete if right at end of line
3959
3960         * QLyXKeySym.C: cleanup comments
3961
3962         * QtView.C: prefer const int
3963
3964         * qlkey.h: fix some transliteration errors...
3965
3966 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
3967
3968         * Toolbar_pimpl.h:
3969         * Toolbar_pimpl.C: remove ->push()
3970
3971 2002-07-22  Edwin Leuven  <leuven@fee.uva.nl>
3972
3973         * QCitationDialog.C: fix loop search and info update after selecting
3974         * TODO: remove this is issue
3975
3976 2002-07-22  Edwin Leuven  <leuven@fee.uva.nl>
3977
3978         * ui/QBibtexDialog.ui: style browser
3979         * QBibtex.C: idem
3980         * QBibtexDialog.C: idem
3981
3982         * ui/QRefDialog.ui: document combo
3983         * QRef.C: idem
3984
3985         * QInclude.C: new layout
3986         * ui/QIncludeDialog.ui: new layout
3987
3988         * ui/QCitationDialog.ui: new layout
3989
3990         * ui/QExternalDialog.ui: new layout
3991
3992         * QGraphics.C: Compile fix
3993
3994         * TODO:
3995
3996 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
3997
3998         * Menubar_pimpl.h:
3999         * Menubar_pimpl.C: implement check/disable, submenus
4000
4001 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4002
4003         * Toolbar_pimpl.h:
4004         * Toolbar_pimpl.C: implement getLayoutList()
4005
4006 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4007
4008         * Toolbar_pimpl.C: use BufferParams::getLyXTextClass
4009
4010 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
4011
4012         * QToc.h:
4013         * QToc.C: compile fixes, default to depth_(1)
4014
4015 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
4016
4017         * Menubar_pimpl.C: change for removed menubar stuff
4018
4019 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
4020
4021         * QtView.C: reset idle timer on message()
4022
4023 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
4024
4025         * QLImage.C: various fixes
4026
4027         * QWorkArea.C: set focus proxy
4028
4029         * qscreen.C: don't show cursor when in command buffer
4030
4031         * Makefile.am:
4032         * moc/Makefile.am:
4033         * QMiniBuffer.h:
4034         * QMiniBuffer.C:
4035         * QCommandBuffer.h:
4036         * QCommandBuffer.C:
4037         * QCommandEdit.h:
4038         * QCommandEdit.C:
4039         * QtView.h:
4040         * QtView.C: Rudimentary command buffer
4041
4042 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
4043
4044         * QWorkArea.C: remove unnecessary include
4045
4046 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
4047
4048         * QtView.C:
4049         * Toolbar_pimpl.C:
4050         * lyx_gui.C: verboseDispatch() is now dispatch()
4051
4052 2002-07-07  Edwin Leuven  <leuven@fee.uva.nl>
4053
4054         * QParagraph.[Ch]: Add paragraph dialog
4055         * QParagraphDialog.[Ch]:
4056         * ui/QParagraphDialog.[Ch]:
4057         * Makefile.am:
4058         * Makefile.dialogs:
4059         * guiapi.C:
4060
4061 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
4062
4063         * QtView.C: basic statusbar show
4064
4065 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
4066
4067         * QLImage.C: add using std
4068
4069 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
4070
4071         * QLImage.h:
4072         * QLImage.C: remove getPixmap() add isDrawable()
4073
4074 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
4075
4076         * io_callback.h:
4077         * lyx_gui.C: make set_read_callback() work
4078
4079 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
4080
4081         * lyx_gui.C: add set_read_callback()
4082
4083         * Makefile.am:
4084         * xforms/*: remove
4085
4086 2002-07-13  John Levon  <moz@compsoc.man.ac.uk>
4087
4088         * QtView.C: add a status bar
4089
4090         * Toolbar_pimpl.C: minor fixes
4091
4092         * lyx_gui.C: implement hexname()
4093
4094 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
4095
4096         * lyx_gui.C: move init_graphics() to parse_init()
4097
4098 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
4099
4100         * Toolbar_pimpl.h:
4101         * Toolbar_pimpl.C: remove unused (de)activate()
4102
4103 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
4104
4105         * lyx_gui.C: implement update_fonts(), font_available()
4106
4107 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
4108
4109         * lyx_gui.C: add un-needed update_color()
4110
4111 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
4112
4113         * QtView.h:
4114         * QtView.C: remove unused methods
4115
4116 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
4117
4118         * Makefile.am:
4119         * QLImage.h:
4120         * QLImage.C: initial image loader
4121
4122         * lyx_gui.C: initialise graphics
4123
4124         * QLPainter.C: draw images
4125
4126         * QWorkArea.C: implement clipboard as much as possible
4127
4128 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
4129
4130         * dialog files: add unused Dialogs paramater to allow compile
4131
4132         * QtView.C:
4133         * QMiniBuffer.h:
4134         * QMiniBuffer.C:
4135         * Makefile.am: add QMiniBuffer (placeholder)
4136
4137         * TODO: add
4138
4139         * Toolbar_pimpl.h:
4140         * Toolbar_pimpl.C: compile fix
4141
4142         * lyx_gui.C: add hexname() place holder
4143
4144 2002-07-04  André Pönitz  <poenitz@lyx.org>
4145
4146         * xforms/Makefile.am: replace XFORMSGIMAGE by XFORMSIMAGE
4147
4148 2002-06-28  Angus Leeming  <leeming@lyx.org>
4149
4150         * QLPainter.[Ch]: changes associated with the name change
4151         grfx::GImage -> grfx::Image.
4152
4153 2002-06-21  Angus Leeming  <leeming@lyx.org>
4154
4155         * Menubar_pimpl.C (c-tor): rename MenuBackend const & mb argument to
4156         avoid name clash with MenuBackend::const_iterator mb.
4157
4158         * QContentPane.C:
4159         * QLPainter.C:
4160         * qscreen.C: add using std::endl directive.
4161
4162         * QLPainter.C (lines, fillPolygon) : wrap QCOORD points inside a
4163         scoped_array as np is not known at compile time and my compiler barfs.
4164
4165         * Toolbar_pimpl.h: forward declare class ToolbarProxy.
4166
4167         * qfont_loader.h: don't #include "font_loader.h".
4168
4169         * qfont_metrics.C: remove trailing ';' from namespace anon scope.
4170
4171 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
4172
4173         * qfont_metrics.C: fix variable names
4174
4175 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
4176
4177         * QWorkArea.C: remove dead splash code
4178
4179 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
4180
4181         * QContentPane.C: restore calls to workAreaResize()
4182
4183         * QLyXKeySym.h: tidy
4184
4185         * QWorkArea.h: remove redraw()
4186
4187         * QWorkArea.C: remove resize()
4188
4189 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
4190
4191         * guiapi.C: createIndex() changed
4192
4193 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
4194
4195         * QWorkArea.h: remove unused resize(...)
4196
4197 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
4198
4199         * QWorkArea.h: remove unused stuff
4200
4201 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
4202
4203         * QContentPane.h:
4204         * QContentPane.C: remove focus/unfocus events
4205
4206 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
4207
4208         * QWorkArea.h: remove unused methods
4209
4210 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
4211
4212         * LyXKeySymFactory.C: add
4213
4214         * Makefile.am:
4215         * QContentPane.C:
4216         * qlkey.h:
4217         * QLyXKeySym.h:
4218         * QLyXKeySym.C: get keyboard partly working
4219
4220         * qfont_metrics.C: fix compile
4221
4222 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
4223
4224         * Makefile.am: add the new files ...
4225
4226         * Dialogs.C:
4227         * guiapi.C:
4228         * all dialogs: implement new dialog stuff, fix compile
4229
4230         * FileDialog_private.h:
4231
4232         * GUIRunTime.C:
4233         * lyx_gui.C: update for lyx_gui namespace
4234
4235         * LyXScreenFactory.C: add
4236
4237         * QContentPane.h:
4238         * QContentPane.C: new widget for containing a lyx document
4239
4240         * QLPainter.h:
4241         * QLPainter.C: qt painter object
4242
4243         * QWorkArea.h:
4244         * QWorkArea.C: Qt version of the work area
4245
4246         * QtView.h:
4247         * QtView.C: Qt version of LyXView
4248
4249         * Toolbar_pimpl.h:
4250         * Toolbar_pimpl.C:
4251         * Menubar_pimpl.h:
4252         * Menubar_pimpl.C: initial Qt versions
4253
4254         * WorkAreaFactory.C: generate a QWorkArea
4255
4256         * emptytable.C: add a resize grippie
4257
4258         * qfont_loader.h:
4259         * qfont_loader.C: font loader for Qt
4260
4261         * qfont_metrics.h:
4262         * qfont_metrics.C: font metrics for Qt
4263
4264         * qlkey.h: convert Qt key symbol into a name
4265
4266         * qscreen.h:
4267         * qscreen.C: Qt version of screen
4268
4269         * moc/Makefile.am: add new files
4270
4271         * xforms/Makefile.am: remove all xforms dialogs
4272
4273 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4274
4275         * Qt2BC.C: do not include ButtonController.tmpl
4276
4277 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
4278
4279         * QtLyXView.h: moved into frontends/
4280
4281 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4282
4283         * QDocument.h: use more specific smart_ptr header.
4284         * Qt2Base.h: ditto
4285
4286 2002-04-30  John Levon  <moz@compsoc.man.ac.uk>
4287
4288         * QCharacter.h:
4289         * QCharacter.C: update for language i18n change
4290
4291 2002-04-16  John Levon  <moz@compsoc.man.ac.uk>
4292
4293         * Dialogs.C: add tooltipsEnabled()
4294
4295         * QTeXInfo.C: include right header
4296
4297         * moc/Makefile.am: add back missing moc files
4298
4299         * xforms/Makefile.am: add missing FeedbackController
4300
4301 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4302
4303         * xforms/Makefile.am (link_files): use correct _SOURCES variable.
4304
4305         * ui/moc/Makefile.am: move include to top
4306         (DISTCLEANFILES): take the UIMOCDIALOGS variable instead
4307
4308         * ui/Makefile.am: ws change
4309
4310         * moc/Makefile.am: move include to top
4311
4312         * Makefile.am (EXTRA_DIST): some file taken from...
4313         * Makefile.dialogs (DIALOGSOURCES):here
4314
4315         * xforms/Makefile.am (EXTRA_DIST): delete
4316         (libqt2xforms_la_SOURCES): change to...
4317         (nodist_libqt2xforms_la_SOURCES): this
4318
4319         * ui/moc/Makefile.am (libqt2uimoc_la_SOURCES): change to...
4320         (nodist_libqt2uimoc_la_SOURCES): this
4321
4322         * ui/Makefile.am (libqt2ui_la_SOURCES): change to...
4323         (nodist_libqt2ui_la_SOURCES): this
4324
4325         * moc/Makefile.am (libqtmoc_la_SOURCES): comment out
4326         (nodist_libqt2moc_la_SOURCES): new
4327
4328         * Makefile.dialogs (DIALOGSOURCES): add QParagraph,
4329         QParagraphDialog, QDocument, QDocumentDialog
4330
4331         * Makefile.am (DISTCLEANFILES): delete
4332         (EXTRA_DIST): add with Makefile.dialogs
4333
4334 2002-04-02  John Levon  <moz@compsoc.man.ac.uk>
4335
4336         * ui/QParagraphDialog.ui: fix a couple of typos for
4337           the translators
4338
4339 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
4340
4341         * xforms/Makefile.am (link_files): whitespace.
4342
4343 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
4344
4345         * xforms/Makefile.am (libqt2xforms.la): it should depend on
4346         libqt2xforms_la_OBJECTS not libqt2xforms_la_SOURCES!
4347
4348 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4349
4350         * most files: ws cleanup
4351
4352 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4353
4354         * docygen fixes.
4355
4356 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
4357
4358         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
4359         your version of the xforms libraries is up to the task.
4360
4361         * xforms/Makefile.am: link in the xforms image loader if so configured.
4362
4363 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
4364
4365         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
4366
4367         * Dialogs.C:
4368         * GUIRunTime.C (initialiseGraphics): moved to GUIRunTime.
4369
4370 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4371
4372         * Makefile.am: get rid of LYX_LIBS
4373
4374         * QDocument.C (class_update): layout as string
4375
4376 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
4377
4378         * Makefile.am:
4379         * moc/Makefile.am:
4380         * ui/Makefile.am:
4381         * ui/moc/Makefile.am: fix compile
4382
4383         * xforms/: compile the necessary files via symlinks
4384
4385         * QPreambleDialog.C: new systemcall interface
4386
4387         * Timeout_pimpl.h:
4388         * Timeout_pimpl.C: add running()
4389
4390         * Dialogs.C: add init graphics, and doc/par xforms forms
4391
4392 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
4393
4394         * QToc.C: fix crash
4395
4396 2002-02-06  Edwin Leuven  <leuven@fee.uva.nl>
4397
4398         * QGraphics.C: compilation fix
4399         * QTexinfoDialog.C:
4400         * QTexinfoDialog.h:
4401         * ui/QTexinfoDialog.ui: remove help button
4402
4403 2002-01-31  Edwin Leuven  <leuven@fee.uva.nl>
4404
4405         * qt2/QGraphics.C:
4406         * qt2/QGraphics.h:
4407         * qt2/QGraphicsDialog.C:
4408         * qt2/QGraphicsDialog.h:
4409         * qt2/lengthcombo.C:
4410         * qt2/ui/QGraphicsDialog.ui: new dialog
4411         * qt2/QAbout.C:
4412         * qt2/ui/QAboutDialog.ui: reduce size
4413         * qt2/ui/QFloatDialog.ui: update dialog
4414
4415 2002-01-29  Edwin Leuven  <leuven@fee.uva.nl>
4416
4417         * Makefile.am:
4418         * Dialogs.C:
4419         * Makefile.dialogs:
4420         * QShowFile.h:
4421         * QShowFile.C:
4422         * QShowFileDialog.h:
4423         * QShowFileDialog.C:
4424         * ui/QShowFileDialog.ui: add showfile dialog
4425         * ui/QCitationDialog.ui: minor layout tweaks
4426
4427 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
4428
4429         * Dialogs.C: removed now redundant #include "QParagraph.h".
4430
4431         * QSearchDialog.h (remember): removed unnecessary
4432         QSearchDialog qualifier.
4433
4434         * QTexinfo.C:
4435         * QToc.C: added various using std::xyz directives.
4436
4437 2002-01-25  Edwin Leuven  <leuven@fee.uva.nl>
4438
4439         * Makefile.am:
4440         * Dialogs.C:
4441         * Makefile.dialogs:
4442         * QFloat.h:
4443         * QFloat.C:
4444         * QFloatDialog.h:
4445         * QFloatDialog.C:
4446         * ui/QFloatDialog.ui: add float dialog
4447
4448 2002-01-25  John Levon  <moz@compsoc.man.ac.uk>
4449
4450         * Makefile.am:
4451         * Makefile.dialogs: don't compile QPar/Doc
4452           for now, as they cause problems
4453
4454 2002-01-20  John Levon  <moz@compsoc.man.ac.uk>
4455
4456         * Makefile.am:
4457         * Dialogs.C:
4458         * QToc.h:
4459         * QToc.C:
4460         * QTocDialog.h:
4461         * QTocDialog.C:
4462         * ui/QTocDialog.ui: resuscitate TOC dialog
4463
4464 2002-01-20  John Levon  <moz@compsoc.man.ac.uk>
4465
4466         * QCitation.h:
4467         * QCitation.C:
4468         * QCitationDialog.h:
4469         * QCitationDialog.C:
4470         * ui/QCitationDialog.ui: natbib fixes
4471
4472 2002-01-19  Edwin Leuven  <leuven@fee.uva.nl>
4473
4474         * QTexinfo.[Ch]: added
4475         * QTexinfoDialog.[Ch]: added
4476         * ui/QTexinfoDialog.ui: added
4477         * Dialogs.C: add dialog
4478         * Makefile.dialogs: idem
4479
4480 2002-01-18  Edwin Leuven  <leuven@fee.uva.nl>
4481
4482         * QMinipage.C: compiles fixes (lyxlength related)
4483
4484 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
4485
4486         * Makefile.am:
4487         * FileDialog_private.h: fix compile
4488
4489         * QThesaurus.h:
4490         * QThesaurus.C:
4491         * QThesaurusDialog.h:
4492         * QThesaurusDialog.C:
4493         * ui/QThesaurusDialog.ui: new thesaurus code
4494
4495 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
4496
4497         * QMinipage.C (apply, update_contents): MinipageParams::width renamed
4498         as MinipageParams::pageWidth.
4499
4500 2002-01-04  John Levon  <moz@compsoc.man.ac.uk>
4501
4502         * QParagraph.C: add needed include
4503
4504 2001-12-08  John Levon  <moz@compsoc.man.ac.uk>
4505
4506         * Makefile.am:
4507         * Dialogs.C: bring back unconverted dialogs
4508
4509 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
4510
4511         * QParagraph.C:
4512         * QParagraphDialog.h:
4513         * QParagraphDialog.C: use new vspace API
4514
4515         * QTocDialog.C: silence warnings
4516
4517 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4518
4519         * qttableview.C: change "while(" to "while ("
4520
4521 2001-12-05  Allan Rae  <rae@lyx.org>
4522
4523         * QParagraph.C (apply):
4524         (update): Use the right LyXText -- extending John's fix
4525
4526 2001-12-01  Maks Orlovich  <mo002j@mail.rochester.edu>
4527
4528         * moc/Makefile.am:
4529         * Makefile.am:
4530         * QBibtexDialog.C:
4531         * QExternalDialog.C:
4532         * QParagraphDialog.h:
4533         * QPreambleDialog.C:
4534         * emptytable.C:
4535         * qttableview.C:
4536         * qttableview.C:
4537         * qttableview.h: fixes for Qt3
4538
4539 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
4540
4541         * Makefile.am: add Alert_pimpl.lo
4542
4543 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
4544
4545         * Makefile.am: link in new DropDown.lo
4546
4547         * QSpellcheckerDialog.C: fix warning
4548
4549         * ui/moc/Makefile.am: remove dead thing
4550
4551 2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4552
4553         * ui/moc/Makefile.am: remove unportable # at beginning of
4554         declaration.
4555
4556         * ui/Makefile.am:
4557         * Makefile.am: remove extra DISTCLEANFILES declaration
4558
4559 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4560
4561         * ui/QDocumentDialog.ui:
4562         * QDocument.C (build_dialog): support latin4
4563
4564 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4565
4566         * ui/QDocumentDialog.ui:
4567         * QDocument.C (build_dialog): support latin3
4568
4569 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
4570
4571         * Dialogs.C: remove splash dialog code.
4572
4573         * QSplash.[Ch]:
4574         * QSplashDialog.[Ch]: removed.
4575
4576         * Makefile.dialogs: remove splash dialog files.
4577
4578 2001-09-18  John Levon  <moz@compsoc.man.ac.uk>
4579
4580         * QRef.C: fix compile
4581
4582         * README: update
4583
4584 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4585
4586         * Makefile.am (libqt2_la_LIBADD): rename from OBJADD, depend on
4587         gui libs
4588
4589 2001-09-06  John Levon  <moz@compsoc.man.ac.uk>
4590
4591         * ui/QMinipageDialog.ui: fix layout, remove old slot
4592
4593         * QRefDialog.C: fix warning
4594
4595 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
4596
4597         * ui/QSpellcheckerDialog.ui: reworded layout
4598
4599 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
4600
4601         * QMinipage.C: remove radiobutton add combox
4602         * ui/QMinipageDialog.ui: + buttons at bottom
4603
4604 2001-09-01  John Levon  <moz@compsoc.man.ac.uk>
4605
4606         * Makefile.dialogs:
4607         * Dialogs.C:
4608         * QSpellchecker.[Ch]:
4609         * QSpellcheckerDialog.[Ch]:
4610         * ui/QSpellcheckerDialog.ui: add spellchecker dialog
4611
4612 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
4613
4614         * ui/QMinipageDialog.ui: layout tweak again (but it's getting better)
4615
4616 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
4617
4618         * ui/QGraphicsDialog.ui : minor layout tweak
4619         * ui/QIncludeDialog.ui : idem
4620         * ui/QMinipageDialog.ui: idem
4621         * ui/QURLDialog.ui: idem
4622
4623 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
4624
4625         * ui/QRefDialog.ui : minor layout tweak
4626         * Qref.C: idem
4627
4628 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
4629
4630         * QTabularCreateDialog.C: fix warnings
4631
4632         * emptytable.h:
4633         * emptytable.C:
4634         * ui/QTabularCreateDialog.ui: fix layout
4635           when table size is changed
4636
4637 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
4638
4639         * Dialogs.C:
4640         * QSearch.[Ch]:
4641         * QSearchDialog.[Ch]:
4642         * ui/QSearchDialog.ui: add search back
4643
4644 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
4645
4646         * Dialogs.C:
4647         * QPrint.[Ch]:
4648         * QPrintDialog.[Ch]:
4649         * ui/QPrintDialog.ui: add print dialog back
4650
4651 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
4652
4653         * Makefile.am:
4654         * moc/Makefile.am:
4655         * ui/Makefile.am:
4656         * ui/moc/Makefile.am: use AM_CXXFLAGS to add defines
4657
4658 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
4659
4660         * QAbout.C: added a using std::getline directive.
4661
4662         * QCitationDialog.C (doFind): removed const from argument to make it
4663         consistent with the header file.
4664
4665         * QDocument.[Ch] (c-tor): moved declaration of into .C file. Compilation
4666         was failing with "incomplete type is not allowed" in instantiation
4667         of boost::scoped_ptr<QDocumentDialog> dialog_.
4668
4669         * QLog.C: added a couple of using std::xyz directives.
4670
4671         * QPreambleDialog.C: added a using std::getline directive.
4672
4673         * QToc.C: using SigC::slot directive.
4674
4675 2001-08-29  Edwin Leuven  <leuven@fee.uva.nl>
4676
4677         * ui/QURLDialog.ui : minor layout tweak
4678
4679 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
4680
4681         * QPreamble.[Ch]:
4682         * QPreambleDialog.[Ch]:
4683         * ui/QPreambleDialog.ui:
4684         * Makefile.am:
4685         * Makefile.dialogs:
4686         * Dialogs.C: add pre-amble dialog
4687
4688 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
4689
4690         * ui/QIndexDialog.ui:
4691         * QIndexDialog.C: add QWhatsThis in C source
4692
4693         * README: document this restriction
4694
4695 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
4696
4697         * QMinipage.[Ch]:
4698         * QMinipageDialog.[Ch]:
4699         * ui/QMinipageDialog.ui:
4700         * lengthcombo.[Ch]:
4701         * Makefile.am:
4702         * moc/Makefile.am:
4703         * Makefile.dialogs:
4704         * Dialogs.C: add minipage and prototype length combo widget
4705
4706 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
4707
4708         * QLog.[Ch]:
4709         * QLogDialog.[Ch]:
4710         * ui/QLogDialog.ui:
4711         * QVCLog.[Ch]:
4712         * QVCLogDialog.[Ch]:
4713         * ui/QVCLogDialog.ui:
4714         * Dialogs.C:
4715         * Makefile.am:
4716         * Makefile.dialogs: add log and vclog dialogs
4717
4718 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
4719
4720         * Dialogs.C:
4721         * QTabularCreate.[Ch]:
4722         * QTabularCreate.h:
4723         * QTabularCreateDialog.C:
4724         * QTabularCreateDialog.h:
4725         * ui/Makefile.am:
4726         * ui/QTabularCreateDialog.ui: bring back
4727         tabcreate
4728
4729 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
4730
4731         * ui/QCharacterDialog.ui:
4732         * ui/QThesaurusDialog.ui: fix tab order
4733
4734         * QGraphics.[Ch]:
4735         * QGraphicsDialog.[Ch]:
4736         * ui/QGraphicsDialog.ui:
4737         * Makefile.am:
4738         * Makefile.dialogs:
4739         * Dialogs.C: add graphics dialog
4740
4741 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
4742
4743         * QThesaurus.C: clear selection on update
4744
4745         * QInclude.[Ch]:
4746         * QincludeDialog.[Ch]:
4747         * ui/QincludeDialog.ui:
4748         * Makefile.am:
4749         * Makefile.dialogs:
4750         * Dialogs.C: add Include dialog
4751
4752         * README: add note about crashes
4753
4754 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4755
4756         * QThesaurusDialog.C: whoops, forgot to clear before update
4757
4758 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4759
4760         * QBibtex.C:
4761         * QBibtexDialog.h:
4762         * QBibtexDialog.C:
4763         * ui/QBibtexDialog.ui: fix some things, add
4764           delete button
4765
4766         * QExternalDialog.C: fix file dialog thing
4767
4768         * QThesaurus.h:
4769         * QThesaurus.C:
4770         * QThesaurusDialog.h:
4771         * QThesaurusDialog.C:
4772         * ui/QThesaurusDialog.ui: fix compile, get working
4773
4774         * moc/Makefile.am: fix builddir != srcdir
4775
4776 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4777
4778         * GUIRunTime.C: fix argc handling
4779
4780 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4781
4782         * ui/*.ui:
4783         * ui/Makefile.am: add some sed magic to replace tr() with _()
4784
4785 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4786
4787         * Makefile.am: remove accidentally committed xforms file
4788
4789 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4790
4791         * Dialogs.C:
4792         * Makefile.dialogs:
4793         * QThesaurus.[Ch]:
4794         * QThesaurusDialog.[Ch]:
4795         * ui/QThesaurusDialog.ui: add thesaurus dialog
4796
4797 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4798
4799         * Dialogs.C:
4800         * Makefile.am:
4801         * Makefile.dialogs:
4802         * QExternal.[Ch]:
4803         * QExternalDialog.[Ch]:
4804         * ui/QExternalDialog.ui: add external dialog
4805
4806 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4807
4808         * Dialogs.C:
4809         * Makefile.dialogs:
4810         * QERT.[Ch]:
4811         * QERTDialog.[Ch]:
4812         * ui/QERTDialog.ui: add ERT dialog
4813
4814 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4815
4816         * Dialogs.C:
4817         * Makefile.am:
4818         * Makefile.dialogs:
4819         * QError.[Ch]:
4820         * QErrorDialog.[Ch]:
4821         * ui/QErrorDialog.ui: add LaTeX error dialog
4822
4823 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4824
4825         * Dialogs.C:
4826         * QCharacter.[Ch]:
4827         * QCharacterDialog.[Ch]:
4828         * ui/QcharacterDialog.ui: make work again,
4829           add auto-apply feature
4830
4831 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4832
4833         * Dialogs.C:
4834         * Makefile.am:
4835         * Makefile.dialogs:
4836         * QBibitem.[Ch]:
4837         * QBibitemDialog.[Ch]:
4838         * ui/QBibitemDialog.ui: add Bibitem dialog
4839
4840 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4841
4842         * Dialogs.C:
4843         * Makefile.dialogs:
4844         * QBibtex.[Ch]:
4845         * QBibtexDialog.[Ch]:
4846         * ui/QBibtexDialog.ui: added BibTeX dialog.
4847
4848         * README: update
4849
4850 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4851
4852         * Qt2BC.C: whoops, reversed sense of setReadOnly()
4853
4854 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4855
4856         * Dialogs.C:
4857         * QRef.[Ch]:
4858         * ui/QRefDialog.ui: add Ref dialog back
4859
4860         * QAbout.[Ch]:
4861         * QCitation.[Ch]:
4862         * QDocument.[Ch]:
4863         * QIndex.[Ch]:
4864         * QURL.[Ch]:
4865         * Qt2Base.h: protect build() with updating_ too
4866
4867         * QCitationDialog.C: use Qt2Base::readOnly
4868
4869         * README: update
4870
4871 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
4872
4873         * Dialogs.C: add URL
4874
4875         * QAbout.h:
4876         * QCitation.h:
4877         * QDocument.h:
4878         * QIndex.C:
4879         * Qt2Base.h:
4880         * Qt2Base.C: add an updating_ variable to prevent
4881           bc() breakage.
4882
4883         * QURL.h:
4884         * QURL.C:
4885         * QURLDialog.h:
4886         * QURLDialog.C:
4887         * ui/QURLDialog.ui: make alive again
4888
4889         * Qt2BC.C: make lineedits ReadOnly not disabled
4890
4891         * README: update
4892
4893         * ui/QCitationDialog.ui: small cleanups
4894
4895         * ui/QIndexDialog.ui: add a what's this
4896
4897 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
4898
4899         * Dialogs.C: include the right files
4900
4901         * QCitation.C: closePB not cancelPB
4902
4903         * QCitationDialog.C:
4904         * QCitationDialog.h:
4905         * ui/QCitationDialog.ui: small fixes
4906
4907         * QIndex.h:
4908         * QIndex.C:
4909         * QIndexDialog.C:
4910         * QIndexDialog.h:
4911         * ui/QIndexDialog.ui: more fixes
4912
4913         * Qt2Base.h:
4914         * Qt2Base.C: add reset() to workaround problem.
4915
4916         * README: update
4917
4918         * Makefile.am:
4919         * Timeout_pimpl.h:
4920         * Timeout_pimpl.C: add the timer
4921
4922 2001-08-23  John Levon  <moz@compsoc.man.ac.uk>
4923
4924         * Dialogs.C:
4925         * Makefile.am:
4926         * Qt2BC.h:
4927         * Qt2BC.C:
4928         * QAbout.C:
4929         * QCitation.C:
4930         * QDocument.h:
4931         * Qt2Base.C:
4932         * Qt2Base.h: rename qt2BC -> Qt2BC, set focus for widget enable
4933
4934         * QIndex.h:
4935         * QIndex.C:
4936         * ui/QIndexDialog.ui: use the BC properly
4937
4938         * Qt2Base.h:
4939         * Qt2Base.C: add a virtual isValid(), and predicate what changed()
4940           tells the BC on the return value
4941
4942         * README: update
4943
4944 2001-08-21  John Levon  <moz@compsoc.man.ac.uk>
4945
4946         * Dialogs.C: add QIndex
4947
4948         * ui/Makefile.am:
4949         * Makefile.am: fix build
4950
4951         * ui/QAboutDialog.ui:
4952         * QAbout.C: finish dialog
4953
4954         * ui/QCitationDialog.ui:
4955         * QCitationDialog.C: BC fixes
4956
4957         * ui/QIndexDialog.ui:
4958         * QIndex.h:
4959         * QIndex.C:
4960         * QIndexDialog.h:
4961         * QIndexDialog.C: got index dialog working
4962
4963 2001-08-19  John Levon  <moz@compsoc.man.ac.uk>
4964
4965         * all files: enormous naming re-jig and tidy
4966
4967 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
4968
4969         Consistent use of Lsstream.h:
4970         * FormCredits.C (build): std::stringstream -> stringstream.
4971
4972 2001-06-17  Angus Leeming  <a.leeming@ic.ac.uk>
4973
4974         * FormCitation.C (build): removed bc().refresh() call as the controller
4975         should take care of this.
4976         (update): removed noKeys stuff as you don't use it.
4977
4978         * FormCitationDialogImpl.C (slotBibSelected): Can't select bibkeys[-1]!
4979         We were being bit by the xforms browser returns the browser line number
4980         in Fortran style, but Qt uses C-style.
4981
4982 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
4983
4984         * FormCitationDialogImpl.C: added using directive.
4985
4986         * qt2BC.[Ch]: qt2BC now derives from GuiBC<QButton, QWidget>.
4987         No idea why this wasn't done ages ago!
4988
4989 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
4990
4991         * FormCharacter.C:
4992         * FormParagraph.C (c-tor): cosmetic name change of signal.
4993
4994 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
4995
4996         * FormCitation.C:
4997         * Qt2Base.C: removed // -*- C++ -*- as first line.
4998
4999         * FileDialog_private.h:
5000         * FormCopyright.h:
5001         * FormCredits.h:
5002         * FormIndex.h:
5003         * FormParagraph.h:
5004         * FormPrint.h:
5005         * FormRef.h:
5006         * FormSearch.h:
5007         * FormSplash.h:
5008         * FormTabularCreate.h:
5009         * FormToc.h:
5010         * FormUrl.h:
5011         * QtLyXView.h: added // -*- C++ -*- as first line.
5012
5013 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
5014
5015         * <various>: fix random space pepper to use
5016           hard tabs. Also add <config.h> where necessitated
5017           by using LString.h
5018
5019 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
5020
5021         * FormDocument.C (build): add iso8859-15 support.
5022
5023 2001-05-17  Allan Rae  <rae@lyx.org>
5024
5025         * FormCharacter.C:
5026         * FormCopyright.C:
5027         * FormCredits.C:
5028         * FormSearch.C: gettext went missing but is back gain now _().
5029
5030         * Makefile.am:  ButtonController is now ButtonControllerBase.
5031         It now compiles but it won't link lyx on my system.  Complaints about
5032         not being able to link in libraries lib{GL,GLU,Xft,Xext,Xmu} which
5033         are all present and accounted for by ldconfig.  YMMV.
5034
5035 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5036
5037         * FormParagraph.C: remove !NEW_INSETS and !NO_PEXTRA cruft
5038
5039 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
5040
5041         * FormCharacter.C:
5042         * FormDocument.h:
5043         * FormSearch.C:
5044         * Dialogs.C: s/popup/dialog/
5045
5046         * qt2BC.h:
5047         * qt2BC.C:
5048         * FormCitation.C:
5049         * FormDocument.C: s/UndoAll/Restore/
5050
5051         * Qt2Base.h:
5052         * Qt2Base.C: s/ControlButton/ControlButtons/
5053
5054
5055 2001-04-02  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
5056
5057         * Makefile.am: Simplified Makefile.am
5058
5059 2001-03-31  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
5060
5061         * FormCitationDialogImpl.C (doPreviousNext): Propagated search
5062         fixes from XForms
5063         * several files: MVC for citation dialog
5064
5065 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
5066
5067         * Qt2Base.[Ch]: changed ControlBase to ControlButton.
5068
5069 2001-03-19  Edwin Leuven  <leuven@fee.uva.nl>
5070
5071         * qt2 compiles again:
5072         * Makefile.am: added missing xform dialogs
5073         * FormParagraph.C: only extra setting if wanted
5074         * FormParagraph.h: add namespace to connection
5075
5076 2001-03-16  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
5077
5078         * FormParagraph.C (apply): Only call SetParagraphExtraOpt() when
5079         NO_PEXTRA is not defined (in line with XForms frontend)
5080
5081         * Dialogs.C: Adapted to backend changes
5082
5083         * Makefile.am: updated citation dialog
5084         * Citation dialog added: FormCitation.{C,h},
5085         *    FormCitationDialog.ui, FormCitationDialogImpl.{C,h}
5086
5087 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5088
5089         * several files: remove CXX_WORKING_NAMESPACES
5090
5091 2001-03-15  Edwin Leuven  <leuven@fee.uva.nl>
5092
5093         * Added splash screen
5094         * Makefile.am: updated
5095         * FormSplash.[Ch]: added
5096         * FormSplashImpl.[Ch]: added
5097
5098 2001-03-09  Edwin Leuven  <leuven@fee.uva.nl>
5099
5100         * Makefile.am: updated
5101         * paragraphdlg.ui: manually enabled items in minipage settings
5102         * paragraphdlgimpl.C: tweak enable code on extra page
5103         * Stuff sent in by Denis Perchine <dyp@perchine.com> to compile again:
5104         * FileDialog_private.[Ch]: added
5105         * FileDialog.C: added
5106         * FormParagraph.C: params settings updated
5107
5108 2001-03-06  Edwin Leuven  <leuven@fee.uva.nl>
5109
5110         * Search dialog added:
5111         * FormSearch.[Ch]
5112         * searchdlg.ui
5113         * searchdlg.[Ch]
5114         * searchdlgimpl.[Ch]
5115
5116 2001-02-16  Edwin Leuven  <leuven@fee.uva.nl>
5117
5118         * remove inheritance from noncopyable in Form*.h
5119         * Character dialog added:
5120         * FormCharacter.[Ch]
5121         * chardlg.ui
5122         * chardlg.[Ch]
5123         * chardlgimpl.[Ch]
5124
5125 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
5126
5127         * FormParagraph.C: fix bview->update()
5128
5129 2001-01-24  Edwin Leuven  <leuven@fee.uva.nl>
5130
5131         *FormParagraph.C:
5132         *FormParagraph.h:
5133         *FormPrint.C:
5134         *FormPrint.h:
5135         *FormTabularCreate.C:
5136         *FormTabularCreate.h:
5137         *QtLyXView.h:
5138         *emptytable.C:
5139         *emptytable.h:
5140         *paragraphdlg.C:
5141         *paragraphdlg.h:
5142         *paragraphdlg.ui:
5143         *paragraphdlgimpl.C:
5144         *paragraphdlgimpl.h:
5145         *printdlg.C:
5146         *printdlg.h:
5147         *printdlg.ui:
5148         *printdlgimpl.C:
5149         *printdlgimpl.h:
5150         *tabularcreatedlg.C:
5151         *tabularcreatedlg.h:
5152         *tabularcreatedlg.ui:
5153         *tabularcreatedlgimpl.C:
5154         *tabularcreatedlgimpl.h:
5155         *Makefile.am: added paragraph/print/tabular create dialogs
5156
5157 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
5158
5159         * src/frontends/qt2/.cvsignore:
5160         * Dialogs.C:
5161         * FormCopyright.C:
5162         * FormCopyright.h:
5163         * FormCopyrightDialog.C:
5164         * FormCopyrightDialog.h:
5165         * FormCopyrightDialogBase.C:
5166         * FormCopyrightDialogBase.h:
5167         * FormCopyrightDialogBase.ui:
5168         * GUIRunTime.C:
5169         * Makefile.am: start frontend with the Copyright
5170           dialog