ede/ede-panel/applets/cpu-monitor
Sanel Zukan 1dde9f92da Menu reload support and clean of some memory leaks.
Menu reload is using DirWatch to monitor application menu folders for changes. With this, any change on some content will trigger
menu update. Update is trying to be safe as possible: when menu is open, a backup menu will be constructed and replaced as soon as menu
was closed; when is closed, it will be directly replaced.

This still can include races, but I'm hoping they will not occur.

Related to memory leaks: on couple of places in cpu applet, delete was wronly called instead delete[]. Also, when ede-panel exits,
AppletManager would not clean loaded apples. Strange. So now explicit clear was added on exit.
2012-08-06 14:52:09 +00:00
..
CpuMonitor.cpp Menu reload support and clean of some memory leaks. 2012-08-06 14:52:09 +00:00
CpuMonitor.h Code cleanup. 2012-05-30 10:23:27 +00:00
Jamfile Importing adapted CPU monitor from old eworkpanel as applet 2009-11-05 15:18:51 +00:00