This patch adds two rows to the Addons in User Prefs that indicate more clearly which addons are installed and which aren't.
http://www.pasteall.org/12063/python
Description
Description
Event Timeline
Comment Actions
Updated patch, with the new bl_addon_info['description'] key.
http://www.pasteall.org/12110/python
Comment Actions
bl_addon_info['description'] key adds a one line description of the script to the dropdown info.
currently the info is good & clean, but there's no description to tell the user what the script does.
If accepted I will update all add-ons scripts.
Comment Actions
Commited the 'description' key in 27934, but left out the seperation. People can use the "Filter" to only see enabled or disabled addons.