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