Allow items to be moved (not copied) between collections w/modifier key

Cmd on OS X, Shift on Windows/Linux

How do I not get to close a ticket for this?

Unfortunately on Windows it doesn't seem possible to set the cursor
effect to arbitrary states (see note in libraryTreeView.js::
_setDropEffect() for the gory details), so this just uses the default
cursor there. On OS X and Linux the cursor reflects the requested
action.
This commit is contained in:
Dan Stillman 2013-09-05 13:37:09 -04:00
parent ea97c3d956
commit d318bca7a4
6 changed files with 379 additions and 208 deletions

View file

@ -53,6 +53,7 @@ const xpcomFilesAll = [
/** XPCOM files to be loaded only for local translation and DB access **/
const xpcomFilesLocal = [
'libraryTreeView',
'collectionTreeView',
'annotate',
'attachments',