[gnome-commander: 167/170] Merge branch 'gvfs' into 'master'




commit 87495ad224ac8d7b0ad551509379f02ec6917212
Merge: 2f8942b8 7b2f05df
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Wed Dec 23 23:24:25 2020 +0100

    Merge branch 'gvfs' into 'master'

 NEWS                                    |  63 ++++++++++-
 configure.ac                            |   7 +-
 data/gnome-commander.appdata.xml.in     |  28 +++++
 data/gnome-commander.spec.in            |   4 +
 doc/C/index.docbook                     |  30 ++++-
 doc/C/releases.xml                      |  96 ++++++++++++++++
 libgcmd/gnome-cmd-file-info.h           |   2 +-
 libgcmd/libgcmd-deps.h                  |   1 +
 src/dialogs/gnome-cmd-options-dialog.cc |   2 +-
 src/dirlist.cc                          |   2 +-
 src/gnome-cmd-app.cc                    |  32 +++++-
 src/gnome-cmd-app.h                     |   6 +-
 src/gnome-cmd-con.h                     |   4 +-
 src/gnome-cmd-data.cc                   |   2 +-
 src/gnome-cmd-dir.cc                    |  30 +++--
 src/gnome-cmd-file-list.cc              |  41 +++----
 src/gnome-cmd-file-popmenu.cc           | 194 ++++++++++----------------------
 src/gnome-cmd-file-popmenu.h            |   2 +-
 src/gnome-cmd-file.cc                   | 145 ++++++++++++++++++++++++
 src/gnome-cmd-file.h                    |   9 ++
 src/gnome-cmd-main-win.cc               |   8 +-
 src/imageloader.cc                      |  24 +++-
 src/imageloader.h                       |   4 +-
 src/utils.cc                            |  31 ++++-
 src/utils.h                             |   4 +-
 25 files changed, 574 insertions(+), 197 deletions(-)
---
diff --cc NEWS
index 7c439f85,1383c475..88abe497
--- a/NEWS
+++ b/NEWS
@@@ -8,11 -8,76 +8,70 @@@ New features
  Bug fixes:
   * ...
  
 -New or updated translations:
 - * ...
 -
 -New or updated docs:
 - * ...
 -
+ ===================================
+ gnome-commander 1.10.3
+ ---------------
+ 
+ New features:
+  * InternalViewer: Show metadata file information by default
+  * Minor memory management improvements
+ 
+ Bug fixes:
+  * Fixed issue #29 (Migrate deprecated GnomeFileEntry to GtkFileChooserButton)
+  * Fixed issue #34 (Get rid of deprecated libgnome and libgnomeui)
+  * Fixed issue #65 (Search options: 'copy file name' does not work)
+  * Fixed issue #83 (Switch from nautilus-sendto to xdg-email as default send-to command)
+ 
  New or updated translations:
-  * ...
+  * cs (Marek Černocký)
+  * de (Wolfgang Stöggl)
+  * es (Daniel Mustieles)
+  * eu (Asier Sarasua Garmendia)
+  * id (Andika Triwidada)
+  * id (Kukuh Syafaat)
+  * pl (Piotr Drąg)
+  * pt_BR (Rafael Fontenelle)
+  * pt_BR (Uwe Scholz)
+  * sv (Anders Jonsson)
+  * uk (Yuri Chornoivan)
  
  New or updated docs:
