diff options
| author | Marco Trevisan (TreviƱo) <mail@3v1n0.net> | 2016-02-09 12:20:30 +0000 |
|---|---|---|
| committer | CI Train Bot <ci-train-bot@canonical.com> | 2016-02-09 12:20:30 +0000 |
| commit | 259343591ba9ce06c8672c49c2c9fe2e4a2ae8e6 (patch) | |
| tree | 9c0d67e33c0d171bcc9edd28398181ce5ff0b7d0 /debian/control | |
| parent | 0973cb0c1e889358e155f2ad4241264a50231606 (diff) | |
| parent | a412bc7cc416f268e3e9626dfa6b08daa81d290b (diff) | |
Launcher: add FileManager, Trash and Volume icons integration
Now the launcher will link each nautilus window to the related volume or trash icon, while the Nautilus launcher icon will only be active if the file manager is browsing other locations. It's now possible to manage sub-windows from the parent icon like it happens for every other application (so even spreading them or select from QL) The windows management logic has been moved to WindowedLauncherIcon which is a base class of ApplicationLauncherIcon, and StorageLauncherIcon. VolumeLauncherIcon and TrashLauncherIcon are now based on StorageLauncherIcon which connects to the FileManager to get the windows for a given location. FileManagerLauncherIcon is now special and is both an ApplicationLauncherIcon and a StorageLauncherIcon, and uses the parent application only for some tasks. Lots of random code cleanup included too. Fixes: #1063823, #1063838, #1161323, #1524721 Approved by: PS Jenkins bot, Andrea Azzarone (bzr r4069)
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index de7de19b0..bfa41fb80 100644 --- a/debian/control +++ b/debian/control @@ -83,6 +83,7 @@ Depends: ${shlibs:Depends}, Provides: indicator-renderer Recommends: unity-control-center, ${unity-default-masterscopes} + nautilus, indicator-appmenu (>= 15.02.0), indicator-application, indicator-sound, |
