summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-11-07 17:46:02 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-11-08 16:11:51 -0300
commit6714b423a4ae879e23a82a60480387186e737ab1 (patch)
treecc5df06e6d72717be9529f54d415071d4293d38e /changes
parentf3217d074ff20e6973ec382ad78100c77c6af081 (diff)
Use custom systray that ease the tooltip use.
- Create a custom SysTray that allows us to set services tooltips independently. - Initialize tooltip with service name at start. - Update required service status on tooltip update. [Closes #3998]
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-3998_use-custom-systray-to-ease-tooltip-per-service-usage2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/bug-3998_use-custom-systray-to-ease-tooltip-per-service-usage b/changes/bug-3998_use-custom-systray-to-ease-tooltip-per-service-usage
new file mode 100644
index 00000000..2eeb9594
--- /dev/null
+++ b/changes/bug-3998_use-custom-systray-to-ease-tooltip-per-service-usage
@@ -0,0 +1,2 @@
+- Use custom SysTray in order to display per-service tooltip easily.
+ Closes #3998.