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