Ticket #184 (closed enhancement: fixed)
Have a different icon for locked files in Workspace list
| Reported by: | Vidrequin | Owned by: | fabian@… |
|---|---|---|---|
| Priority: | minor | Milestone: | V2 Final |
| Component: | Calenco UI | Version: | 2.0 |
| Keywords: | Cc: |
Description
In the workspace file list (for a particular language), it would be usefull to have a different icon for locked files (in the tree view).
Currently, if several files are locked, and if I look for a file I can modify, I have to click on each of them to see if it is locked or not.
Change History
Note: See
TracTickets for help on using
tickets.

Implemented in svn rev 683. I think it's time to investigate ItemFileWriteStore? to make the UI more responsive and to ease server and network load. Right now, when (un)locking a file the whole deps tree is reloaded (with the subsequent server workload and network payload) just to display the (un)locked icon for the (un)locked file.