view scripts/elfun/module.mk @ 16069:0486a29d780f

gui: fix updating history and workspace widget for mxe-octave * history-dock-widget.h: new flag _update_event_enabled for disabling and enabling the update event * histroy-dock-widget.cc(construct): change update timer to periodic and to an interval of 500 ms, enable update * history-dock-widget.cc(request_history_model_update): if update is enabled post update event and disable update in order to prevent further events * history-dock-widget.cc(update_history_callback): reenalbe update when update is complete * workspace-model.h: new flag _update_event_enabled for disabling and enabling the update event * workspace-model.cc(workspace_model): change update timer to periodic, enable update * workspace-model.cc(request_update_workspace): if update is enabled post update event and disable update in order to prevent further events * workspace-model.cc(update_workspace_callback): reenalbe update when update is complete
author Torsten <ttl@justmail.de>
date Sun, 17 Feb 2013 21:17:46 +0100
parents 83fa84ef63ca
children 78c022f1d6f7
line wrap: on
line source

FCN_FILE_DIRS += elfun

elfun_FCN_FILES = \
  elfun/acosd.m \
  elfun/acot.m \
  elfun/acotd.m \
  elfun/acoth.m \
  elfun/acsc.m \
  elfun/acscd.m \
  elfun/acsch.m \
  elfun/asec.m \
  elfun/asecd.m \
  elfun/asech.m \
  elfun/asind.m \
  elfun/atand.m \
  elfun/cosd.m \
  elfun/cot.m \
  elfun/cotd.m \
  elfun/coth.m \
  elfun/csc.m \
  elfun/cscd.m \
  elfun/csch.m \
  elfun/sec.m \
  elfun/secd.m \
  elfun/sech.m \
  elfun/sind.m \
  elfun/tand.m

FCN_FILES += $(elfun_FCN_FILES)

PKG_ADD_FILES += elfun/PKG_ADD

DIRSTAMP_FILES += elfun/$(octave_dirstamp)