[gnome-commander] Created tag 1.12.0



The signed tag '1.12.0' was created.

Tagger: Uwe Scholz <u scholz83 gmx de>
Date: 1616704915 +0100

    Release of Gnome Commander version 1.12.0

Changes since the last tag '1.10.3':

Anders Jonsson (14):
      Update Swedish translation
      Update Swedish translation
      Update Swedish translation
      Update Swedish translation
      Update Swedish translation
      Update Swedish translation
      Update Swedish translation
      Update Swedish translation
      Update Swedish translation
      Update Swedish translation
      Update Swedish translation
      Update Swedish translation
      Update Swedish translation
      Update Swedish translation

Andika Triwidada (1):
      Update Indonesian translation

Asier Sarasua Garmendia (5):
      Update Basque translation
      Update Basque translation
      Update Basque translation
      Update Basque translation
      Update Basque translation

Ask Hjorth Larsen (1):
      Updated Danish translation

Balázs Meskó (2):
      Update Hungarian translation
      Update Hungarian translation

Balázs Úr (1):
      Update Hungarian translation

Baurzhan Muftakhidinov (1):
      Add Kazakh translation

Daniel Mustieles (13):
      Update Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Merge branch 'master' of gitlab.gnome.org:GNOME/gnome-commander
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Daniel Șerbănescu (1):
      Update Romanian translation

Elijah Zarezky (1):
      Fix for commit 79a0cd8d7c333304de93a64190d1c04504047193

Jiri Grönroos (1):
      Update Finnish translation

Jordi Mas (6):
      Update Catalan translation
      Update Catalan translation
      Update Catalan translation
      Update Catalan translation
      Update Catalan translation
      Update Catalan translation

Kristjan SCHMIDT (1):
      Update Esperanto translation

Kukuh Syafaat (5):
      Update Indonesian translation
      Update Indonesian translation
      Update Indonesian translation
      Update Indonesian translation
      Update Indonesian translation

Mamoru TASAKA (6):
      ARM/MIPS/etc: Fix for -Wcast-align
      Fix compilation error with exiv2 0.27.1
      Remove register specifier removed from C++17
      Fix for -Wnonnull : check if dynamic_cast returned pointer is not null again
      Avoid confusion of std::vector and Exiv2::vector
      gnome-cmd-file-list.cc: initialize GList with nullptr

Marek Černocký (3):
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation

Mario Blättermann (2):
      Update German translation
      Update German translation

Matej Urbančič (1):
      Added Slovenian translation

Piotr Drąg (9):
      Update Polish translation
      Update Polish translation
      Update POTFILES.in
      Update Polish translation
      Update Polish translation
      Update Polish translation
      Update Polish translation
      Update Polish translation
      Update Polish translation

Rafael Fontenelle (8):
      Update Brazilian Portuguese translation
      Update Brazilian Portuguese translation
      Update Brazilian Portuguese translation
      Update Brazilian Portuguese translation
      Update Brazilian Portuguese translation
      Update Brazilian Portuguese translation
      Update Brazilian Portuguese translation
      Update Brazilian Portuguese translation

Sabri Ünal (2):
      Update Turkish translation
      Update Turkish translation

Stephan Woidowski (2):
      Update German translation
      Update German translation

Tim Sabsch (2):
      Update German translation
      Update German translation