-  * ...
+  * cs (Marek Černocký)
+  * es (Daniel Mustieles)
+ 
+ ===================================
+ gnome-commander 1.10.2
+ ---------------
+ 
+ Bug fixes:
+  * Fix for compilation error with exiv2 0.27.1 (Thanks to Mamoru Tasaka)
+ 
+ New or updated docs:
+  * es (Daniel Mustieles)
+ 
+ ===================================
+ gnome-commander 1.10.1
+ ---------------
+ 
+ New features:
+  * Menu entry for (un)selecting files with the same filename suffix
+  * Search window can be optionally minimized or moved below the main window
+ 
+ Bug fixes:
+  * List of bookmarks is synchronized between Gnome Commander instances
+  * Removed gnome-config references, fixing bgo#570733 and issue #27 on GitLab
+ 
+ New or updated translations:
+  * ar, bg dz, en_CA, en_GB, ga, hr, ne, rw, sq, vi, zh_TW (Elijah Zarezky)
+  * de (Mario Blättermann)
+  * es (Daniel Mustieles)
+  * hu (Balázs Meskó)
+  * pl (Piotr Drąg)
+  * pt_BR (Rafael Fontenelle)
+ 
+ New or updated docs:
+  * de (Mario Blättermann)
+  * es (Daniel Mustieles
  
  ===================================
  gnome-commander 1.10.0
diff --cc doc/C/index.docbook
index 14c42965,098574ef..d0530567
--- a/doc/C/index.docbook
+++ b/doc/C/index.docbook
@@@ -2,9 -2,9 +2,9 @@@
  <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"; [
    <!ENTITY author "Uwe Scholz">
    <!ENTITY legal SYSTEM "legal.xml">
 -  <!ENTITY appversion "1.10.4">
 -  <!ENTITY manrevision "1.10.4">
 -  <!ENTITY date "??? 2020">
 +  <!ENTITY appversion "1.12.0">
 +  <!ENTITY manrevision "1.12.0">
-   <!ENTITY date "??? 2019">
++  <!ENTITY date "??? 2021">
    <!ENTITY app "GNOME Commander">
  ]>
  <!-- Information about the entities
@@@ -473,9 -474,36 +474,36 @@@
            <para role="publisher">GNOME Documentation Project</para>
          </revdescription>
        </revision>
+       <revision>
+         <revnumber>GNOME Commander Manual V1.10.1;</revnumber>
+         <date>2019-05-12</date>
+         <revdescription>
+           <para role="author">Uwe Scholz
+                 <email>u scholz83 gmx de</email></para>
+           <para role="publisher">GNOME Documentation Project</para>
+         </revdescription>
+       </revision>
+       <revision>
+         <revnumber>GNOME Commander Manual V1.10.2;</revnumber>
+         <date>2019-05-16</date>
+         <revdescription>
+           <para role="author">Uwe Scholz
+                 <email>u scholz83 gmx de</email></para>
+           <para role="publisher">GNOME Documentation Project</para>
+         </revdescription>
+       </revision>
+        <revision>
+         <revnumber>GNOME Commander Manual V1.10.3;</revnumber>
+         <date>2020-06-19</date>
+         <revdescription>
+           <para role="author">Uwe Scholz
+                 <email>u scholz83 gmx de</email></para>
+           <para role="publisher">GNOME Documentation Project</para>
+         </revdescription>
+       </revision>
        <revision>
 -        <revnumber>GNOME Commander Manual V1.10.4;</revnumber>
 -        <date>2020-??-??</date>
 +        <revnumber>GNOME Commander Manual V1.12.0;</revnumber>
 +        <date>2019-??-??</date>
          <revdescription>
            <para role="author">Uwe Scholz
                  <email>u scholz83 gmx de</email></para>
diff --cc doc/C/releases.xml
index afdfbab3,67741c8f..1ffbea3e
--- a/doc/C/releases.xml
+++ b/doc/C/releases.xml
@@@ -50,6 -50,102 +50,102 @@@
                  </para>
              </entry>
          </row>
+         <row valign="top">
+             <entry><para>1.10.3</para></entry>
+             <entry><para>2020-06-19</para></entry>
+             <entry>
+                 <para>Bug fixes:</para>
+                 <para>
+                     <itemizedlist>
+                         <listitem>
+                             <para>Fixed issue #29 (Migrate deprecated GnomeFileEntry to 
GtkFileChooserButton)</para>
+                         </listitem>
+                         <listitem>
+                             <para>Fixed issue #34 (Get rid of deprecated libgnome and libgnomeui)</para>
+                         </listitem>
+                         <listitem>
+                             <para>Fixed issue #65 (Search options: 'copy file name' does not work)</para>
+                         </listitem>
+                         <listitem>
+                             <para>Switch from nautilus-sendto to xdg-email as default send-to command</para>
+                         </listitem>
+                     </itemizedlist>
+                 </para>
+                 <para>New features:</para>
+                 <para>
+                     <itemizedlist>
+                         <listitem>
+                             <para>InternalViewer: Show metadata file information by default</para>
+                         </listitem>
+                         <listitem>
+                             <para>Minor memory management improvements</para>
+                         </listitem>
+                         <listitem>
+                             <para>New or updated translations: cs, de, es, eu, id, id, pl, pt_BR, pt_BR, 
sv, uk</para>
+                         </listitem>
+                         <listitem>
+                             <para>New or updated docs: cs, es</para>
+                         </listitem>
+                     </itemizedlist>
+                 </para>
+             </entry>
+         </row>
+         <row valign="top">
+             <entry><para>1.10.2</para></entry>
+             <entry><para>2019-05-16</para></entry>
+             <entry>
+                 <para>Bug fixes:</para>
+                 <para>
+                     <itemizedlist>
+                         <listitem>
+                             <para>Fix for compilation error with exiv2 0.27.1 (Thanks to Mamoru 
Tasaka)</para>
+                         </listitem>
+                     </itemizedlist>
+                 </para>
+                 <para>New features:</para>
+                 <para>
+                     <itemizedlist>
+                         <listitem>
+                             <para>New or updated docs: es</para>
+                         </listitem>
+                     </itemizedlist>
+                 </para>
+             </entry>
+         </row>
+         <row valign="top">
+             <entry><para>1.10.1</para></entry>
+             <entry><para>2019-05-12</para></entry>
+             <entry>
+                 <para>Bug fixes:</para>
+                 <para>
+                     <itemizedlist>
+                         <listitem>
 -                            <para>List of bookmarks is synchronized between Gnome Commander instances</para>
