diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -156,7 +156,7 @@ find_package(epoxy) set_package_properties(epoxy PROPERTIES DESCRIPTION "libepoxy" - URL "http://github.com/anholt/libepoxy" + URL "https://github.com/anholt/libepoxy" TYPE REQUIRED PURPOSE "OpenGL dispatch library" ) @@ -216,7 +216,7 @@ find_package(X11) set_package_properties(X11 PROPERTIES DESCRIPTION "X11 libraries" - URL "http://www.x.org" + URL "https://www.x.org" TYPE REQUIRED ) add_feature_info("XInput" X11_Xinput_FOUND "Required for poll-free mouse cursor updates") @@ -260,7 +260,7 @@ find_package(Freetype REQUIRED) set_package_properties(Freetype PROPERTIES DESCRIPTION "A font rendering engine" - URL "http://www.freetype.org" + URL "https://www.freetype.org" TYPE REQUIRED PURPOSE "Needed for KWin's QPA plugin." ) @@ -272,7 +272,7 @@ find_package(Xwayland) set_package_properties(Xwayland PROPERTIES - URL "http://x.org" + URL "https://x.org" DESCRIPTION "Xwayland X server" TYPE RUNTIME PURPOSE "Needed for running kwin_wayland" diff --git a/abstract_client.h b/abstract_client.h --- a/abstract_client.h +++ b/abstract_client.h @@ -141,7 +141,7 @@ Q_PROPERTY(bool minimized READ isMinimized WRITE setMinimized NOTIFY minimizedChanged) /** * The optional geometry representing the minimized Client in e.g a taskbar. - * See _NET_WM_ICON_GEOMETRY at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_ICON_GEOMETRY at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . * The value is evaluated each time the getter is called. * Because of that no changed signal is provided. **/ diff --git a/client.cpp b/client.cpp --- a/client.cpp +++ b/client.cpp @@ -235,7 +235,7 @@ if (isOnCurrentDesktop() && isShown(true)) addWorkspaceRepaint(visibleRect()); // Grab X during the release to make removing of properties, setting to withdrawn state - // and repareting to root an atomic operation (http://lists.kde.org/?l=kde-devel&m=116448102901184&w=2) + // and repareting to root an atomic operation (https://lists.kde.org/?l=kde-devel&m=116448102901184&w=2) grabXServer(); exportMappingState(WithdrawnState); setModal(false); // Otherwise its mainwindow wouldn't get focus @@ -1458,7 +1458,7 @@ } } -// The list is taken from http://www.unicode.org/reports/tr9/ (#154840) +// The list is taken from https://www.unicode.org/reports/tr9/ (#154840) static const QChar LRM(0x200E); void Client::setCaption(const QString& _s, bool force) diff --git a/cmake/modules/FindLibinput.cmake b/cmake/modules/FindLibinput.cmake --- a/cmake/modules/FindLibinput.cmake +++ b/cmake/modules/FindLibinput.cmake @@ -120,6 +120,6 @@ include(FeatureSummary) set_package_properties(Libinput PROPERTIES - URL "http://www.freedesktop.org/wiki/Software/libinput/" + URL "https://www.freedesktop.org/wiki/Software/libinput/" DESCRIPTION "Library to handle input devices in Wayland compositors and to provide a generic X.Org input driver." ) diff --git a/cmake/modules/FindQt5EventDispatcherSupport.cmake b/cmake/modules/FindQt5EventDispatcherSupport.cmake --- a/cmake/modules/FindQt5EventDispatcherSupport.cmake +++ b/cmake/modules/FindQt5EventDispatcherSupport.cmake @@ -116,7 +116,7 @@ include(FeatureSummary) set_package_properties(Qt5EventDispatcherSupport PROPERTIES - URL "http://www.qt.io" + URL "https://www.qt.io" DESCRIPTION "Qt EventDispatcherSupport module." ) diff --git a/cmake/modules/FindQt5FontDatabaseSupport.cmake b/cmake/modules/FindQt5FontDatabaseSupport.cmake --- a/cmake/modules/FindQt5FontDatabaseSupport.cmake +++ b/cmake/modules/FindQt5FontDatabaseSupport.cmake @@ -116,7 +116,7 @@ include(FeatureSummary) set_package_properties(Qt5FontDatabaseSupport PROPERTIES - URL "http://www.qt.io" + URL "https://www.qt.io" DESCRIPTION "Qt FontDatabaseSupport module." ) diff --git a/cmake/modules/FindQt5ThemeSupport.cmake b/cmake/modules/FindQt5ThemeSupport.cmake --- a/cmake/modules/FindQt5ThemeSupport.cmake +++ b/cmake/modules/FindQt5ThemeSupport.cmake @@ -116,7 +116,7 @@ include(FeatureSummary) set_package_properties(Qt5ThemeSupport PROPERTIES - URL "http://www.qt.io" + URL "https://www.qt.io" DESCRIPTION "Qt ThemeSupport module." ) diff --git a/cmake/modules/FindXKB.cmake b/cmake/modules/FindXKB.cmake --- a/cmake/modules/FindXKB.cmake +++ b/cmake/modules/FindXKB.cmake @@ -106,6 +106,6 @@ include(FeatureSummary) set_package_properties(XKB PROPERTIES - URL "http://xkbcommon.org" + URL "https://xkbcommon.org" DESCRIPTION "XKB API common to servers and clients." ) diff --git a/cmake/modules/Findgbm.cmake b/cmake/modules/Findgbm.cmake --- a/cmake/modules/Findgbm.cmake +++ b/cmake/modules/Findgbm.cmake @@ -120,6 +120,6 @@ include(FeatureSummary) set_package_properties(gbm PROPERTIES - URL "http://www.mesa3d.org" + URL "https://www.mesa3d.org" DESCRIPTION "Mesa gbm library." ) diff --git a/colorcorrection/suncalc.cpp b/colorcorrection/suncalc.cpp --- a/colorcorrection/suncalc.cpp +++ b/colorcorrection/suncalc.cpp @@ -33,7 +33,7 @@ QPair calculateSunTimings(QDate prompt, double latitude, double longitude, bool morning) { - // calculations based on http://aa.quae.nl/en/reken/zonpositie.html + // calculations based on https://aa.quae.nl/en/reken/zonpositie.html // accuracy: +/- 5min // positioning diff --git a/doc/windowspecific/index.docbook b/doc/windowspecific/index.docbook --- a/doc/windowspecific/index.docbook +++ b/doc/windowspecific/index.docbook @@ -10,7 +10,7 @@ &Lauri.Watts; &Lauri.Watts.mail; - Parts of this documentation was converted from the KDE UserBase KWin Rules page and updated by the &kde; Documentation team to Plasma 5.8. + Parts of this documentation was converted from the KDE UserBase KWin Rules page and updated by the &kde; Documentation team to Plasma 5.8. @@ -199,7 +199,7 @@ Both Exact Match and Substring Match implement case insensitive matching. For example, AB matches the string AB, ab, Ab and aB. -Regular Expression - Qt's regular expressions are implemented - see pattern matching using regular expressions. +Regular Expression - Qt's regular expressions are implemented - see pattern matching using regular expressions. Detect Window Properties @@ -1012,7 +1012,7 @@ Credits and License Documentation Copyright see the UserBase - KWin Rules page history + KWin Rules page history &underFDL; diff --git a/effects/dimscreen/package/metadata.desktop b/effects/dimscreen/package/metadata.desktop --- a/effects/dimscreen/package/metadata.desktop +++ b/effects/dimscreen/package/metadata.desktop @@ -136,4 +136,4 @@ X-KDE-Ordering=60 X-Plasma-API=javascript X-Plasma-MainScript=code/main.js -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/dim_administration.mp4 +X-KWin-Video-Url=https://files.kde.org/plasma/kwin/effect-videos/dim_administration.mp4 diff --git a/effects/effect_builtins.cpp b/effects/effect_builtins.cpp --- a/effects/effect_builtins.cpp +++ b/effects/effect_builtins.cpp @@ -148,7 +148,7 @@ i18ndc("kwin_effects", "Comment describing the KWin Effect", "Display a Cover Flow effect for the alt+tab window switcher"), QStringLiteral("Window Management"), QString(), - QUrl(QStringLiteral("http://files.kde.org/plasma/kwin/effect-videos/cover_switch.mp4")), + QUrl(QStringLiteral("https://files.kde.org/plasma/kwin/effect-videos/cover_switch.mp4")), false, true, #ifdef EFFECT_BUILTINS @@ -163,7 +163,7 @@ i18ndc("kwin_effects", "Comment describing the KWin Effect", "Display each virtual desktop on a side of a cube"), QStringLiteral("Window Management"), QString(), - QUrl(QStringLiteral("http://files.kde.org/plasma/kwin/effect-videos/desktop_cube.ogv")), + QUrl(QStringLiteral("https://files.kde.org/plasma/kwin/effect-videos/desktop_cube.ogv")), false, false, #ifdef EFFECT_BUILTINS @@ -178,7 +178,7 @@ i18ndc("kwin_effects", "Comment describing the KWin Effect", "Animate desktop switching with a cube"), QStringLiteral("Virtual Desktop Switching Animation"), QStringLiteral("desktop-animations"), - QUrl(QStringLiteral("http://files.kde.org/plasma/kwin/effect-videos/desktop_cube_animation.ogv")), + QUrl(QStringLiteral("https://files.kde.org/plasma/kwin/effect-videos/desktop_cube_animation.ogv")), false, false, #ifdef EFFECT_BUILTINS @@ -193,7 +193,7 @@ i18ndc("kwin_effects", "Comment describing the KWin Effect", "Zoom out so all desktops are displayed side-by-side in a grid"), QStringLiteral("Window Management"), QString(), - QUrl(QStringLiteral("http://files.kde.org/plasma/kwin/effect-videos/desktop_grid.mp4")), + QUrl(QStringLiteral("https://files.kde.org/plasma/kwin/effect-videos/desktop_grid.mp4")), true, false, #ifdef EFFECT_BUILTINS @@ -208,7 +208,7 @@ i18ndc("kwin_effects", "Comment describing the KWin Effect", "Darken inactive windows"), QStringLiteral("Focus"), QString(), - QUrl(QStringLiteral("http://files.kde.org/plasma/kwin/effect-videos/dim_inactive.mp4")), + QUrl(QStringLiteral("https://files.kde.org/plasma/kwin/effect-videos/dim_inactive.mp4")), false, false, #ifdef EFFECT_BUILTINS @@ -238,7 +238,7 @@ i18ndc("kwin_effects", "Comment describing the KWin Effect", "Flip through windows that are in a stack for the alt+tab window switcher"), QStringLiteral("Window Management"), QString(), - QUrl(QStringLiteral("http://files.kde.org/plasma/kwin/effect-videos/flip_switch.mp4")), + QUrl(QStringLiteral("https://files.kde.org/plasma/kwin/effect-videos/flip_switch.mp4")), false, false, #ifdef EFFECT_BUILTINS @@ -283,7 +283,7 @@ i18ndc("kwin_effects", "Comment describing the KWin Effect", "Inverts the color of the desktop and windows"), QStringLiteral("Accessibility"), QString(), - QUrl(QStringLiteral("http://files.kde.org/plasma/kwin/effect-videos/invert.mp4")), + QUrl(QStringLiteral("https://files.kde.org/plasma/kwin/effect-videos/invert.mp4")), false, false, #ifdef EFFECT_BUILTINS @@ -313,7 +313,7 @@ i18ndc("kwin_effects", "Comment describing the KWin Effect", "A screen magnifier that looks like a fisheye lens"), QStringLiteral("Accessibility"), QStringLiteral("magnifiers"), - QUrl(QStringLiteral("http://files.kde.org/plasma/kwin/effect-videos/looking_glass.ogv")), + QUrl(QStringLiteral("https://files.kde.org/plasma/kwin/effect-videos/looking_glass.ogv")), false, false, #ifdef EFFECT_BUILTINS @@ -328,7 +328,7 @@ i18ndc("kwin_effects", "Comment describing the KWin Effect", "Simulate a magic lamp when minimizing windows"), QStringLiteral("Appearance"), QStringLiteral("minimize"), - QUrl(QStringLiteral("http://files.kde.org/plasma/kwin/effect-videos/magic_lamp.ogv")), + QUrl(QStringLiteral("https://files.kde.org/plasma/kwin/effect-videos/magic_lamp.ogv")), false, false, #ifdef EFFECT_BUILTINS @@ -343,7 +343,7 @@ i18ndc("kwin_effects", "Comment describing the KWin Effect", "Magnify the section of the screen that is near the mouse cursor"), QStringLiteral("Accessibility"), QStringLiteral("magnifiers"), - QUrl(QStringLiteral("http://files.kde.org/plasma/kwin/effect-videos/magnifier.ogv")), + QUrl(QStringLiteral("https://files.kde.org/plasma/kwin/effect-videos/magnifier.ogv")), false, false, #ifdef EFFECT_BUILTINS @@ -358,7 +358,7 @@ i18ndc("kwin_effects", "Comment describing the KWin Effect", "Creates an animation whenever a mouse button is clicked. This is useful for screenrecordings/presentations"), QStringLiteral("Accessibility"), QString(), - QUrl(QStringLiteral("http://files.kde.org/plasma/kwin/effect-videos/mouse_click.mp4")), + QUrl(QStringLiteral("https://files.kde.org/plasma/kwin/effect-videos/mouse_click.mp4")), false, false, #ifdef EFFECT_BUILTINS @@ -388,7 +388,7 @@ i18ndc("kwin_effects", "Comment describing the KWin Effect", "Zoom out until all opened windows can be displayed side-by-side"), QStringLiteral("Window Management"), QString(), - QUrl(QStringLiteral("http://files.kde.org/plasma/kwin/effect-videos/present_windows.mp4")), + QUrl(QStringLiteral("https://files.kde.org/plasma/kwin/effect-videos/present_windows.mp4")), true, false, #ifdef EFFECT_BUILTINS @@ -493,7 +493,7 @@ i18ndc("kwin_effects", "Comment describing the KWin Effect", "Slide desktops when switching virtual desktops"), QStringLiteral("Virtual Desktop Switching Animation"), QStringLiteral("desktop-animations"), - QUrl(QStringLiteral("http://files.kde.org/plasma/kwin/effect-videos/slide.ogv")), + QUrl(QStringLiteral("https://files.kde.org/plasma/kwin/effect-videos/slide.ogv")), true, false, #ifdef EFFECT_BUILTINS @@ -523,7 +523,7 @@ i18ndc("kwin_effects", "Comment describing the KWin Effect", "Sliding animation for Plasma popups"), QStringLiteral("Appearance"), QString(), - QUrl(QStringLiteral("http://files.kde.org/plasma/kwin/effect-videos/sliding_popups.mp4")), + QUrl(QStringLiteral("https://files.kde.org/plasma/kwin/effect-videos/sliding_popups.mp4")), true, false, #ifdef EFFECT_BUILTINS @@ -538,7 +538,7 @@ i18ndc("kwin_effects", "Comment describing the KWin Effect", "Help you locate the center of the screen when moving a window"), QStringLiteral("Accessibility"), QString(), - QUrl(QStringLiteral("http://files.kde.org/plasma/kwin/effect-videos/snap_helper.mp4")), + QUrl(QStringLiteral("https://files.kde.org/plasma/kwin/effect-videos/snap_helper.mp4")), false, false, #ifdef EFFECT_BUILTINS @@ -598,7 +598,7 @@ i18ndc("kwin_effects", "Comment describing the KWin Effect", "Display a mouse cursor locating effect when activated"), QStringLiteral("Accessibility"), QString(), - QUrl(QStringLiteral("http://files.kde.org/plasma/kwin/effect-videos/track_mouse.mp4")), + QUrl(QStringLiteral("https://files.kde.org/plasma/kwin/effect-videos/track_mouse.mp4")), false, false, #ifdef EFFECT_BUILTINS @@ -628,7 +628,7 @@ i18ndc("kwin_effects", "Comment describing the KWin Effect", "Deform windows while they are moving"), QStringLiteral("Candy"), QString(), - QUrl(QStringLiteral("http://files.kde.org/plasma/kwin/effect-videos/wobbly_windows.ogv")), + QUrl(QStringLiteral("https://files.kde.org/plasma/kwin/effect-videos/wobbly_windows.ogv")), false, false, #ifdef EFFECT_BUILTINS @@ -643,7 +643,7 @@ i18ndc("kwin_effects", "Comment describing the KWin Effect", "Magnify the entire desktop"), QStringLiteral("Accessibility"), QStringLiteral("magnifiers"), - QUrl(QStringLiteral("http://files.kde.org/plasma/kwin/effect-videos/zoom.ogv")), + QUrl(QStringLiteral("https://files.kde.org/plasma/kwin/effect-videos/zoom.ogv")), true, false, #ifdef EFFECT_BUILTINS diff --git a/effects/fadedesktop/package/metadata.desktop b/effects/fadedesktop/package/metadata.desktop --- a/effects/fadedesktop/package/metadata.desktop +++ b/effects/fadedesktop/package/metadata.desktop @@ -144,5 +144,5 @@ X-KDE-PluginInfo-License=GPL X-KDE-PluginInfo-EnabledByDefault=false X-KDE-Ordering=50 -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/fade_desktop.ogv +X-KWin-Video-Url=https://files.kde.org/plasma/kwin/effect-videos/fade_desktop.ogv X-KWin-Exclusive-Category=desktop-animations diff --git a/effects/maximize/package/metadata.desktop b/effects/maximize/package/metadata.desktop --- a/effects/maximize/package/metadata.desktop +++ b/effects/maximize/package/metadata.desktop @@ -110,4 +110,4 @@ X-KDE-Ordering=60 X-Plasma-API=javascript X-Plasma-MainScript=code/maximize.js -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/maximize.ogv +X-KWin-Video-Url=https://files.kde.org/plasma/kwin/effect-videos/maximize.ogv diff --git a/effects/morphingpopups/package/metadata.desktop b/effects/morphingpopups/package/metadata.desktop --- a/effects/morphingpopups/package/metadata.desktop +++ b/effects/morphingpopups/package/metadata.desktop @@ -87,4 +87,4 @@ X-KDE-Ordering=60 X-Plasma-API=javascript X-Plasma-MainScript=code/morphingpopups.js -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/morphingpopups.ogv +X-KWin-Video-Url=https://files.kde.org/plasma/kwin/effect-videos/morphingpopups.ogv diff --git a/effects/squash/package/metadata.desktop b/effects/squash/package/metadata.desktop --- a/effects/squash/package/metadata.desktop +++ b/effects/squash/package/metadata.desktop @@ -59,4 +59,4 @@ X-Plasma-API=javascript X-Plasma-MainScript=code/main.js X-KWin-Exclusive-Category=minimize -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/minimize.ogv +X-KWin-Video-Url=https://files.kde.org/plasma/kwin/effect-videos/minimize.ogv diff --git a/geometry.cpp b/geometry.cpp --- a/geometry.cpp +++ b/geometry.cpp @@ -2694,7 +2694,7 @@ bool has_grab = false; // This reportedly improves smoothness of the moveresize operation, // something with Enter/LeaveNotify events, looks like XFree performance problem or something *shrug* - // (http://lists.kde.org/?t=107302193400001&r=1&w=2) + // (https://lists.kde.org/?t=107302193400001&r=1&w=2) QRect r = workspace()->clientArea(FullArea, this); m_moveResizeGrabWindow.create(r, XCB_WINDOW_CLASS_INPUT_ONLY, 0, NULL, rootWindow()); m_moveResizeGrabWindow.map(); diff --git a/kcmkwin/kwindecoration/declarative-plugin/buttonsmodel.cpp b/kcmkwin/kwindecoration/declarative-plugin/buttonsmodel.cpp --- a/kcmkwin/kwindecoration/declarative-plugin/buttonsmodel.cpp +++ b/kcmkwin/kwindecoration/declarative-plugin/buttonsmodel.cpp @@ -166,7 +166,7 @@ /* When moving an item down, the destination index needs to be incremented by one, as explained in the documentation: - http://doc.qt.nokia.com/qabstractitemmodel.html#beginMoveRows */ + https://doc.qt.io/qt-5/qabstractitemmodel.html#beginMoveRows */ if (targetIndex > sourceIndex) { // Row will be moved down beginMoveRows(QModelIndex(), sourceIndex, sourceIndex, QModelIndex(), targetIndex + 1); diff --git a/kcmkwin/kwinoptions/AUTHORS b/kcmkwin/kwinoptions/AUTHORS --- a/kcmkwin/kwinoptions/AUTHORS +++ b/kcmkwin/kwinoptions/AUTHORS @@ -1,4 +1,4 @@ -Please use http://bugs.kde.org to report bugs. +Please use https://bugs.kde.org to report bugs. The following authors may have retired by the time you read this :-) KWM Configuration Module: diff --git a/kcmkwin/kwinoptions/main.h b/kcmkwin/kwinoptions/main.h --- a/kcmkwin/kwinoptions/main.h +++ b/kcmkwin/kwinoptions/main.h @@ -4,7 +4,7 @@ * Copyright (c) 2001 Waldo Bastian * * Requires the Qt widget libraries, available at no cost at - * http://www.troll.no/ + * https://www.qt.io/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libkwineffects/kwineffects.h b/libkwineffects/kwineffects.h --- a/libkwineffects/kwineffects.h +++ b/libkwineffects/kwineffects.h @@ -1820,65 +1820,65 @@ Q_PROPERTY(QString windowRole READ windowRole) /** * Returns whether the window is a desktop background window (the one with wallpaper). - * See _NET_WM_WINDOW_TYPE_DESKTOP at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_DESKTOP at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool desktopWindow READ isDesktop) /** * Returns whether the window is a dock (i.e. a panel). - * See _NET_WM_WINDOW_TYPE_DOCK at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_DOCK at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool dock READ isDock) /** * Returns whether the window is a standalone (detached) toolbar window. - * See _NET_WM_WINDOW_TYPE_TOOLBAR at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_TOOLBAR at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool toolbar READ isToolbar) /** * Returns whether the window is a torn-off menu. - * See _NET_WM_WINDOW_TYPE_MENU at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_MENU at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool menu READ isMenu) /** * Returns whether the window is a "normal" window, i.e. an application or any other window * for which none of the specialized window types fit. - * See _NET_WM_WINDOW_TYPE_NORMAL at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_NORMAL at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool normalWindow READ isNormalWindow) /** * Returns whether the window is a dialog window. - * See _NET_WM_WINDOW_TYPE_DIALOG at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_DIALOG at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool dialog READ isDialog) /** * Returns whether the window is a splashscreen. Note that many (especially older) applications * do not support marking their splash windows with this type. - * See _NET_WM_WINDOW_TYPE_SPLASH at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_SPLASH at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool splash READ isSplash) /** * Returns whether the window is a utility window, such as a tool window. - * See _NET_WM_WINDOW_TYPE_UTILITY at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_UTILITY at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool utility READ isUtility) /** * Returns whether the window is a dropdown menu (i.e. a popup directly or indirectly open * from the applications menubar). - * See _NET_WM_WINDOW_TYPE_DROPDOWN_MENU at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_DROPDOWN_MENU at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool dropdownMenu READ isDropdownMenu) /** * Returns whether the window is a popup menu (that is not a torn-off or dropdown menu). - * See _NET_WM_WINDOW_TYPE_POPUP_MENU at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_POPUP_MENU at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool popupMenu READ isPopupMenu) /** * Returns whether the window is a tooltip. - * See _NET_WM_WINDOW_TYPE_TOOLTIP at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_TOOLTIP at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool tooltip READ isTooltip) /** * Returns whether the window is a window with a notification. - * See _NET_WM_WINDOW_TYPE_NOTIFICATION at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_NOTIFICATION at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool notification READ isNotification) /** @@ -1888,17 +1888,17 @@ Q_PROPERTY(bool onScreenDisplay READ isOnScreenDisplay) /** * Returns whether the window is a combobox popup. - * See _NET_WM_WINDOW_TYPE_COMBO at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_COMBO at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool comboBox READ isComboBox) /** * Returns whether the window is a Drag&Drop icon. - * See _NET_WM_WINDOW_TYPE_DND at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_DND at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool dndIcon READ isDNDIcon) /** * Returns the NETWM window type - * See http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(int windowType READ windowType) /** @@ -1964,7 +1964,7 @@ Q_PROPERTY(bool resize READ isUserResize) /** * The optional geometry representing the minimized Client in e.g a taskbar. - * See _NET_WM_ICON_GEOMETRY at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_ICON_GEOMETRY at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(QRect iconGeometry READ iconGeometry) /** @@ -2182,28 +2182,28 @@ /** * Returns whether the window is a desktop background window (the one with wallpaper). - * See _NET_WM_WINDOW_TYPE_DESKTOP at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_DESKTOP at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ virtual bool isDesktop() const = 0; /** * Returns whether the window is a dock (i.e. a panel). - * See _NET_WM_WINDOW_TYPE_DOCK at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_DOCK at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ virtual bool isDock() const = 0; /** * Returns whether the window is a standalone (detached) toolbar window. - * See _NET_WM_WINDOW_TYPE_TOOLBAR at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_TOOLBAR at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ virtual bool isToolbar() const = 0; /** * Returns whether the window is a torn-off menu. - * See _NET_WM_WINDOW_TYPE_MENU at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_MENU at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ virtual bool isMenu() const = 0; /** * Returns whether the window is a "normal" window, i.e. an application or any other window * for which none of the specialized window types fit. - * See _NET_WM_WINDOW_TYPE_NORMAL at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_NORMAL at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ virtual bool isNormalWindow() const = 0; // normal as in 'NET::Normal or NET::Unknown non-transient' /** @@ -2214,39 +2214,39 @@ virtual bool isSpecialWindow() const = 0; /** * Returns whether the window is a dialog window. - * See _NET_WM_WINDOW_TYPE_DIALOG at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_DIALOG at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ virtual bool isDialog() const = 0; /** * Returns whether the window is a splashscreen. Note that many (especially older) applications * do not support marking their splash windows with this type. - * See _NET_WM_WINDOW_TYPE_SPLASH at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_SPLASH at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ virtual bool isSplash() const = 0; /** * Returns whether the window is a utility window, such as a tool window. - * See _NET_WM_WINDOW_TYPE_UTILITY at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_UTILITY at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ virtual bool isUtility() const = 0; /** * Returns whether the window is a dropdown menu (i.e. a popup directly or indirectly open * from the applications menubar). - * See _NET_WM_WINDOW_TYPE_DROPDOWN_MENU at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_DROPDOWN_MENU at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ virtual bool isDropdownMenu() const = 0; /** * Returns whether the window is a popup menu (that is not a torn-off or dropdown menu). - * See _NET_WM_WINDOW_TYPE_POPUP_MENU at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_POPUP_MENU at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ virtual bool isPopupMenu() const = 0; // a context popup, not dropdown, not torn-off /** * Returns whether the window is a tooltip. - * See _NET_WM_WINDOW_TYPE_TOOLTIP at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_TOOLTIP at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ virtual bool isTooltip() const = 0; /** * Returns whether the window is a window with a notification. - * See _NET_WM_WINDOW_TYPE_NOTIFICATION at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_NOTIFICATION at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ virtual bool isNotification() const = 0; /** @@ -2256,17 +2256,17 @@ virtual bool isOnScreenDisplay() const = 0; /** * Returns whether the window is a combobox popup. - * See _NET_WM_WINDOW_TYPE_COMBO at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_COMBO at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ virtual bool isComboBox() const = 0; /** * Returns whether the window is a Drag&Drop icon. - * See _NET_WM_WINDOW_TYPE_DND at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_DND at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ virtual bool isDNDIcon() const = 0; /** * Returns the NETWM window type - * See http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ virtual NET::WindowType windowType() const = 0; /** diff --git a/libkwineffects/kwinglutils_funcs.cpp b/libkwineffects/kwinglutils_funcs.cpp --- a/libkwineffects/kwinglutils_funcs.cpp +++ b/libkwineffects/kwinglutils_funcs.cpp @@ -65,12 +65,12 @@ } } if (robustContext && haveArbRobustness) { - // See http://www.opengl.org/registry/specs/ARB/robustness.txt + // See https://www.opengl.org/registry/specs/ARB/robustness.txt GL_RESOLVE_WITH_EXT(glGetGraphicsResetStatus, glGetGraphicsResetStatusARB); GL_RESOLVE_WITH_EXT(glReadnPixels, glReadnPixelsARB); GL_RESOLVE_WITH_EXT(glGetnUniformfv, glGetnUniformfvARB); } else if (robustContext && haveExtRobustness) { - // See http://www.khronos.org/registry/gles/extensions/EXT/EXT_robustness.txt + // See https://www.khronos.org/registry/gles/extensions/EXT/EXT_robustness.txt glGetGraphicsResetStatus = (glGetGraphicsResetStatus_func) resolveFunction("glGetGraphicsResetStatusEXT"); glReadnPixels = (glReadnPixels_func) resolveFunction("glReadnPixelsEXT"); glGetnUniformfv = (glGetnUniformfv_func) resolveFunction("glGetnUniformfvEXT"); diff --git a/plugins/kdecorations/aurorae/theme-description b/plugins/kdecorations/aurorae/theme-description --- a/plugins/kdecorations/aurorae/theme-description +++ b/plugins/kdecorations/aurorae/theme-description @@ -8,7 +8,7 @@ This theme engine uses Plasma technologie to render the window decoration. Every detail can be themed by the usage of SVG. The theme engine uses Plasma's FrameSvg, so you can provide SVG files containing borders. This is described in more detail in techbase: -http://techbase.kde.org/Projects/Plasma/Theme#Backgrounds +https://techbase.kde.org/Development/Tutorials/Plasma5/ThemeDetails The theme consists of one folder containing svgz files for decoration and buttons, one KConfig file for the theme details and one metadata.desktop file which you can use to name your theme, author diff --git a/plugins/scenes/opengl/scene_opengl.cpp b/plugins/scenes/opengl/scene_opengl.cpp --- a/plugins/scenes/opengl/scene_opengl.cpp +++ b/plugins/scenes/opengl/scene_opengl.cpp @@ -508,7 +508,7 @@ if (GLPlatform::instance()->recommendedCompositor() == XRenderCompositing) { qCCritical(KWIN_OPENGL) << "OpenGL driver recommends XRender based compositing. Falling back to XRender."; qCCritical(KWIN_OPENGL) << "To overwrite the detection use the environment variable KWIN_COMPOSE"; - qCCritical(KWIN_OPENGL) << "For more information see http://community.kde.org/KWin/Environment_Variables#KWIN_COMPOSE"; + qCCritical(KWIN_OPENGL) << "For more information see https://community.kde.org/KWin/Environment_Variables#KWIN_COMPOSE"; } delete backend; } diff --git a/shadow.h b/shadow.h --- a/shadow.h +++ b/shadow.h @@ -48,7 +48,7 @@ * * This class holds all information about the Shadow to be rendered together with the * window during the Compositing stage. The Shadow consists of several pixmaps and offsets. - * For a complete description please refer to http://community.kde.org/KWin/Shadow + * For a complete description please refer to https://community.kde.org/KWin/Shadow * * To create a Shadow instance use the static factory method createShadow which will * create an instance for the currently used Compositing Backend. It will read the X11 Property diff --git a/toplevel.h b/toplevel.h --- a/toplevel.h +++ b/toplevel.h @@ -99,84 +99,84 @@ Q_PROPERTY(QByteArray windowRole READ windowRole NOTIFY windowRoleChanged) /** * Returns whether the window is a desktop background window (the one with wallpaper). - * See _NET_WM_WINDOW_TYPE_DESKTOP at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_DESKTOP at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool desktopWindow READ isDesktop) /** * Returns whether the window is a dock (i.e. a panel). - * See _NET_WM_WINDOW_TYPE_DOCK at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_DOCK at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool dock READ isDock) /** * Returns whether the window is a standalone (detached) toolbar window. - * See _NET_WM_WINDOW_TYPE_TOOLBAR at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_TOOLBAR at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool toolbar READ isToolbar) /** * Returns whether the window is a torn-off menu. - * See _NET_WM_WINDOW_TYPE_MENU at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_MENU at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool menu READ isMenu) /** * Returns whether the window is a "normal" window, i.e. an application or any other window * for which none of the specialized window types fit. - * See _NET_WM_WINDOW_TYPE_NORMAL at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_NORMAL at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool normalWindow READ isNormalWindow) /** * Returns whether the window is a dialog window. - * See _NET_WM_WINDOW_TYPE_DIALOG at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_DIALOG at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool dialog READ isDialog) /** * Returns whether the window is a splashscreen. Note that many (especially older) applications * do not support marking their splash windows with this type. - * See _NET_WM_WINDOW_TYPE_SPLASH at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_SPLASH at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool splash READ isSplash) /** * Returns whether the window is a utility window, such as a tool window. - * See _NET_WM_WINDOW_TYPE_UTILITY at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_UTILITY at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool utility READ isUtility) /** * Returns whether the window is a dropdown menu (i.e. a popup directly or indirectly open * from the applications menubar). - * See _NET_WM_WINDOW_TYPE_DROPDOWN_MENU at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_DROPDOWN_MENU at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool dropdownMenu READ isDropdownMenu) /** * Returns whether the window is a popup menu (that is not a torn-off or dropdown menu). - * See _NET_WM_WINDOW_TYPE_POPUP_MENU at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_POPUP_MENU at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool popupMenu READ isPopupMenu) /** * Returns whether the window is a tooltip. - * See _NET_WM_WINDOW_TYPE_TOOLTIP at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_TOOLTIP at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool tooltip READ isTooltip) /** * Returns whether the window is a window with a notification. - * See _NET_WM_WINDOW_TYPE_NOTIFICATION at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_NOTIFICATION at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool notification READ isNotification) /** * Returns whether the window is an On Screen Display. **/ Q_PROPERTY(bool onScreenDisplay READ isOnScreenDisplay) /** * Returns whether the window is a combobox popup. - * See _NET_WM_WINDOW_TYPE_COMBO at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_COMBO at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool comboBox READ isComboBox) /** * Returns whether the window is a Drag&Drop icon. - * See _NET_WM_WINDOW_TYPE_DND at http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See _NET_WM_WINDOW_TYPE_DND at https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(bool dndIcon READ isDNDIcon) /** * Returns the NETWM window type - * See http://standards.freedesktop.org/wm-spec/wm-spec-latest.html . + * See https://standards.freedesktop.org/wm-spec/wm-spec-latest.html . **/ Q_PROPERTY(int windowType READ windowType) Q_PROPERTY(QStringList activities READ activities NOTIFY activitiesChanged) diff --git a/workspace.cpp b/workspace.cpp --- a/workspace.cpp +++ b/workspace.cpp @@ -1336,7 +1336,7 @@ "It provides information about the currently running instance, which options are used,\n" "what OpenGL driver and which effects are running.\n" "Please post the information provided underneath this introductory text to a paste bin service\n" - "like http://paste.kde.org instead of pasting into support threads.\n").toString()); + "like https://paste.kde.org instead of pasting into support threads.\n").toString()); support.append(QStringLiteral("\n==========================\n\n")); // all following strings are intended for support. They need to be pasted to e.g forums.kde.org // it is expected that the support will happen in English language or that the people providing diff --git a/xcbutils.cpp b/xcbutils.cpp --- a/xcbutils.cpp +++ b/xcbutils.cpp @@ -54,7 +54,7 @@ QVector shapeOpCodes() { - // see http://www.x.org/releases/X11R7.7/doc/xextproto/shape.html + // see https://www.x.org/releases/X11R7.7/doc/xextproto/shape.html // extracted from return QVector({QByteArrayLiteral("QueryVersion"), QByteArrayLiteral("Rectangles"), @@ -69,7 +69,7 @@ QVector randrOpCodes() { - // see http://www.x.org/releases/X11R7.7/doc/randrproto/randrproto.txt + // see https://www.x.org/releases/X11R7.7/doc/randrproto/randrproto.txt // extracted from return QVector({QByteArrayLiteral("QueryVersion"), QByteArray(""), // doesn't exist @@ -117,7 +117,7 @@ QVector randrErrorCodes() { - // see http://www.x.org/releases/X11R7.7/doc/randrproto/randrproto.txt + // see https://www.x.org/releases/X11R7.7/doc/randrproto/randrproto.txt // extracted from return QVector({QByteArrayLiteral("BadOutput"), QByteArrayLiteral("BadCrtc"), @@ -127,7 +127,7 @@ QVector damageOpCodes() { - // see http://www.x.org/releases/X11R7.7/doc/damageproto/damageproto.txt + // see https://www.x.org/releases/X11R7.7/doc/damageproto/damageproto.txt // extracted from return QVector({QByteArrayLiteral("QueryVersion"), QByteArrayLiteral("Create"), @@ -138,14 +138,14 @@ QVector damageErrorCodes() { - // see http://www.x.org/releases/X11R7.7/doc/damageproto/damageproto.txt + // see https://www.x.org/releases/X11R7.7/doc/damageproto/damageproto.txt // extracted from return QVector({QByteArrayLiteral("BadDamage")}); } QVector compositeOpCodes() { - // see http://www.x.org/releases/X11R7.7/doc/compositeproto/compositeproto.txt + // see https://www.x.org/releases/X11R7.7/doc/compositeproto/compositeproto.txt // extracted from return QVector({QByteArrayLiteral("QueryVersion"), QByteArrayLiteral("RedirectWindow"), @@ -160,7 +160,7 @@ QVector fixesOpCodes() { - // see http://www.x.org/releases/X11R7.7/doc/fixesproto/fixesproto.txt + // see https://www.x.org/releases/X11R7.7/doc/fixesproto/fixesproto.txt // extracted from return QVector({QByteArrayLiteral("QueryVersion"), QByteArrayLiteral("ChangeSaveSet"), @@ -199,14 +199,14 @@ QVector fixesErrorCodes() { - // see http://www.x.org/releases/X11R7.7/doc/fixesproto/fixesproto.txt + // see https://www.x.org/releases/X11R7.7/doc/fixesproto/fixesproto.txt // extracted from return QVector({QByteArrayLiteral("BadRegion")}); } QVector renderOpCodes() { - // see http://www.x.org/releases/X11R7.7/doc/renderproto/renderproto.txt + // see https://www.x.org/releases/X11R7.7/doc/renderproto/renderproto.txt // extracted from return QVector({QByteArrayLiteral("QueryVersion"), QByteArrayLiteral("QueryPictFormats"), @@ -243,7 +243,7 @@ QVector syncOpCodes() { - // see http://www.x.org/releases/X11R7.7/doc/xextproto/sync.html + // see https://www.x.org/releases/X11R7.7/doc/xextproto/sync.html // extracted from return QVector({QByteArrayLiteral("Initialize"), QByteArrayLiteral("ListSystemCounters"), diff --git a/xwl/dnd.h b/xwl/dnd.h --- a/xwl/dnd.h +++ b/xwl/dnd.h @@ -47,7 +47,7 @@ /** * Represents the drag and drop mechanism, on X side this is the XDND protocol. - * For more information on XDND see: http://johnlindal.wixsite.com/xdnd + * For more information on XDND see: https://johnlindal.wixsite.com/xdnd */ class Dnd : public Selection {