Sentinella Changelog

What's new in Sentinella 0.9.1

Oct 25, 2012
  • Updated translations.
  • Added minimize button under Unity.
  • Fixed bug when trying to create the process API.
  • Now the conditions and actions are freed properly.
  • Minor fixes.

New in Sentinella 0.8.1 (Feb 25, 2011)

  • Added "what's this" tags to some ambiguous widgets.
  • Self-made stacked frames replaced by two QStackedWidget (each one connected with its QButtonGroup).
  • Modified alarm code to have a smooth repeat effect using queueing.
  • Fixed mem leak: finished actions were not deleted.
  • Code clean-up: Using radio buttons ids when possible.
  • Radio button's indexes unified.
  • Using deleteLater() in order to delete cancelled conditions.
  • GCC: Added flags: -flto and -Wlogical-op when available (>= 4.5).
  • Now it's compatible with libsysactivity >= 0.6.0 too.

New in Sentinella 0.8.0 (Feb 18, 2011)

  • Added "what's this" tags to some ambiguous widgets.
  • Self-made stacked frames replaced by two QStackedWidget (each one connected with its QButtonGroup).
  • Modified alarm code to have a smooth repeat effect using queueing.
  • Fixed mem leak: finished actions were not deleted.
  • Code clean-up: Using radio buttons ids when possible.
  • Radio button's indexes unified.
  • Using deleteLater() in order to delete cancelled conditions.
  • GCC: Added flags: -flto and -Wlogical-op when available (>= 4.5).
  • Now it's compatible with libsysactivity >= 0.6.0 too.

New in Sentinella 0.7.0 (Jul 4, 2010)

  • New self-made icon. Added png icons (now it's shown on gnome and xfce).
  • Deleting aborted conditions.
  • Added shutdown/reboot/hibernation support on kde, gnome and xfce through dbus (linking against libkworkspace is not needed anymore).
  • Fixed DSO problems: added libphonon and libprocesscore (and removed some unused libraries).
  • KSysGuard::Processes API replaced by kill(). It is a faster, portable and more stable API.
  • Many minor fixes.