Version: 1.16.0-bp155.1.6
* Fri Feb 10 2023 Luciano Santos <luc14n0@opensuse.org>
- Add 96f706fa7833af79e01625c0118b36f6c83c7d44.patch: avoid the
installation of the libgcmd static library.
- Drop find/delete command used to remove the libgcmd static
library from the build root.
* Sun Jan 22 2023 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.16.0:
+ New menu entry for (un)selecting only files
+ Restored internal search after it was removed in version 1.14.0
+ Migrated build system from GNU autotools to Meson
+ Bugs fixed:
- Fix for showing wrong progress percentage when transfering
files
- Get rid of several deprecated Gtk2 widgets
- Fixes for copy/move; Fixes for canceling copy/move operations
- Fixes for delete operation; Allow cancelling deletion of
files; Fix for progress dialog
- Fix for creating directory with enabled Samba support
- Fix for disabling all plugins
- Fix for some errors on console
- Fix for changing the color scheme
- Disable beeping when reaching the end of the file list
- Various minor code improvements
+ Updated translations.
- Add meson BuildRequires and macros following upstreams port.
- Add desktop-file-utils BuildRequires, new mandatory dependency.
- Following the above, add appstream-glib and pkgconfig(gtest)
BuildRequires and check section, run meson_test macro during
build.
- Add devel sub-package.
- Remove new static libgcmd.a during install.
* Sun Jun 19 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.14.3:
+ Update appdata and docbook for next release.
+ Reduce logging if file was not found in the file_collection
when it changed.
+ Remove obsolete remote-id type in metadata.xml, used in Gentoo
Linux.
+ Fixing typos in the documentation, fixing indentation.
+ Adjust legacy mounting, validate input values of devices
dialog.
+ Fix for legacy mounting a device: do not stop if no GMount is
available.
+ Save empty string when device filename is null.
+ Fix when doing a file rename: Unref the correct GFile instance.
+ Do not unref GFile member of GnomeCmdDir received via
gnome_cmd_dir_get_gfile.
+ Do utf8 normalization before string comparison.
+ Do not use extra variable for storing file name in comparison.
+ Updated translations.
* Mon Mar 28 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.14.2:
+ Update of appdata file.
+ Fix move of directory when it is sitting on a remote.
+ Fix of size comparison: use correct getter method for
G_FILE_ATTRIBUTE_STANDARD_SIZE.
+ When sorting for size, ignore directories.
+ When copying files only step into recursive copy when not done
already.
+ Updated translations.
* Wed Mar 02 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.14.1:
+ Update appdata file.
+ on_new_textfile_ok: Add trailing separator at the URI path of
current directory.
+ Remove deprecated linking of python library, which was not
working at all.
+ Remove deprecated linking of GnomeVFS library, which was not
working at all.
+ Remove chmlib configuration option.
+ Updated translations.
- Add conditional gcc11 and gcc11-c++ BuildRequires + export: Fix
build for 15.4.
- Drop gnome-commander-doc sub-package, and fold files into main
package, add Provides and Obsoletes, as well as drop no longer
needed Recommends. Helpfiles should be available in main package.
* Wed Feb 09 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Drop obsolete pkgconfig(gnome-vfs-2.0),
pkgconfig(gnome-keyring-1) and chmlib-devel BuildRequires: No
longer needed, nor used.
- Add explicit pkgconfig(gio-2.0) and generic c_compiler
BuildRequires, configure checks for them.
* Sat Feb 05 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.14.0:
+ Selectable default action when drag-n-drop files with the mouse
+ Optional usage of the trash can instead of permanent file
deletion
+ Removed internal file search dialog, instead use external
command for file search
+ Name of connected remote server is shown in the directory
indicator
+ New menu entry for (un)selecting only files
+ Bugs fixed: glgo#GNOME/gnome-commander#3,
glgo#GNOME/gnome-commander#5, glgo#GNOME/gnome-commander#13,
glgo#GNOME/gnome-commander#16, glgo#GNOME/gnome-commander#19,
glgo#GNOME/gnome-commander#28, glgo#GNOME/gnome-commander#33,
glgo#GNOME/gnome-commander#39, glgo#GNOME/gnome-commander#41,
glgo#GNOME/gnome-commander#45, glgo#GNOME/gnome-commander#46,
glgo#GNOME/gnome-commander#47, glgo#GNOME/gnome-commander#51,
glgo#GNOME/gnome-commander#52, glgo#GNOME/gnome-commander#57,
glgo#GNOME/gnome-commander#59, glgo#GNOME/gnome-commander#74,
glgo#GNOME/gnome-commander#75, glgo#GNOME/gnome-commander#76,
glgo#GNOME/gnome-commander#107, glgo#GNOME/gnome-commander#115.
+ Updated translations.
- Add flex BuildRequires: New dependency.
* Sun Nov 21 2021 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.12.3.1:
+ Bug fixes: Fixed issue: Make check fails on s390x.
+ Updated translations.
- Move some docs to doc subpackage.
* Sat Nov 20 2021 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.12.3:
+ Bug fixes:
- Fixed issue: Crash after right click on file
- File-roller plugin: Add run error handling
+ Updated translations.
* Mon Sep 20 2021 Stanislav Brabec <sbrabec@suse.com>
- Remove obsolete translation-update-upstream support
(jsc#SLE-21105).
* Wed Jun 02 2021 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.12.2:
+ Bugs fixed: Segmentation fault when pressing Ctrl+Right /
Ctrl+Left / Ctrl+Shift+.
+ Updated translations.
* Fri May 28 2021 Dominique Leuenberger <dimstar@opensuse.org>
- Do not own /usr/share/help and /usr/share/help/C: those
directories are owned by the filesystem package.
* Fri Apr 30 2021 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 1.12.1:
+ Fix a mystery bug that the 'execute' popup item does not show.
- Changes from version 1.12.0:
+ New features:
- Gnome Commander depends on GIO now. Migration away from
GnomeVFS is ongoing.
- Use GIO instead of Gnome-VFS for opening files with default
application.
- Use GIO instead of Gnome-VFS for filtering the file list, and
on various other parts of the program.
+ Updated translations.
* Fri Jun 19 2020 Bjørn Lie <bjorn.lie@gmail.com>
- Update to verson 1.10.3:
+ New features:
- InternalViewer: Show metadata file information by default
- Minor memory management improvements
+ Bug fixes:
- Fixed issue: Migrate deprecated GnomeFileEntry to
GtkFileChooserButton
- Fixed issue: Get rid of deprecated libgnome and libgnomeui
- Fixed issue: Search options: 'copy file name' does not work
- Fixed issue: Switch from nautilus-sendto to xdg-email as
default send-to command
+ Updated translations.
- Drop no longer needed, nor used pkgconfig(libgnome-2.0),
pkgconfig(libgnomeui-2.0) and python-devel BuildRequires.
- Add explicit pkgconfig(gnome-vfs-2.0) BuildRequires, needed now
that libgnome no longer pulls it in.
- Replace gcc-c++ for generic c++_compiler BuildRequires.
- Slightly modernice spec, use modern macros.
* Thu Jan 30 2020 Dominique Leuenberger <dimstar@opensuse.org>
- No longer recommend -lang: supplements are in use
* Fri May 17 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.10.2:
+ Fix for compilation error with exiv2 0.27.1.
+ Updated translations.
- Changes from version 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.
+ Bugs fixed:
- List of bookmarks is synchronized between Gnome Commander
instances.
- Removed gnome-config references.
+ Updated documentation.
+ Updated translations.
* Sun Mar 31 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.10.0:
+ New features:
- Gnome Commander icon and internal viewer icon refreshed.
- Gnome Commander settings are now completely migrated to
GSettings under the key `org.gnome.gnome-commander`.
- Settings in `~/.gnome2/gnome-commander` and in
`~/.gnome-commander/*` are migrated automatically.
- Script and plugin folder in `~/.gnome-commander` is moved
into `~/.config/gnome-commander`.
+ Bugs fixed:
- Various warnings at compile time have been fixed
- Several code improvements and memory leaks have been fixed
+ Updated translations.