From f8a54167410b4c2395c23c6d5ab89e78095e283c Mon Sep 17 00:00:00 2001 From: Andre Miranda Date: Sat, 13 Jul 2019 18:22:52 -0300 Subject: [PATCH] Use https where possible --- HACKING | 4 ++-- README | 16 ++++++++-------- autogen.sh | 2 +- configure.ac.in | 2 +- docs/reference/thunarx/thunarx-docs.xml | 12 ++++++------ org.xfce.thunar.appdata.xml.in | 6 +++--- org.xfce.thunar.policy.in.in | 2 +- plugins/thunar-wallpaper/twp-provider.c | 2 +- thunar/thunar-exec.c | 2 +- thunar/thunar-file.c | 2 +- thunar/thunar-io-scan-directory.c | 2 +- thunar/thunar-path-entry.c | 4 ++-- thunar/thunar-shortcuts-view.c | 2 +- thunar/thunar-window.c | 4 ++-- 14 files changed, 31 insertions(+), 31 deletions(-) diff --git a/HACKING b/HACKING index ca01ce77c..4c0d0aaca 100644 --- a/HACKING +++ b/HACKING @@ -1,7 +1,7 @@ Bug tracking system =================== -Thunar uses the Xfce bug tracking system at http://bugzilla.xfce.org/, +Thunar uses the Xfce bug tracking system at https://bugzilla.xfce.org/, hosted and maintained by the Xfce project. @@ -23,7 +23,7 @@ Feature requests ================ Please file feature requests to the Xfce bug tracking system -(http://buzilla.xfce.org, product Thunar) with a Severity of +(https://buzilla.xfce.org, product Thunar) with a Severity of enhancement. Make sure that your feature request wasn't reported already before; requesting a feature several times won't increase the changed that it gets added! diff --git a/README b/README index 4ab6c1b47..be4ca73d4 100644 --- a/README +++ b/README @@ -60,32 +60,32 @@ Standards compliance Thunar supports the following standards/specifications: * XDG Base Directory Specification - http://freedesktop.org/wiki/Standards_2fbasedir_2dspec + https://freedesktop.org/wiki/Specifications/basedir-spec * Shared MIME Database Specification - http://freedesktop.org/wiki/Standards_2fshared_2dmime_2dinfo_2dspec + https://freedesktop.org/wiki/Specifications/shared-mime-info-spec * X Direct Save (XDS) Protocol for the X Window System - http://freedesktop.org/wiki/Standards_2fdirect_2dsave + https://freedesktop.org/wiki/Specifications/direct-save * Icon Theme Specification - http://freedesktop.org/wiki/Standards_2ficon_2dtheme_2dspec + https://freedesktop.org/wiki/Specifications/icon-theme-spec * Thumbnail Managing Standard - http://jens.triq.net/thumbnail-spec/index.html + https://freedesktop.org/wiki/Specifications/thumbnails * File URI Specification - http://freedesktop.org/wiki/Standards_2ffile_2duri_2dspec + https://freedesktop.org/wiki/Specifications/file-uri-spec * Desktop Trash Can Specification - http://freedesktop.org/wiki/Standards_2ftrash_2dspec + https://freedesktop.org/wiki/Specifications/trash-spec How to report bugs? =================== Bugs should be reported to the Xfce bug tracking system -(http://bugzilla.xfce.org, product Thunar). You will need to +(https://bugzilla.xfce.org, product Thunar). You will need to create an account for yourself. Please read the HACKING file for information on where to send diff --git a/autogen.sh b/autogen.sh index e5e6f6b88..2c6f79402 100755 --- a/autogen.sh +++ b/autogen.sh @@ -24,7 +24,7 @@ autogen.sh: You don't seem to have the Xfce development tools installed on your system, which are required to build this software. Please install the xfce4-dev-tools package first, it is available - from http://www.xfce.org/. + from https://www.xfce.org/. EOF exit 1 } diff --git a/configure.ac.in b/configure.ac.in index 8c55181d7..eaefdec78 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -41,7 +41,7 @@ dnl *************************** dnl *** Initialize autoconf *** dnl *************************** AC_COPYRIGHT([Copyright (c) 2004-2015 The Thunar development team. All rights reserved.]) -AC_INIT([Thunar], [thunar_version], [http://bugzilla.xfce.org/], [Thunar]) +AC_INIT([Thunar], [thunar_version], [https://bugzilla.xfce.org/], [Thunar]) AC_PREREQ([2.60]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET() diff --git a/docs/reference/thunarx/thunarx-docs.xml b/docs/reference/thunarx/thunarx-docs.xml index d41bb2b5d..4a1f2cbe4 100644 --- a/docs/reference/thunarx/thunarx-docs.xml +++ b/docs/reference/thunarx/thunarx-docs.xml @@ -42,7 +42,7 @@ any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. The complete license text is available from the Free Software Foundation. + type="http" url="https://www.gnu.org/">Free Software Foundation. @@ -80,7 +80,7 @@ It is based on the GLib Dynamic Type + url="https://developer.gnome.org/gobject/unstable/chapter-gtype.html">GLib Dynamic Type System and loads the extensions on demand to reduce the system resources allocated for the file manager process. @@ -106,7 +106,7 @@ Provide basic compatibility with the Nautilus Extension Framework, + url="https://www.gnome.org/projects/nautilus/">Nautilus Extension Framework, so vendors don't need to write several versions of their extensions for the various file managers. With the current implementation it should be easy to write a small wrapper library for generic extensions that can be loaded into both Thunar and @@ -119,10 +119,10 @@ therefore people that already know how to write Nautilus extensions must be careful when writing extensions for Thunar, because Thunar actually unloads the extension when it's no longer needed. The GTypePlugin + url="https://developer.gnome.org/gobject/unstable/GTypePlugin.html">GTypePlugin and GTypeModule - sections in the GObject + url="https://developer.gnome.org/gobject/unstable/GTypeModule.html">GTypeModule + sections in the GObject Reference Manual provide details about the handling of dynamic type plugins. diff --git a/org.xfce.thunar.appdata.xml.in b/org.xfce.thunar.appdata.xml.in index 64a135773..272f6d728 100644 --- a/org.xfce.thunar.appdata.xml.in +++ b/org.xfce.thunar.appdata.xml.in @@ -14,12 +14,12 @@ clean two-pane design for browsing all your files. - http://xfce.org/projects + https://xfce.org/projects https://bugzilla.xfce.org/describecomponents.cgi?product=Thunar - http://docs.xfce.org/xfce/thunar/start + https://docs.xfce.org/xfce/thunar/start - http://docs.xfce.org/_media/xfce/thunar/file-manager-window.png + https://docs.xfce.org/_media/xfce/thunar/file-manager-window.png diff --git a/org.xfce.thunar.policy.in.in b/org.xfce.thunar.policy.in.in index d64113e91..6caf6d061 100644 --- a/org.xfce.thunar.policy.in.in +++ b/org.xfce.thunar.policy.in.in @@ -13,7 +13,7 @@ --> Thunar - http://xfce.org/ + https://xfce.org/ system-file-manager diff --git a/plugins/thunar-wallpaper/twp-provider.c b/plugins/thunar-wallpaper/twp-provider.c index f345738a7..887ae6460 100644 --- a/plugins/thunar-wallpaper/twp-provider.c +++ b/plugins/thunar-wallpaper/twp-provider.c @@ -320,7 +320,7 @@ twp_action_set_wallpaper (ThunarxMenuItem *item, /* Taken from xfce_spawn_get_active_workspace_number in xfce-spawn.c apart of * the libxfce4ui library. - * http://git.xfce.org/xfce/libxfce4ui/tree/libxfce4ui/xfce-spawn.c#n193 + * https://git.xfce.org/xfce/libxfce4ui/tree/libxfce4ui/xfce-spawn.c#n193 */ static gint twp_get_active_workspace_number (GdkScreen *screen) diff --git a/thunar/thunar-exec.c b/thunar/thunar-exec.c index edbe270e1..685783c08 100644 --- a/thunar/thunar-exec.c +++ b/thunar/thunar-exec.c @@ -104,7 +104,7 @@ te_string_append_quoted_uri (GString *string, * @error : return location for errors or %NULL. * * Substitutes Exec parameter variables according - * to the Desktop Entry Specification and returns the * parsed argument vector (in @argv) and the number of items placed * into @argv (in @argc). diff --git a/thunar/thunar-file.c b/thunar/thunar-file.c index ece10f053..1ac9a1e4f 100644 --- a/thunar/thunar-file.c +++ b/thunar/thunar-file.c @@ -3391,7 +3391,7 @@ thunar_file_get_emblem_names (ThunarFile *file) : 0; /* we add "cant-read" if either (a) the file is not readable or (b) a directory, that lacks the - * x-bit, see http://bugzilla.xfce.org/show_bug.cgi?id=1408 for the details about this change. + * x-bit, see https://bugzilla.xfce.org/show_bug.cgi?id=1408 for the details about this change. */ if (!thunar_file_is_readable (file) || (thunar_file_is_directory (file) diff --git a/thunar/thunar-io-scan-directory.c b/thunar/thunar-io-scan-directory.c index 33aa7af45..8072db1d0 100644 --- a/thunar/thunar-io-scan-directory.c +++ b/thunar/thunar-io-scan-directory.c @@ -64,7 +64,7 @@ thunar_io_scan_directory (ThunarJob *job, /* don't recurse when we are scanning prior to unlinking and the current * file/dir is in the trash. In GVfs, only the top-level directories in * the trash can be modified and deleted directly. See - * http://bugzilla.xfce.org/show_bug.cgi?id=7147 + * https://bugzilla.xfce.org/show_bug.cgi?id=7147 * for more information */ if (unlinking && thunar_g_file_is_trashed (file) diff --git a/thunar/thunar-path-entry.c b/thunar/thunar-path-entry.c index 049e0ed2d..48fa5fb08 100644 --- a/thunar/thunar-path-entry.c +++ b/thunar/thunar-path-entry.c @@ -614,7 +614,7 @@ thunar_path_entry_changed (GtkEditable *editable) /* set the new folder for the completion model, but disconnect the model from the * completion first, because GtkEntryCompletion has become very slow recently when - * updating the model being used (http://bugzilla.xfce.org/show_bug.cgi?id=1681). + * updating the model being used (https://bugzilla.xfce.org/show_bug.cgi?id=1681). */ model = gtk_entry_completion_get_model (completion); g_object_ref (G_OBJECT (model)); @@ -905,7 +905,7 @@ thunar_path_entry_match_func (GtkEntryCompletion *completion, model = gtk_entry_completion_get_model (completion); /* leave if the model is null, we do this in thunar_path_entry_changed() to speed - * things up, but that causes http://bugzilla.xfce.org/show_bug.cgi?id=4847. */ + * things up, but that causes https://bugzilla.xfce.org/show_bug.cgi?id=4847. */ if (G_UNLIKELY (model == NULL)) return FALSE; diff --git a/thunar/thunar-shortcuts-view.c b/thunar/thunar-shortcuts-view.c index c5d749cbc..b281b2274 100644 --- a/thunar/thunar-shortcuts-view.c +++ b/thunar/thunar-shortcuts-view.c @@ -870,7 +870,7 @@ thunar_shortcuts_view_drag_leave (GtkWidget *widget, } /* schedule a repaint to make sure the special drop icon for the target row - * is reset to its default (http://bugzilla.xfce.org/show_bug.cgi?id=2498). + * is reset to its default (https://bugzilla.xfce.org/show_bug.cgi?id=2498). */ gtk_widget_queue_draw (widget); diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c index df24b900d..f626baf18 100644 --- a/thunar/thunar-window.c +++ b/thunar/thunar-window.c @@ -651,7 +651,7 @@ static inline gint view_type2index (GType type) { /* this necessary for platforms where sizeof(GType) != sizeof(gint), - * see http://bugzilla.xfce.org/show_bug.cgi?id=2726 for details. + * see https://bugzilla.xfce.org/show_bug.cgi?id=2726 for details. */ if (sizeof (GType) == sizeof (gint)) { @@ -676,7 +676,7 @@ static inline GType view_index2type (gint idx) { /* this necessary for platforms where sizeof(GType) != sizeof(gint), - * see http://bugzilla.xfce.org/show_bug.cgi?id=2726 for details. + * see https://bugzilla.xfce.org/show_bug.cgi?id=2726 for details. */ if (sizeof (GType) == sizeof (gint)) {