++                            <para>...</para>
+                         </listitem>
+                         <listitem>
+                             <para>Removed gnome-config references, fixing bgo#570733 and issue #27 on 
GitLab</para>
+                         </listitem>
+                     </itemizedlist>
+                 </para>
+                 <para>New features:</para>
+                 <para>
+                     <itemizedlist>
+                         <listitem>
 -                            <para>Menu entry for (un)selecting files with the same filename suffix</para>
++                            <para>...</para>
+                         </listitem>
+                         <listitem>
+                             <para>Search window can be optionally minimized or moved below the main 
window</para>
+                         </listitem>
+                         <listitem>
+                             <para>New or updated translations: ar, bg dz, de, en_CA, en_GB, es, ga, hr, hu, 
ne, pl, pt_BR, rw, sq, vi, zh_TW</para>
+                         </listitem>
+                         <listitem>
+                             <para>New or updated docs: de, es</para>
+                         </listitem>
+                     </itemizedlist>
+                 </para>
+             </entry>
+         </row>
          <row valign="top">
              <entry><para>1.10.0</para></entry>
              <entry><para>2019-03-31</para></entry>
diff --cc src/gnome-cmd-dir.cc
index 4ac15ca3,833cfaf1..b58a0d59
--- a/src/gnome-cmd-dir.cc
+++ b/src/gnome-cmd-dir.cc
@@@ -332,16 -331,10 +331,13 @@@ GnomeCmdDir *gnome_cmd_dir_new (GnomeCm
      }
      else
      {
 -        gnome_cmd_show_message (*main_win, path->get_display_path(), gnome_vfs_result_to_string 
(gnomeVFSResult));
 +        if (!isStartup)
 +        {
-             gnome_cmd_show_message (*main_win, path->get_display_path(), gnome_vfs_result_to_string (res));
++            gnome_cmd_show_message (*main_win, path->get_display_path(), gnome_vfs_result_to_string 
(gnomeVFSResult));
 +        }
-         gnome_vfs_file_info_unref (info);
+         gnome_vfs_file_info_unref (gnomeVFSFileInfo);
      }
  
-     gnome_vfs_uri_unref (uri);
-     g_free (uri_str);
- 
      return dir;
  }
  
diff --cc src/gnome-cmd-file-popmenu.cc
index 117da8ed,a2faf29f..a9103c4f
--- a/src/gnome-cmd-file-popmenu.cc
+++ b/src/gnome-cmd-file-popmenu.cc
@@@ -69,9 -69,10 +69,9 @@@ struct GnomeCmdFilePopmenuPrivat
      GList *data_list;
  };
  
 -
  static void do_mime_exec_multiple (gpointer *args)
  {
-     auto app = static_cast<GnomeCmdApp*> (args[0]);
+     auto gnomeCmdApp = static_cast<GnomeCmdApp*> (args[0]);
      auto files = static_cast<GList*> (args[1]);
  
      if (files)
@@@ -982,4 -909,4 +908,4 @@@ void add_execute_entry(GtkUIManager *ui
          gtk_ui_manager_add_ui (ui_manager, mergeIdExecute, "/FilePopup/Cut", "Execute", "Execute",
                                 GTK_UI_MANAGER_AUTO, true);
      }
--}
++}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]