[okteta] /: Use more https in links

Friedrich W. H. Kossebau null at kde.org
Sun Feb 3 15:44:35 GMT 2019


Git commit 7c8b519b7261c99fe8c826b5b4a8175a2afdd35b by Friedrich W. H. Kossebau.
Committed on 03/02/2019 at 15:13.
Pushed by kossebau into branch 'master'.

Use more https in links

M  +1    -1    CMakeLists.txt
M  +1    -1    doc/index.docbook
M  +1    -1    kasten/controllers/view/poddecoder/typecodecs/utf8codec.cpp
M  +1    -1    kasten/controllers/view/structures/examples/okteta/structures/bitfields/metadata.desktop
M  +1    -1    kasten/controllers/view/structures/examples/okteta/structures/classfile/main.js
M  +1    -1    kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop
M  +1    -1    kasten/controllers/view/structures/examples/okteta/structures/dynamic/metadata.desktop
M  +1    -1    kasten/controllers/view/structures/examples/okteta/structures/elf-js/metadata.desktop
M  +1    -1    kasten/controllers/view/structures/examples/okteta/structures/elf/metadata.desktop
M  +1    -1    kasten/controllers/view/structures/examples/okteta/structures/enum/metadata.desktop
M  +1    -1    kasten/controllers/view/structures/examples/okteta/structures/flags/metadata.desktop
M  +1    -1    kasten/controllers/view/structures/examples/okteta/structures/png/metadata.desktop
M  +1    -1    kasten/controllers/view/structures/examples/okteta/structures/simple-js/metadata.desktop
M  +1    -1    kasten/controllers/view/structures/examples/okteta/structures/test/metadata.desktop
M  +1    -1    kasten/controllers/view/structures/examples/okteta/structures/test_2/metadata.desktop
M  +1    -1    kasten/controllers/view/structures/examples/okteta/structures/testtest/metadata.desktop
M  +2    -2    kasten/controllers/view/structures/gccxml-to-osd.xsl
M  +1    -1    kasten/controllers/view/viewstatus/viewstatuscontroller.cpp
M  +1    -1    kasten/gui/io/streamencoder/srec/bytearraysrecstreamencoder.cpp

