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