ede/ede-panel
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
..
applets Menu reload support and clean of some memory leaks. 2012-08-06 14:52:09 +00:00
images Merging new panel in the trunk. 2009-10-03 07:33:08 +00:00
Applet.h Prevent crashes. Have to investigate further. 2012-06-03 12:29:12 +00:00
AppletManager.cpp Moving all class declarations to EDE_PANEL_APPLET_CLASS macro. 2012-05-28 10:57:50 +00:00
AppletManager.h Moving all class declarations to EDE_PANEL_APPLET_CLASS macro. 2012-05-28 10:57:50 +00:00
ede-panel.cpp Moving all class declarations to EDE_PANEL_APPLET_CLASS macro. 2012-05-28 10:57:50 +00:00
Jamfile Allow explicit building of local applets. Shrinked buf size for numbers 2011-10-27 15:11:11 +00:00
Panel.cpp Menu reload support and clean of some memory leaks. 2012-08-06 14:52:09 +00:00
Panel.h Fixing panel placement when screen size was changed. Updating main menu to use MenuTooltip code. 2012-06-07 09:32:27 +00:00