From 52db70220222f214e121830b6803cd40001087d9 Mon Sep 17 00:00:00 2001 From: John Cegalis Date: Tue, 16 Aug 2011 09:54:12 -0400 Subject: [PATCH] drag and drop function --- manual/source/creating_service.rst | 3 +++ manual/source/mediamanager.rst | 29 +++++++++++++++++++++++++---- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/manual/source/creating_service.rst b/manual/source/creating_service.rst index e98cbc3..8cd9315 100644 --- a/manual/source/creating_service.rst +++ b/manual/source/creating_service.rst @@ -250,6 +250,9 @@ Three icons at the top of the *Service Manager* will do the following: |service_open| **Load an existing service.** This second icon will Open an already created service file. +**Note** You can drag saved services into the service manager. The service will +be opened up and the existing service replaced. + |service_save| **Save this service.** This icon will Save the service you created, added to, or rearranged. diff --git a/manual/source/mediamanager.rst b/manual/source/mediamanager.rst index 2fc9324..6a8fa8e 100644 --- a/manual/source/mediamanager.rst +++ b/manual/source/mediamanager.rst @@ -230,7 +230,14 @@ Toolbar can also be added to the :ref:`g-service-manager` by means of drag and drop from the :ref:`g-media-manager`. -**Note:** Right-clicking on a presentation will display some of the same options. +**Notes:** Right-clicking on a presentation will display some of the same options. + +Presentations items can be dragged from the desktop (or any folder) into the +Presentation media manager plugin. This allows the selected items to be loaded +more quickly. If a folder is selected, all the contacts of the folder will be +added. When the items are added, only items with the correct file suffix for the +plugin will be loaded. If you try to drop a presentation into the images folder, +an error message will be generated. Images ------ @@ -268,7 +275,14 @@ Toolbar has effect until the theme changes, or the *Remove Backgound* button is clicked. -**Note:** Right-clicking on an image will display some of the same options. +**Notes:** Right-clicking on an image will display some of the same options. + +Images can be dragged from the desktop (or any folder) into the Images manager +plugin. This allows the selected items to be loaded more quickly. If a folder is +selected, all the contacts of the folder will be added. When the items are added, +only items with the correct file suffix for the plugin will be loaded. If you +try to drop a presentation into the images folder, an error message will be +generated. Media ----- @@ -307,10 +321,17 @@ Toolbar |buttons_replace_live_background| **Replace live background** Replace the current live theme background with the selected media. This - has effect until the theme changes, or the *Remove Backgound* button is + has effect until the theme changes, or the *Remove Background* button is clicked. -**Note:** Right-clicking on a media file will display some of the same options. +**Notes:** Right-clicking on a media file will display some of the same options. + +Media items can be dragged from the desktop (or any folder) into the Media +manager plugin. This allows the selected items to be loaded more quickly. If a +folder is selected, all the contacts of the folder will be added. When the items +are added, only items with the correct file suffix for the plugin will be loaded. +If you try to drop a presentation into the images folder, an error message will +be generated. Custom Slides -------------