[gnome-commander: 2/4] Merge branch 'master' into mtasaka_armfix



commit c0df013f2189c47966e2fbf7f7d115b6521a42ad
Merge: e0da34e8 70623e21
Author: Uwe Scholz <turboscholz users noreply github com>
Date:   Thu Apr 25 22:20:37 2019 +0200

    Merge branch 'master' into mtasaka_armfix

 .travis.yml                                        |     1 +
 BUGS                                               |     5 +-
 ChangeLog                                          |     2 -
 Dockerfile                                         |     8 +-
 Makefile.am                                        |    15 +-
 NEWS                                               |   194 +-
 README                                             |   153 -
 README.in                                          |    18 +-
 README.md                                          |    22 +-
 autogen.sh                                         |     4 +
 configure.ac                                       |    84 +-
 data/Makefile.am                                   |     4 +
 data/gnome-commander.appdata.xml.in                |     4 +-
 data/gnome-commander.ebuild.in                     |    17 +-
 data/gnome-commander.spec.in                       |    48 +-
 data/metadata.xml                                  |     6 +-
 data/org.gnome.gnome-commander.gschema.xml         |   160 +-
 doc/C/index.docbook                                |   367 +-
 doc/C/releases.xml                                 |   259 +-
 doc/Makefile.am                                    |     2 +-
 doc/cs/cs.po                                       |  7142 ++++---
 doc/de/de.po                                       |  8040 ++++----
 doc/de/legal.xml                                   |    16 -
 doc/es/es.po                                       |  8773 ++++----
 doc/gnome-commander.1                              |     2 +-
 doc/gnome-commander.omf.in                         |     9 -
 doc/sv/sv.po                                       | 19858 +++++++++++++++++++
 gcmd-scripts/duplicate.sh                          |     6 +-
 gcmd-scripts/filelist.sh                           |     5 +-
 gcmd-scripts/tar.sh                                |     2 +-
 git-scripts/pre-commit                             |    25 +
 pre-commit.sh => git-scripts/pre-push              |     4 -
 gnome-commander.doap                               |     4 +-
 libgcmd/Makefile.am                                |     7 +-
 libgcmd/gnome-cmd-dialog.cc                        |     2 +-
 libgcmd/gnome-cmd-dialog.h                         |     9 +-
 libgcmd/gnome-cmd-file-info.cc                     |     2 +-
 libgcmd/gnome-cmd-file-info.h                      |     7 +-
 libgcmd/gnome-cmd-plugin.cc                        |     2 +-
 libgcmd/gnome-cmd-plugin.h                         |     7 +-
 libgcmd/gnome-cmd-state.h                          |     7 +-
 libgcmd/gnome-cmd-string-dialog.cc                 |    16 +-
 libgcmd/gnome-cmd-string-dialog.h                  |    11 +-
 libgcmd/libgcmd-deps.h                             |     7 +-
 libgcmd/libgcmd-utils.cc                           |     2 +-
 libgcmd/libgcmd-utils.h                            |     7 +-
 libgcmd/libgcmd-widget-factory.cc                  |    22 +-
 libgcmd/libgcmd-widget-factory.h                   |    11 +-
 libgcmd/libgcmd.h                                  |     7 +-
 libgcmd/plugin-info.h                              |     7 +-
 logo.png                                           |   Bin 0 -> 1962 bytes
 m4/ax_append_compile_flags.m4                      |    67 +
 m4/ax_append_flag.m4                               |    71 +
 m4/ax_append_link_flags.m4                         |    65 +
 m4/ax_check_compile_flag.m4                        |    74 +
 m4/ax_check_link_flag.m4                           |    74 +
 m4/ax_compiler_flags.m4                            |   158 +
 m4/ax_compiler_flags_cflags.m4                     |   160 +
 m4/ax_compiler_flags_cxxflags.m4                   |   136 +
 m4/ax_compiler_flags_gir.m4                        |    60 +
 m4/ax_compiler_flags_ldflags.m4                    |   111 +
 m4/ax_cxx_compile_stdcxx.m4                        |   982 +
 m4/ax_cxx_compile_stdcxx_11.m4                     |    39 +
 m4/ax_is_release.m4                                |    80 +
 m4/ax_require_defined.m4                           |    37 +
 m4/gsettings.m4                                    |    88 +
 m4/pkg.m4                                          |   343 +
 m4/yelp.m4                                         |   213 +
 mkinstalldirs                                      |     6 +-
 pixmaps/Makefile.am                                |     7 +-
 pixmaps/gnome-commander-symbolic.svg               |    56 +
 pixmaps/gnome-commander.png                        |   Bin 714 -> 0 bytes
 pixmaps/gnome-commander.svg                        |   347 +
 pixmaps/gnome-commander.xpm                        |    82 -
 pixmaps/internal-viewer.svg                        |   386 +
 pixmaps/internal-viewer.xpm                        |   892 -
 plugins/Makefile.am                                |     4 -
 plugins/fileroller/Makefile.am                     |     6 +-
 plugins/fileroller/file-roller-plugin.cc           |    42 +-
 plugins/fileroller/file-roller-plugin.h            |     6 +-
 plugins/python/Makefile.am                         |     5 -
 plugins/python/apply-patch/Makefile.am             |     7 -
 plugins/python/apply-patch/apply_patch.py          |    42 -
 plugins/python/md5sum/Makefile.am                  |     7 -
 plugins/python/md5sum/md5sum.py                    |    48 -
 plugins/python/sha1sum/Makefile.am                 |     7 -
 plugins/python/sha1sum/sha1sum.py                  |    48 -
 plugins/test/Makefile.am                           |     6 +-
 plugins/test/test-plugin.cc                        |     2 +-
 plugins/test/test-plugin.h                         |     7 +-
 po/LINGUAS                                         |     1 +
 po/POTFILES.in                                     |     5 +-
 po/ar.po                                           |     2 +-
 po/bg.po                                           |     2 +-
 po/ca.po                                           |  5654 ++++--
 po/cs.po                                           |  4302 ++--
 po/da.po                                           |  5074 ++---
 po/de.po                                           |  4706 +++--
 po/dz.po                                           |     2 +-
 po/en_CA.po                                        |     2 +-
 po/en_GB.po                                        |     2 +-
 po/eo.po                                           |  7548 ++++---
 po/es.po                                           |  4826 ++---
 po/fi.po                                           |  7768 +++++---
 po/ga.po                                           |     2 +-
 po/hr.po                                           |     2 +-
 po/hu.po                                           |  4364 ++--
 po/id.po                                           |  1840 +-
 po/mr.po                                           |  8322 ++++++++
 po/ne.po                                           |     2 +-
 po/pl.po                                           |  2658 ++-
 po/pt_BR.po                                        |  2473 +--
 po/rw.po                                           |     2 +-
 po/sl.po                                           |  5206 ++---
 po/sq.po                                           |     2 +-
 po/sr.po                                           |  4063 ++--
 po/sr latin po                                     |  4063 ++--
 po/sv.po                                           |  4804 ++---
 po/vi.po                                           |     2 +-
 po/zh_TW.po                                        |     2 +-
 src/Makefile.am                                    |    17 +-
 src/cap.cc                                         |     2 +-
 src/cap.h                                          |     7 +-
 src/dialogs/Makefile.am                            |     5 +-
 src/dialogs/gnome-cmd-advrename-dialog.cc          |    19 +-
 src/dialogs/gnome-cmd-advrename-dialog.h           |     7 +-
 src/dialogs/gnome-cmd-advrename-regex-dialog.cc    |    22 +-
 src/dialogs/gnome-cmd-advrename-regex-dialog.h     |     7 +-
 src/dialogs/gnome-cmd-chmod-dialog.cc              |     2 +-
 src/dialogs/gnome-cmd-chmod-dialog.h               |     7 +-
 src/dialogs/gnome-cmd-chown-dialog.cc              |     8 +-
 src/dialogs/gnome-cmd-chown-dialog.h               |     7 +-
 src/dialogs/gnome-cmd-con-dialog.cc                |    41 +-
 src/dialogs/gnome-cmd-con-dialog.h                 |     7 +-
 src/dialogs/gnome-cmd-delete-dialog.cc             |     3 +-
 src/dialogs/gnome-cmd-delete-dialog.h              |     7 +-
 src/dialogs/gnome-cmd-edit-bookmark-dialog.cc      |    18 +-
 src/dialogs/gnome-cmd-edit-bookmark-dialog.h       |     7 +-
 src/dialogs/gnome-cmd-edit-profile-dialog.h        |    23 +-
 src/dialogs/gnome-cmd-file-props-dialog.cc         |     2 +-
 src/dialogs/gnome-cmd-file-props-dialog.h          |     7 +-
 src/dialogs/gnome-cmd-key-shortcuts-dialog.cc      |     2 +-
 src/dialogs/gnome-cmd-key-shortcuts-dialog.h       |     7 +-
 src/dialogs/gnome-cmd-make-copy-dialog.cc          |     2 +-
 src/dialogs/gnome-cmd-make-copy-dialog.h           |     7 +-
 src/dialogs/gnome-cmd-manage-bookmarks-dialog.cc   |    20 +-
 src/dialogs/gnome-cmd-manage-bookmarks-dialog.h    |     7 +-
 src/dialogs/gnome-cmd-manage-profiles-dialog.h     |    21 +-
 src/dialogs/gnome-cmd-mkdir-dialog.cc              |    22 +-
 src/dialogs/gnome-cmd-mkdir-dialog.h               |     7 +-
 src/dialogs/gnome-cmd-options-dialog.cc            |    83 +-
 src/dialogs/gnome-cmd-options-dialog.h             |     7 +-
 src/dialogs/gnome-cmd-patternsel-dialog.cc         |     2 +-
 src/dialogs/gnome-cmd-patternsel-dialog.h          |     7 +-
 src/dialogs/gnome-cmd-prepare-copy-dialog.cc       |     2 +-
 src/dialogs/gnome-cmd-prepare-copy-dialog.h        |     7 +-
 src/dialogs/gnome-cmd-prepare-move-dialog.cc       |     2 +-
 src/dialogs/gnome-cmd-prepare-move-dialog.h        |     7 +-
 src/dialogs/gnome-cmd-prepare-xfer-dialog.cc       |     2 +-
 src/dialogs/gnome-cmd-prepare-xfer-dialog.h        |     7 +-
 src/dialogs/gnome-cmd-remote-dialog.cc             |     2 +-
 src/dialogs/gnome-cmd-remote-dialog.h              |     7 +-
 src/dialogs/gnome-cmd-rename-dialog.cc             |     3 +-
 src/dialogs/gnome-cmd-rename-dialog.h              |     7 +-
 src/dialogs/gnome-cmd-search-dialog.cc             |    42 +-
 src/dialogs/gnome-cmd-search-dialog.h              |     7 +-
 src/dict.h                                         |     9 +-
 src/dirlist.cc                                     |     2 +-
 src/dirlist.h                                      |     7 +-
 src/eggcellrendererkeys.cc                         |    34 +-
 src/eggcellrendererkeys.h                          |    15 +-
 src/filter.cc                                      |     2 +-
 src/filter.h                                       |     7 +-
 src/gnome-cmd-about-plugin.cc                      |    96 +-
 src/gnome-cmd-about-plugin.h                       |     7 +-
 src/gnome-cmd-advrename-lexer.h                    |     7 +-
 src/gnome-cmd-advrename-lexer.ll                   |     4 +-
 src/gnome-cmd-advrename-profile-component.cc       |    27 +-
 src/gnome-cmd-advrename-profile-component.h        |     7 +-
 src/gnome-cmd-app.cc                               |     2 +-
 src/gnome-cmd-app.h                                |     7 +-
 src/{block.cc => gnome-cmd-block.cc}               |    13 +-
 src/gnome-cmd-chmod-component.cc                   |     4 +-
 src/gnome-cmd-chmod-component.h                    |     7 +-
 src/gnome-cmd-chown-component.cc                   |     6 +-
 src/gnome-cmd-chown-component.h                    |     7 +-
 src/gnome-cmd-clist.cc                             |    46 +-
 src/gnome-cmd-clist.h                              |     7 +-
 src/gnome-cmd-cmdline.cc                           |    62 +-
 src/gnome-cmd-cmdline.h                            |     9 +-
 src/gnome-cmd-collection.h                         |     7 +-
 src/gnome-cmd-combo.cc                             |     2 +-
 src/gnome-cmd-combo.h                              |     7 +-
 src/gnome-cmd-con-device.cc                        |   118 +-
 src/gnome-cmd-con-device.h                         |     7 +-
 src/gnome-cmd-con-home.cc                          |    22 +-
 src/gnome-cmd-con-home.h                           |     7 +-
 src/gnome-cmd-con-list.cc                          |    63 +-
 src/gnome-cmd-con-list.h                           |    20 +-
 src/gnome-cmd-con-remote.cc                        |    44 +-
 src/gnome-cmd-con-remote.h                         |     7 +-
 src/gnome-cmd-con-smb.cc                           |    30 +-
 src/gnome-cmd-con-smb.h                            |     7 +-
 src/gnome-cmd-con.cc                               |   132 +-
 src/gnome-cmd-con.h                                |    11 +-
 src/gnome-cmd-convert.cc                           |     2 +-
 src/gnome-cmd-convert.h                            |     7 +-
 src/gnome-cmd-data.cc                              |  2912 +--
 src/gnome-cmd-data.h                               |   229 +-
 src/gnome-cmd-dir-indicator.cc                     |    69 +-
 src/gnome-cmd-dir-indicator.h                      |     7 +-
 src/gnome-cmd-dir.cc                               |   146 +-
 src/gnome-cmd-dir.h                                |    15 +-
 src/gnome-cmd-file-collection.cc                   |     2 +-
 src/gnome-cmd-file-collection.h                    |     8 +-
 src/gnome-cmd-file-list.cc                         |   470 +-
 src/gnome-cmd-file-list.h                          |    35 +-
 src/gnome-cmd-file-popmenu.cc                      |   319 +-
 src/gnome-cmd-file-popmenu.h                       |     7 +-
 src/gnome-cmd-file-selector.cc                     |   155 +-
 src/gnome-cmd-file-selector.h                      |    11 +-
 src/gnome-cmd-file.cc                              |   137 +-
 src/gnome-cmd-file.h                               |    14 +-
 src/gnome-cmd-gkeyfile-utils.cc                    |     2 +-
 src/gnome-cmd-gkeyfile-utils.h                     |     8 +-
 src/gnome-cmd-hintbox.cc                           |     2 +-
 src/gnome-cmd-hintbox.h                            |     7 +-
 src/gnome-cmd-includes.h                           |     7 +-
 src/gnome-cmd-list-popmenu.cc                      |    28 +-
 src/gnome-cmd-list-popmenu.h                       |     7 +-
 src/gnome-cmd-main-menu.cc                         |   470 +-
 src/gnome-cmd-main-menu.h                          |     7 +-
 src/gnome-cmd-main-win.cc                          |    64 +-
 src/gnome-cmd-main-win.h                           |    11 +-
 src/gnome-cmd-menu-button.cc                       |     8 +-
 src/gnome-cmd-menu-button.h                        |     8 +-
 src/gnome-cmd-mime-config.h                        |     5 +-
 src/gnome-cmd-notebook.cc                          |     2 +-
 src/gnome-cmd-notebook.h                           |     7 +-
 src/{owner.cc => gnome-cmd-owner.cc}               |    16 +-
 src/{owner.h => gnome-cmd-owner.h}                 |    45 +-
 src/gnome-cmd-path.h                               |     7 +-
 src/gnome-cmd-pixmap.cc                            |     2 +-
 src/gnome-cmd-pixmap.h                             |    20 +-
 src/gnome-cmd-plain-path.cc                        |     2 +-
 src/gnome-cmd-plain-path.h                         |    38 +-
 src/gnome-cmd-python-plugin.cc                     |   367 -
 src/gnome-cmd-quicksearch-popup.cc                 |    34 +-
 src/gnome-cmd-quicksearch-popup.h                  |     7 +-
 src/gnome-cmd-regex.h                              |     7 +-
 src/gnome-cmd-selection-profile-component.cc       |     6 +-
 src/gnome-cmd-selection-profile-component.h        |    13 +-
 src/gnome-cmd-smb-net.cc                           |     6 +-
 src/gnome-cmd-smb-net.h                            |     8 +-
 src/gnome-cmd-smb-path.cc                          |    54 +-
 src/gnome-cmd-smb-path.h                           |    28 +-
 src/gnome-cmd-style.cc                             |     2 +-
 src/gnome-cmd-style.h                              |     7 +-
 src/gnome-cmd-treeview.cc                          |     2 +-
 src/gnome-cmd-treeview.h                           |     7 +-
 src/gnome-cmd-types.h                              |    37 +-
 src/gnome-cmd-user-actions.cc                      |   158 +-
 src/gnome-cmd-user-actions.h                       |    31 +-
 src/gnome-cmd-xfer-progress-win.cc                 |    20 +-
 src/gnome-cmd-xfer-progress-win.h                  |     7 +-
 src/gnome-cmd-xfer.cc                              |    58 +-
 src/gnome-cmd-xfer.h                               |     7 +-
 src/gnome-cmd-xml-config.cc                        |   619 -
 src/gnome-cmd-xml-config.h                         |   298 -
 src/handle.h                                       |     7 +-
 src/history.cc                                     |    14 +-
 src/history.h                                      |    15 +-
 src/imageloader.cc                                 |    58 +-
 src/imageloader.h                                  |     7 +-
 src/intviewer/Makefile.am                          |     7 +-
 src/intviewer/bm_byte.cc                           |     2 +-
 src/intviewer/bm_byte.h                            |     8 +-
 src/intviewer/bm_chartype.cc                       |     2 +-
 src/intviewer/bm_chartype.h                        |     7 +-
 src/intviewer/cp437.cc                             |     2 +-
 src/intviewer/cp437.h                              |     7 +-
 src/intviewer/datapresentation.cc                  |     2 +-
 src/intviewer/datapresentation.h                   |     7 +-
 src/intviewer/fileops.cc                           |     2 +-
 src/intviewer/fileops.h                            |     7 +-
 src/intviewer/gvtypes.h                            |     7 +-
 src/intviewer/image-render.cc                      |   106 +-
 src/intviewer/image-render.h                       |     7 +-
 src/intviewer/inputmodes.cc                        |     2 +-
 src/intviewer/inputmodes.h                         |     7 +-
 src/intviewer/libgviewer.h                         |     7 +-
 src/intviewer/scroll-box.cc                        |    38 +-
 src/intviewer/scroll-box.h                         |     7 +-
 src/intviewer/search-dlg.cc                        |    87 +-
 src/intviewer/search-dlg.h                         |     9 +-
 src/intviewer/search-progress-dlg.cc               |    32 +-
 src/intviewer/search-progress-dlg.h                |     7 +-
 src/intviewer/searcher.cc                          |   114 +-
 src/intviewer/searcher.h                           |     7 +-
 src/intviewer/text-render.cc                       |     2 +-
 src/intviewer/text-render.h                        |     7 +-
 src/intviewer/viewer-utils.cc                      |     2 +-
 src/intviewer/viewer-utils.h                       |     7 +-
 src/intviewer/viewer-widget.cc                     |    37 +-
 src/intviewer/viewer-widget.h                      |     9 +-
 src/intviewer/viewer-window.cc                     |   295 +-
 src/intviewer/viewer-window.h                      |     7 +-
 src/ls_colors.cc                                   |    24 +-
 src/ls_colors.h                                    |     7 +-
 src/main.cc                                        |    28 +-
 src/plugin_manager.cc                              |    87 +-
 src/plugin_manager.h                               |     7 +-
 src/tags/Makefile.am                               |     5 +-
 src/tags/gnome-cmd-tags-doc.cc                     |   162 +-
 src/tags/gnome-cmd-tags-doc.h                      |     7 +-
 src/tags/gnome-cmd-tags-exiv2.cc                   |     4 +-
 src/tags/gnome-cmd-tags-exiv2.h                    |     7 +-
 src/tags/gnome-cmd-tags-file.cc                    |     2 +-
 src/tags/gnome-cmd-tags-file.h                     |     7 +-
 src/tags/gnome-cmd-tags-poppler.cc                 |    74 +-
 src/tags/gnome-cmd-tags-poppler.h                  |     7 +-
 src/tags/gnome-cmd-tags-taglib.cc                  |     4 +-
 src/tags/gnome-cmd-tags-taglib.h                   |     7 +-
 src/tags/gnome-cmd-tags.cc                         |     2 +-
 src/tags/gnome-cmd-tags.h                          |     8 +-
 src/tuple.h                                        |     9 +-
 ...md-python-plugin.h => utils-no-dependencies.cc} |    38 +-
 src/utils-no-dependencies.h                        |    25 +
 src/utils.cc                                       |   415 +-
 src/utils.h                                        |    27 +-
 src/widget-factory.h                               |     7 +-
 tests/Makefile.am                                  |    27 +-
 tests/gcmd_tests_main.cc                           |     6 +-
 tests/iv_bm_search_test.cc                         |     2 +-
 ...presentation.cc => iv_datapresentation_test.cc} |     2 +-
 tests/iv_fileops_test.cc                           |     2 +-
 tests/iv_imagerenderer_test.cc                     |     2 +-
 tests/iv_inputmodes_test.cc                        |     2 +-
 tests/iv_textrenderer_test.cc                      |     2 +-
 tests/iv_viewerwidget_test.cc                      |     2 +-
 tests/utils_no_dependencies_tests.cc               |    48 +
 341 files changed, 86055 insertions(+), 52324 deletions(-)
---
diff --cc src/eggcellrendererkeys.cc
index 08541c88,afae68c0..1b1073af
--- a/src/eggcellrendererkeys.cc
+++ b/src/eggcellrendererkeys.cc
@@@ -442,17 -418,10 +432,17 @@@ void egg_cell_renderer_keys_get_size (G
                                        gint            *width,
                                        gint            *height)
  {
 +#if defined (__GNUC__)
 +#pragma GCC diagnostic push
 +#pragma GCC diagnostic ignored "-Wcast-align"
 +#endif
-     EggCellRendererKeys *keys = (EggCellRendererKeys *) cell;
+     auto keys = reinterpret_cast <EggCellRendererKeys*> (cell);
 +#if defined (__GNUC__)
 +#pragma GCC diagnostic pop
 +#endif
      GtkRequisition requisition;
  
-     if (keys->sizing_label == NULL)
+     if (keys->sizing_label == nullptr)
          keys->sizing_label = gtk_label_new (_("New accelerator…"));
  
      gtk_widget_size_request (keys->sizing_label, &requisition);


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