Uwe Scholz (184):
      Post-release version bump
      Updates gentoo ebuild
      Merge branch 'Implement_CppCheck_suggestions'
      Fix POTFILES.in
      Merge branch 'gnome-config-removal'. Finally fixing #27
      Remove unused get_string method
      Remove unused data migration method
      Remove Python support output in configure script
      Search window can be optionally transient
      Merge branch 'master' into mtasaka_armfix
      Merge branch 'mtasaka_armfix' of https://github.com/mtasaka/gnome-commander into mtasaka-mtasaka_armfix
      Merge branch 'mtasaka-mtasaka_armfix'
      Updated the file name suffix in the gcmd spec file
      Removed smp_mflags variable from the spec file
      Updates README.md
      Lift Epoch variable in spec file from 2 to 4
      Add gnome-icon-theme-legacy package as a requirement (needed in CentOS)
      Check for gcc-8 improved in gentoo ebuild file, inherit from toolchain-funcs
      Use central exiv2 header file instead of the specific ones
      noop: Use label instead of maintainer keyword in Dockerfile
      noop: Move to Ubuntu 18.04 build environment in Travis service
      Migrate deprecated GnomeFileEntry to GtkFileChooserButton, fixing #29
      Use a gtk entry widget in the xfer dialog again
      noop: remove unused variable
      Hand over the current file list to edit_copy_fnames, fixing #65
      Copyright update
      Remove unnecessary reference to libgnome/gnome-util.h
      noop: Add comment
      Use GtkMessageDialog in test plugin, update copyright
      Use gtk_menu_popup instead of deprecated gnome_popup_menu_do_popup
      Correct link to Gcmd homepage: https instead of http
      Use GtkUIManager for creating the slide popup instead of deprecated GnomeUIInfo
      Migrating from GtkTooltips to GtkTooltip
      Use GtkUIManager for creating the toolbar instead of using deprecated GnomeUIInfo
      Check for null when default application name is selected
      Move loading of images with gtk_icon_factory_new into the imageloader
      noop: some cleanup
      Deactivate GnomeUIInfo for file popup, use GtkUIManager, part I: Build static popup info
      Fixed warning at runtime, added comment
      Part II: Migrate the 'Open With' part from GnomeUIInfo to GtkUIManager
      Use define statement for static stock id
      Remove unused variable
      Part III: Migrate the execute popup entry from GnomeUIInfo to GtkUIManager
      Add back icon from old gnome stock for sending mail into toolbar
      Use nullptr instead of NULL
      Part IV: Instead of gtk_menu_shell_insert use GtkUIManager for fav apps in popup menu
      Activate plugins in the popup menu again
      Remove separator in the supmenu of the file popup again
      Part IV: Use GtkUIManager instead of GnomeUIInfo for the action script popup entries
      Correct typo
      Ignore deprecated-declarations error at compilation
      Free memory which was reserved for the directory name
      Add branch gcmd-1-10 and remove everything below in travis.yml
      Variable renaming, remove action from action group for action entries in popup
      Free memory when more than one action scripts are available for file popup menu
      Fix large-stack-frame-growth limit error
      Add method add_action_script_entries to gnome-cmd-file-popupmenu.h
      gnome-commander.ebuild.in: Fix MissingTestRestrict
      gnome-commander.ebuild.in: Update Copyright
      Increase required gtk version to 2.24 (which is the last supported 2.x version)
      noop: indentation
      Switch from nautilus-sendto to xdg-email as default send-to command, fixing #83
      Fix compiler warning about undeclared function
      Switch to const gchar* as second argument in parse_command funtion
      Simplified file_sendto function
      Display a warning if xdg-email is used and more than one file is selected to be send
      Use define statements for terminal and copy file names
      Part IV: Use GtkUIManager instead of GNOMEUIINFO for empty file list popup
      Remove references to GNOMEUIINFO_KEY_UIDATA, defined in libgnomeui's gnome-app-helper.h
      Revert "Fix compiler warning about undeclared function"
      Use GtkUIManager instead of deprecated GnomeUIInfo for the main menu
      Add exec wheel to list of stock ids
      Get rid of gnome_icon_entry and use gtk_file_chooser instead
      noop: variable renaming
      InternalViewer: Use define statements for charsets
      Use GtkUIManager instead of deprecated GnomeUIInfo for the internal viewer main menu
      Remove old and undocumented keyboard shortcuts for the internal viewer
      noop: variable renaming
      InternalViewer: Move Metadata menuitem from ImangeMenu into SettingsMenu
      Update of various m4 files
      Store appdata to /usr/share/metainfo
      Remove reference to external libgnomui's gnome-authentication-manager
      Remove last remnants of libgnome in the source code, remove dependencies
      Remove last remnants of libgnomeui, finally fixing #34
      Add missing gnome-vfs cflags and library variables to tests/Makefile.am
      Use gtk_link_button instead of deprecated gnome_href
      Store the default value in gsetting's devices if number of devices is 0
      noop: Remove unused variable
      Remove unnecessary gnome-keyring dependency
      Updating comment in gnome-commander.spec.in file
      Fix name of Ctrl-M shortcut - Should be 'Advanced Rename Tool'; closes #87
      Update of project logo path in the Doxygen config file
      configure.ac: Make gnome-vfs mandatory
      gnome-commander.ebuild.in: remove check for gnome-keyring
      Remove python hints in configure.ac and README.in
      noop: correct statements in README.in
      Post-release version bump
      Updates README.md
      Updates README.md
      Updating text in the README.md file
      noop: use C++ auto keyword, variable renaming
      Moved free- and unref statements up, variable renaming
      noop: Variable renamed
      Adding explicit gio dependency
      Use gio to find the default applicatin in the file popup menu
      Fix for unset dir variable
      Method renamed
      Add GAppInfo member to GnomeCmdApp type
      noop: Remove comment
      noop: minor code cleanup
      Use gio instead of gnome-vfs to open files with applications
      noop: variable renaming
      noop: variable renaming
      noop: variable renaming
      Bring back opening a file from own gnomeCmdApp
      Use accessor functions instead of direct access
      Don't show error if startup directory is missing
      Update copyright in gentoo ebuild
      Merge branch 'gvfs' into 'master'
      Use result from g_list_append
      Don't use deprecated preprocessor symbols
      Remove inline keyword on various places to remove compilation errors
      Remove output of g_file_path in stdout when setting up GnomeCmdFile instance
      noop: Variable renamed
      Revert "Set XDG_DATA_DIRS and override png mimetype priority"
      Remove python use flag in metadata.xml file for gentoo
      Remove m4/python.m4 from repository
      Free memory for unused GnomeCmdApp instance
      noop: renamed variables
      Use preprocessor definition for standard content type
      Retrieve a gFile attribute as string in a more general method
      Free memory, use preprocessor statements
      Renamed gnome-cmd-file-info class to gnome-cmd-file-base
      fileroller plugin: new function for retrieving GFile attribute as string
      Unref GFile object instance when finalizing GnomeCmdFileBase instance
      Instead of using old gnome-vfs uri in the current state, use a GFile object
      noop: variable renamed
      Adding this missing commit for renaming a method name and adding an method argument
      Removing unused gFileInfo member from GnomeCmdFile class
      Explicitely use instance variable in GetGfileAttributeString method
      Updating NEWS and releases.xml
      Updated copyright
      Remove GnomeVFSFileInfo (only used in fileroller plugin) from gnome-cmd-file-base class
      Remove unused uri member from gnome-cmd-file-base class
      noop: variable renamed
      Show GIO default application and content type name in file props dialog
      Filter file list based on gio and not on gnome-vfs anymore
      Test via GIO if the '-' directory given in the commandline is existing
      Remove unused method to create a GnomeCmdApp instance via gnome-vfs
      noop: NULL to nullptr
      InternalViewer: Move ViewerFileOps struct declaration into header file
      InternalViewer: Use gio to set display mode at startup
      Changed reference to master branch in number of commits shield
      Comment out code which might make no sense after migration to gio / gvfs
      Get file type using gio for showing fav apps in popup menu
      Comment out code which might make no sense after migration to gio / gvfs
      noop: Variable and function renaming
      Move retrieval of standard file type enum in GnomeCmdFile class
      Migrate type2string from gnome-vfs to gio
      Use gio to find out the file type in many parts of the source code
      Replace GNOME_VFS_PERM... with own define statements
      Fixed mistake in documentation for internal viewer
      InternalViewer: Implement scrolling via keyboard arrow keys, partly fixing #95
      InternalViewer: Implement image scrolling with mouse wheel, #95
      InternalViewer: Scroll image horizontally while pressing ctrl key and using the mouse wheel, #95
      InternalViewer: Scroll image while pressing mouse button and moving the mouse; fixing #95
      InternalViewer: Only move up to image edges, not further, when using keyboard arrows
      Updating NEWS and releases.xml
      Updating documentation for scrolling feature in InternalViewer, #95
      Calculate the file size and directory size with gio instead of gnome-vfs
      No need to use GNOME_VFS_SIZE_FORMAT_STR anymore
      Use gio filetype to assign colors
      Find out if app needs terminal via GFile attribute
      Open properties popup by keypress at the position of the file/directory in the file list, fixing #96
      Fix return value for symbolic links, introduced in commit 76d00a4
      Use G_GUINT64_FORMAT specifier and guint64
      Updating files for next stable release
      Rename a file or folder with GIO and store the new gFile reference at the same time, fixing #99
      Merge branch 'fix_file_rename_issue' into 'gcmd-1-12'
      Follow symlinks when retrieving file information
      Merge branch '1-12-glist-init-fix' into 'gcmd-1-12'
      Harden the behavior when not information via gnomeCmdFile->gFile is available.
      Updated list of translators
      Updated index.docbook, releases.xml and appdata file

Wolfgang Stöggl (1):
      Update German translation

Yuri Chornoivan (11):
      Update Ukrainian translation
      Update Ukrainian translation
      Update Ukrainian translation
      Update Ukrainian translation
      Update Ukrainian translation
      Update Ukrainian translation
      Update Ukrainian translation
      Update Ukrainian translation
      Update Ukrainian translation
      Update Ukrainian translation
      Update Ukrainian translation

Мирослав Николић (2):
      Update Serbian translation
      Update Serbian translation


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