diff options
author | Ken Moore <ken@pcbsd.org> | 2015-03-12 08:10:56 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-03-12 08:10:56 -0400 |
commit | 6f2d86bca68975dc311a4838dbbb30e059d1fc1d (patch) | |
tree | 86cf376d5d63858048539e95282808d60eef57df /lumina-desktop/desktop-plugins/LDPlugin.h | |
parent | Clean up some of the Lumina theme watcher usage (add a 1/2 second delay after... (diff) | |
download | lumina-6f2d86bca68975dc311a4838dbbb30e059d1fc1d.tar.gz lumina-6f2d86bca68975dc311a4838dbbb30e059d1fc1d.tar.bz2 lumina-6f2d86bca68975dc311a4838dbbb30e059d1fc1d.zip |
Update a bunch of icons in the desktop session, and also add a few abilities to the desktopview plugin:
1) Multi-item selection
2) cut/copy files to clipboard
3) delete files
4) increase/decrease icon sizes
Diffstat (limited to 'lumina-desktop/desktop-plugins/LDPlugin.h')
-rw-r--r-- | lumina-desktop/desktop-plugins/LDPlugin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lumina-desktop/desktop-plugins/LDPlugin.h b/lumina-desktop/desktop-plugins/LDPlugin.h index 0e1f6847..9660a85c 100644 --- a/lumina-desktop/desktop-plugins/LDPlugin.h +++ b/lumina-desktop/desktop-plugins/LDPlugin.h @@ -68,6 +68,10 @@ public slots: //This needs to be re-implemented in the subclassed plugin //This is where all the visuals are set if using Theme-dependant icons. } + +signals: + void OpenDesktopMenu(); + }; #endif
\ No newline at end of file |