Feature request for the tray icon single click
Monitor your SVN repositories and notifies you on new commits
Brought to you by:
steveking
Originally created by: XhmikosR
Originally owned by: tortoisesvn
At the moment, if CommitMonitor is minimized on the taskbar and the user single clicks on the tray, CommitMonitor is minimized on the tray. I think it would make more sense if CommitMonitor was brought to the foreground in that case. Otherwise it should go to the tray like it does.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: XhmikosR
I should correct my OP. I meant "if CommitMonitor is not minimized but in the background of other active windows".
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: tortoisesvn
AFAIK there's no way for a window to find out if it's partially or fully covered by other windows.
Labels: -Type-Defect Type-Enhancement
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: XhmikosR
I just noticed I'm not the only one asking for this :)
https://code.google.com/p/commitmonitor/issues/detail?id=281#c11
Not sure but it must be possible some way.
I know PeerBlock did this here: https://code.google.com/p/peerblock/source/detail?r=367
But on a side note PeerBlock single click on the tray does not put it on the tray after the above change if using the Windows 7 Basic theme.
I hope this info helps implementing this in CommitMonitor.
Related
Tickets:
#281View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: tortoisesvn
Neat trick to find out if the window is covered :)
But they only check the edges of the window, which means it won't work if the window is fullscreen but still covered by smaller windows.
I'll try to find a better way that works in those situations too.
Labels: Milestone-1.8.2
Owner: tortoisesvn
Status: Started
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: tortoisesvn
This issue was updated by revision [r664].
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: tortoisesvn
This issue was closed by revision [r665].
Status: Fixed
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: XhmikosR
Thanks! It seems to work as expected. I didn't try it with other theme that Windows 7 Aero but I don't think there will be a problem.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: XhmikosR
I noticed that if the main window is minimized on the taskbar and I click on the tray icon then CM doesn't minimize to the tray. If the main window isn't minimized on the taskbar then it works as expected.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: tortoisesvn
This issue was updated by revision [r674].
if the dialog is minimized, restore it first when clicking on the tray icon.