https://commits.kde.org/okteta/7c8b519b7261c99fe8c826b5b4a8175a2afdd35b

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f1cdb136..442e02fe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -106,7 +106,7 @@ find_package(KF5 ${REQUIRED_KF5_VERSION} REQUIRED
 
 find_package(Qca-qt5 2.1.0)
 set_package_properties(Qca-qt5 PROPERTIES DESCRIPTION "Qt Cryptographic Architecture"
-                       URL "http:/download.kde.org/stable/qca-qt5" TYPE OPTIONAL
+                       URL "https:/download.kde.org/stable/qca-qt5" TYPE OPTIONAL
                        PURPOSE "Needed for most of the algorithms of the checksum tool")
 
 add_definitions(
diff --git a/doc/index.docbook b/doc/index.docbook
index 9f14cbb9..d8f985a3 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -580,7 +580,7 @@ Support for strings (various Unicode encodings) in definitions
         X-KDE-PluginInfo-Email=foo.bar at email.org
         X-KDE-PluginInfo-Name=simplestruct
         X-KDE-PluginInfo-Version=1.0
-        X-KDE-PluginInfo-Website=http://www.plugin.org/
+        X-KDE-PluginInfo-Website=https://www.plugin.org/
         X-KDE-PluginInfo-Category=structure
         X-KDE-PluginInfo-License=LGPL
         X-KDE-PluginInfo-EnabledByDefault=false
diff --git a/kasten/controllers/view/poddecoder/typecodecs/utf8codec.cpp b/kasten/controllers/view/poddecoder/typecodecs/utf8codec.cpp
index 5c1128d4..90864735 100644
--- a/kasten/controllers/view/poddecoder/typecodecs/utf8codec.cpp
+++ b/kasten/controllers/view/poddecoder/typecodecs/utf8codec.cpp
@@ -43,7 +43,7 @@ QVariant Utf8Codec::value(const PODData& data, int* byteCount) const
 {
     // UTF-8
     // interpreted as a sequence of bytes, there is no endian problem
-    // source: http://unicode.org/faq/utf_bom.html#3
+    // source: https://unicode.org/faq/utf_bom.html#3
     const QChar replacementChar(QChar::ReplacementCharacter);
     const char* originalData = (const char*)data.originalData();
     const int maxUtf8DataSize = data.size();
diff --git a/kasten/controllers/view/structures/examples/okteta/structures/bitfields/metadata.desktop b/kasten/controllers/view/structures/examples/okteta/structures/bitfields/metadata.desktop
index a2df8991..87eed7e7 100644
--- a/kasten/controllers/view/structures/examples/okteta/structures/bitfields/metadata.desktop
+++ b/kasten/controllers/view/structures/examples/okteta/structures/bitfields/metadata.desktop
@@ -48,7 +48,7 @@ X-KDE-PluginInfo-Author=Alex Richardson
 X-KDE-PluginInfo-Email=alex.richardson at gmx.de
 X-KDE-PluginInfo-Name=bitfields
 X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=http://www.plugin.org/
+X-KDE-PluginInfo-Website=https://www.plugin.org/
 X-KDE-PluginInfo-Category=structure
 X-KDE-PluginInfo-License=LGPL
 X-KDE-PluginInfo-EnabledByDefault=false
diff --git a/kasten/controllers/view/structures/examples/okteta/structures/classfile/main.js b/kasten/controllers/view/structures/examples/okteta/structures/classfile/main.js
index ade338bd..37362c71 100644
--- a/kasten/controllers/view/structures/examples/okteta/structures/classfile/main.js
+++ b/kasten/controllers/view/structures/examples/okteta/structures/classfile/main.js
@@ -123,7 +123,7 @@ function cp_info() {
 }
 
 function init() {
-    //from http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html
+    //from https://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html
     /*
     ClassFile {
         u4             magic;
diff --git a/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop b/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop
index 531e7fca..704566d9 100644
--- a/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop
+++ b/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop
@@ -75,7 +75,7 @@ X-KDE-PluginInfo-Author=Alex Richardson
 X-KDE-PluginInfo-Email=alex.richardson at gmx.de
 X-KDE-PluginInfo-Name=classfile
 X-KDE-PluginInfo-Version=0.1
-X-KDE-PluginInfo-Website=http://www.plugin.org/
+X-KDE-PluginInfo-Website=https://www.plugin.org/
 X-KDE-PluginInfo-Category=structure/js
 X-KDE-PluginInfo-License=GPLv3
 X-KDE-PluginInfo-EnabledByDefault=false
diff --git a/kasten/controllers/view/structures/examples/okteta/structures/dynamic/metadata.desktop b/kasten/controllers/view/structures/examples/okteta/structures/dynamic/metadata.desktop
index 32d8da6c..f4c100e0 100644
--- a/kasten/controllers/view/structures/examples/okteta/structures/dynamic/metadata.desktop
+++ b/kasten/controllers/view/structures/examples/okteta/structures/dynamic/metadata.desktop
@@ -89,7 +89,7 @@ X-KDE-PluginInfo-Author=Alex Richardson
 X-KDE-PluginInfo-Email=alex.richardson at gmx.de
 X-KDE-PluginInfo-Name=dynamic
 X-KDE-PluginInfo-Version=1.0
-#X-KDE-PluginInfo-Website=http://www.plugin.org/
+#X-KDE-PluginInfo-Website=https://www.plugin.org/
 X-KDE-PluginInfo-Category=structure
 X-KDE-PluginInfo-License=LGPL
 X-KDE-PluginInfo-EnabledByDefault=false
diff --git a/kasten/controllers/view/structures/examples/okteta/structures/elf-js/metadata.desktop b/kasten/controllers/view/structures/examples/okteta/structures/elf-js/metadata.desktop
index 90e4bdfe..de7cc9b9 100644
--- a/kasten/controllers/view/structures/examples/okteta/structures/elf-js/metadata.desktop
+++ b/kasten/controllers/view/structures/examples/okteta/structures/elf-js/metadata.desktop
@@ -92,7 +92,7 @@ X-KDE-PluginInfo-Author=Alex Richardson
 X-KDE-PluginInfo-Email=alex.richardson at gmx.de
 X-KDE-PluginInfo-Name=elf-js
 X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=http://www.kde.org/
+X-KDE-PluginInfo-Website=https://www.kde.org/
 X-KDE-PluginInfo-Category=structure/js
 X-KDE-PluginInfo-License=LGPL
 X-KDE-PluginInfo-EnabledByDefault=false
diff --git a/kasten/controllers/view/structures/examples/okteta/structures/elf/metadata.desktop b/kasten/controllers/view/structures/examples/okteta/structures/elf/metadata.desktop
index 03092793..19c3e7f5 100644
--- a/kasten/controllers/view/structures/examples/okteta/structures/elf/metadata.desktop
+++ b/kasten/controllers/view/structures/examples/okteta/structures/elf/metadata.desktop
@@ -90,7 +90,7 @@ X-KDE-PluginInfo-Author=Harald Fernengel
 X-KDE-PluginInfo-Email=harry at kdevelop.org
 X-KDE-PluginInfo-Name=elf
 X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=http://www.kde.org/
+X-KDE-PluginInfo-Website=https://www.kde.org/
 X-KDE-PluginInfo-Category=structure
 X-KDE-PluginInfo-License=LGPL
 X-KDE-PluginInfo-EnabledByDefault=false
diff --git a/kasten/controllers/view/structures/examples/okteta/structures/enum/metadata.desktop b/kasten/controllers/view/structures/examples/okteta/structures/enum/metadata.desktop
index d829653a..9848fe5f 100644
--- a/kasten/controllers/view/structures/examples/okteta/structures/enum/metadata.desktop
+++ b/kasten/controllers/view/structures/examples/okteta/structures/enum/metadata.desktop
@@ -87,7 +87,7 @@ X-KDE-PluginInfo-Author=Alex Richardson
 X-KDE-PluginInfo-Email=alex.richardson at gmx.de
 X-KDE-PluginInfo-Name=enum
 X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=http://www.test.org/
+X-KDE-PluginInfo-Website=https://www.test.org/
 X-KDE-PluginInfo-Category=structure
 X-KDE-PluginInfo-License=LGPL
 X-KDE-PluginInfo-EnabledByDefault=false
diff --git a/kasten/controllers/view/structures/examples/okteta/structures/flags/metadata.desktop b/kasten/controllers/view/structures/examples/okteta/structures/flags/metadata.desktop
index 8d0e673e..f43e548d 100644
--- a/kasten/controllers/view/structures/examples/okteta/structures/flags/metadata.desktop
+++ b/kasten/controllers/view/structures/examples/okteta/structures/flags/metadata.desktop
@@ -82,7 +82,7 @@ X-KDE-PluginInfo-Author=Alex Richardson
 X-KDE-PluginInfo-Email=alex.richardson at gmx.de
 X-KDE-PluginInfo-Name=flags
 X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=http://www.test.org/
+X-KDE-PluginInfo-Website=https://www.test.org/
 X-KDE-PluginInfo-Category=structure
 X-KDE-PluginInfo-License=LGPL
 X-KDE-PluginInfo-EnabledByDefault=false
diff --git a/kasten/controllers/view/structures/examples/okteta/structures/png/metadata.desktop b/kasten/controllers/view/structures/examples/okteta/structures/png/metadata.desktop
index 66957ba1..43675ed1 100644
--- a/kasten/controllers/view/structures/examples/okteta/structures/png/metadata.desktop
+++ b/kasten/controllers/view/structures/examples/okteta/structures/png/metadata.desktop
@@ -91,7 +91,7 @@ X-KDE-PluginInfo-Author=Alex Richardson
 X-KDE-PluginInfo-Email=alex.richardson at gmx.de
 X-KDE-PluginInfo-Name=png
 X-KDE-PluginInfo-Version=1.0
-#X-KDE-PluginInfo-Website=http://www.plugin.org/
+#X-KDE-PluginInfo-Website=https://www.plugin.org/
 X-KDE-PluginInfo-Category=structure
 X-KDE-PluginInfo-License=LGPL
 X-KDE-PluginInfo-EnabledByDefault=false
diff --git a/kasten/controllers/view/structures/examples/okteta/structures/simple-js/metadata.desktop b/kasten/controllers/view/structures/examples/okteta/structures/simple-js/metadata.desktop
index 63285f87..9c121f7b 100644
--- a/kasten/controllers/view/structures/examples/okteta/structures/simple-js/metadata.desktop
+++ b/kasten/controllers/view/structures/examples/okteta/structures/simple-js/metadata.desktop
@@ -91,7 +91,7 @@ X-KDE-PluginInfo-Author=Alex Richardson
 X-KDE-PluginInfo-Email=alex.richardson at gmx.de
 X-KDE-PluginInfo-Name=simple-js
 X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=http://www.plugin.org/
+X-KDE-PluginInfo-Website=https://www.plugin.org/
 X-KDE-PluginInfo-Category=structure/js
 X-KDE-PluginInfo-License=GPLv3
 X-KDE-PluginInfo-EnabledByDefault=false
diff --git a/kasten/controllers/view/structures/examples/okteta/structures/test/metadata.desktop b/kasten/controllers/view/structures/examples/okteta/structures/test/metadata.desktop
index 81a7cfb3..35e373f9 100644
--- a/kasten/controllers/view/structures/examples/okteta/structures/test/metadata.desktop
+++ b/kasten/controllers/view/structures/examples/okteta/structures/test/metadata.desktop
@@ -93,7 +93,7 @@ X-KDE-PluginInfo-Author=Alex Richardson
 X-KDE-PluginInfo-Email=alex.richardson at gmx.de
 X-KDE-PluginInfo-Name=test
 X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=http://www.plugin.org/
+X-KDE-PluginInfo-Website=https://www.plugin.org/
 X-KDE-PluginInfo-Category=structure
 X-KDE-PluginInfo-License=LGPL
 X-KDE-PluginInfo-EnabledByDefault=true
diff --git a/kasten/controllers/view/structures/examples/okteta/structures/test_2/metadata.desktop b/kasten/controllers/view/structures/examples/okteta/structures/test_2/metadata.desktop
index 546318c6..f8b26da0 100644
--- a/kasten/controllers/view/structures/examples/okteta/structures/test_2/metadata.desktop
+++ b/kasten/controllers/view/structures/examples/okteta/structures/test_2/metadata.desktop
@@ -93,7 +93,7 @@ X-KDE-PluginInfo-Author=Alex Richardson
 X-KDE-PluginInfo-Email=alex.richardson at gmx.de
 X-KDE-PluginInfo-Name=test_2
 X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=http://www.plugin.org/
+X-KDE-PluginInfo-Website=https://www.plugin.org/
 X-KDE-PluginInfo-Category=structure
 X-KDE-PluginInfo-License=LGPL
 X-KDE-PluginInfo-EnabledByDefault=false
diff --git a/kasten/controllers/view/structures/examples/okteta/structures/testtest/metadata.desktop b/kasten/controllers/view/structures/examples/okteta/structures/testtest/metadata.desktop
index 435337cb..a8e2075e 100644
--- a/kasten/controllers/view/structures/examples/okteta/structures/testtest/metadata.desktop
+++ b/kasten/controllers/view/structures/examples/okteta/structures/testtest/metadata.desktop
@@ -43,7 +43,7 @@ X-KDE-PluginInfo-Author=Alex Richardson
 X-KDE-PluginInfo-Email=alex.richardson at gmx.de
 X-KDE-PluginInfo-Name=bitfields
 X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=http://www.plugin.org/
+X-KDE-PluginInfo-Website=https://www.plugin.org/
 X-KDE-PluginInfo-Category=structure
 X-KDE-PluginInfo-License=LGPL
 X-KDE-PluginInfo-EnabledByDefault=false
diff --git a/kasten/controllers/view/structures/gccxml-to-osd.xsl b/kasten/controllers/view/structures/gccxml-to-osd.xsl
index 1214dc99..394a7754 100644
--- a/kasten/controllers/view/structures/gccxml-to-osd.xsl
+++ b/kasten/controllers/view/structures/gccxml-to-osd.xsl
@@ -10,8 +10,8 @@ xsltproc -stringparam structs complex gccxml-to-osd.xsl example.gcc.xml > exampl
 
 See:
 https://frinring.wordpress.com/2010/01/16/tutorial-create-your-own-okteta-structure-definitions/
-http://www.gccxml.org/
-http://utils.kde.org/projects/okteta/
+https://gccxml.github.io/HTML/Index.html
+https://www.kde.org/applications/utilities/okteta/
 
 In case of doubts you can contact me at ale at clearmind.me
 
diff --git a/kasten/controllers/view/viewstatus/viewstatuscontroller.cpp b/kasten/controllers/view/viewstatus/viewstatuscontroller.cpp
index 08b0cd80..7e47f379 100644
--- a/kasten/controllers/view/viewstatus/viewstatuscontroller.cpp
+++ b/kasten/controllers/view/viewstatus/viewstatuscontroller.cpp
@@ -91,7 +91,7 @@ ViewStatusController::ViewStatusController(StatusBar* statusBar)
 }
 
 // the letter C can be very wide, that is why with proportinal fonts there seems too much space used, but isn't
-// see http://frinring.wordpress.com/2008/10/14/better-width-with-open-sources/
+// see https://frinring.wordpress.com/2008/10/14/better-width-with-open-sources/
 void ViewStatusController::fixWidths(int offsetCoding)
 {
     const QFontMetrics metrics = mStatusBar->fontMetrics();
diff --git a/kasten/gui/io/streamencoder/srec/bytearraysrecstreamencoder.cpp b/kasten/gui/io/streamencoder/srec/bytearraysrecstreamencoder.cpp
index e2c7226d..10374154 100644
--- a/kasten/gui/io/streamencoder/srec/bytearraysrecstreamencoder.cpp
+++ b/kasten/gui/io/streamencoder/srec/bytearraysrecstreamencoder.cpp
@@ -71,7 +71,7 @@ void ByteArraySRecStreamEncoder::streamBlockHeader(QTextStream& textStream, unsi
 //                         const char* moduleName = 0, const char* description = 0,
 //                         quint8 version = 0, quint8 revision = 0 )
 {
-    // cmp. http://linux.die.net/man/5/srec
+    // cmp. https://linux.die.net/man/1/srec_cat
     // WP says: vendor specific data rather than program data
 //     static const int moduleNameLineOffset = 3;
 //     static const int moduleNameLength = 10;


More information about the kde-doc-english mailing list