[PATCH 4/5] Move export functions to own menu

Dirk Hohndel dirk at hohndel.org
Sat Apr 26 17:19:22 PDT 2014


I'm willing to accept the rest of the changes, even though this once
again changes strings after the first beta.

Seriously, I appreciate all contributions, but I really wonder what it
is when I talk for weeks about working towards a release and RELIABLY
after I cut the first beta come in changes that change the strings.

But this is where I draw the line. This changes the f-ing menu
structure. Which means all the screen shots would have to be redone.

NAK.

/D

On Sat, 2014-04-26 at 10:55 +0300, Miika Turkia wrote:
> Since we have a few export options now, let's move them to own menu
> entry instead of flooding the File menu.
> 
> Signed-off-by: Miika Turkia <miika.turkia at gmail.com>
> ---
>  qt-ui/mainwindow.ui | 14 ++++++++++----
>  1 file changed, 10 insertions(+), 4 deletions(-)
> 
> diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui
> index 072d321..2156866 100644
> --- a/qt-ui/mainwindow.ui
> +++ b/qt-ui/mainwindow.ui
> @@ -576,9 +576,6 @@
>      <addaction name="actionSaveAs"/>
>      <addaction name="separator"/>
>      <addaction name="actionClose"/>
> -    <addaction name="actionExportUDDF"/>
> -    <addaction name="actionExport_CSV"/>
> -    <addaction name="actionExportHTMLworldmap"/>
>      <addaction name="actionPrint"/>
>      <addaction name="actionPreferences"/>
>      <addaction name="separator"/>
> @@ -640,8 +637,17 @@
>      <addaction name="actionDownloadWeb"/>
>      <addaction name="actionDivelogs_de"/>
>     </widget>
> +   <widget class="QMenu" name="menuExport">
> +    <property name="title">
> +     <string>&Export</string>
> +    </property>
> +    <addaction name="actionExport_CSV"/>
> +    <addaction name="actionExportUDDF"/>
> +    <addaction name="actionExportHTMLworldmap"/>
> +   </widget>
>     <addaction name="menuFile"/>
>     <addaction name="menuImport"/>
> +   <addaction name="menuExport"/>
>     <addaction name="menuLog"/>
>     <addaction name="menuView"/>
>     <addaction name="menuFilter"/>
> @@ -948,7 +954,7 @@
>    </action>
>    <action name="actionExport_CSV">
>     <property name="text">
> -    <string>Export CSV</string>
> +    <string>Export &CSV</string>
>     </property>
>    </action>
>   </widget>




More information about the subsurface mailing list