aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fm/TrayUI.cpp
Commit message (Collapse)AuthorAge
* Add a tray popup message when the tray first becomes visible.Ken Moore2017-04-06
| | | | This ensures that the user is notified when a file operation is currently running via the tray.
* Finish up the last couple buttons/actions related to the new Tray UI.Ken Moore2016-10-20
| | | | | | 1) If closing the main window while an operation is running, hide it instead until the file operation is finished - then close. 2) Fix the icon on the show errors button 3) Hook up the show errors button to show a scroll dialog with the errors.
* Another large update to lumina-fm:Ken Moore2016-10-13
Have all file operations performed in the background, and show up within a new system tray icon *if* the operation lasts longer than 1 second (automatic cleanup for short ops).
bgstack15