summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@qt.io>2019-01-04 16:45:33 +0200
committerMiikka Heikkinen <miikka.heikkinen@qt.io>2019-01-10 08:50:52 +0000
commit37780644b31d49ae9bd86f0025e9c809de960327 (patch)
tree790df9eddf020f52c0345f9681b110b4af312339 /doc
parent6ab1bba36f7b409cf52123548184aaf7291bc65c (diff)
Implement 'save project as' and 'duplicate presentation'
'Save project as' creates a copy of the existing project and allows optionally opening the copy in the editor. 'Duplicate presentation' copies the active or targeted presentation into the same folder as the original presentation. User must supply the new name, but the id is autogenerated. Task-number: QT3DS-2630 Change-Id: I13e1cffd0b9d2705fbab7ca72b9dd1f5d0691e77 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Antti Määttä <antti.maatta@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/03-studio/0-menu.qdoc29
-rw-r--r--doc/src/03-studio/9-keyboard-shortcuts.qdoc10
2 files changed, 15 insertions, 24 deletions
diff --git a/doc/src/03-studio/0-menu.qdoc b/doc/src/03-studio/0-menu.qdoc
index 62cb85e0..a777ddfb 100644
--- a/doc/src/03-studio/0-menu.qdoc
+++ b/doc/src/03-studio/0-menu.qdoc
@@ -46,34 +46,29 @@
Default location is the \e{presentations} folder in current project.
\endlist
\li
- \uicontrol{Open} - Opens a \c{.uip} presentation file.
-\li
- \uicontrol{Save} - Saves changes to the open presentation.
-\omit
+ \uicontrol{Duplicate Presentation} - Saves a copy of the open presentation to
+ the same folder and adds it to the project. The assets are not duplicated as they are
+ available via the same relative paths already.
\li
- \uicontrol{Save As} - Saves the presentation to a new location.
- No \c{.uia} file will be created or modified in the new location.
+ \uicontrol{Open} - Opens a \c{.uip} presentation file.
\li
- \uicontrol{Save a Copy} - Saves a copy of the presentation to a
- new location (but keep working on the current presentation). No
- \c{.uia} file will be created or modified in the new location.
-\endomit
+ \uicontrol{Recent Presentations} - Provides quick access to the last 10
+ presentations opened in Studio.
\li
- \uicontrol{Revert} - With confirmation, abandons all in-memory
+ \uicontrol{Revert to Last Save} - With confirmation, abandons all in-memory
changes to the presentation and re-opens it from disk.
\note this resets the state of Studio (resetting all components to the first
slide, playheads to time 0, etc.). This command is also a convenient
way to re-open a presentation that may have changed on disk, for
example via hand editing or source control updating.
\li
- \uicontrol{Import Assets} - Opens the assets library folder to import assets to your project.
+ \uicontrol{Save Presentation} - Saves changes to the open presentation.
\li
- \uicontrol{Data Inputs} - Manage \l{Using Data Inputs}{data inputs}.
+ \uicontrol{Save Project As} - Saves the open project and all its assets to a new location.
\li
- \uicontrol{Connect to Device} - Opens a dialog to connect to a remote device.
+ \uicontrol{Import} - Opens the assets library folder to import assets to your project.
\li
- \uicontrol{Recent Projects} - Provides quick access to the last 10
- projects opened in Studio.
+ \uicontrol{Data Inputs} - Manage \l{Using Data Inputs}{data inputs}.
\li
\uicontrol{Exit} - Quits Studio (prompting to save changes).
\endlist
@@ -100,6 +95,8 @@
\li
\uicontrol{Group Objects} - Creates a group and moves selected objects into that group.
\li
+ \uicontrol{Connect to Device} - Opens a dialog to connect to a remote device.
+\li
\uicontrol{Studio Preferences} - Opens the Studio Preferences dialog.
\image ApplicationPreferences.png
\list
diff --git a/doc/src/03-studio/9-keyboard-shortcuts.qdoc b/doc/src/03-studio/9-keyboard-shortcuts.qdoc
index bd7a0001..97131b80 100644
--- a/doc/src/03-studio/9-keyboard-shortcuts.qdoc
+++ b/doc/src/03-studio/9-keyboard-shortcuts.qdoc
@@ -54,20 +54,14 @@
\li \c{Ctrl + O}
\li \c{Cmd + O}
\row
- \li Save
+ \li Save Presentation
\li \c{Ctrl + S}
\li \c{Cmd + S}
-\omit
\row
- \li Save as...
+ \li Save Project As...
\li \c{Ctrl + Shift + S}
\li \c{Cmd + Shift + S}
\row
- \li Save a copy
- \li \c{Ctrl + Alt + S}
- \li \c{Cmd + Option + S}
-\endomit
- \row
\li Exit
\li \c{Ctrl + Q}
\li \c{Cmd + Q}