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