From fcfc201c8dc0dbaebc56c2a5a774c363351fdb2a Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Sat, 19 Jan 2019 16:35:21 +0100 Subject: [PATCH] Use more https in links (& update a few urls) GIT_SILENT --- CMakeLists.txt | 6 +++--- .../plasma/desktoptheme/testtheme/metadata.desktop | 2 +- autotests/data/signedPackage/contents/code/main.js | 4 ++-- autotests/packagemetadatatest.desktop | 2 +- examples/applets/bugreport/metadata.desktop | 2 +- examples/applets/nowplaying/metadata.desktop | 2 +- examples/applets/samegame/metadata.desktop | 2 +- .../applets/testcomponents/contents/ui/DragPage.qml | 8 ++++---- examples/applets/widgetgallery/metadata.desktop | 2 +- ...sma-dataengine-example-customDataContainers.desktop | 2 +- .../plasma-dataengine-example-simpleEngine.desktop | 2 +- .../plasma-dataengine-example-sourcesOnRequest.desktop | 2 +- examples/developerguide/basic/metadata.desktop | 2 +- .../plasma-containmentactions-test.desktop | 2 +- src/declarativeimports/core/framesvgitem.h | 2 +- src/desktoptheme/air/metadata.desktop | 2 +- src/desktoptheme/breeze-dark/metadata.desktop | 2 +- src/desktoptheme/breeze-light/metadata.desktop | 2 +- src/desktoptheme/breeze/metadata.desktop | 2 +- src/desktoptheme/oxygen/metadata.desktop | 2 +- src/plasma/CMakeLists.txt | 2 +- src/plasma/Mainpage.dox | 8 ++++---- src/plasma/README | 10 +++++----- src/plasma/private/effectwatcher.cpp | 2 +- src/plasmaquick/private/packages.cpp | 2 +- .../qml/plasmoid/containmentinterface.cpp | 2 +- src/tools/port-cmake-style.sh | 4 ++-- templates/cpp-plasmoid/src/package/metadata.desktop | 2 +- .../package/metadata.desktop | 2 +- templates/qml-plasmoid/package/metadata.desktop | 2 +- 30 files changed, 44 insertions(+), 44 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 91ade0a16..1a465bf3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,12 +84,12 @@ set_package_properties(KF5DocTools PROPERTIES DESCRIPTION "Tools to generate doc #optional features find_package(X11 MODULE) set_package_properties(X11 PROPERTIES DESCRIPTION "X11 libraries" - URL "http://www.x.org" + URL "https://www.x.org/" TYPE OPTIONAL ) find_package(XCB MODULE COMPONENTS XCB COMPOSITE DAMAGE SHAPE XFIXES RENDER) set_package_properties(XCB PROPERTIES DESCRIPTION "X protocol C-language Binding" - URL "http://xcb.freedesktop.org" + URL "https://xcb.freedesktop.org/" TYPE OPTIONAL ) if(X11_FOUND AND XCB_XCB_FOUND) @@ -101,7 +101,7 @@ endif() find_package(OpenGL) set_package_properties(OpenGL PROPERTIES DESCRIPTION "The OpenGL libraries" - URL "http://www.opengl.org" + URL "https://www.opengl.org/" TYPE OPTIONAL ) diff --git a/autotests/data/plasma/desktoptheme/testtheme/metadata.desktop b/autotests/data/plasma/desktoptheme/testtheme/metadata.desktop index 18936e6eb..3de26dbcc 100644 --- a/autotests/data/plasma/desktoptheme/testtheme/metadata.desktop +++ b/autotests/data/plasma/desktoptheme/testtheme/metadata.desktop @@ -6,7 +6,7 @@ X-KDE-PluginInfo-Author=KDE Visual Design Group X-KDE-PluginInfo-Email=kde-artists@kde.org X-KDE-PluginInfo-Name=default X-KDE-PluginInfo-Version=5.20 -X-KDE-PluginInfo-Website=http://plasma.kde.org +X-KDE-PluginInfo-Website=https://plasma.kde.org X-KDE-PluginInfo-Category= X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=LGPL diff --git a/autotests/data/signedPackage/contents/code/main.js b/autotests/data/signedPackage/contents/code/main.js index 50a8f62c9..554d5defe 100644 --- a/autotests/data/signedPackage/contents/code/main.js +++ b/autotests/data/signedPackage/contents/code/main.js @@ -5,7 +5,7 @@ // // More documentation can be found here: // -// http://techbase.kde.org/Development/Tutorials/Plasma/JavaScript/API#Extensions +// https://techbase.kde.org/Development/Tutorials/Plasma/JavaScript/API#Extensions output = new TextEdit output.readOnly = true @@ -18,7 +18,7 @@ layout.addItem(output) // to security restrictions) we won't have a plasmoid.get, so let's check for it // before using it! if (plasmoid.getUrl) { - var getJob = plasmoid.getUrl("http://dot.kde.org/rss.xml"); + var getJob = plasmoid.getUrl("https://dot.kde.org/rss.xml"); function recv(job, data) { if (job == getJob) { diff --git a/autotests/packagemetadatatest.desktop b/autotests/packagemetadatatest.desktop index aa240eea1..18b3abd14 100644 --- a/autotests/packagemetadatatest.desktop +++ b/autotests/packagemetadatatest.desktop @@ -94,7 +94,7 @@ X-KDE-PluginInfo-Author=Bertjan Broeksema X-KDE-PluginInfo-Email=b.broeksema@kdemail.net X-KDE-PluginInfo-Name=test X-KDE-PluginInfo-Version=pre0.1 -X-KDE-PluginInfo-Website=http://plasma.kde.org/ +X-KDE-PluginInfo-Website=https://plasma.kde.org/ X-KDE-PluginInfo-Category=System test X-KDE-PluginInfo-Depends=some_test_dep X-KDE-PluginInfo-License=GPL diff --git a/examples/applets/bugreport/metadata.desktop b/examples/applets/bugreport/metadata.desktop index 4472bf030..2845fa937 100644 --- a/examples/applets/bugreport/metadata.desktop +++ b/examples/applets/bugreport/metadata.desktop @@ -130,7 +130,7 @@ X-KDE-PluginInfo-Email=sebas@kde.org X-KDE-PluginInfo-License=GPL X-KDE-PluginInfo-Name=org.kde.example.bugreport X-KDE-PluginInfo-Version= -X-KDE-PluginInfo-Website=http://bugs.kde.org +X-KDE-PluginInfo-Website=https://bugs.kde.org X-KDE-ServiceTypes=Plasma/Applet X-Plasma-API=declarativeappletscript diff --git a/examples/applets/nowplaying/metadata.desktop b/examples/applets/nowplaying/metadata.desktop index 3a5b1e1fe..e65ac8570 100644 --- a/examples/applets/nowplaying/metadata.desktop +++ b/examples/applets/nowplaying/metadata.desktop @@ -91,6 +91,6 @@ X-KDE-PluginInfo-EnabledByDefault=true X-KDE-PluginInfo-License=GPL X-KDE-PluginInfo-Name=org.kde.nowplaying-qml X-KDE-PluginInfo-Version=1.0 -X-KDE-PluginInfo-Website=http://plasma.kde.org/ +X-KDE-PluginInfo-Website=https://plasma.kde.org/ X-Plasma-API=declarativeappletscript X-Plasma-MainScript=qml/main.qml diff --git a/examples/applets/samegame/metadata.desktop b/examples/applets/samegame/metadata.desktop index 7ac191907..def933d1c 100644 --- a/examples/applets/samegame/metadata.desktop +++ b/examples/applets/samegame/metadata.desktop @@ -89,7 +89,7 @@ X-KDE-PluginInfo-Author=Marco Martin X-KDE-PluginInfo-Email=notmart@gmail.com X-KDE-PluginInfo-Name=org.kde.samegame-qml X-KDE-PluginInfo-Version=1.0 -X-KDE-PluginInfo-Website=http://plasma.kde.org/ +X-KDE-PluginInfo-Website=https://plasma.kde.org/ X-KDE-PluginInfo-Category=Examples X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/examples/applets/testcomponents/contents/ui/DragPage.qml b/examples/applets/testcomponents/contents/ui/DragPage.qml index b1e4ab7a7..1d878667d 100644 --- a/examples/applets/testcomponents/contents/ui/DragPage.qml +++ b/examples/applets/testcomponents/contents/ui/DragPage.qml @@ -72,7 +72,7 @@ PlasmaComponents.Page { objectName: "imageandurl" anchors { fill: parent; } //delegateImage: "akonadi" - mimeData.url: "http://plasma.kde.org" + mimeData.url: "https://plasma.kde.org/" onDragStarted: { isDragging = true; print(" drag started for " + objectName); @@ -94,7 +94,7 @@ PlasmaComponents.Page { objectName: "image" anchors { fill: parent; } //delegateImage: "akonadi" - //mimeData.url: "http://plasma.kde.org" + //mimeData.url: "https://plasma.kde.org" onDragStarted: { isDragging = true; print(" drag started for " + objectName); @@ -163,8 +163,8 @@ PlasmaComponents.Page { mimeData.text: "Clownfish" mimeData.html: "

Swimming in a Sea of Cheese

Primus->perform();

" mimeData.color: "darkred" - mimeData.url: "http://plasma.kde.org" - mimeData.urls: ["http://planetkde.org", "http://fsfe.org", "http://techbase.kde.org", "http://qt-project.org"] + mimeData.url: "https://plasma.kde.org" + mimeData.urls: ["https://planet.kde.org", "https://fsfe.org", "https://techbase.kde.org", "https://qt.io"] //Rectangle { anchors.fill: parent; color: "yellow"; opacity: 0.6; } diff --git a/examples/applets/widgetgallery/metadata.desktop b/examples/applets/widgetgallery/metadata.desktop index fd09df6bd..92bc0a944 100644 --- a/examples/applets/widgetgallery/metadata.desktop +++ b/examples/applets/widgetgallery/metadata.desktop @@ -88,7 +88,7 @@ X-KDE-PluginInfo-Author=Marco MArtin X-KDE-PluginInfo-Email=notmart@gmail.com X-KDE-PluginInfo-Name=org.kde.example.widgetgallery X-KDE-PluginInfo-Version=1.0 -X-KDE-PluginInfo-Website=http://plasma.kde.org/ +X-KDE-PluginInfo-Website=https://plasma.kde.org/ X-KDE-PluginInfo-Category=Examples X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/examples/dataengines/customDataContainers/plasma-dataengine-example-customDataContainers.desktop b/examples/dataengines/customDataContainers/plasma-dataengine-example-customDataContainers.desktop index b174cae46..be92900cd 100644 --- a/examples/dataengines/customDataContainers/plasma-dataengine-example-customDataContainers.desktop +++ b/examples/dataengines/customDataContainers/plasma-dataengine-example-customDataContainers.desktop @@ -87,7 +87,7 @@ X-KDE-PluginInfo-Author=Aaron Seigo X-KDE-PluginInfo-Email=aseigo@kde.org X-KDE-PluginInfo-Name=org.kde.examples.customDataContainers X-KDE-PluginInfo-Version=1.0 -X-KDE-PluginInfo-Website=http://plasma.kde.org/ +X-KDE-PluginInfo-Website=https://plasma.kde.org/ X-KDE-PluginInfo-Category=Examples X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=BSD diff --git a/examples/dataengines/simpleEngine/plasma-dataengine-example-simpleEngine.desktop b/examples/dataengines/simpleEngine/plasma-dataengine-example-simpleEngine.desktop index b5557abbb..8ebdbbcc7 100644 --- a/examples/dataengines/simpleEngine/plasma-dataengine-example-simpleEngine.desktop +++ b/examples/dataengines/simpleEngine/plasma-dataengine-example-simpleEngine.desktop @@ -90,7 +90,7 @@ X-KDE-PluginInfo-Author=Aaron Seigo X-KDE-PluginInfo-Email=aseigo@kde.org X-KDE-PluginInfo-Name=org.kde.examples.simpleEngine X-KDE-PluginInfo-Version=1.0 -X-KDE-PluginInfo-Website=http://plasma.kde.org/ +X-KDE-PluginInfo-Website=https://plasma.kde.org/ X-KDE-PluginInfo-Category=Examples X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=BSD diff --git a/examples/dataengines/sourcesOnRequest/plasma-dataengine-example-sourcesOnRequest.desktop b/examples/dataengines/sourcesOnRequest/plasma-dataengine-example-sourcesOnRequest.desktop index 4c28dec81..c55601fb1 100644 --- a/examples/dataengines/sourcesOnRequest/plasma-dataengine-example-sourcesOnRequest.desktop +++ b/examples/dataengines/sourcesOnRequest/plasma-dataengine-example-sourcesOnRequest.desktop @@ -87,7 +87,7 @@ X-KDE-PluginInfo-Author=Aaron Seigo X-KDE-PluginInfo-Email=aseigo@kde.org X-KDE-PluginInfo-Name=org.kde.examples.sourcesOnRequest X-KDE-PluginInfo-Version=1.0 -X-KDE-PluginInfo-Website=http://plasma.kde.org/ +X-KDE-PluginInfo-Website=https://plasma.kde.org/ X-KDE-PluginInfo-Category=Examples X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=BSD diff --git a/examples/developerguide/basic/metadata.desktop b/examples/developerguide/basic/metadata.desktop index 835c3a493..cd7e110f7 100644 --- a/examples/developerguide/basic/metadata.desktop +++ b/examples/developerguide/basic/metadata.desktop @@ -89,7 +89,7 @@ X-KDE-PluginInfo-Email=sebas@kde.org X-KDE-PluginInfo-License=LGPLv2+ X-KDE-PluginInfo-Name=org.kde.example.developerguide.basic X-KDE-PluginInfo-Version=1.0 -X-KDE-PluginInfo-Website=http://www.kde.org +X-KDE-PluginInfo-Website=https://www.kde.org X-KDE-ServiceTypes=KPackage/GenericQML X-Plasma-API=declarativeappletscript diff --git a/examples/testcontainmentactionsplugin/plasma-containmentactions-test.desktop b/examples/testcontainmentactionsplugin/plasma-containmentactions-test.desktop index 32b488e17..f29000e1a 100644 --- a/examples/testcontainmentactionsplugin/plasma-containmentactions-test.desktop +++ b/examples/testcontainmentactionsplugin/plasma-containmentactions-test.desktop @@ -98,7 +98,7 @@ X-KDE-PluginInfo-Author=Chani X-KDE-PluginInfo-Email=chani@kde.org X-KDE-PluginInfo-Name=test X-KDE-PluginInfo-Version=pre0.1 -X-KDE-PluginInfo-Website=http://plasma.kde.org/ +X-KDE-PluginInfo-Website=https://plasma.kde.org/ X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL X-KDE-PluginInfo-EnabledByDefault=true diff --git a/src/declarativeimports/core/framesvgitem.h b/src/declarativeimports/core/framesvgitem.h index 06206a2ad..a82330fdc 100644 --- a/src/declarativeimports/core/framesvgitem.h +++ b/src/declarativeimports/core/framesvgitem.h @@ -120,7 +120,7 @@ class FrameSvgItem : public QQuickItem /** * prefix for the 9 piece svg, like "pushed" or "normal" for the button - * see http://techbase.kde.org/Development/Tutorials/Plasma/ThemeDetails + * see https://techbase.kde.org/Development/Tutorials/Plasma/ThemeDetails * for a list of paths and prefixes * It can also be an array of strings, specifying a fallback chain in case * the first element isn't found in the theme, eg ["toolbutton-normal", "normal"] diff --git a/src/desktoptheme/air/metadata.desktop b/src/desktoptheme/air/metadata.desktop index 37754fb0d..9659873f3 100644 --- a/src/desktoptheme/air/metadata.desktop +++ b/src/desktoptheme/air/metadata.desktop @@ -95,7 +95,7 @@ X-KDE-PluginInfo-Author=The Oxygen Project X-KDE-PluginInfo-Email=kde-artists@kde.org X-KDE-PluginInfo-Name=air X-KDE-PluginInfo-Version=1.3 -X-KDE-PluginInfo-Website=http://plasma.kde.org +X-KDE-PluginInfo-Website=https://plasma.kde.org X-KDE-PluginInfo-Category= X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/src/desktoptheme/breeze-dark/metadata.desktop b/src/desktoptheme/breeze-dark/metadata.desktop index e01d072c8..952bcadc9 100644 --- a/src/desktoptheme/breeze-dark/metadata.desktop +++ b/src/desktoptheme/breeze-dark/metadata.desktop @@ -46,7 +46,7 @@ X-KDE-PluginInfo-Author=KDE Visual Design Group X-KDE-PluginInfo-Email=kde-artists@kde.org X-KDE-PluginInfo-Name=breeze-dark X-KDE-PluginInfo-Version=5.51 -X-KDE-PluginInfo-Website=http://plasma.kde.org +X-KDE-PluginInfo-Website=https://plasma.kde.org X-KDE-PluginInfo-Category= X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=LGPL diff --git a/src/desktoptheme/breeze-light/metadata.desktop b/src/desktoptheme/breeze-light/metadata.desktop index cc845b8e1..5f4e39c8d 100644 --- a/src/desktoptheme/breeze-light/metadata.desktop +++ b/src/desktoptheme/breeze-light/metadata.desktop @@ -43,7 +43,7 @@ X-KDE-PluginInfo-Author=KDE Visual Design Group X-KDE-PluginInfo-Email=kde-artists@kde.org X-KDE-PluginInfo-Name=default X-KDE-PluginInfo-Version=5.51 -X-KDE-PluginInfo-Website=http://plasma.kde.org +X-KDE-PluginInfo-Website=https://plasma.kde.org X-KDE-PluginInfo-Category= X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=LGPL diff --git a/src/desktoptheme/breeze/metadata.desktop b/src/desktoptheme/breeze/metadata.desktop index 46838be54..3b1667c0d 100644 --- a/src/desktoptheme/breeze/metadata.desktop +++ b/src/desktoptheme/breeze/metadata.desktop @@ -46,7 +46,7 @@ X-KDE-PluginInfo-Author=KDE Visual Design Group X-KDE-PluginInfo-Email=kde-artists@kde.org X-KDE-PluginInfo-Name=default X-KDE-PluginInfo-Version=5.51 -X-KDE-PluginInfo-Website=http://plasma.kde.org +X-KDE-PluginInfo-Website=https://plasma.kde.org X-KDE-PluginInfo-Category= X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=LGPL diff --git a/src/desktoptheme/oxygen/metadata.desktop b/src/desktoptheme/oxygen/metadata.desktop index d6786495b..a16bd3ccb 100644 --- a/src/desktoptheme/oxygen/metadata.desktop +++ b/src/desktoptheme/oxygen/metadata.desktop @@ -94,7 +94,7 @@ X-KDE-PluginInfo-Author=The Oxygen Project X-KDE-PluginInfo-Email=kde-artists@kde.org X-KDE-PluginInfo-Name=oxygen X-KDE-PluginInfo-Version=1.1 -X-KDE-PluginInfo-Website=http://plasma.kde.org +X-KDE-PluginInfo-Website=https://plasma.kde.org X-KDE-PluginInfo-Category= X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/src/plasma/CMakeLists.txt b/src/plasma/CMakeLists.txt index 0ef686341..1427e58ef 100644 --- a/src/plasma/CMakeLists.txt +++ b/src/plasma/CMakeLists.txt @@ -14,7 +14,7 @@ endif() #find_package(KdepimLibs 4.5.60) #find_package(Gpgme) #set_package_properties(KDEPIMLIBS PROPERTIES DESCRIPTION "KDE PIM libraries" -# URL "http://www.kde.org" TYPE OPTIONAL +# URL "https://www.kde.org" TYPE OPTIONAL # PURPOSE "Needed for building several Plasma DataEngines") configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-plasma.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-plasma.h) diff --git a/src/plasma/Mainpage.dox b/src/plasma/Mainpage.dox index 4ba86d7cf..df0f3178f 100644 --- a/src/plasma/Mainpage.dox +++ b/src/plasma/Mainpage.dox @@ -6,14 +6,14 @@ widgets (Plasma::Applet) that can be organised into managed groupings abstraction layer (Plasma::DataEngine) and a corresponding service interaction layer (Plasma::Service) to make implementing widgets easier. -The Qt Quick -framework and set of KDE Frameworks +The Qt Quick +framework and set of KDE Frameworks provide the underpinning for Plasma framework. As a result, it should work anywhere that Qt does. Although Plasma framework is developed for the use of the Plasma desktop shell, currently known as Plasma 5, it is general enough to be useful in other applications. -Amarok is using it for its context +Amarok is using it for its context view, allowing for pluggable widgets to display and interact with the music collection, such as "current track" and "tag cloud" widgets. @@ -35,7 +35,7 @@ Other important classes are: The -Plasma tutorials +Plasma tutorials on TechBase provide a good introduction to writing plugins, such as widgets and data engines, for libplasma-based applications. diff --git a/src/plasma/README b/src/plasma/README index e55cd8746..8d9f12efa 100644 --- a/src/plasma/README +++ b/src/plasma/README @@ -11,10 +11,10 @@ ContainmentActions, Containment and other plugins. Commit Guidelines: * If your patch is not an obvious or trivial bug fix, have it peer reviewed - by another Plasma developer; http://reviewboard.kde.org is your friend :) + by another Plasma developer; https://phabricator.kde.org is your friend :) -* All code MUST follow the kdelibs coding style, as found at: - http://techbase.kde.org/Policies/Kdelibs_Coding_Style +* All code MUST follow the KDE Frameworks coding style, as found at: + https://techbase.kde.org/Policies/Frameworks_Coding_Style * All new public API MUST have apidox written before committing and must go through an API review with another Plasma developer. We have to maintain @@ -23,7 +23,7 @@ Commit Guidelines: Unit tests are next to godliness. (Though as you can see, right now libplasma is hellbound.) -Please refer to the Plasma website (http://plasma.kde.org) and Plasma wiki -(http://techbase.kde.org/Projects/Plasma) for API documentation and design +Please refer to the Plasma website (https://plasma.kde.org) and Plasma wiki +(https://community.kde.org/Plasma) for API documentation and design documents regarding this library. diff --git a/src/plasma/private/effectwatcher.cpp b/src/plasma/private/effectwatcher.cpp index 82c1c0d0c..04da91904 100644 --- a/src/plasma/private/effectwatcher.cpp +++ b/src/plasma/private/effectwatcher.cpp @@ -65,7 +65,7 @@ bool EffectWatcher::nativeEventFilter(const QByteArray &eventType, void *message // A faster comparison than eventType != "xcb_generic_event_t" // given that eventType can only have the following values: // "xcb_generic_event_t", "windows_generic_MSG" and "mac_generic_NSEvent" - // According to http://doc.qt.io/qt-5/qabstractnativeeventfilter.html + // According to https://doc.qt.io/qt-5/qabstractnativeeventfilter.html if (eventType[0] != 'x') { return false; } diff --git a/src/plasmaquick/private/packages.cpp b/src/plasmaquick/private/packages.cpp index 4e379775e..f0a901f2b 100644 --- a/src/plasmaquick/private/packages.cpp +++ b/src/plasmaquick/private/packages.cpp @@ -30,7 +30,7 @@ void LookAndFeelPackage::initPackage(Plasma::Package *package) { - // http://community.kde.org/Plasma/lookAndFeelPackage# + // https://community.kde.org/Plasma/lookAndFeelPackage package->setDefaultPackageRoot(QStringLiteral(PLASMA_RELATIVE_DATA_INSTALL_DIR "/look-and-feel/")); //Defaults diff --git a/src/scriptengines/qml/plasmoid/containmentinterface.cpp b/src/scriptengines/qml/plasmoid/containmentinterface.cpp index 9cde92105..24f6a702d 100644 --- a/src/scriptengines/qml/plasmoid/containmentinterface.cpp +++ b/src/scriptengines/qml/plasmoid/containmentinterface.cpp @@ -1089,7 +1089,7 @@ void ContainmentInterface::wheelEvent(QWheelEvent *event) m_wheelDelta += event->delta(); // Angle delta 120 for common "one click" - // See: http://qt-project.org/doc/qt-5/qml-qtquick-wheelevent.html#angleDelta-prop + // See: https://doc.qt.io/qt-5/qml-qtquick-wheelevent.html#angleDelta-prop while (m_wheelDelta >= 120) { m_wheelDelta -= 120; plugin->performPreviousAction(); diff --git a/src/tools/port-cmake-style.sh b/src/tools/port-cmake-style.sh index e339e4d7d..62bda056d 100755 --- a/src/tools/port-cmake-style.sh +++ b/src/tools/port-cmake-style.sh @@ -1,10 +1,10 @@ for FS in `find $PWD -type f -name 'CMakeLists.txt' -o -name '*.cmake'`; do #all commands should be lowercase - #http://techbase.kde.org/Policies/CMake_Coding_Style#Upper.2Flower_casing + #https://community.kde.org/Policies/CMake_Coding_Style#Upper.2Flower_casing perl -p -i -e 's/^( *)([0-9A-Z_]*)( *)\(/$1.lc($2).$3."("/ge' $FS #removes the predicate of endif and else in cmake - # http://techbase.kde.org/Policies/CMake_Coding_Style#End_commands + # https://community.kde.org/Policies/CMake_Coding_Style#End_commands perl -p -i -e 's/endif( *)\(.*\)/endif\1()/g' $FS perl -p -i -e 's/else( *)\(.*\)/else\1()/g' $FS done diff --git a/templates/cpp-plasmoid/src/package/metadata.desktop b/templates/cpp-plasmoid/src/package/metadata.desktop index 2eedf7b56..283d54b17 100644 --- a/templates/cpp-plasmoid/src/package/metadata.desktop +++ b/templates/cpp-plasmoid/src/package/metadata.desktop @@ -87,7 +87,7 @@ X-KDE-PluginInfo-Author=%{AUTHOR} X-KDE-PluginInfo-Email=%{EMAIL} X-KDE-PluginInfo-Name=org.kde.plasma.%{APPNAMELC} X-KDE-PluginInfo-Version=1.0 -X-KDE-PluginInfo-Website=http://plasma.kde.org/ +X-KDE-PluginInfo-Website=https://plasma.kde.org/ X-KDE-PluginInfo-Category=Utilities X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/templates/qml-plasmoid-with-qml-extension/package/metadata.desktop b/templates/qml-plasmoid-with-qml-extension/package/metadata.desktop index 93891b78c..ca4cb1d8f 100644 --- a/templates/qml-plasmoid-with-qml-extension/package/metadata.desktop +++ b/templates/qml-plasmoid-with-qml-extension/package/metadata.desktop @@ -85,7 +85,7 @@ X-KDE-PluginInfo-Author=%{AUTHOR} X-KDE-PluginInfo-Email=%{EMAIL} X-KDE-PluginInfo-Name=org.kde.plasma.%{APPNAMELC} X-KDE-PluginInfo-Version=1.0 -X-KDE-PluginInfo-Website=http://plasma.kde.org/ +X-KDE-PluginInfo-Website=https://plasma.kde.org/ X-KDE-PluginInfo-Category=Utilities X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/templates/qml-plasmoid/package/metadata.desktop b/templates/qml-plasmoid/package/metadata.desktop index 93891b78c..ca4cb1d8f 100644 --- a/templates/qml-plasmoid/package/metadata.desktop +++ b/templates/qml-plasmoid/package/metadata.desktop @@ -85,7 +85,7 @@ X-KDE-PluginInfo-Author=%{AUTHOR} X-KDE-PluginInfo-Email=%{EMAIL} X-KDE-PluginInfo-Name=org.kde.plasma.%{APPNAMELC} X-KDE-PluginInfo-Version=1.0 -X-KDE-PluginInfo-Website=http://plasma.kde.org/ +X-KDE-PluginInfo-Website=https://plasma.kde.org/ X-KDE-PluginInfo-Category=Utilities X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL