2001-02-14 18:56:38 +00:00
|
|
|
2001-02-14 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
* ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):
|
|
|
|
new methods.
|
|
|
|
(valid): method can now be passed an optional FL_OBJECT *. If it is, and
|
|
|
|
the vector of FL_OBJECT *s that can trigger a change in the button state
|
|
|
|
is not empty, then a change of state will occur only if the FL_OBJECT *
|
|
|
|
is present in this vector.
|
|
|
|
|
|
|
|
* FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows
|
|
|
|
the user to deactivate specific fields within restore().
|
|
|
|
(InputCB): pass the FL_OBJECT * to bc_.valid().
|
|
|
|
|
|
|
|
* FormCitation.C (build): create a vector of FL_OBJECT *s that can
|
|
|
|
trigger a change of state in the Ok,Apply buttons.
|
|
|
|
(update): bc_.readOnly() to the start of the method. Similar reasoning
|
|
|
|
to that for FormBase::RestoreCB, above.
|
|
|
|
|
2001-02-14 10:30:46 +00:00
|
|
|
2001-02-14 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
* FormBrowser.C: used OkCancelPolicy for ButtonController rather than
|
|
|
|
IgnorantPolicy.
|
|
|
|
|
|
|
|
* forms/form_browser.fd:
|
|
|
|
* forms/form_copyright.fd:
|
|
|
|
* forms/form_error.fd:
|
|
|
|
* forms/form_tabular.fd:
|
|
|
|
* forms/form_toc.fd:
|
|
|
|
Consistent shortcuts for Close button: Esc and Return only.
|
|
|
|
|
|
|
|
* forms/form_citation.fd:
|
|
|
|
* forms/form_document.fd:
|
|
|
|
* forms/form_index.fd:
|
|
|
|
* forms/form_paragraph.fd:
|
|
|
|
* forms/form_preferences.fd:
|
|
|
|
* forms/form_print.fd:
|
|
|
|
* forms/form_ref.fd:
|
|
|
|
* forms/form_tabular_create.fd:
|
|
|
|
* forms/form_url.fd:
|
|
|
|
Consistent shortcut for Cancel button: Esc only.
|
|
|
|
|
2001-02-12 14:09:09 +00:00
|
|
|
2001-02-12 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
* Dialogs.C: new Splash. Include, Bibitem/tex
|
|
|
|
|
|
|
|
* FormBase.h: make show() virtual for Splash's benefit
|
|
|
|
|
|
|
|
* Makefile.am:
|
|
|
|
* forms/makefile:
|
|
|
|
* FormBibitem.C:
|
|
|
|
* FormBibitem.h:
|
|
|
|
* FormBibtex.C:
|
|
|
|
* FormBibtex.h:
|
|
|
|
* form_bibitem.C:
|
|
|
|
* form_bibitem.h:
|
|
|
|
* form_bibtex.C:
|
|
|
|
* form_bibtex.h:
|
|
|
|
* forms/form_bibitem.fd:
|
|
|
|
* forms/form_bibtex.fd:
|
|
|
|
* FormInclude.C:
|
|
|
|
* FormInclude.h:
|
|
|
|
* form_include.C:
|
|
|
|
* form_include.h:
|
|
|
|
* forms/form_include.fd:
|
|
|
|
* FormSplash.C:
|
|
|
|
* FormSplash.h:
|
|
|
|
* form_splash.C:
|
|
|
|
* form_splash.h:
|
|
|
|
* forms/form_splash.fd: new forms
|
|
|
|
|
2001-02-09 15:54:30 +00:00
|
|
|
2001-02-09 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
* FormLog.C: handle Literate build log nicely
|
|
|
|
|
|
|
|
2001-02-09 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
* Menubar_pimpl.C: remove support for reference menuitem type.
|
|
|
|
|
2001-02-07 16:44:49 +00:00
|
|
|
2001-02-07 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
* Makefile.am:
|
|
|
|
* Timeout_pimpl.h:
|
|
|
|
* Timeout_pimpl.C: add Timeout implementation
|
|
|
|
|
2001-02-06 17:41:42 +00:00
|
|
|
2001-02-06 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
* form_browser.h:
|
|
|
|
* form_browser.C:
|
|
|
|
* forms/form_browser.fd:
|
|
|
|
* forms/makefile:
|
|
|
|
* FormBrowser.C:
|
|
|
|
* FormBrowser.h: readonly browser form
|
|
|
|
|
|
|
|
* FormLog.C:
|
|
|
|
* FormLog.h:
|
|
|
|
* FormVCLog.C:
|
|
|
|
* FormVCLog.h:
|
|
|
|
* Dialogs.C: add Log and VCLog
|
|
|
|
|
|
|
|
* Makefile.am: add Log and VCLog, add updatesrc target
|
|
|
|
|
2001-01-31 17:54:37 +00:00
|
|
|
2001-01-31 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
* Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
|
|
|
|
|
2001-01-25 13:20:19 +00:00
|
|
|
2001-01-25 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
* FormPreferences.C (GetFrom): fix crash when there is no format
|
|
|
|
defined.
|
|
|
|
(GetTo): ditto.
|
|
|
|
|
2001-01-23 13:36:23 +00:00
|
|
|
2001-01-23 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
* FormPreferences.C (LoadBrowserLyX): convert unsigned short to
|
|
|
|
unsigned char correctly and so fix 2 bugs loading/changing colors.
|
|
|
|
|
2001-01-21 19:06:10 +00:00
|
|
|
2001-01-21 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
2001-01-21 20:10:48 +00:00
|
|
|
* FormRef.C (update): Do not update dialog_->{ref,name,type}
|
|
|
|
if inset_ == 0.
|
|
|
|
Deactivate the type button when buffer is LinuxDoc/Docbook
|
|
|
|
(build): Uncomment calls to addReadOnly().
|
|
|
|
(updateBrowser) Do not disable the update button when there are no
|
|
|
|
keys.
|
2001-01-21 21:41:35 +00:00
|
|
|
(build, getType, getName): Use InsetRef::types.
|
2001-01-21 19:06:10 +00:00
|
|
|
|
2001-01-19 15:31:40 +00:00
|
|
|
2001-01-18 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
* FormPrint.[Ch] (browse): new method to browse for file to print to.
|
|
|
|
|
|
|
|
* forms/form_print.fd: give the form a Browse button.
|
|
|
|
|
2001-01-17 19:00:12 +00:00
|
|
|
2001-01-17 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
* FormRef.C (input): Fix the behavior of goto reference button.
|
|
|
|
|